diff options
Diffstat (limited to 'contrib/linearize')
| -rw-r--r-- | contrib/linearize/README.md | 4 | ||||
| -rw-r--r-- | contrib/linearize/example-linearize.cfg | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/contrib/linearize/README.md b/contrib/linearize/README.md index c141c21fb..3ab72c93b 100644 --- a/contrib/linearize/README.md +++ b/contrib/linearize/README.md @@ -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 `dogecoind` or `dogecoin-qt -server` will be sufficient. +JSON-RPC server. Running `discoind` or `discoin-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`: dogecoind blocks/ directory containing blkNNNNN.dat +* `input`: discoind 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. diff --git a/contrib/linearize/example-linearize.cfg b/contrib/linearize/example-linearize.cfg index e2d8532a7..8bad99708 100644 --- a/contrib/linearize/example-linearize.cfg +++ b/contrib/linearize/example-linearize.cfg @@ -1,4 +1,4 @@ -# dogecoind RPC settings (linearize-hashes) +# discoind RPC settings (linearize-hashes) rpcuser=someuser rpcpassword=somepassword host=127.0.0.1 @@ -13,12 +13,12 @@ max_height=313000 # mainnet netmagic=c0c0c0c0 genesis=1a91e3dace36e2be3bf030a65679fe821aa1d6ef92e7c9902eb318182c355691 -input=/home/example/.dogecoin/blocks +input=/home/example/.discoin/blocks # testnet #netmagic=0b110907 #genesis=bb0a78264637406b6360aad926284d544d7049f45189db5664f3c4d07350559e -#input=/home/example/.dogecoin/testnet3/blocks +#input=/home/example/.discoin/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. |