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

PoW fix not working

Open slayerulan opened this issue 7 years ago • 9 comments

Hi, I am using browser mining. I updated to the new version for the new hardfork, updated coinhive libraries aswell, but it does not accept hashes. Has anybody encountered the same problem?

slayerulan avatar Apr 06 '18 18:04 slayerulan

Same problem. MoneroOcean doesn't work for me too. Miner can connect directly to pool, but proxy doesn't accept shares.

old-mikser avatar Apr 07 '18 04:04 old-mikser

cd xmr-node-proxy && git pull && npm update and restart the proxy

merrygreek avatar Apr 07 '18 04:04 merrygreek

@merrygreek i already pulled repo and updated the packages, but problem persists. webminer can connect directly to the pool but proxy doesnt accept shares like @7evenmikser

slayerulan avatar Apr 07 '18 13:04 slayerulan

@merrygreek @slayerulan I deleted and did fresh install and now it works. But only with XMR, doesn't work with XTL, looks like works as normal, but nothing on the pool's end...

old-mikser avatar Apr 07 '18 15:04 old-mikser

@7evenmikser XTL: The algorithm is not the same as Monero V7. So doesn't work with XTL

merrygreek avatar Apr 07 '18 15:04 merrygreek

@7evenmikser did u changed clientside wasm/js? or only reinstalled xmr-node-proxy? btw XTL algorithm is not the same as new Monero fork, i think you need few modifications to detect if its old algo or new algo on lib/xmr.js, better than that; just install old proxy with different port for XTL

slayerulan avatar Apr 07 '18 18:04 slayerulan

guys, where I can find updated codes for javascript miner? my xmr-node-proxy is updated and working mining by software but not with javascript miner (I'm using cryptonoter but isn't updated).

xguya avatar Apr 08 '18 14:04 xguya

@xguya you can simply copy-paste CRYPTONIGHT_WORKER_BLOB line from coinhive. But sadly xmr-node-proxy doesnt accept shares from it no matter what we try

slayerulan avatar Apr 08 '18 16:04 slayerulan

@slayerulan what do you mean about wasm? I asked about proxy. It works correct with command line miners. As for the web mining, I'm still investingating, but this is offtopic. No luck yet.

Copy pasting cryptonight worker blob doesn't fix the problem of course.

old-mikser avatar Apr 08 '18 20:04 old-mikser