Difference between revisions of "Bitcoin.conf"
Jump to navigation
Jump to search
Line 15: | Line 15: | ||
debug=mempool | debug=mempool | ||
debug=rpc | debug=rpc | ||
− | [[disablewallet]]=0 | + | [[disablewallet]]=0 # Do not load the wallet and disable wallet RPC calls |
rpcbind=0.0.0.0:8332 | rpcbind=0.0.0.0:8332 | ||
rpcallowip=0.0.0.0/0 | rpcallowip=0.0.0.0/0 |
Revision as of 13:26, 23 May 2023
https://github.com/aws-solutions-library-samples/guidance-for-digital-assets-on-aws/blob/main/node/copilot/bitcoin-node/bitcoin.conf
assumevalid= server=1 # Accept command line and JSON-RPC commands txindex=1 dbcache=8192 par=1 permitbaremultisig=0 blocksonly=1 maxconnections=40 maxuploadtarget=5000 nodebuglogfile=1 debug=mempool debug=rpc disablewallet=0 # Do not load the wallet and disable wallet RPC calls rpcbind=0.0.0.0:8332 rpcallowip=0.0.0.0/0 listen=0 # Accept connections from outside (default: 1 if no -proxy or -connect) maxmempool=100 nopeerbloomfilters=1 peerbloomfilters=0 zmqpubrawblock=tcp://0.0.0.0:28332 zmqpubrawtx=tcp://0.0.0.0:28332 zmqpubhashblock=tcp://0.0.0.0:28332 zmqpubhashtx=tcp://0.0.0.0:28332
default bitcoin.conf rest=1
Bitcoin Core: bitcoind, bitcoin-cli, bitcoin.conf
Bitcoind ports
Advertising: