Author

Topic: bot automatic sweep (Read 299 times)

jr. member
Activity: 56
Merit: 3
September 27, 2019, 11:55:07 AM
#10
There are some wallets out there (mostly from alts) that do something called autocombine and multisend, so in theory you just need to ask any decent blockchain coder to make your wallet for you.

I know one can make a wallet that either waits for every block, or waits for a transaction, then immediately forwards that to either a specific address, or randomly from a group of addresses. Or make it wait a few minutes in between checking so you can batch transactions and save on fees. Depending on your use case, you could do this every few hours instead of every minute.


If you don't want to run a Core wallet, you could maybe have some sort of script running on electrum; where you pregenerate (or use a large gap limit) your thousands of addresses. Millions would need some sort of custom implementation as that's not going to work on a core wallet efficiently.
thanks for now i am working on something but i will remember this reply
legendary
Activity: 3416
Merit: 1912
The Concierge of Crypto
September 27, 2019, 11:08:56 AM
#9
There are some wallets out there (mostly from alts) that do something called autocombine and multisend, so in theory you just need to ask any decent blockchain coder to make your wallet for you.

I know one can make a wallet that either waits for every block, or waits for a transaction, then immediately forwards that to either a specific address, or randomly from a group of addresses. Or make it wait a few minutes in between checking so you can batch transactions and save on fees. Depending on your use case, you could do this every few hours instead of every minute.


If you don't want to run a Core wallet, you could maybe have some sort of script running on electrum; where you pregenerate (or use a large gap limit) your thousands of addresses. Millions would need some sort of custom implementation as that's not going to work on a core wallet efficiently.
legendary
Activity: 1568
Merit: 1041
1GhxHtabWhEpdb7e7oEJ2vd542n33BwTHR
September 26, 2019, 09:20:03 PM
#8
Blockchain.info has a pretty decent API also. I have used it a few times. If you don't want to run a full Bitcoin node, this may be the way to go. However, they do limit the amount of queries to the API per day unless you contact them and have them increase it. But, even the base amount of queries they give you is pretty large. You could code this whole application in php or something and have cronjobs to open the php page every x seconds to run the queries. Or, like others have mentioned, you could host a full node yourself.
sr. member
Activity: 485
Merit: 274
September 18, 2019, 05:03:21 AM
#7

-let say i have 1 million bitcoin address and i have the private key for each
-if i receive any  fund to any address i want that fund automatic transfer and immediately to one specific address


I have thought about doing this and have written code to generate keys and addresses.  A couple of things to think about.

  • The chances of someone else using the same addresses as you are VERY, VERY remote.  So remote it probably wont ever happen.
  • Running a bitcoin node might be quicker but querying an address from any of the online services takes about a second.  That is 11.5 days to query a million addresses.

That is a lot of power and internet for something that will (probably) never happen.
legendary
Activity: 2534
Merit: 6080
Self-proclaimed Genius
September 16, 2019, 08:41:23 AM
#6
-let say i have 1 million bitcoin address and i have the private key for each
-if i receive any  fund to any address i want that fund automatic transfer and immediately to one specific address

- how much will this cost me and what do i need?
The cost? Depending on the Coder.
Go to Services (if you're paying with Bitcoins) and see if there's someone with positive rating is willing make you a script.

If you're planning to use something like the code in the link,
you're going to need to a full node with wallet.dat containing all of your pre-generated private keys (importing them will be time consuming)
You can ask and trust the programmer to make a .txt containing all the prv keys and use a command to be able to import them in one go (example) or do it yourself if you don't wan't to show him the keys;

and Ubuntu running on a decent spec PC.
I just need to tell you that those 1mil randomly generated private keys doesn't have a reasonable chance to hit a collision.
jr. member
Activity: 56
Merit: 3
September 16, 2019, 08:03:51 AM
#5
Not sure what you are asking here.

So let me get this straight, you want to set up a service that would sweep compromised bitcoin addresses? or what?
He must be talking about leaked private keys of addresses that are still receiving dust amounts,
Most of them were reported compromised Brainwallets.

not them, i want to set up a new bot or script (i don't know what is it) with my own random list

-let say i have 1 million bitcoin address and i have the private key for each
-if i receive any  fund to any address i want that fund automatic transfer and immediately to one specific address

- how much will this cost me and what do i need?
legendary
Activity: 4466
Merit: 3391
legendary
Activity: 2534
Merit: 6080
Self-proclaimed Genius
September 15, 2019, 10:24:06 PM
#3
Not sure what you are asking here.

So let me get this straight, you want to set up a service that would sweep compromised bitcoin addresses? or what?
He must be talking about leaked private keys of addresses that are still receiving dust amounts,
Most of them were reported compromised Brainwallets.

Example: 1HZwkjkeaoZfTSaJxDw6aKkxp45agDiEzN
Notice the <15sec gap between receiving and sending transactions' timestamp.

@crofrihosl Some online forwarding services (I can't find the old ones) or a script like: bitcoin.stackexchange.com will work.
You need to install bitcoin core and change some of the code (depending on what is running) to use the latter.
hero member
Activity: 1778
Merit: 764
www.V.systems
September 15, 2019, 07:50:30 PM
#2
Not sure what you are asking here.

So let me get this straight, you want to set up a service that would sweep compromised bitcoin addresses? or what?
jr. member
Activity: 56
Merit: 3
September 15, 2019, 07:00:40 PM
#1
not sure if this the wrong section for this question please move it

- i want to know more about this and how it's works

i saw some compromised bitcoin addresses balance got sweeped in few seconds after deposit

- can i set up a similar service?

Jump to: