OP 05 December, 2022 - 12:07 PM
Many people need such software. I see no reason to sell it, since it is completely built on open source, or rather on an electrum wallet.
Functions:
- Software almost instantly (monitors every second) automatically withdraws funds received to the tracked address.
- In the settings, you can set separately how often to monitor, by default once a second.
- Also in the settings you can set up separate commissions for confirmed coins and for unconfirmed ones. (yes, unconfirmed coins can also be immediately sent upon receipt to the address).
- Well, of course, the minimum amount for withdrawal is configured (the value of the minimum amount is the same for both confirmed and unconfirmed coins).
Requirements:
Linux Only(for a small donation I can make a version for Windows, contact me in PM).
- Download the wallet itself from the official site https://download.electrum.org/4.3.2/elec...4.AppImage.
- Put it in any folder from which auto-withdrawal will work.
- Assign execution rights.
Futher
[/code]
Run as usual and create a new wallet.
We import there a phrase or a private key for which we want to establish monitoring, if you import private keys, then you can drive in several of them at once.
- Leave the wallet running (during the auto-withdrawal, the wallet should always be running).
- Create an electrum.py text in the same folder.
- Copy the source code from here. (opensource)
- Start electrum.py from the path folder.
All. Now, upon receipt of funds, they will be automatically withdrawn to the address you specified.
Settings:
I must also say that this solution allows you to monitor no more than 30-50 private keys.
If you try to cram an overdose of privates there, you would be banned by nodes and the wallet will not connect to them.
Sorry for the commercialism, but I can also solve this problem for a donation, but personally, monitoring 20 addresses is enough for me.
Enjoy everyone !
Functions:
- Software almost instantly (monitors every second) automatically withdraws funds received to the tracked address.
- In the settings, you can set separately how often to monitor, by default once a second.
- Also in the settings you can set up separate commissions for confirmed coins and for unconfirmed ones. (yes, unconfirmed coins can also be immediately sent upon receipt to the address).
- Well, of course, the minimum amount for withdrawal is configured (the value of the minimum amount is the same for both confirmed and unconfirmed coins).
Requirements:
Linux Only(for a small donation I can make a version for Windows, contact me in PM).
- Download the wallet itself from the official site https://download.electrum.org/4.3.2/elec...4.AppImage.
- Put it in any folder from which auto-withdrawal will work.
- Assign execution rights.
Code:
cd 'path to the folder'
Code:
[code]
sudo chmod +x electrum-4.3.2-x86_64.AppImage
Run as usual and create a new wallet.
We import there a phrase or a private key for which we want to establish monitoring, if you import private keys, then you can drive in several of them at once.
- Leave the wallet running (during the auto-withdrawal, the wallet should always be running).
- Create an electrum.py text in the same folder.
- Copy the source code from here. (opensource)
- Start electrum.py from the path folder.
All. Now, upon receipt of funds, they will be automatically withdrawn to the address you specified.
Settings:
Code:
MY_BTC_ADDR=' YOUR ADDRESS'
MIN_BALANCE=MINIMUM BALANCE FOR WITHDRAWAL FOR EXAMPLE 0.005
FEE_RATE_CONFIRM=50 COMMISSION FOR CONFIRMED COINS
FEE_RATE_UNCONFIRM=80 COMMISSION FOR UNCONFIRMED COINS
PAUSE=1 PAUSE IN SECOND BETWEEN BALANCE CHECKS
If you try to cram an overdose of privates there, you would be banned by nodes and the wallet will not connect to them.
Sorry for the commercialism, but I can also solve this problem for a donation, but personally, monitoring 20 addresses is enough for me.
Enjoy everyone !
Virustotal link https://www.virustotal.com/gui/file/9c62640749f2a6297cea2043390c2ac65a662c58b8ccef4607f04c3bb8928011/detection