Iquidus configuration

To use the Iquidus explorer, you have to edit settings.json with the same setting parameters set in your readercoin.conf file. First, we rename the settings file to cp settings.json.template settings.json.

Then, in your text editor, update the values of the following parameters:

"coin": "readercoin",
"symbol": "RDC",
"wallet": {
"host": "localhost",
"port": 9332,
"user": "user", //Readercoin's RPC user defined in readercoin.conf
"pass": "password"
},

For the genesis_block parameter, you can set your genesis block's hash.

For genesis_tx, you can define the hash of the genesis transaction. This value can be extracted from the tx field in the output provided by readercoin-cli getblock your_genesis_block_hash.

Pick any block you have in your blockchain and put its details in the following API section:

"api": {
"blockindex": 0,
"blockhash": "000003758b8aa3b5066e2d5b2aa4f5c7516868f50d37bfdb55d52ff581425adc",
"txhash": "6bc2585d63185acf3868cc34e0b017b3fb41c00938eb09bc52a3cf73a31ec6a8",
"address": "1Cccex1tMVTABi9gS2VzRvPA88H4p32Vvn"
},

Save and close your setting file.

..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset