# node-cryptonight-hashing **Repository Path**: C3Pool/node-cryptonight-hashing ## Basic Information - **Project Name**: node-cryptonight-hashing - **Description**: Cryptonight hashing functions for node.js - **Primary Language**: C++ - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-06-19 - **Last Updated**: 2021-06-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 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, ccx) * cryptonight-light (v0, v1) * cryptonight-heavy (v0, xhv, tube) * cryptonight-pico (IRD) * argon2 (chukwa, chukwa2, wrkz) * astrobwt (DERO) * RandomX (Wownero, Arqma, Keva) * Panther (Scala) * KangarooTwelve (AEON) * cuckaroo29s, cuckaroo29v, cuckaroo29b, cuckaroo29i * KawPow (RVN) * Ethash (ETH) Installing locally and testing ----- ``` npm install https://github.com/C3Pool/node-cryptonight-hashing node_modules/cryptonight-hashing/tests/run.sh ``` Credits ------- * [XMrig](https://github.com/xmrig) - For advanced cryptonight implementations from [XMrig](https://github.com/xmrig/xmrig) * [SChernykh](https://github.com/SChernykh) - For PoW development and its integration help