Bitcoin Forum
April 19, 2024, 01:01:25 AM *
News: Latest Bitcoin Core release: 26.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: Super-duper Easy Backup and Encryption Bounty (REDIRECTED)  (Read 2845 times)
kiba (OP)
Legendary
*
Offline Offline

Activity: 980
Merit: 1014


View Profile
December 30, 2010, 04:39:39 AM
Last edit: January 05, 2011, 08:42:39 AM by kiba
 #1

I am too lazy to backup and type in the password, upload to various services, yadyadaydaydayda.

Make me a backup utility that does this automatically(and prompt me a password so I don't forget mine).

Pledges:

Kiba - 5 BTC.

Total pledges: 5 BTC.

The spec are:

1. Regular backups.
2. Encryption.
3. Upload to various services such as dropbox, gmail, and other places you store file.
4. Upload your password protected keys to other places such as your thumb drive, your other computer and so on.
5. Make it freakishly stupidlishly easy to do all the above.

As a bonus: provide warning of trojan horses and limitation of such security measure.

This bounty will expire 365 days later.

EDIT: My pledge are redirected toward tahoe-lafs.

1713488485
Hero Member
*
Offline Offline

Posts: 1713488485

View Profile Personal Message (Offline)

Ignore
1713488485
Reply with quote  #2

1713488485
Report to moderator
If you want to be a moderator, report many posts with accuracy. You will be noticed.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
Nefario
Hero Member
*****
Offline Offline

Activity: 602
Merit: 512


GLBSE Support support@glbse.com


View Profile WWW
December 30, 2010, 05:34:44 AM
 #2

I'm assuming this is only on Windows?

PGP key id at pgp.mit.edu 0xA68F4B7C

To get help and support for GLBSE please email support@glbse.com
kiba (OP)
Legendary
*
Offline Offline

Activity: 980
Merit: 1014


View Profile
December 30, 2010, 05:36:52 AM
 #3

I'm assuming this is only on Windows?

I am a linux user.

grondilu
Legendary
*
Offline Offline

Activity: 1288
Merit: 1076


View Profile
December 30, 2010, 07:06:03 PM
 #4

Here is the one I use :


Code:
#!/bin/bash

name=grondilu
sftp_address=grondilu@XXXXXXXX.XXX
email_address=grondilu@YYYYY.YYY

wallet=someobfuscatedfilename
private=$HOME/Private

bitcoind backupwallet $private/$wallet

cd $private
gpg -e -r $name $wallet

sftp $sftp_address <<< "put $wallet.gpg"
obexftp -b "XX:XX:XX:XX:XX:XX" -c /Data/backups -p "$wallet.gpg"
mutt $email_address -s backup -a $wallet.gpg

rm $wallet{,.gpg}

I use the Private virtual encrypted directory  made with ecryptfs.

The obexftp line is to transfer to my N900 via bluetooth.

genjix
Legendary
*
Offline Offline

Activity: 1232
Merit: 1072


View Profile
January 02, 2011, 04:37:27 AM
 #5

https://en.bitcoin.it/wiki/Securing_your_wallet#Linux_solution
genjix
Legendary
*
Offline Offline

Activity: 1232
Merit: 1072


View Profile
February 17, 2011, 01:47:45 PM
 #6

meh I just spent 10 mins, hopeful to collect this bounty... and it's only 5 btc and not going on anymore Grin

https://github.com/genjix/sekureco

Backup system for your wallet.dat
kiba (OP)
Legendary
*
Offline Offline

Activity: 980
Merit: 1014


View Profile
February 17, 2011, 02:29:45 PM
 #7

Well, I decided to dedicate my bounty somewhere long time ago when I realize that there is already a solution.

Hummer
Newbie
*
Offline Offline

Activity: 3
Merit: 0


View Profile
February 18, 2011, 04:29:25 PM
Last edit: February 19, 2011, 06:58:06 PM by theymos
 #8

try this
http://bitcointalk.org/index.php?topic=3596.0 [Warning: scam]
BitterTea
Sr. Member
****
Offline Offline

Activity: 294
Merit: 250



View Profile
February 18, 2011, 07:44:20 PM
 #9

Does your program encrypt the backups?
ArtForz
Sr. Member
****
Offline Offline

Activity: 406
Merit: 257


View Profile
February 19, 2011, 04:25:05 PM
 #10

DO NOT USE THAT PROGRAM, IT IS A TROJAN

bitcoin: 1Fb77Xq5ePFER8GtKRn2KDbDTVpJKfKmpz
i0coin: jNdvyvd6v6gV3kVJLD7HsB5ZwHyHwAkfdw
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!