You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to run init.js and I have these errors:
Pool litecoin Thread 2 Could not start pool, error with init RPC getinfo - {"code":-32601,"message":"Method not found"}
Payments litecoin Daemon does not own pool address - payment processing can not be done with this daemon, {"isvalid":true,"address":"LUaUQS25vVsVrqFvaasJk7xMT5o6qGRdsX","scriptPubKey":"76a914669a9cc120f434ab56ecd743e5cea9e073d65d8688ac","isscript":false,"iswitness":false}
this is my litecoin.conf:
server=1
daemon=1
dnsseed=1
rpcuser=virtualcoin2018
rpcpassword=kamisama123
rpcport=19332
I'm trying to run init.js and I have these errors:
this is my litecoin.conf:
server=1
daemon=1
dnsseed=1
rpcuser=virtualcoin2018
rpcpassword=kamisama123
rpcport=19332
litecoin-cli getinfo:
"version": 180100,
"protocolversion": 70015,
"walletversion": 169900,
"balance": 0.00000000,
"blocks": 2005243,
"timeoffset": 0,
"connections": 26,
"proxy": "",
"difficulty": 10424716.51237319,
"testnet": false,
"keypoololdest": 1613588080,
"keypoolsize": 999,
"paytxfee": 0.00000000,
"relayfee": 0.00001000,
"warnings": ""
litecoin-cli getblockchaininfo:
"chain": "main",
"blocks": 2005243,
"headers": 2005243,
"bestblockhash": "445c5021a9e3cda49b2906a2c7567d317fd06b20e96e1088158df6cc97b75287",
"difficulty": 10424716.51237319,
"mediantime": 1613998312,
"verificationprogress": 0.9999989148271679,
"initialblockdownload": false,
"chainwork": "000000000000000000000000000000000000000000000541247654de85577528",
"size_on_disk": 39439194919,
"pruned": false,
"softforks": [
{
"id": "bip34",
"version": 2,
"reject": {
"status": true
}
},
{
"id": "bip66",
"version": 3,
"reject": {
"status": true
}
},
{
"id": "bip65",
"version": 4,
"reject": {
"status": true
}
}
],
"bip9_softforks": {
"csv": {
"status": "active",
"startTime": 1485561600,
"timeout": 1517356801,
"since": 1201536
},
"segwit": {
"status": "active",
"startTime": 1485561600,
"timeout": 1517356801,
"since": 1201536
}
},
"warnings": ""
}
pleaseeeeee heeeeelllp me. please please please.... god bless you
The text was updated successfully, but these errors were encountered: