Is it possible to give a public read only access to a Bitcoin account?

4

Is it possible to give a public read only access to a Bitcoin account using the Bitcoin client?

For example if for an non-profit organisation it can be useful to have read only access to it's Bitcoin account.

I know it is possible to make an web-service that is displaying this kind of data, but this requires a third part authority.

Aalex Gabi

Posted 2012-01-24T16:11:45.717

Reputation: 143

Answers

1

  1. If you want the person to see the balance of each address, give them an encrypted wallet used by you. This way they can see any transaction coming in, but they won't be able to spend anything. However, this requires them to run a Bitcoin client themselves, which can be a pain at times.
  2. Use the Block Explorer and search for the single address you will be using. Case in point - all donations made to Wikileaks - http://blockexplorer.com/address/1HB5XMLmzFVj8ALj6mfBsbifRoD4miY36v (warning, this page can load for awhile).

ThePiachu

Posted 2012-01-24T16:11:45.717

Reputation: 41 594

Thanks. You are right encrypted wallets show balance without decoding them.Aalex Gabi 2012-01-24T16:48:51.227

1Re 1: They will also not be able to see change that returns into your wallet when you spend something (because it goes to a new address). You'd have to send them an updated version of the encrypted wallet from time to time. And I am not sure if I would give anyone my wallet, even encrypted. Better to export all public keys and send those.Thilo 2012-02-03T07:05:06.877

3I agree with @Thilo Giving away the encrypted wallet is an really bad idea: it exposes you with a completely unnecessary risk; despite it being small, being unnecessary makes it very bad. Just give the public keys instead!o0'. 2012-02-03T13:13:47.717

0

The My Wallet service from http://BlockChain.info/wallet lets you create paper wallets and then you can remove the private keys from the browser-based wallet.

Another service that might be of use is: http://bitping.net

Stephen Gornick

Posted 2012-01-24T16:11:45.717

Reputation: 26 118