Skip to content

Another Provably Rare Gem Miner 💎 (for Raritygems)

Notifications You must be signed in to change notification settings

srisaard/GemMiner-Go

 
 

Repository files navigation

Provably Rare Gem Miner Go (for Rarity)

Original https://github.com/TkzcM/GemMiner-Go 🤗

Pull Request is strongly welcome as I don't know anything about Golang/Python/Web3.

Usage

  • Install Python 3.x if you don't have it.
  • Get Visual Studio Build Tools from here.
  • Install it with "C++ Desktop Development" marked and restart your PC.
  • Win+R, input "cmd", click Run, input "cd /dirname/of/path/to/file" and hit "Enter".
$ cd /dirname/of/path/to/folder
  • input "pip install -r requirements.txt" and hit "Enter".
$ pip install -r requirements.txt
.env

WALLET_ADDRESS=0xA8sFe39sdfDIFJQO8A3dAB
TARGET_GEM=2
NOTIFY_AUTH_TOKEN=6WDcdaIDUROLB908DBJKS
PRIVATE_KEY=jg8fg9lsksmlaabbbcsefaksjdfpq023lfks
DIFFICULTY=50000000
THREAD_NUM=3
  • Double click loop.py and mining started (check status in Line) 👍.

Update

Remark

  • 25k Iterations/sec/core on my environment (i5-9300H)
  • go env -w GOOS=linux # for colab
  • go env -w GOOS=windows # for windows
  • COLAB

About

Another Provably Rare Gem Miner 💎 (for Raritygems)

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 97.0%
  • Go 2.8%
  • Shell 0.2%