https://github.com/konard/bitcoin-puzzle
A bitcoin puzzle solution
https://github.com/konard/bitcoin-puzzle
Last synced: about 1 month ago
JSON representation
A bitcoin puzzle solution
- Host: GitHub
- URL: https://github.com/konard/bitcoin-puzzle
- Owner: Konard
- License: unlicense
- Created: 2024-03-01T19:26:01.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-11T13:58:21.000Z (about 1 year ago)
- Last Synced: 2025-02-11T12:44:47.084Z (3 months ago)
- Language: Rust
- Size: 28.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://gitpod.io/#https://github.com/konard/bitcoin-puzzle)
# bitcoin-puzzle
A bitcoin puzzle solution## Example
```bash
hashcat -a 3 -m 30901 13zb1hQbWVsc2S7ZTZnP2G4undNNpdh5so "000000000000000000000000000000000000000000000003000000?h?h?h?h?h?h?h?h?h?h" --markov-disable -d 2
```## Progress
### 13zb1hQbWVsc2S7ZTZnP2G4undNNpdh5so
| Range | Result |
| ---------------------------------------------------------------------------- | ------ |
| `000000000000000000000000000000000000000000000002000000?h?h?h?h?h?h?h?h?h?h` | `○` |
| `000000000000000000000000000000000000000000000002000001?h?h?h?h?h?h?h?h?h?h` | `○` |
| `000000000000000000000000000000000000000000000002ffffff?h?h?h?h?h?h?h?h?h?h` | `○` |
| `000000000000000000000000000000000000000000000003000000?h?h?h?h?h?h?h?h?h?h` | `○` |
| `000000000000000000000000000000000000000000000003fffffe?h?h?h?h?h?h?h?h?h?h` | `?` |
| `000000000000000000000000000000000000000000000003ffffff?h?h?h?h?h?h?h?h?h?h` | `○` |[](https://github.com/Konard/bitcoin-puzzle/raw/main/progress-draw/progress.png)