Last active
November 21, 2021 21:10
-
-
Save nvk/c9f4fdcaa40cf639d157ef2ac45e28a4 to your computer and use it in GitHub Desktop.
noob barebones config
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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 |
The new option, -proxyrandomize, is on by default.
https://bitcoin.org/en/release/v0.11.0#privacy-disable-wallet-transaction-broadcast
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If you need help creating your own file, I recommend Lopp's config generator https://jlopp.github.io/bitcoin-core-config-generator/