Free and multi-account XRP token mining.
Feature | Support |
---|---|
Random User Agent | ✅ |
Proxy | ✅ |
Multi-account | ✅ |
Auto Withdrawal | ✅ |
Complete all the necessary materials and tools
Run the following command in Termux terminal
pkg update && pkg upgrade
pkg install git
pkg install python
git clone https://github.com/rioagungpurnomo/xrpminer
cd xrpminer
pip install -r requirements.txt
Then open your text editor or vim, then edit the accounts.json file and enter the email and account password you created previously. You can add multiple accounts or just one, the following example
[
{
"email": "[email protected]",
"password": "abdc"
},
{
"email": "[email protected]",
"password": "abcde"
},
{
"email": "[email protected]",
"password": "abcdef"
}
]
Next, edit the contents of the wallet.json file and enter the XRP wallet address and Destination Tag. You can activate and deactivate automatic withdrawals by changing the auto key to false, Automatic withdrawals every time your balance reaches 1 XRP or more will be sent directly to your XRP wallet address.
{
"auto": true,
"address": "",
"destination_tag": ""
}
Then run the following command and start automatic mining
python xrpminer.py
Your donation is a step for me to continue to grow and be enthusiastic about creating wild things.
XRP Address : rwWr7KUZ3ZFwzgaDGjKBysADByzxvohQ3C
Destination Tag : 6691170
Please send me a support ticket for progress on this tool. Email : [email protected]