Created
February 25, 2016 04:03
-
-
Save davecgh/b43f02907c4bec9af3f4 to your computer and use it in GitHub Desktop.
Example btcd config files for 8 node simnet network
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
rpcuser=youruser | |
rpcpass=SomeDecentp4ssw0rd | |
simnet=1 | |
logdir=~/btcdsimnetnodes/master/log | |
datadir=~/btcdsimnetnodes/master/data | |
listen=127.0.0.1:18555 | |
connect=127.0.0.1:18501 | |
connect=127.0.0.1:18502 | |
connect=127.0.0.1:18503 | |
connect=127.0.0.1:18504 | |
connect=127.0.0.1:18505 | |
connect=127.0.0.1:18506 | |
connect=127.0.0.1:18507 |
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
simnet=1 | |
logdir=~/btcdsimnetnodes/1/log | |
datadir=~/btcdsimnetnodes/1/data | |
listen=127.0.0.1:18501 | |
connect=127.0.0.1:18555 | |
connect=127.0.0.1:18502 | |
connect=127.0.0.1:18503 | |
connect=127.0.0.1:18504 | |
connect=127.0.0.1:18505 | |
connect=127.0.0.1:18506 | |
connect=127.0.0.1:18507 |
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
simnet=1 | |
logdir=~/btcdsimnetnodes/2/log | |
datadir=~/btcdsimnetnodes/2/data | |
listen=127.0.0.1:18502 | |
connect=127.0.0.1:18555 | |
connect=127.0.0.1:18501 | |
connect=127.0.0.1:18503 | |
connect=127.0.0.1:18504 | |
connect=127.0.0.1:18505 | |
connect=127.0.0.1:18506 | |
connect=127.0.0.1:18507 |
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
simnet=1 | |
logdir=~/btcdsimnetnodes/3/log | |
datadir=~/btcdsimnetnodes/3/data | |
listen=127.0.0.1:18503 | |
connect=127.0.0.1:18555 | |
connect=127.0.0.1:18501 | |
connect=127.0.0.1:18502 | |
connect=127.0.0.1:18504 | |
connect=127.0.0.1:18505 | |
connect=127.0.0.1:18506 | |
connect=127.0.0.1:18507 |
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
simnet=1 | |
logdir=~/btcdsimnetnodes/4/log | |
datadir=~/btcdsimnetnodes/4/data | |
listen=127.0.0.1:18504 | |
connect=127.0.0.1:18555 | |
connect=127.0.0.1:18501 | |
connect=127.0.0.1:18502 | |
connect=127.0.0.1:18503 | |
connect=127.0.0.1:18505 | |
connect=127.0.0.1:18506 | |
connect=127.0.0.1:18507 |
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
simnet=1 | |
logdir=~/btcdsimnetnodes/5/log | |
datadir=~/btcdsimnetnodes/5/data | |
listen=127.0.0.1:18505 | |
connect=127.0.0.1:18555 | |
connect=127.0.0.1:18501 | |
connect=127.0.0.1:18502 | |
connect=127.0.0.1:18503 | |
connect=127.0.0.1:18504 | |
connect=127.0.0.1:18506 | |
connect=127.0.0.1:18507 |
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
simnet=1 | |
logdir=~/btcdsimnetnodes/6/log | |
datadir=~/btcdsimnetnodes/6/data | |
listen=127.0.0.1:18506 | |
connect=127.0.0.1:18555 | |
connect=127.0.0.1:18501 | |
connect=127.0.0.1:18502 | |
connect=127.0.0.1:18503 | |
connect=127.0.0.1:18504 | |
connect=127.0.0.1:18505 | |
connect=127.0.0.1:18507 |
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
simnet=1 | |
logdir=~/btcdsimnetnodes/7/log | |
datadir=~/btcdsimnetnodes/7/data | |
listen=127.0.0.1:18507 | |
connect=127.0.0.1:18555 | |
connect=127.0.0.1:18501 | |
connect=127.0.0.1:18502 | |
connect=127.0.0.1:18503 | |
connect=127.0.0.1:18504 | |
connect=127.0.0.1:18505 | |
connect=127.0.0.1:18506 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment