How to solve BTC Puzzle 135

Wallet Address

16RGFo6hjq9ym6Pj7N5H7L1NR1rVPJyw2v

It has 13 BTC in it.

First you need to install Userland from Google  App Store

Then open Ubuntu. Now we need to install Keyhunt to find the key in hex. 

Proceed this way:

apt update

apt upgrade -y 

apt install git -y

apt install build-essential -y

apt install libssl-dev -y

apt install libgmp-dev -y

git clone https://github.com/albertobsd/keyhunt.git

  cd keyhunt

cd keyhunt

make legacy

echo "02145d2611c823a396ef6712ce0f712f09b9b4f3135e3e0aa3230fb9b6d08d1e16" > pubkey135.txt

./keyhunt -m bsgs -B random -f pubkey135.txt -b 135 -l compress -R -k 90 -S -t 8 

Note: k is a factor, you can set it to 20, and gradually increase it. 

To stop the process, tap CRT C.

If a key is found it would be in the file KEYFOUNDKEYFOUND.txt. Just type cat KEYFOUNDKEYFOUND. txt to display it.

After the key is found, it would be in hex format. You would need to convert it into a WIF format to use it. Use offline tools for this.

This exercise is for educational and fun purpose only.

Good luck.  Ask questions if you have any. Thanks.

$BTC