Ninjastic
Home
Search
Users
Boards
Addresses
Ctrl + K
Toggle theme
Open menu
Post
Edited versions
Quotes to this post
Post
61740406
Topic
5439273
Board
Development & Technical Discussion
Re: Python based Solo miner for CPU | Learn Basic Bitcoin Mining | Just for fun
by
ETFbitcoin
on
10/02/2023, 12:17:13 UTC
Quote from: irsada on February 09, 2023, 08:20:06 PM
and I do not remember its true origin so cannot give proper reference.
My quick search your code
might be
based on one of these repository,
https://github.com/iceland2k14/solominer
https://github.com/Pymmdrza/SoloMiner
Quote from: irsada on February 09, 2023, 08:20:06 PM
Installing Dependencies
You must have python. Try with old versions first.
Install dependencies with
Code:
pip install hashlib
pip install binascii
If any dependency is missing you can use pip install DependencyName.
This only applies to Python 2, your code is in Python 3.
Quote from: cixegz on
Today
at 05:10:00 AM
--snip--
how to mine testnet
any GPU speed, python mining
You might want to check this guide
[Guide] Solo mine testnet bitcoins with bfgminer, Bitcoin Core, and a CPU/GPU
.