aboutsummaryrefslogtreecommitdiff
path: root/contrib/linearize/README.md
diff options
context:
space:
mode:
authorAlan Cramer <[email protected]>2019-06-22 08:52:11 +0930
committerRoss Nicoll <[email protected]>2019-07-12 21:30:48 +0000
commit5632a9341cace15a39fb325aa7021f81a49b1414 (patch)
tree8c62e8d88f6c7f6d5b6ada75113115afd21adb50 /contrib/linearize/README.md
parentMark 1.14 ready for release (diff)
downloaddiscoin-5632a9341cace15a39fb325aa7021f81a49b1414.tar.xz
discoin-5632a9341cace15a39fb325aa7021f81a49b1414.zip
Updated Linerarize data for Dogecoin
Example data was that of bitcoin. Updated for Dogecoin values.
Diffstat (limited to 'contrib/linearize/README.md')
-rw-r--r--contrib/linearize/README.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/contrib/linearize/README.md b/contrib/linearize/README.md
index 0971e7816..c141c21fb 100644
--- a/contrib/linearize/README.md
+++ b/contrib/linearize/README.md
@@ -1,5 +1,5 @@
# Linearize
-Construct a linear, no-fork, best version of the Bitcoin blockchain. The scripts
+Construct a linear, no-fork, best version of the Dogecoin blockchain. The scripts
run using Python 3 but are compatible with Python 2.
## Step 1: Download hash list
@@ -11,7 +11,7 @@ Required configuration file settings for linearize-hashes:
Optional config file setting for linearize-hashes:
* RPC: `host` (Default: `127.0.0.1`)
-* RPC: `port` (Default: `8332`)
+* RPC: `port` (Default: `22555`)
* Blockchain: `min_height`, `max_height`
* `rev_hash_bytes`: If true, the written block hash list will be
byte-reversed. (In other words, the hash returned by getblockhash will have its
@@ -20,7 +20,7 @@ standalone hash lists but safe to use with linearize-data.py, which will output
the same data no matter which byte format is chosen.
The `linearize-hashes` script requires a connection, local or remote, to a
-JSON-RPC server. Running `bitcoind` or `bitcoin-qt -server` will be sufficient.
+JSON-RPC server. Running `dogecoind` or `dogecoin-qt -server` will be sufficient.
## Step 2: Copy local block data
@@ -38,7 +38,7 @@ will be printed.
respectively, to the current time and to the timestamp of the most recent block
written to the script's blockchain.
* `genesis`: The hash of the genesis block in the blockchain.
-* `input`: bitcoind blocks/ directory containing blkNNNNN.dat
+* `input`: dogecoind blocks/ directory containing blkNNNNN.dat
* `hashlist`: text file containing list of block hashes created by
linearize-hashes.py.
* `max_out_sz`: Maximum size for files created by the `output_file` option.