10

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?

katriel
  • 243
  • 1
  • 7

2 Answers2

6

I see two approaches:

  1. Use --connect <hostname> with the hostname set to something that doesn't exist.
  2. Unplug from the network.
Colin Dean
  • 7,014
  • 3
  • 30
  • 58
1

Now there is an extra option to disable automatic connections at startup:

  1. CLI option -noconnect
  2. Configuration option: noconnect=1