Skip to content

wahaobi/node-cryptonight-hashing

 
 

Repository files navigation

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 (trtl)
  • RandomX (Wownero)

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

About

Cryptonight hashing functions for node.js

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 62.4%
  • Assembly 16.9%
  • C 16.2%
  • JavaScript 2.6%
  • Makefile 0.8%
  • Python 0.4%
  • Other 0.7%