tinsami1
tinsami1
A couple of things I tried: 1. Looked around the xmr-node-proxy folder and didn't find any folder named ./node_modules/cryptonight-hashing 2. I tried to install Snipa22's version, and I get the...
Dug some more. It seems rapidjson needs to be included somewhere in github.com/MoneroOcean/node-cryptonight-hashing. xmrig-mo has it.
Ok. Finally got it to compile properly by: 1. Clone github.com/MoneroOcean/node-cryptonight-hashing.git 2. Clone github.com/MoneroOcean/xmrig.git 3. Copied over rapidjson from xmrig to node-cryptonight-hashing 4. Edited multihashing.cc (in node-cryptonight-hashing) to change _mm_malloc(size,...
Well ... that didn't work ... spoke to soon :( proxy.js crashed immediately. ran npm rebuild, and got this: ``` In file included from ../xmrig/crypto/cn/CryptoNight_arm.h:35, from ../xmrig/crypto/cn/CnHash.cpp:35: ../xmrig/crypto/cn/soft_aes.h:31:13: fatal error:...
What else is needed for this to be included in the next release? Or, at least, merged to master?
I guess if we don't hear from @Snipa22 in the next few days, we'll have no choice but to use the fork by @MoneroOcean
Update is now avaiable.