aboutsummaryrefslogtreecommitdiff
path: root/contrib/linearize/example-linearize.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/linearize/example-linearize.cfg')
-rw-r--r--contrib/linearize/example-linearize.cfg41
1 files changed, 36 insertions, 5 deletions
diff --git a/contrib/linearize/example-linearize.cfg b/contrib/linearize/example-linearize.cfg
index f5cdab5325..d019b06b6c 100644
--- a/contrib/linearize/example-linearize.cfg
+++ b/contrib/linearize/example-linearize.cfg
@@ -1,12 +1,43 @@
-
-# bitcoind RPC settings
+# bitcoind RPC settings (linearize-hashes)
rpcuser=someuser
rpcpassword=somepassword
+#datadir=~/.bitcoin
host=127.0.0.1
port=8332
+#port=18332
+
+# bootstrap.dat hashlist settings (linearize-hashes)
+max_height=313000
-# bootstrap.dat settings
+# bootstrap.dat input/output settings (linearize-data)
+
+# mainnet
netmagic=f9beb4d9
-max_height=279000
-output=bootstrap.dat
+genesis=000000000019d6689c085ae165831e934ff763ae46a2a6c172b3f1b60a8ce26f
+input=/home/example/.bitcoin/blocks
+
+# testnet
+#netmagic=0b110907
+#genesis=000000000933ea01ad0ee984209779baaec3ced90fa3f408719526f8d77f4943
+#input=/home/example/.bitcoin/testnet3/blocks
+
+# "output" option causes blockchain files to be written to the given location,
+# with "output_file" ignored. If not used, "output_file" is used instead.
+# output=/home/example/blockchain_directory
+output_file=/home/example/Downloads/bootstrap.dat
+hashlist=hashlist.txt
+
+# Maximum size in bytes of out-of-order blocks cache in memory
+out_of_order_cache_sz = 100000000
+
+# Do we want the reverse the hash bytes coming from getblockhash?
+rev_hash_bytes = False
+
+# On a new month, do we want to set the access and modify times of the new
+# blockchain file?
+file_timestamp = 0
+# Do we want to split the blockchain files given a new month or specific height?
+split_timestamp = 0
+# Do we want debug printouts?
+debug_output = False