Difference between revisions of "Bitcoin.conf"

From wikieduonline
Jump to navigation Jump to search
Line 5: Line 5:
 
  assumevalid=
 
  assumevalid=
 
  server=1              # Accept command line and [[JSON-RPC]] commands
 
  server=1              # Accept command line and [[JSON-RPC]] commands
  txindex=1
+
  txindex=1             # Maintain a [[full transaction index]], used by the getrawtransaction rpc call (default: 0)
 
  dbcache=8192
 
  dbcache=8192
 
  par=1
 
  par=1

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             # Maintain a full transaction index, used by the getrawtransaction rpc call (default: 0)
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: