https://github.com/davidak/python-peniscoin-miner
a basic peniscoin miner in python
https://github.com/davidak/python-peniscoin-miner
Last synced: over 1 year ago
JSON representation
a basic peniscoin miner in python
- Host: GitHub
- URL: https://github.com/davidak/python-peniscoin-miner
- Owner: davidak
- Created: 2013-05-24T23:38:13.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2014-06-12T18:06:33.000Z (about 12 years ago)
- Last Synced: 2025-03-08T12:34:32.073Z (over 1 year ago)
- Language: Python
- Homepage: https://codeberg.org/davidak/python-peniscoin-miner
- Size: 137 KB
- Stars: 10
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Python Peniscoin Miner
======================
Peniscoins are similar to Bitcoins.
Both are using a secure SHA-256 hashing algorithm for generating the coins.
to run the peniscoin miner just open a terminal and type
```
git clone https://github.com/davidak/python-peniscoin-miner.git
cd python-peniscoin-miner
python3 miner.py
```
example output
```
2013-05-25 05:24:09 64.70 MHash/s 2 Peniscoins mined in 203.245 seconds
```
im getting 65 MHash/s on a Intel i7 (so far it uses only one core).
more features like multithreading, opencl and a mining pool are planned.