All Projects → cazala → React Coin Hive

cazala / React Coin Hive

Licence: mit
Mine cryptocurrency while your users haven't engaged with your content lately

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to React Coin Hive

Xmrig
RandomX, CryptoNight, AstroBWT and Argon2 CPU/GPU miner
Stars: ✭ 6,372 (+4064.71%)
Mutual labels:  cryptocurrency, monero, miner, xmr
Coin Hive
CoinHive cryptocurrency miner for node.js
Stars: ✭ 1,923 (+1156.86%)
Mutual labels:  monero, miner, xmr
Monero Testnet Sandbox
Monero (XMR) testnet sandbox with 3 daemons and 3 wallets
Stars: ✭ 12 (-92.16%)
Mutual labels:  cryptocurrency, monero, xmr
Hidden Miner Builder
Hidden miner builder
Stars: ✭ 58 (-62.09%)
Mutual labels:  monero, miner, xmr
Cnrig
Static CryptoNight CPU miner for Linux + automatic updates
Stars: ✭ 45 (-70.59%)
Mutual labels:  cryptocurrency, monero, miner
Webminerpool
Complete sources for a monero webminer.
Stars: ✭ 175 (+14.38%)
Mutual labels:  cryptocurrency, monero, xmr
Sumoeasyminer
The most easy, intuitive CPU miner for cryptonote-based cryptocurrency
Stars: ✭ 77 (-49.67%)
Mutual labels:  cryptocurrency, monero, miner
coin-hive-proxy
Deprecated. Use CoinHive Stratum instead.
Stars: ✭ 33 (-78.43%)
Mutual labels:  miner, monero, xmr
Lime Miner
a simple hidden silent XMR miner.
Stars: ✭ 109 (-28.76%)
Mutual labels:  monero, miner, xmr
Coin Hive Stratum
use CoinHive's JavaScript miner on any stratum pool
Stars: ✭ 380 (+148.37%)
Mutual labels:  cryptocurrency, monero, xmr
Kasisto
A Monero Point of Sale payment system
Stars: ✭ 120 (-21.57%)
Mutual labels:  cryptocurrency, monero, xmr
Xmr Miner
Web-based Cryptocurrency miner, built with Vue.js
Stars: ✭ 444 (+190.2%)
Mutual labels:  cryptocurrency, monero, xmr
Deepminer
deepMiner webminer proxy (update for cryptoNight R)
Stars: ✭ 497 (+224.84%)
Mutual labels:  monero, miner, xmr
Awesome Monero
Curated list of links of useful resources for the Monero crypto-currency
Stars: ✭ 15 (-90.2%)
Mutual labels:  cryptocurrency, monero
Vue Coin Hive
Start mining coins in your Vue projects in 1 second.
Stars: ✭ 14 (-90.85%)
Mutual labels:  cryptocurrency, monero
Cryptogoblin
CryptoNote CPU/GPU mining tool for Monero (XMR)
Stars: ✭ 39 (-74.51%)
Mutual labels:  monero, xmr
Minerinthemiddle
Stars: ✭ 46 (-69.93%)
Mutual labels:  monero, miner
Cryptocurrency Dashboard
Crypto Currency Dashboard Using Twitter 🐦 And Coinmarketcap 🚀 API
Stars: ✭ 54 (-64.71%)
Mutual labels:  cryptocurrency, monero
Multipoolminer
Monitors crypto mining pools in real-time in order to find the most profitable for your machine. Controls any miner that is available via command line.
Stars: ✭ 750 (+390.2%)
Mutual labels:  monero, miner
Cakewallet
Home of Cake Wallet for XMR
Stars: ✭ 64 (-58.17%)
Mutual labels:  monero, xmr

React Coin-Hive

Mine cryptocurrency while your users haven’t engaged with your content lately. Inspired by the last paragraph of this article.

This uses Coin-Hive to mine Monero (XMR).

Installation

npm install --save react-coin-hive

Usage

// Anywhere in your app as long as it gets mounted
<CoinHive siteKey='ZM4gjqQ0jh0jbZ3tZDByOXAjyotDbo00'/>

Props

  • siteKey: Your Coin-Hive Site Key.

  • timeout: How long before considering that the user is idle in milliseconds. Default is 30000.

  • userName: If used, the miner will be created with CoinHive.User(siteKey, userName). By default the miner is created with CoinHive.Anonymous(siteKey).

  • threads: The number of threads the miner should start with. Default is 2.

  • throttle: The fraction of time that threads should be idle. Default is 0.

  • onInit: A function that takes the miner instance as argument. It's called when the miner is created.

  • onStart: A function that takes the miner instance as argument. It's called every time the miner is started.

  • onStop: A function that takes the miner instance as argument. It's called every time the miner is stopped.

Disclaimer

I have nothing to do with coin-hive.com

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].