diff options
author | Paul Georgiou <pavlos1998@gmail.com> | 2015-07-10 19:21:21 +0300 |
---|---|---|
committer | Paul Georgiou <pavlos1998@gmail.com> | 2015-07-10 19:21:21 +0300 |
commit | e3c42973b2f6fb1ceb277b2681e8ebccd6b588df (patch) | |
tree | 0b2a02e4e38c03a406e51c477db135fc8231aea1 /contrib/linearize/README.md | |
parent | 66e546577315750ea36eeb26d96842cb768b4315 (diff) |
Update Linearize tool to support Windows paths
Diffstat (limited to 'contrib/linearize/README.md')
-rw-r--r-- | contrib/linearize/README.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/contrib/linearize/README.md b/contrib/linearize/README.md index 157586e4d4..06f278f3b3 100644 --- a/contrib/linearize/README.md +++ b/contrib/linearize/README.md @@ -3,7 +3,7 @@ Construct a linear, no-fork, best version of the blockchain. ## Step 1: Download hash list - $ ./linearize-hashes.py linearize.cfg > hashlist.txt + $ ./linearize-hashes.py linearize.cfg > hashlist.txt Required configuration file settings for linearize-hashes: * RPC: rpcuser, rpcpassword @@ -14,7 +14,7 @@ Optional config file setting for linearize-hashes: ## Step 2: Copy local block data - $ ./linearize-data.py linearize.cfg + $ ./linearize-data.py linearize.cfg Required configuration file settings: * "input": bitcoind blocks/ directory containing blkNNNNN.dat @@ -26,7 +26,7 @@ output. Optional config file setting for linearize-data: * "netmagic": network magic number -* "max_out_sz": maximum output file size (default 1000*1000*1000) +* "max_out_sz": maximum output file size (default `1000*1000*1000`) * "split_timestamp": Split files when a new month is first seen, in addition to reaching a maximum file size. * "file_timestamp": Set each file's last-modified time to that of the |