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