Bitcoin Forum

Bitcoin => Wallet software => Topic started by: mcjavar on February 15, 2021, 12:30:33 AM



Title: BTC wallet sweeper
Post by: mcjavar on February 15, 2021, 12:30:33 AM
Is there a tool that tries to log in to BTC addresses and swipes the coins from and sends them to a specific address?


Title: Re: BTC wallet sweeper
Post by: PrimeNumber7 on February 15, 2021, 02:20:55 AM
If you are using electrum, you can use a "*" star to send all of the unspent outputs that are in your wallet.

Most other wallet software has similar functionality.


Title: Re: BTC wallet sweeper
Post by: nutildah on February 15, 2021, 02:34:48 AM
What has to happen in someone's life when their understanding of cryptocurrency goes from this:

Hi guys,

This is Nodecoin, that James has developed. We need to test it, but I have no idea how I should make it work on Windows:

It is for testnet the following is how to get it compiled and running from command line

git clone https://github.com/jl777/multigateway
cd multigateway
chmod +x run.sh
./run.sh
./nodeminer <NXTacct> <passphrase>

I cloned it to my drive, but what now?
Any suggestions?

to this:

Is there a tool that tries to log in to BTC addresses and swipes the coins from and sends them to a specific address?

To answer your question, yes, there is. It's called Bitcoin Core. You can download it from its official website:

https://bitcoincore.org/en/download/


Title: Re: BTC wallet sweeper
Post by: NotATether on February 15, 2021, 10:55:41 AM
This can easily be done in Bitcoin Core's console using dumpwallet which exports all the private keys in the wallet to a file.

Code:
dumpwallet "C:/exportedkeys.txt"

If your wallet is encrypted then you need to unlock it first temporarily using walletpassphrase:

Code:
walletpassphrase "your pass phrase" 600

Unlocks it for the next 10 minutes.

Source: https://bitcoin.stackexchange.com/questions/4632/how-can-i-export-all-my-private-keys-using-bitcoind



Then you can open the file and paste all the private keys into a new Electrum wallet (File > New/Restore > [type a name for the wallet file] > Import private keys or addresses > [paste them in the text box that appears next]).


Title: Re: BTC wallet sweeper
Post by: NeuroticFish on February 15, 2021, 11:14:45 AM
Is there a tool that tries to log in to BTC addresses and swipes the coins from and sends them to a specific address?

BTC addresses are not accounts, hence you don't "log in" to them.
If you know the (seed or) private key, any wallet can do the operation you need.

You'd be better if instead of buying account you'd have your own newbie account, read more and also ask in Beginners & Help...


Title: Re: BTC wallet sweeper
Post by: compSciTchr on February 16, 2021, 05:55:05 AM
Is there a tool that tries to log in to BTC addresses and swipes the coins from and sends them to a specific address?

That might be RainMaker v2.34 , it also logs into peoples' bank accounts and sends their money to a different account. I use that all the time, works great.


Title: Re: BTC wallet sweeper
Post by: oli123123 on February 16, 2021, 09:24:46 AM
What has to happen in someone's life when their understanding of cryptocurrency goes from this:

Hi guys,

This is Nodecoin, that James has developed. We need to test it, but I have no idea how I should make it work on Windows:

It is for testnet the following is how to get it compiled and running from command line

git clone https://github.com/jl777/multigateway
cd multigateway
chmod +x run.sh
./run.sh
./nodeminer <NXTacct> <passphrase>

I cloned it to my drive, but what now?
Any suggestions?

to this:

Is there a tool that tries to log in to BTC addresses and swipes the coins from and sends them to a specific address?

To answer your question, yes, there is. It's called Bitcoin Core. You can download it from its official website:

https://bitcoincore.org/en/download/


Most likely a sold account  :D