test
This commit is contained in:
@@ -87,14 +87,13 @@ Start mining
|
|||||||
------------
|
------------
|
||||||
|
|
||||||
```
|
```
|
||||||
|
#iguana documentation shows how to get the btcpubkey and wifstrs that need to be used
|
||||||
|
|
||||||
|
#bitcoin also need to be installed with txindex=1 and with rpc enabled
|
||||||
|
|
||||||
cd ~
|
cd ~
|
||||||
cd komodo
|
cd komodo
|
||||||
|
|
||||||
#To start the daemon to get wallet addres and pubkey
|
|
||||||
./src/komodod -gen -genproclimit=2 &
|
|
||||||
|
|
||||||
#This will give you your wallet address
|
|
||||||
./src/komodo-cli listreceivedbyaddress 0 true
|
|
||||||
|
|
||||||
#This will return your pubkey eg. "0259e137e5594cf8287195d13aed816af75bd5c04ae673296b51f66e7e8346e8d8" for your address
|
#This will return your pubkey eg. "0259e137e5594cf8287195d13aed816af75bd5c04ae673296b51f66e7e8346e8d8" for your address
|
||||||
./src/komodo-cli validateaddress <yourwalletaddres>
|
./src/komodo-cli validateaddress <yourwalletaddres>
|
||||||
|
|||||||
@@ -58,7 +58,7 @@ public:
|
|||||||
pchMessageStart[1] = 0xee;
|
pchMessageStart[1] = 0xee;
|
||||||
pchMessageStart[2] = 0xe4;
|
pchMessageStart[2] = 0xe4;
|
||||||
pchMessageStart[3] = 0x8d;
|
pchMessageStart[3] = 0x8d;
|
||||||
vAlertPubKey = ParseHex("00");
|
vAlertPubKey = ParseHex("020e46e79a2a8d12b9b5d12c7a91adb4e454edfae43c0a0cb805427d2ac7613fd9");
|
||||||
nDefaultPort = 7770;
|
nDefaultPort = 7770;
|
||||||
nMinerThreads = 0;
|
nMinerThreads = 0;
|
||||||
nMaxTipAge = 24 * 60 * 60;
|
nMaxTipAge = 24 * 60 * 60;
|
||||||
|
|||||||
Reference in New Issue
Block a user