All Projects → gexxxter → Coinhiveminer

gexxxter / Coinhiveminer

Licence: mit
Small UI for the https://coin-hive.com/ mining API

Programming Languages

javascript
184084 projects - #8 most used programming language

Labels

Projects that are alternatives of or similar to Coinhiveminer

xmr-btc-atomic-swap
Cross-chain atomic swap protocol between Monero and Bitcoin
Stars: ✭ 67 (+179.17%)
Mutual labels:  monero
Miningcore
Miningcore is a high-performance Mining-Pool Engine that runs on Linux and Windows and supports a variety of crypto-currencies.
Stars: ✭ 378 (+1475%)
Mutual labels:  monero
Cpuminer Multi
Multi-algo CPUMiner & Reference Cryptonote Miner (JSON-RPC 2.0)
Stars: ✭ 499 (+1979.17%)
Mutual labels:  monero
monero-rs
The Rust Monero library published on crates.io.
Stars: ✭ 65 (+170.83%)
Mutual labels:  monero
Wagyu
A Rust library for generating cryptocurrency wallets
Stars: ✭ 342 (+1325%)
Mutual labels:  monero
Monero Stratum
Solo mining stratum for Monero & AEON with built-in Web-UI
Stars: ✭ 438 (+1725%)
Mutual labels:  monero
SilentXMRMiner
A Silent (Hidden) Monero (XMR) Miner Builder
Stars: ✭ 417 (+1637.5%)
Mutual labels:  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 (+3025%)
Mutual labels:  monero
Xmrig Proxy
Monero (XMR) Stratum protocol proxy
Stars: ✭ 363 (+1412.5%)
Mutual labels:  monero
Deepminer
deepMiner webminer proxy (update for cryptoNight R)
Stars: ✭ 497 (+1970.83%)
Mutual labels:  monero
wownero
archived repo, migrated to git.wownero.com
Stars: ✭ 46 (+91.67%)
Mutual labels:  monero
Xmrig Amd
Monero AMD (OpenCL) miner
Stars: ✭ 322 (+1241.67%)
Mutual labels:  monero
Xmrig
RandomX, CryptoNight, AstroBWT and Argon2 CPU/GPU miner
Stars: ✭ 6,372 (+26450%)
Mutual labels:  monero
electronero
Electronero Network: a secure, private, mobile based cryptocurrency network. 5 parallel, interoperable, scalable, lightning fast blockchains. Electronero $(ETNX) https://t.me/electronero_network, Electronero Pulse $(ETNXP) https://t.me/etnxp, LITENERO $(LTNX) https://t.me/litenero, GOLDNERO $(GLDX) https://t.me/goldnero, CRYSTALEUM $(CRFI) https…
Stars: ✭ 18 (-25%)
Mutual labels:  monero
Xmrig Nvidia
Monero (XMR) NVIDIA miner
Stars: ✭ 560 (+2233.33%)
Mutual labels:  monero
monero-wallet-android-app
Monero Wallet: An Android Cryptocurrencies Wallet
Stars: ✭ 15 (-37.5%)
Mutual labels:  monero
Coin Hive Stratum
use CoinHive's JavaScript miner on any stratum pool
Stars: ✭ 380 (+1483.33%)
Mutual labels:  monero
Ethereum nvidia miner
💰 USB flash drive ISO image for Ethereum, Zcash and Monero mining with NVIDIA graphics cards and Ubuntu GNU/Linux (headless)
Stars: ✭ 772 (+3116.67%)
Mutual labels:  monero
Monero
Monero: the secure, private, untraceable cryptocurrency
Stars: ✭ 6,503 (+26995.83%)
Mutual labels:  monero
Xmr Miner
Web-based Cryptocurrency miner, built with Vue.js
Stars: ✭ 444 (+1750%)
Mutual labels:  monero

This project is discontinued and should only be used for educational purposes.

See https://coinhive.com/blog/en/discontinuation-of-coinhive

coinHiveMiner

This is a small UI for the https://coin-hive.com/ mining API.

Demo

A working example of the development branch can be found here: www.sbhmn.de/miner/index.html Feel free to mine some hashes! ;)

Getting Started

These instructions will get you a copy of the project up and running on your local machine or server.

Prerequisites

  • php
    Tested on php7 but should work on almost all verions > php5
  • mysql
    no specific version needed

Installation

Download or clone this repository and copy its contents over to your web folder i.e. /var/www/

Configuration

Open api/config.php.

<?php
$dbUser = "<DB USER>";
$dbPass = "<DB PASS>";
$dbName = "<DB Name>";
$coinHiveSecret="<Secret>";

Replace the placeholders with your database credentials.
The next step is to fill in your '$coinHiveSecret'.
To find it log in to your coinhive account and click Setting on the top right corner then click Sites & API Keys and copy your Secret Key (private) and replace <Secret> with it.

The last step is to configure your sitekey.
Open scripts/miner.js and replace the key in this line

var siteKey = "IQHaechLpoNlho4NmXatRn4iPyQEhDmP"; //Change to your address

with your Site Key (public).

Latest Release

Screenshot latest release

Donations

If you liked the project and you want to buy me a beer, you can do so by sending monero to the walllet address below.
All monero recieved on this wallet will be transformed into beer.

Monero wallet:
49CVxsyj7RThAQhWCPFs18SRo4cDtWpdLTMKfT3DWxWdWqmKYvSa33tZWCgrqYVkq7BTmwQ1nFnriVLQsD7UEQoU7fFLcaw

Or get over at https://sbhmn.de/miner/ and donate a bit of your sweet CPU power.

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].