Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alexgalhardo/bitcoin-puzzle
Simple scripts to learn more about bitcoin puzzle quest
https://github.com/alexgalhardo/bitcoin-puzzle
bitcoin bitcoin-puzzle hash script typescript
Last synced: 8 days ago
JSON representation
Simple scripts to learn more about bitcoin puzzle quest
- Host: GitHub
- URL: https://github.com/alexgalhardo/bitcoin-puzzle
- Owner: AlexGalhardo
- Created: 2024-07-08T23:37:50.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-07-11T15:43:43.000Z (4 months ago)
- Last Synced: 2024-07-12T17:17:19.591Z (4 months ago)
- Topics: bitcoin, bitcoin-puzzle, hash, script, typescript
- Language: TypeScript
- Homepage:
- Size: 461 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
https://github.com/AlexGalhardo/bitcoin-puzzle/assets/19540357/8e4f18ca-f321-4c67-a8ab-7f79d470d7ab
## Introduction
- Simple scripts to learn more about bitcoin puzzle quest
- References:
- https://privatekeyfinder.io/bitcoin-puzzle/
- https://www.youtube.com/watch?v=Ispg4D9_hv8
- https://www.youtube.com/watch?v=679Zc7ZQLtI
- https://api.blockcypher.com/v1/btc/main/addrs/1H3yHoihwTpZRE3hfnhTky8e3PF5mjygUh/balance
- https://github.com/lmajowka/btcgo
- https://github.com/lmajowka/btc-finder
- https://github.com/albertobsd/keyhunt## Development Setup Local
Prerequisites:
- Install Bun: https://bun.sh/docs/installation1. Clone repository
```bash
git clone [email protected]:AlexGalhardo/bitcoin-puzzle.git
```2. Enter repository
```bash
cd bitcoin-puzzle/
```3. Install dependencies
```bash
bun install
```4. Creating bitcoin addresses
```bash
bun run create-bitcoin-addresses
```5. Creating bitcoin addresses and checking balance
```bash
bun run create-and-check-balance
```## License
[MIT](http://opensource.org/licenses/MIT)
Copyright (c) July 2024-present, [Alex Galhardo](https://github.com/AlexGalhardo)