https://github.com/rustaceanrob/picominer
a desk decoration that "mines" bitcoin
https://github.com/rustaceanrob/picominer
Last synced: about 1 year 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 (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-21T07:09:41.000Z (about 2 years ago)
- Last Synced: 2025-02-12T05:39:24.561Z (over 1 year 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.