Skip to content

Instantly share code, notes, and snippets.

@nvk
Last active November 21, 2021 21:10
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nvk/c9f4fdcaa40cf639d157ef2ac45e28a4 to your computer and use it in GitHub Desktop.
Save nvk/c9f4fdcaa40cf639d157ef2ac45e28a4 to your computer and use it in GitHub Desktop.
noob barebones config
# run server
server=1
listen=0
# prune the node
prune=10000
# Tor it
onion=127.0.0.1:9050
listenonion=1
onlynet=onion
proxy=127.0.0.1:9050
proxyrandomize=1
# RPC access
rpcport=8332
# just run ./rpcauth.py USERNAME ALPHA-NUMERIC-PASSWORD
# https://raw.githubusercontent.com/bitcoin/bitcoin/master/share/rpcauth/rpcauth.py
rpcauth=XXX
@nvk
Copy link
Author

nvk commented Oct 5, 2020

If you need help creating your own file, I recommend Lopp's config generator https://jlopp.github.io/bitcoin-core-config-generator/

@RobertMiranda
Copy link

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment