xmr-node-proxy icon indicating copy to clipboard operation
xmr-node-proxy copied to clipboard

Invalid miner, disconnecting due to: No active block templates

Open old-mikser opened this issue 7 years ago • 8 comments

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.

old-mikser avatar Jan 14 '18 02:01 old-mikser

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.

bobbieltd avatar Jan 14 '18 02:01 bobbieltd

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.

old-mikser avatar Jan 14 '18 02:01 old-mikser

I copied and pasted your config.json to run some trials on my test proxy. And I could reproduce your error : invalid miner 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.

bobbieltd avatar Jan 14 '18 03:01 bobbieltd

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.

bobbieltd avatar Jan 14 '18 03:01 bobbieltd

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.

old-mikser avatar Jan 14 '18 04:01 old-mikser

xmr-node-proxy works only with nodejs-pool. So if you try all XMR pools, you’ll get errors in many pools.

bobbieltd avatar Jan 14 '18 06:01 bobbieltd

Anyway, you still can mine with supportxmr. It’s good pool.

bobbieltd avatar Jan 14 '18 06:01 bobbieltd

supportxmr is not working for me anymore?!

Invalid miner, disconnecting due to: No active block template

chises avatar Apr 09 '18 15:04 chises