Difference between revisions of "BitcoinSpinner"

From Bitcoin Wiki
Jump to: navigation, search
(Merge content from article that preceeded this artcle.)
Line 1: Line 1:
BitcoinSpinner is a light-weight, secure and user friendly Bitcoin wallet for Android.
+
A mobile app for sending and receiving bitcoins for Android users.
 +
 
 +
This app uses the Bitcoin Client API (BCCAPI), does not download the blockchain, and stores private keys on the device.
 +
 
 +
The project's author describes the app as being a light-weight, secure and user friendly Bitcoin wallet for Android.
 +
 
 
Feature Overview:
 
Feature Overview:
 
* Send and receive Bitcoins using QR codes
 
* Send and receive Bitcoins using QR codes
Line 7: Line 12:
  
 
BitcoinSpinner is NOT an on-line Bitcoin Bank. Nobody can run away with your Bitcoins. It is implemented on top of the [[BCCAPI]], which means that all the heavy lifting associated with managing the block chain is hosted by on server. The server side is not in any position to spend your Bitcoins, as all private keys are stored in your device.  
 
BitcoinSpinner is NOT an on-line Bitcoin Bank. Nobody can run away with your Bitcoins. It is implemented on top of the [[BCCAPI]], which means that all the heavy lifting associated with managing the block chain is hosted by on server. The server side is not in any position to spend your Bitcoins, as all private keys are stored in your device.  
 +
 +
This project was announced on November 23, 2011<ref>[http://bitcointalk.org/index.php?topic=52674.0 BitcoinSpinner]</ref>.
  
 
More features:
 
More features:
* [http://code.google.com/p/bitcoinspinner/ Open source]
+
 
 
* Spend 'unconfirmed-change-sent-to-yourself' immediately, just like the Satoshi client
 
* Spend 'unconfirmed-change-sent-to-yourself' immediately, just like the Satoshi client
 
* Automated network fee calculation, guaranteeing that your transactions go through the Bitcoin network
 
* Automated network fee calculation, guaranteeing that your transactions go through the Bitcoin network
Line 18: Line 25:
 
** Low CPU requirements.  
 
** Low CPU requirements.  
 
** Low battery consumption.
 
** Low battery consumption.
BitcoinSpinner comes in two versions. '''[https://market.android.com/details?id=com.miracleas.bitcoin_spinner BitcoinSpinner]''' for real production Bitcoins. If you want to try it out with worthless test Bitcoins look for '''[https://market.android.com/details?id=com.miracleas.bitcoin_spinner_testnet BitcoinSpinner Testnet]'''
 
  
 +
==External Links==
 +
 +
* [http://market.android.com/details?id=com.miracleas.bitcoin_spinner BitcoinSpinner] app on Android Marketplace
 +
* [http://market.android.com/details?id=com.miracleas.bitcoin_spinner_testnet BitcoinSpinner Testnet] app (uses [[Testnet]] coins)
 +
* [http://code.google.com/p/bitcoinspinner/ Open source]
 +
 +
==References==
 +
<references />
 +
 +
[[Category:Mobile]]
 +
[[Category:Frontends]]
 +
[[Category:User Interfaces]]
 
[[Category:Clients]]
 
[[Category:Clients]]
 
[[Category:Wallets]]
 
[[Category:Wallets]]
 
[[Category:Free Software]]
 
[[Category:Free Software]]
 
[[Category:Open Source]]
 
[[Category:Open Source]]

Revision as of 20:12, 27 November 2011

A mobile app for sending and receiving bitcoins for Android users.

This app uses the Bitcoin Client API (BCCAPI), does not download the blockchain, and stores private keys on the device.

The project's author describes the app as being a light-weight, secure and user friendly Bitcoin wallet for Android.

Feature Overview:

  • Send and receive Bitcoins using QR codes
  • Share your Bitcoin address using Gmail, Twitter and more.
  • Backup/restore wallet using QR codes.
  • All your Bitcoins are protected using private keys stored on your device using app private storage.

BitcoinSpinner is NOT an on-line Bitcoin Bank. Nobody can run away with your Bitcoins. It is implemented on top of the BCCAPI, which means that all the heavy lifting associated with managing the block chain is hosted by on server. The server side is not in any position to spend your Bitcoins, as all private keys are stored in your device.

This project was announced on November 23, 2011[1].

More features:

  • Spend 'unconfirmed-change-sent-to-yourself' immediately, just like the Satoshi client
  • Automated network fee calculation, guaranteeing that your transactions go through the Bitcoin network
  • BitcoinSpinner does not download and manage the Bitcoin block chain. This means:
    • Ready for use immediately.
    • Low storage requirements.
    • Low bandwidth requirements.
    • Low CPU requirements.
    • Low battery consumption.

External Links

References