1.1.3 • Published 14 days ago

btc_raider v1.1.3

Weekly downloads
-
License
ISC
Repository
-
Last release
14 days ago

BTC Raider

This script is for joining to the pool of nodes which are constantly looking for forgotten BTC wallets.

It's written in NodeJs and have self-update feature with automatic PM2 reload.

Install it on VPS or any other server ( even your home PC, just don't turn it off ).

Join Telegram bot: https://t.me/btc_raider_bot

Run command /addip 0.0.0.0 , where 0.0.0.0 IP of your server.

And receive node statistics after each checked cycle ( ~10 hours based on VPS performance)

You can use /mynodes command to get list of all your nodes.

You can use /contact MESSAGE if you have any questions.

Once your node found wallet - you'll receive the corresponding message like:

{
    "phrase":"radar blur cabbage chef fix engine embark joy scheme fiction master release",
    "balanse":{
        "final_balance":0,
        "n_tx":2,
        "total_received":3000
    },
    "address":[
        "1NAW6zzKT5zjtd73nVP86mtv1etp7GfThv",
        "19bmBLXGnxKmoE4KPmft5aE9o82rvtXnZV",
        "1kFFjCjBiF13dNzVnSA4mQzhDN5r8XHqH",
        "1DP9wsHuMDqCDZP1oYM5waov3cvK4nwL2q",
        "1GspyDqNKbRQFXQi33JjcGdNSmff6s9Jpo",
        "1B5vNCnfswBTHfkW5V379PMZTEoFX7jLnu",
        "1KZwcqBFjGE5nCHW9WMCrgeRJMNdjAxDpY",
        "1Kr9ABELP5Qr7xtQeovvtFPLtGc5Lch17W",
        "1KuFQJzfYboxWmc2DaCwqzG4BWPE4JoQTq",
        "1KnmJ3gD3du6wZungeQePVLEefmsuDKB1T",
        "1Dt2kWRVnZvqASTxciEF6531GRtwyuuNt2",
        "14gD4PcbH8UMwhUEHeeygq74kiB81K39KF",
        "1Dqbs6MFAvYWTN4dZvjF6sNLEXXKmE5PPS",
        "1E72EKFqmJbE7MerDwFGaiLNFjUGiDRbGr",
        "16KRkLth8HHJpe7gwrM7kAL8qfKr1pDQoL",
        "1MQiLckqu4uQzRPYU79wNZVCswWeNnpx7S",
        "1Grwiuu642iNFA5cerq224CqV2tje1qczF",
        "12j7umvrPPDvmxRgGDqQVo51cjrfuNE6fn",
        "1MFksBWWrqN6wYZBDg9bXf7LCaD2NPMEEJ",
        "1mfZVHftx7q4XkScxW3TPDg7qBsy939mi"
    ]
}

You'll get notification when pool find something as well.

Install:

Recommended Ubuntu 18

sudo apt-get -y update
sudo apt-get install -y build-essential 
sudo apt-get -y install nodejs
sudo apt install -y npm
sudo npm install -g pm2
sudo npm install -g yarn

yarn global add btc_raider@latest && export PATH="$(yarn global bin):$PATH" && pm2 start btc_raider

Credits: bitcoin:1M9DEZihYHkrXyJpE1NeGk6VMzwhbv6VkN