Skip to content

Latest commit

 

History

History
47 lines (33 loc) · 1.44 KB

README.md

File metadata and controls

47 lines (33 loc) · 1.44 KB

kNight.js

Cryptonight Miner

About

Note: This is no longer functional for Monero since the release cryptonight_v8

One of the first completely free alternatives to coin-hive as a CryptoNight miner built with js and WebAssembly.

kNight can potentially replace the current Ad-based revenue model for sites.

Note: Currently uses 100% CPU, and does not terminate old jobs until they are done.

Major Supported Currencies

  • Monero
  • Electroneum

Supported Algorithms

  • 1MiB scratchpad memory
    • cryptonight_lite
    • cryptonight_lite_v7
  • 2MiB scratchpad memory
    • cryptonight
    • cryptonight_v7

Acknowledgements

The CryptoNight hash used is largely copied from notgiven688/webminerpool which is based on the Monero code.