Skip to content

A little miner sleeping at work, written in python using the web3py Websocket or RPC interface for geth.

Notifications You must be signed in to change notification settings

uvdsl/web3py-miner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Sleeping Miner (web3py)

A little miner sleeping at work, written in python using the web3py Websocket or RPC interface for geth.

Requirements

I used a conda environment with python 3.7:

pip install -r requirements.txt

Usage

python miner.py [-h] [-e ENDPOINT] [-t THREADS]

optional arguments:
  -h, --help            show this help message and exit
  -e ENDPOINT, --endpoint ENDPOINT
                        Geth connection endpoint, default: ws://localhost:8546
  -t THREADS, --threads THREADS
                        Number of threads to mine with, default: 1

About

A little miner sleeping at work, written in python using the web3py Websocket or RPC interface for geth.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages