xmr-node-proxy
xmr-node-proxy copied to clipboard
Invalid miner, disconnecting due to: No active block templates
Getting this error trying to tonnect to hashvault mining pool.
Here it is my config file:
"pools": [
{
"hostname": "pool.monero.hashvault.pro",
"port": 5555,
"ssl": false,
"allowSelfSignedSSL": false,
"share": 100,
"username": "4....B",
"password": "x",
"keepAlive": true,
"coin": "xmr",
"default": true
}
],
"listeningPorts": [
{
"port": 64088,
"ssl": false,
"diff": 256,
"coin": "xmr"
}
],
"bindAddress": "0.0.0.0",
"developerShare": 1,
"daemonAddress": "127.0.0.1:18081",
"coinSettings": {
"xmr":{
"minDiff": 256,
"maxDiff": 300,
"shareTargetTime": 17
}
}
}
Tried to work with ssl turned on - same result.
Working perfect with the same setup (ofc ort and host are different) with supportxmr.
Any ideas? Considering to another issues I even saw ppl working with ETN on a hashvault pool...
Thanks.
Your config looks fine ( { at the beginning of file, perhaps copy & paste not first line ). Hashvault is nodejs-pool. You can mine Electroneum with nodejs-pool with “coin” : “xmr”. If you like “coin” : “etn” ( just for comestic issue ), you can install my xmr-node-proxy fork on my Github. Your config should work with HashVault.
Bracket on the beginning is on a first line and it's first symbol. Yes, it should, but it doesn't. Meanwhile it works on another pool without any issues. Tnx for response anyway, I guess I'll take a look on your ETN fork.
I copied and pasted your config.json to run some trials on my test proxy. And I could reproduce your error :
It's because of invalid wallet address.
Please check if your address in config.json is correct. If it's correct, it will work or try another wallet address. On my test proxy, your config.json (I copied and pasted) works.
If your wallet address is correct and you need explanation for “Meanwhile it works on another pool without any issues.”, I can give my assumption that your wallet address is banned at HashVaut.
Tried fresh monero address - still the same. Wondered it worked to you. It's really odd... Also tried random pool from this page http://moneropools.com/ - worked with viaxmr.
xmr-node-proxy works only with nodejs-pool. So if you try all XMR pools, you’ll get errors in many pools.
Anyway, you still can mine with supportxmr. It’s good pool.
supportxmr is not working for me anymore?!
Invalid miner, disconnecting due to: No active block template