-
Notifications
You must be signed in to change notification settings - Fork 209
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can we use it with other coins? ETN? #62
Comments
I am interested in this too and I am getting the same error for the us-etn-stats.hashparty.io pool.I've tried with another two ETN pools and the same results.monero pool seems fine with no issues |
Pool has to support it. Someone was working with me to have me extend the pool and proxy for ETN, but then someone on the ETN core team killed the project. So no, there's no support for ETN at this time, unless you find an ETN pool that's using NodeJS-Pool. |
There is at least https://electroneum.hashvault.pro/ which is using nodejs-pool for ETN. |
@Snipa22 Thanks for the info... So probably also other pools and other coins running cryptonote-universal-pool v1.1.6 won't work with your proxy? |
@pinkflozd @jasminors you tried to push Proxy to this pool(https://electroneum.hashvault.pro/)? |
@mercenaruss yes it works... any pool running nodejs-pool works with the proxy |
@pinkflozd I have some issues with it,tried 2 pools with nodejs-pool and i have errors.
Error: What this can be? NPN is crashing. and when I'm switching back to XMR pool,everything is working perfect,without any error. |
You pointed it at a non nodejs-pool based pool. The system isn't returning back the data expected, so it's freaking out and dying. Most ETN pools do not support the proxy. |
@Snipa22 this you explained up , but this pool(https://electroneum.hashvault.pro/) and another one (https://easyhash.io) is based on your xmr-node-pool and owner is confirming it,people reporting it like working. |
@mercenaruss https://easyhash.io/pools/electroneum doesn't appear to be based on NodeJS-pool. In fact, given the stats response, I can almost guarantee you it's built on Node-Cryptonote-Pool. Edit: http://etn.easyhash.io:3631/ |
@Snipa22 thank you very much. |
It works for me with https://electroneum.hashvault.pro/. |
https://electroneum.hashvault.pro/ is also not working for me, it just spits out a whole bunch of ECONNREFUSED followed by |
@Techjar yh,have the same issue,bu this is a pool problem,admins there have just issues all the time. |
XNP requires NodeJS-Pool updates for integration. If ETN miners are serious about wanting this, I'll make it easy. Raise 100k ETN, and I'll do the NodeJS-Pool and XNP integrations. If it looks like y'all are half-serious, I'll put up an address funds can be sent to. If a single individual wishes to pay the entire bounty, they're welcome to, and will have the option of public, or private release of the ETN compatible pool source. |
I have managed to get this working on an etn pool here: https://etn.luckypool.io |
I copied xmr.js to a new file named etn.js and tweaked a few things (cannot remember exactly what now as I didn't run XNP for more than a few days - saw a significant drop in hash rate through XNP as oppossed to having miners connected directly to the pool.) I may well have not had an optimal configuration, but I didn't have time to experiment so decided to connect miners directly to the pool instead. |
hello. i tried to connect the proxy to a ETN pool but im getting the following error:
proxy > 2017-11-24 13:41 +01:00: Master connected to pool: pool.electroneum.space
proxy > 2017-11-24 13:41 +01:00: Received new block template from pool.electroneum.space
proxy > 2017-11-24 13:41 +01:00: TypeError: First argument must be a string, Buffer, ArrayBuffer, Array, or array-like object.
proxy > at fromObject (buffer.js:262:9)
proxy > at Function.Buffer.from (buffer.js:101:10)
proxy > at new Buffer (buffer.js:80:17)
proxy > at new MasterBlockTemplate (/home/miner/xmr-node-proxy/lib/xmr.js:88:19)
proxy > at handleNewBlockTemplate (/home/miner/xmr-node-proxy/proxy.js:717:32)
proxy > at handlePoolMessage (/home/miner/xmr-node-proxy/proxy.js:694:17)
proxy > at Socket.socket.on.e (/home/miner/xmr-node-proxy/proxy.js:657:17)
proxy > at emitOne (events.js:96:13)
proxy > at Socket.emit (events.js:188:7)
proxy > at readableAddChunk (_stream_readable.js:176:18)
PM2 > App [proxy] with id [1] and pid [11939], exited with code [1] via signal [SIGINT]
PM2 > Starting execution sequence in -fork mode- for app name:proxy id:1
PM2 > App name:proxy id:1 online
can the proxy be made to work with ETN or other coins?
i did try to make a /lib/etn.js and change the coin to etn in the config. i got the same error
The text was updated successfully, but these errors were encountered: