blob: f5cdab5325742cbc19dca993d912946c922d3f1f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
# bitcoind RPC settings
rpcuser=someuser
rpcpassword=somepassword
host=127.0.0.1
port=8332
# bootstrap.dat settings
netmagic=f9beb4d9
max_height=279000
output=bootstrap.dat
|