Skip to content

Instantly share code, notes, and snippets.

@nvk
Last active November 21, 2021 21:10
Show Gist options
  • 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
@RobertMiranda
Copy link

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