fancoder / cryptonote-universal-pool

Mining pool for all CryptoNote based coins such as Bytecoin, duckNote, Monero, and Fantomcoin.
http://cryptonotemining.org
GNU General Public License v2.0
335 stars 308 forks source link

Stratum authentication failed - #35

Open rahimkhoja opened 7 years ago

rahimkhoja commented 7 years ago

http://prntscr.com/dwibfh <-- image of what my miner act like

url of the pool: http://monero.hiive.biz

I have tried the connection url with password and without, with setting the fixedDiff and without

The pool website never displays stats about the miner

http://prntscr.com/dwidr0 <-- screenshot of pool and miner output running at same time

All ports are are configured properly.

scanbiz commented 7 years ago

Any news on this? I have the same issue.

rahimkhoja commented 7 years ago

I ended up using a different pool.

Ultimately I merged the front end of this with the back end of 117x

https://github.com/CanadianRepublican/monero-universal-pool/ <-- it may help

omcg33 commented 6 years ago

the problem is in package.json dependency.

Change "cryptonote-util": "git://github.com/fancoder/node-cryptonote-util.git" TO "cryptonote-util": "git://github.com/forknote/node-cryptonote-util.git"

When ' npm install ' and restart pool