Author

Topic: Backing up online wallet accounts (Read 519 times)

newbie
Activity: 38
Merit: 0
March 14, 2014, 03:35:54 PM
#6
what's wrong with you people ?
kjj
legendary
Activity: 1302
Merit: 1026
March 14, 2014, 01:49:15 PM
#5
I don't understand this part
Quote
Bitcoin-Qt (and bitcoind) do not segregate the bitcoin funds into accounts in the wallet
As far as i know, each account has receiving address(es), and funds received on these address(es), can only be spent by this account. i tested it my self, sendfrom method choose transaction output sent to 's addresses, and don't mess with other accounts' coins.

Your understanding of what is happening in the account system is completely and utterly wrong.  Please go educate yourself before you lose a bunch of money that doesn't belong to you.  The search function will probably help you in this matter, or google.
legendary
Activity: 952
Merit: 1005
--Signature Designs-- http://bit.ly/1Pjbx77
March 14, 2014, 01:11:01 PM
#4
So, OP you want to code another online wallet like Blockchain.info? I believe there is a market for another online wallet, but you need to put a lot of thought on security.
hero member
Activity: 714
Merit: 500
NEED CRYPTO CODER? COIN DEVELOPER? PM US FOR HELP!
March 14, 2014, 12:54:07 PM
#3
I think it is already available and OP you seems quite confused himself, anyways good luck and update us when you get your application in action !!!
newbie
Activity: 38
Merit: 0
March 13, 2014, 07:18:05 AM
#2
I don't understand this part
Quote
Bitcoin-Qt (and bitcoind) do not segregate the bitcoin funds into accounts in the wallet
As far as i know, each account has receiving address(es), and funds received on these address(es), can only be spent by this account. i tested it my self, sendfrom method choose transaction output sent to 's addresses, and don't mess with other accounts' coins.

newbie
Activity: 38
Merit: 0
March 12, 2014, 07:13:26 PM
#1
I am developing online Bitcoin application, i want to give the users the ability to backup their accounts. Is backup in this case is giving them the ability to download their (address, private_key) for each address associated with their account including change addresses ?

backup:
Code:
result = []
foreach address d associated with account a:
    p = dumpprivkey d
    result <<  (d,p)

download result in appropiate format, is this every thing ?
Jump to: