Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/konard/bitcoin-puzzle
A bitcoin puzzle solution
https://github.com/konard/bitcoin-puzzle
Last synced: 8 days 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 (8 months ago)
- Default Branch: main
- Last Pushed: 2024-03-11T13:58:21.000Z (8 months ago)
- Last Synced: 2024-10-10T13:36:10.762Z (28 days 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
[![Gitpod](https://img.shields.io/badge/Gitpod-ready--to--code-blue?logo=gitpod)](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` | `○` |[![progress](https://github.com/Konard/bitcoin-puzzle/raw/main/progress-draw/progress.png "progress")](https://github.com/Konard/bitcoin-puzzle/raw/main/progress-draw/progress.png)