Author

Topic: C# - Creating a unique bitcoin address for each user (Read 2275 times)

newbie
Activity: 49
Merit: 0
i'll be managing the account myself.

ok.  so it sounds like i need to start with running the bitcoind server.  i'll check that out.
hero member
Activity: 556
Merit: 500
its pretty easy to do actually, check online for json rpc client examples in c# then just connect to the bitcoind server and call getaccountaddress($nick) it will automatically generate a sub wallet address for that user if they don't have one.
full member
Activity: 134
Merit: 102
You con control Bitcoin and generate addresses with the JSON-RPC API. As for keeping track of users' addresses, you can either use separate accounts in Bitcoin or just keep track of them in some sort of database yourself.
newbie
Activity: 49
Merit: 0
I have a website (c# asp.net mvc) that has users.

i need to create a system like the one mt.gox setup.

i want each user to have a unique address to send bitcoins to.  those coins will be credited to their accounts.  each transaction will result in them receiving a new address.  old addresses will continue to work for their account.  credits will appear after X many confirmations.


i'm not familiar with bitcoin development and am looking for open source solutions or developers.

help!
Jump to: