diff options
| author | Ross Nicoll <[email protected]> | 2018-02-04 19:50:03 +0000 |
|---|---|---|
| committer | Ross Nicoll <[email protected]> | 2018-02-18 18:17:53 +0000 |
| commit | a8baf86ffc0ceab1da9850e59804ee76e242b306 (patch) | |
| tree | 158609fd7b87a92151210d910043013afb866f47 /contrib/linearize/README.md | |
| parent | Update release notes for 1.14 (#1464) (diff) | |
| download | discoin-1.14-alpha-2.tar.xz discoin-1.14-alpha-2.zip | |
Misc updates to match Dogecoin (#1460)v1.14-alpha-2
* Updated linearize for Dogecoin :dog2:
* Update qt forms. :tada: :dog2:
* Replaced occasions of bitcoin to dogecoin in contrib files consistent with previous changes. :tada:
* Changing to the proper ports for Dogecoin.
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 0971e7816..c606ec80c 100644 --- a/contrib/linearize/README.md +++ b/contrib/linearize/README.md @@ -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. |