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

Cryptonote/Forknote/Cryptonight/Light/Heavy coin proxy for nodejs-pool

Results 53 xmr-node-proxy issues
Sort by recently updated
recently updated
newest added

Getting error that cryptonight-hashing cant be found. Not in node_modules. If I npm install cryptonight-hashing then missing cryptoforknote-util, not in node_modules. If npm install cryptoforknote-util, then cryptonight-hashing is missing again....

I have tried mining aeon but it does not work, here is my pool setting "pools": [ { "hostname": "pool.aeon.hashvault.pro", "port": 5555, "ssl": false, "allowSelfSignedSSL": false, "share": 100, "keepAlive": true,...

Hi Please add UPX2 (AKA cn-extremelite) support for upcoming UPX fork. https://github.com/uPlexa/xmr-node-proxy https://medium.com/@uplexa/uplexa-v2-1-0-network-upgrade-how-to-prepare-7b74bd57cfbb

While running install.sh I get: SOLINK_MODULE(target) Release/obj.target/cryptonight-hashing.node /usr/bin/ld: Release/obj.target/cryptonight-hashing/xmrig/crypto/asm/CryptonightR_template.o: relocation R_X86_64_PC32 against Symbol `CryptonightWOW_template_mainloop' can not be used when making a shared object; recompile with -fPIC /usr/bin/ld: final link failed:...

Please Add Support for Cryptonight_R. My Node-Proxy stopped working today. Thanks.

> Setting common algo: [] with algo-perf: {"cn":1,"cn/half":1.9} for pool > .... > bad share, bad share, bad share > ..... > Can't not correctly detect block template algorithm from...

Greetings, I am from X-Cash team. I would like to kindly ask you if you can add our new custom algorithm to your mining software. Proof Of Work algorithm was...

Compilation of latest cryptoforknote-util stucks the process. Processor goes 100% and finally getting this error. make: Entering directory '/home/nodeproxy/xmr-node-proxy/node_modules/cryptoforknote-util/build' CXX(target) Release/obj.target/cryptoforknote/src/main.o g++: internal compiler error: Killed (program cc1plus) Please submit...

I update xmr-node-proxy to the latest version and i cant make work.! proxy | 2019-01-31 11:03 -06:00: Worker 9165 died with code: 1, and signal: null 1|proxy | 2019-01-31 11:03...

Hello, My current confiration is like below: ``` { "pools": [ { "hostname": "pool.supportxmr.com", "port": 7777, "ssl": false, "allowSelfSignedSSL": true, "coin": "xmr", } ], "listeningPorts": [ { "port": 80, "ssl":...