I'm running Abe to create a blockchain SQL database, so I don't want the Bitcoin client to touch my copy of the blockchain at the moment. But I would like to query the blockchain with the bitcoind client. Is there a way to run bitcoind without connecting to other nodes?
Asked
Active
Viewed 1,065 times
2 Answers
6
I see two approaches:
- Use
--connect <hostname>with the hostname set to something that doesn't exist. - Unplug from the network.
Colin Dean
- 7,014
- 3
- 30
- 58
1
Now there is an extra option to disable automatic connections at startup:
- CLI option
-noconnect - Configuration option:
noconnect=1
Vojta Myslivec
- 59
- 6