Post
Topic
Board Project Development
Re: AnonWallet - Simple Anonymous Web Bitcoin Wallet
by
szeloof
on 23/10/2015, 22:01:22 UTC
While we're talking about web wallet, how's the security of your bitcoin wallet?
Many online wallets are either not very secure or centralized (no private key for you), so i hope your wallet could be better

I think you should make your project become open source & put it on GitHub, so people could participate in development of your project Smiley

I'm definitely going to post all code, good idea. thanks Smiley
Currently the wallet is centralized: when a user makes an account, a JSON call is made to a local bitcoind running on a dedicated server that generates a receiving address which is submitted to an sql database to keep track of each user and their associated addresses.