Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/davidak/python-peniscoin-miner
a basic peniscoin miner in python
https://github.com/davidak/python-peniscoin-miner
Last synced: 10 days 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 (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-06-12T18:06:33.000Z (over 10 years ago)
- Last Synced: 2023-03-24T00:13:48.316Z (over 1 year ago)
- Language: Python
- Homepage: https://codeberg.org/davidak/python-peniscoin-miner
- Size: 137 KB
- Stars: 8
- 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.