Created
August 4, 2012 03:50
-
-
Save jgarzik/3254183 to your computer and use it in GitHub Desktop.
sample pynode configs
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
Example mainnet configuration | |
----------------------------- | |
db=/spare/tmp/chaindb | |
log=/spare/tmp/chaindb/debug.log | |
Example testnet configuration | |
----------------------------- | |
port=18333 | |
db=/spare/tmp/chaintest | |
log=/spare/tmp/chaintest/debug.log | |
chain=testnet3 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment