Skip to content

arqma/node-cryptonight-hashing

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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, Loki, Arqma)
  • DefyX (Scala)

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++ 49.7%
  • C 23.6%
  • Assembly 23.4%
  • JavaScript 2.7%
  • Other 0.6%