aboutsummaryrefslogtreecommitdiff
path: root/contrib/misc/example-mkbootstrap.cfg
diff options
context:
space:
mode:
authorJeff Garzik <jgarzik@bitpay.com>2013-08-30 07:37:26 -0400
committerJeff Garzik <jgarzik@bitpay.com>2013-08-30 07:37:26 -0400
commit701f6c35bc493739eb0acc97da828c992772cbeb (patch)
treee9f4a26531ea7af6c8bc55904b588c1a827947ba /contrib/misc/example-mkbootstrap.cfg
parent1a12b3e09079c26deb48a547cdfcc7ffdd176dee (diff)
downloadbitcoin-701f6c35bc493739eb0acc97da828c992772cbeb.tar.xz
Add "mkbootstrap" script to contrib, for creating bootstrap.dat.
Diffstat (limited to 'contrib/misc/example-mkbootstrap.cfg')
-rw-r--r--contrib/misc/example-mkbootstrap.cfg12
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
+