Skip to content

MCollector/btc_puzzler_solver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 

Repository files navigation

btc_puzzler_solver

This project is a client application to help solve the BTC puzzles (source: https://privatekeys.pw/puzzles/bitcoin-puzzle-tx). If any help needed, join our Discord server: https://discord.gg/tVuy5N2aGk


Current Puzzle

  • Puzzle #1 is active, containing 7.1 BTC (currently worth over $700,000 USD).

Project Overview

Anyone can anonymously join the project and contribute their computer’s processing power to search for the correct private key.


Reward Distribution

If our project successfully solves the puzzle first, the BTC reward will be distributed as follows:

  • 10% to the project
  • 20% to the client that finds the key
  • 70% distributed among all participating wallets, proportional to their contributed effort

Application Parameters

btc_puzzle_solver.exe <number_of_threads>

  • your-btc-wallet-address : enter a valid btc address you control, this will be your share payout address either.
  • number_of_threads : default at 0, if you have more CPU capacity at spare, you can enlarge this (if you have 16 Cores, you can set threads to +- 30 )

How to Start the Client

NEW v2 LINUX VERSION:

  1. Download the ZIP archive.
  2. Extract it to a convenient location (e.g., ~/btcpuzzle).
  3. Open a terminal.
  4. Navigate to the extraction folder: cd ~/btcpuzzle
  5. Run the client: ./btc_puzzle_solver_v2.0.1 -w <YOUR_WALLET> -t <THREAD_COUNT> example: ./btc_puzzle_solver_v2.0.1 -w bc1qlp6a3sa03t....xs6kw86 -t 16

Windows OLD VERSION! (v1)

  1. Download the ZIP archive.
  2. Extract it to a convenient location (e.g., C:\btcpuzzle).
  3. Open Command Prompt (cmd).
  4. Navigate to the extraction folder: ( e.g. "cd c:\btcpuzzle" )
  5. Run the client: btc_puzzle_solver.exe <number_of_threads> (number_of_threads is optional)

Linux OLD VERSION! (v1)

  1. Download the ZIP archive.
  2. Extract it to a convenient location (e.g., ~/btcpuzzle).
  3. Open a terminal.
  4. Navigate to the extraction folder: cd ~/btcpuzzle
  5. Run the client: ./btc_puzzle_solver.exe <number_of_threads> (number_of_threads is optional)

Tips to Maximize Earnings

  • Rent additional computing power (e.g., AWS EC2 instances or servers from any provider worldwide).
  • Run the client on as many computers or servers as you like.
  • You can use the same Bitcoin wallet address on all devices or multiple addresses — your choice.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published