diff options
author | Jeff Garzik <jgarzik@bitpay.com> | 2013-08-30 07:37:26 -0400 |
---|---|---|
committer | Jeff Garzik <jgarzik@bitpay.com> | 2013-08-30 07:37:26 -0400 |
commit | 701f6c35bc493739eb0acc97da828c992772cbeb (patch) | |
tree | e9f4a26531ea7af6c8bc55904b588c1a827947ba /contrib/misc/example-mkbootstrap.cfg | |
parent | 1a12b3e09079c26deb48a547cdfcc7ffdd176dee (diff) |
Add "mkbootstrap" script to contrib, for creating bootstrap.dat.
Diffstat (limited to 'contrib/misc/example-mkbootstrap.cfg')
-rw-r--r-- | contrib/misc/example-mkbootstrap.cfg | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/contrib/misc/example-mkbootstrap.cfg b/contrib/misc/example-mkbootstrap.cfg new file mode 100644 index 0000000000..9e5aa404c2 --- /dev/null +++ b/contrib/misc/example-mkbootstrap.cfg @@ -0,0 +1,12 @@ + +# bitcoind RPC settings +rpcuser=someuser +rpcpass=somepassword +host=127.0.0.1 +port=8332 + +# bootstrap.dat settings +netmagic=f9beb4d9 +max_height=250000 +output=bootstrap.dat + |