Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Could not start pool- rpc error #312

Open
shakibebz opened this issue Feb 22, 2021 · 2 comments
Open

Could not start pool- rpc error #312

shakibebz opened this issue Feb 22, 2021 · 2 comments

Comments

@shakibebz
Copy link

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

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

@shakibebz shakibebz changed the title Can not start pool- rpc error Could not start pool- rpc error Feb 22, 2021
@shamid1369
Copy link

same problem!

@wombatlabs
Copy link

Litecoin no longer uses the "getinfo" RPC command. Make these changes in the node_modules/merged-pooler/lib directory for the latest version of Litecoin:
https://github.com/zone117x/node-stratum-pool/pull/133/files

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants