/node-cryptonight-hashing

Cryptonight hashing functions for node.js

Primary LanguageC++

node-cryptonight-hashing

Cryptonight hashing functions for node.js.

Algorithms

  • cryptonight (v0, v1, v2, r, half, xtl, msr, rto, xao, gpu, wow, rwz, zls, double)
  • cryptonight-light (v0, v1)
  • cryptonight-heavy (v0, xhv, tube)
  • cryptonight-pico (IRD)
  • argon2 (chukwa, wrkz)
  • astrobwt (DERO)
  • RandomX (Wownero, Loki, Arqma, Keva)
  • DefyX (Scala)
  • KangarooTwelve (AEON)
  • cuckaroo29s, cuckaroo29v

Installing locally and testing

npm install https://github.com/MoneroOcean/node-cryptonight-hashing
node_modules/cryptonight-hashing/tests/run.sh

Credits

  • XMrig - For advanced cryptonight implementations from XMrig
  • SChernykh - For PoW development and its integration help