Skip to content

Instantly share code, notes, and snippets.

@humbdrag
Last active January 17, 2022 21:58
Show Gist options
  • Save humbdrag/96c903cc10f91b923c5a3fd742e44346 to your computer and use it in GitHub Desktop.
Save humbdrag/96c903cc10f91b923c5a3fd742e44346 to your computer and use it in GitHub Desktop.
bitcoin core config file
# server=1 tells Bitcoin-Qt and bitcoind to accept JSON-RPC commands
server=1
# Listen for RPC connections on this TCP port:
rpcport=8332
# You can use Bitcoin or bitcoind to send commands to Bitcoin/bitcoind
# running on another host using this option:
rpcconnect=127.0.0.1
rpcauth=[Your Auth]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment