1
I would like to setup bitcoind to run in the background but not have live bindings.
I have tried the following:
bitcoind
bitcoind -server
bitcoind -daemon
bitcoind -daemon -server
bitcoin.conf (server=0)
0.8.1 seems to bind to 127.0.0.1:8332, 0.0.0.0:8333, ::1:8332, :::8333
How do i disable all bindings and have bitcoind respond via command line, while maintaining new blocks? OR How do i bind only to 127.0.0.1:8332?
Goal: duplicate mysqld behavior.
IIRC, I think you're looking for the
nolistenandrpcallowipoptions. – Nick ODell – 2013-03-25T20:21:32.093