Author

Topic: BTC wallet sweeper (Read 189 times)

legendary
Activity: 2870
Merit: 7490
Crypto Swap Exchange
February 16, 2021, 06:37:32 AM
#8
The question is a bit vague, what kind of file or input (e.g. private key in plain text) do you have? For example electrum support sweep from private keys.
If you have multiple electrum/bitcoin core wallet files, AFAIK there's no software and you need to export the private key manually.
legendary
Activity: 1445
Merit: 1000
February 16, 2021, 04:24:46 AM
#7
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  Cheesy
newbie
Activity: 10
Merit: 4
February 16, 2021, 12:55:05 AM
#6
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.
legendary
Activity: 3668
Merit: 6382
Looking for campaign manager? Contact icopress!
February 15, 2021, 06:14:45 AM
#5
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...
legendary
Activity: 1568
Merit: 6660
bitcoincleanup.com / bitmixlist.org
February 15, 2021, 05:55:41 AM
#4
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]).
legendary
Activity: 3010
Merit: 8114
February 14, 2021, 09:34:48 PM
#3
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/
copper member
Activity: 1666
Merit: 1901
Amazon Prime Member #7
February 14, 2021, 09:20:55 PM
#2
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.
hero member
Activity: 784
Merit: 500
February 14, 2021, 07:30:33 PM
#1
Is there a tool that tries to log in to BTC addresses and swipes the coins from and sends them to a specific address?
Jump to: