Bitcoin Forum
May 28, 2024, 03:09:08 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: Backing up online wallet accounts  (Read 505 times)
Farghaly (OP)
Newbie
*
Offline Offline

Activity: 38
Merit: 0


View Profile
March 13, 2014, 12:13:26 AM
 #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 ?
Farghaly (OP)
Newbie
*
Offline Offline

Activity: 38
Merit: 0


View Profile
March 13, 2014, 12:18:05 PM
 #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 <account> method choose transaction output sent to <account>'s addresses, and don't mess with other accounts' coins.

E.exchanger
Hero Member
*****
Offline Offline

Activity: 714
Merit: 500


NEED CRYPTO CODER? COIN DEVELOPER? PM US FOR HELP!


View Profile
March 14, 2014, 05: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 !!!
medUSA
Legendary
*
Offline Offline

Activity: 952
Merit: 1003


--Signature Designs-- http://bit.ly/1Pjbx77


View Profile WWW
March 14, 2014, 06:11:01 PM
Last edit: November 24, 2014, 12:24:37 PM by medUSA
 #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.
kjj
Legendary
*
Offline Offline

Activity: 1302
Merit: 1025



View Profile
March 14, 2014, 06: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 <account> method choose transaction output sent to <account>'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.

17Np17BSrpnHCZ2pgtiMNnhjnsWJ2TMqq8
I routinely ignore posters with paid advertising in their sigs.  You should too.
Farghaly (OP)
Newbie
*
Offline Offline

Activity: 38
Merit: 0


View Profile
March 14, 2014, 08:35:54 PM
 #6

what's wrong with you people ?
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!