UNOMP / unified-node-open-mining-portal

Development stopped and is now unsupported. The node.js version is being deprecated in October 2016.
GNU General Public License v2.0
347 stars 396 forks source link

Could not start pool- rpc error #312

Open shakibebz opened 3 years ago

shakibebz commented 3 years ago

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

shamid1369 commented 3 years ago

same problem!

wombatlabs commented 3 years ago

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