Snipa22 / xmr-node-proxy

221 stars 209 forks source link

PoW fix not working #128

Open slayerulan opened 6 years ago

slayerulan commented 6 years ago

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?

old-mikser commented 6 years ago

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

merrygreek commented 6 years ago

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

slayerulan commented 6 years ago

@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

old-mikser commented 6 years ago

@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...

merrygreek commented 6 years ago

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

slayerulan commented 6 years ago

@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

xguya commented 6 years ago

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).

slayerulan commented 6 years ago

@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

old-mikser commented 6 years ago

@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.