Re: Multiple Wallets, one computer
Re: Multiple Wallets, one computer
Date: October 24, 2010
Source: BitcoinTalk Forum
URL: https://satoshi.nakamotoinstitute.org/posts/bitcointalk/497/
I have the beginning of something like this. It's mostly like what Gavin described.
Some more rpc interface:
move
Move from one internal account to another. I think blank account name ("") will be your default account. If you sell something to a user, you could do move "theiraccount" "" 123.45.
Is "move" the best name for this? I shied away from "transfer" because that sounds too close to sending a transaction.
I'm thinking a new function getaccountaddress instead of overloading getnewaddress:
getaccountaddress
Gives you an address allocated from getnewaddress
Would these commands make it possible in simple cases to implement your website without needing a database of your own?