A tool that returns private keys and addresses or generates a printable paper wallet for many different cryptocurrencies, allowing users to paste a 256 bits binary key, the result of 256 dice rolls, or helping them tracking 256 dice rolls.
Here you can see how the tool works.
Install git, python3 and pip (if needed):
sudo apt install git python3 python3-pip
Clone the repository:
git clone https://github.com/ASeriousMister/DiceTracker.py
Move to the tool's directory
cd /path/DiceTracker.py
Install requirements (read above for Python virtual envitonments):
pip3 install -r requirements.txt
Additional resources: for Ubuntu install
sudo apt install wkhtmltopdf
for Windows install WKHTMLTOPDF
Run the tool:
python3 dicetracker.py
User simply has to provide answers to the prompted questions. At the end, the tool will show private keys and public addresses and, if wanted, generates a printable paper wallet in the PaperWallet directory. If user does not want to generate the printable paper wallet, keys are not stored anywhere. QrCodes of the information can also be obtained with tools like qrencode.
- Binary key: 0000001100101011100101110101101000101000011001011010000111010100000011101100011111110010001000101010010010101101111100010011100111011100110110101001111001110110100011001010100110101101010000010100110000110011011010111101001110010101110010010001000001101001
- 256 dice rolls reuslts: 1423353625241324352413243526252525243534666554653645463535262525162525363532526251252626353433533536225356225251414255336355242142253633534242411252535364453534242525161525343422525161625253434252516162525434352521661252443434252516162525434352525166542512 These keys can be used only to test the tool. Do not send transactions to the addresses generated from the example keys.
The tools supports the following coins, to add more simply edit the code referring to hdwallet documentation for the correct symbols
- Bitcoin
- Ethereum
- Litecoin
- Bitcoin Cash
- Bitcoin SV
- Dash
- ZCash
- DogeCoin
- Bitcoin Testnet
- Monero
Install python virtual environments
pip3 install virtualenv
Now move to DiceTracker.py's directory,
cd DiceTracker.py
create a virtual environment (in the example named dtve, but you can choose your preferred name)
virtualenv dtve
and activate it
source dtve/bin/activate
The name of the virtual enviroment should appear, in brackets, on the left of your command line. Now install the dependencies
pip3 install -r requirements.txt
Finally, run the tool
python3 dicetracker.py
The tool may encounter some issues running with Ubuntu 22.04, due to incompatibility with ripemd160 hashes used by the hdwallet library. To solve this you need to edit the /etc/ssl/openssl.cnf file, making sure that it contains all the following lines:
openssl_conf = openssl_init
[openssl_init]
providers = provider_sect
[provider_sect]
default = default_sect
legacy = legacy_sect
[default_sect]
activate = 1
[legacy_sect]
activate = 1
This ool comes with no guarantees. Do your own research about how this tool works and in general about how cryptocurrency keys work before using it.
This tool is part of the AnuBitux project. If you appreciate this work visit https://anubitux.org and consider making a donation
- BTC: 1AnUbiYpuFsGrc1JFxFCh5K9tXFd1BXPg
- XMR: 87PTU58siKNb3WWXcP4Hq4CmCb7kMQUsEiUWFT7SvvMMUqVw9XXFGrJZqmnGvuJLGtLoRuEqovTG4SWqkPr8YLopTSxZkkL