Hummer (OP)
Newbie
Offline
Activity: 3
Merit: 0
|
|
February 18, 2011, 04:25:04 PM Last edit: February 19, 2011, 05:16:14 PM by sirius |
|
Reported as a scam.So, here it is
Instructions: 1. Choose the dropbox folder (or another what you want) 2. enter e-mail address, it is desirable to gmail 3. select the interval for checking the file modification 4. click "Start" That's it! Nothing could be easier.
Screenshoot: http://i51.tinypic.com/n66s2e.png
Download: http://www.mediafire.com/[removed]
It is cross platform (Windows, Linux, Mac) application (Java). You must have installed JRE.
Donations: 1DgsgSSRQDYV2VaANxEXzo1wrrRz9PUw1x
|
|
|
|
theGECK
|
|
February 18, 2011, 05:51:29 PM |
|
This only backs up the wallet, correct? I'm assuming it cannot copy while the bitcoin program is running, but I don't know how bitcoin uses the wallet file and if it locks it or not. Could you let me know?
This looks to be what I have been looking for.
|
Use my referral codes for Bitcoin faucets and I'll send you 30% of my referral bonus - Win/Win! PM for details on all sites available or use one of the links here. FreeBitco.in | FreeDoge.co.in
|
|
|
Hummer (OP)
Newbie
Offline
Activity: 3
Merit: 0
|
|
February 18, 2011, 06:01:46 PM |
|
The bitcoin program does not block the purse, she uses it less frequently
ps Sorry, will soon update the version, this may fail to copy. Just beta version.
|
|
|
|
ColdHardMetal
|
|
February 18, 2011, 06:16:43 PM |
|
Does this encrypt the file it sends to gmail or anything like that?
|
|
|
|
Tolsi
|
|
February 18, 2011, 06:21:22 PM |
|
This only backs up the wallet, correct? I'm assuming it cannot copy while the bitcoin program is running, but I don't know how bitcoin uses the wallet file and if it locks it or not. Could you let me know?
This looks to be what I have been looking for.
just create .bat file (for windows 7, in xp other path to wallet.dat): @echo off :start xcopy.exe "C:\Users\%username%\AppData\Roaming\Bitcoin\wallet.dat" "C:\%Dropbox_folder%\" /y sleep 1800 goto start and do not trust third-party programs
|
Like what am I doing? 1FzSgYpLG4fpy2Q9fKXQsuLxHN81m4P3dR
|
|
|
theGECK
|
|
February 18, 2011, 07:18:36 PM |
|
This only backs up the wallet, correct? I'm assuming it cannot copy while the bitcoin program is running, but I don't know how bitcoin uses the wallet file and if it locks it or not. Could you let me know?
This looks to be what I have been looking for.
just create .bat file (for windows 7, in xp other path to wallet.dat): @echo off :start xcopy.exe "C:\Users\%username%\AppData\Roaming\Bitcoin\wallet.dat" "C:\%Dropbox_folder%\" /y sleep 1800 goto start and do not trust third-party programs Since Windows XP doesn't recognize @echo off or the sleep commands by default, here's my first stab at a batch script that will do this. :start xcopy.exe "C:\Documents and Settings\xxx\Application Data\Bitcoin\wallet.dat" "C:\%Dropbox_folder%\Bitcoin\Wallet Backup\" /y ping -n 21600 127.0.0.1 goto start It does bring up a command prompt, but I'm not sure yet how to prevent that from happening in Windows XP.
|
Use my referral codes for Bitcoin faucets and I'll send you 30% of my referral bonus - Win/Win! PM for details on all sites available or use one of the links here. FreeBitco.in | FreeDoge.co.in
|
|
|
theGECK
|
|
February 18, 2011, 07:24:21 PM |
|
If you're like me and don't have many transactions in a day, you could also edit the .bat to this:
xcopy.exe "C:\Users\%username%\AppData\Roaming\Bitcoin\wallet.dat" "C:\%Dropbox_folder%\" /y exit
That will do the backup and then close the prompt window. Didn't think about posting this with the rest of it. I figure many people will know this, but others won't.
|
Use my referral codes for Bitcoin faucets and I'll send you 30% of my referral bonus - Win/Win! PM for details on all sites available or use one of the links here. FreeBitco.in | FreeDoge.co.in
|
|
|
Drifter
|
|
February 18, 2011, 07:40:54 PM |
|
Would be nice if it could zip and encrypt the file before adding it to dropbox. I use a program called Syncback for all the backups on my computer, and can schedule intervals like this. The ability to encrypt files is important when making these backups especially if you're adding things to the cloud.
|
|
|
|
BitterTea
|
|
February 18, 2011, 07:43:05 PM |
|
There's no reason to back up the wallet so often. Really, the only thing that needs backing up are they private keys associated from each account. Given a private key, you can create the public key, and from that, the address. Since Bitcoin keeps ~100 spare private keys in the wallet (for later use for change, etc), you no longer need to backup your wallet after every transaction. Ideally I think, you should back up your wallet when most of the keys from the prior backup's key pool have been used.
|
|
|
|
genjix
Legendary
Offline
Activity: 1232
Merit: 1076
|
|
February 19, 2011, 05:18:25 AM |
|
There's no reason to back up the wallet so often. Really, the only thing that needs backing up are they private keys associated from each account. Given a private key, you can create the public key, and from that, the address. Since Bitcoin keeps ~100 spare private keys in the wallet (for later use for change, etc), you no longer need to backup your wallet after every transaction. Ideally I think, you should back up your wallet when most of the keys from the prior backup's key pool have been used.
And how do you detect such an event?
|
|
|
|
theymos
Administrator
Legendary
Offline
Activity: 5376
Merit: 13410
|
|
February 19, 2011, 07:43:18 AM |
|
And how do you detect such an event?
Getinfo reports "keypoololdest", which is the unix time of the oldest key. When this time is after the time of your last backup, then your backup is too old.
|
1NXYoJ5xU91Jp83XfVMHwwTUyZFK64BoAD
|
|
|
genjix
Legendary
Offline
Activity: 1232
Merit: 1076
|
|
February 19, 2011, 07:55:29 AM |
|
that's great. thanks.
|
|
|
|
Matt Corallo
|
|
February 19, 2011, 03:55:35 PM |
|
SCAM, sends your wallet to a gmail of a Russian Scammer.
See Blitzboom in todays #bitcoin-dev logs.
|
|
|
|
N12
Donator
Legendary
Offline
Activity: 1610
Merit: 1010
|
|
February 19, 2011, 03:57:51 PM |
|
Do NOT download this. It deletes your wallet and sends it to the developer’s email so he can steal all your BTC.
Seriously, you should be banned forever.
|
|
|
|
LZ
Legendary
Offline
Activity: 1722
Merit: 1072
P2P Cryptocurrency
|
|
February 19, 2011, 04:37:48 PM |
|
And do not use the xcopy command, guys. It can make a broken wallet.dat copy if it is in use. Use hard link instead.
|
My OpenPGP fingerprint: 5099EB8C0F2E68C63B4ECBB9A9D0993E04143362
|
|
|
Drifter
|
|
February 19, 2011, 04:42:08 PM |
|
Take the entire url out of the first post.
|
|
|
|
Tolsi
|
|
February 19, 2011, 04:48:40 PM |
|
I downloaded it and lost my 100 bitcoins today at 17.01 -_- It's the sadness. thanks for hard links
|
Like what am I doing? 1FzSgYpLG4fpy2Q9fKXQsuLxHN81m4P3dR
|
|
|
[Tycho]
|
|
February 19, 2011, 04:52:58 PM |
|
It does bring up a command prompt, but I'm not sure yet how to prevent that from happening in Windows XP. Just run the script as different user - then console window won't show up.
|
Welcome to my bitcoin mining pool: https://deepbit.net - Both payment schemes (including PPS), instant payout, no invalid blocks ! ICBIT Trading platform : USD/BTC futures trading, Bitcoin difficulty futures ( NEW!). Third year in bitcoin business.
|
|
|
kiba
Legendary
Offline
Activity: 980
Merit: 1020
|
|
February 19, 2011, 04:53:29 PM |
|
We have a new lesson:
1. Never download anything from a forum member who do not release the source code or have no history with the community.
2. You should separate your wallet into two type: A spending wallet, and a saving wallet.
|
|
|
|
kiba
Legendary
Offline
Activity: 980
Merit: 1020
|
|
February 19, 2011, 04:56:09 PM |
|
Is this the same Russian scammer who got his wallet emptied after being tracked down? Will the owner get their bitcoin back?
|
|
|
|
|