Build a simple inheritance scheme on Liana and try to spend a ~170000 sats.
During the workshop at BTC++ in 2025, the speaker created a simple inheritance scheme and put you as his heir. He can spend at any time, but you only can spend after some time.
Your goal is spend a UXTO. But to do that you must find:
- A password to decrypt a mnemonic;
- get the correct mnemonic;
- find a passphrase for the previous mnemonic;
- a derivation path
m/48'/0'/0'/<index>'
.
# Check if python exists
python --version
# Install virtualenv
pip install virtualenv
# Create a virtualenv
venv ~/.workshop
# Go inside virtualenv
source ~/.workshop/bin/activate
# install base58
pip install base58
# Edit file and run script
python ./solution.py