Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rustaceanrob/picominer
a desk decoration that "mines" bitcoin
https://github.com/rustaceanrob/picominer
Last synced: 13 days ago
JSON representation
a desk decoration that "mines" bitcoin
- Host: GitHub
- URL: https://github.com/rustaceanrob/picominer
- Owner: rustaceanrob
- Created: 2024-04-07T02:36:42.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-04-21T07:09:41.000Z (8 months ago)
- Last Synced: 2024-10-31T14:07:07.307Z (2 months ago)
- Language: Rust
- Size: 83 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
#### Raspberry Pi Pico I2C Miner
A short program that takes the genesis block of Bitcoin, extracts the header, and attempts to find valid nonces that satisfy the target of the header.
Each block hash is sent to the connected I2C LCD display and shown. After each hash, the on board LED blinks to prove it is working. I used this program to power a breadboard desk piece.Built with `cargo generate` and the `rp-2040` template.