Difference between revisions of "BitcoinSpinner"

From Bitcoin Wiki
Jump to: navigation, search
 
(7 intermediate revisions by 4 users not shown)
Line 1: Line 1:
BitcoinSpinner is a light-weight, secure and user friendly Bitcoin wallet for Android.
+
BitcoinSpinner was succeeded by [[Mycelium]]<ref name="Mycelium Bitcoin Wallet, successor of BitcoinSpinner">{{cite web|title=Mycelium Bitcoin Wallet|url=https://bitcointalk.org/index.php?topic=293472.0|publisher=Jan|accessdate=13 September 2013}}</ref>. It's a mobile app for sending and receiving bitcoins for Android phones. It uses the Bitcoin Client API ([[BCCAPI]]), does not download the blockchain, and stores private keys only on your 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 6: Line 7:
 
* All your Bitcoins are protected using private keys stored on your device using app private storage.
 
* 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.  
+
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 on a server. The server side is not in any position to spend your Bitcoins, as all private keys are stored in your device only.
 +
 
 +
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 21:
 
** 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==
 +
 +
* [https://bitcointalk.org/index.php?topic=53353.0 Bitcointalk.org thread]
 +
* [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 BitcoinSpinner] project on Google Code  <-- APK available here, for Kindle Fire users.
 +
 +
==References==
 +
<references />
 +
 +
[[Category:Mobile]]
 +
[[Category:Frontends]]
 +
[[Category:User Interfaces]]
 
[[Category:Clients]]
 
[[Category:Clients]]
 +
[[Category:Wallets]]
 
[[Category:Free Software]]
 
[[Category:Free Software]]
 
[[Category:Open Source]]
 
[[Category:Open Source]]
 +
[[Category:HybridEWallets]]

Latest revision as of 06:58, 19 September 2014

BitcoinSpinner was succeeded by Mycelium[1]. It's a mobile app for sending and receiving bitcoins for Android phones. It uses the Bitcoin Client API (BCCAPI), does not download the blockchain, and stores private keys only on your 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 on a server. The server side is not in any position to spend your Bitcoins, as all private keys are stored in your device only.

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

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