Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/arcbit/arcbit-ios
arcbit - iOS bitcoin wallet http://arcbit.io
https://github.com/arcbit/arcbit-ios
bitcoin bitcoin-wallet blockchain corebitcoin ios swift wallet
Last synced: about 1 month ago
JSON representation
arcbit - iOS bitcoin wallet http://arcbit.io
- Host: GitHub
- URL: https://github.com/arcbit/arcbit-ios
- Owner: arcbit
- Created: 2015-06-30T04:18:20.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2019-05-24T20:55:01.000Z (over 5 years ago)
- Last Synced: 2024-09-29T03:43:15.257Z (about 1 month ago)
- Topics: bitcoin, bitcoin-wallet, blockchain, corebitcoin, ios, swift, wallet
- Language: Swift
- Homepage:
- Size: 64.3 MB
- Stars: 147
- Watchers: 13
- Forks: 46
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
ArcBit
===
Bitcoin wallet for iOS. First mobile wallet to support reusable/stealth addresses. Also offers cold wallet storage and offline spending. Visit http://www.arcbit.io/ for more information.##### App store Link:
https://itunes.apple.com/app/arcbit-bitcoin-wallet/id999487888##### Features:
- No signup required
- Cold wallet storage and offline spending
- Encrypted iCloud backup support
- Single recovery passphrase that works forever
- Private keys never leave your device
- Faster loading time compared to other wallets
- Send and receive bitcoin payments
- View transactions and wallet balance
- PIN protection
- Email support built into app
- HD wallet support
- Forward/reusable/stealth address support
- Over 150 local currencies support
- Bitcoin, millibits and bits denomination support
- Dedicated help section for any question about how to use the app
- Automatic cycling of addresses to prevent address reuse
- Open source
- Your wallet is encrypted with AES-256 and 10k rounds of PBKDF2 password stretching
- xpub keys stored client side unlike many other wallets, which offers better privacy
- Can access private keys without an internet connection
- Advance mode for Bitcoin experts
- First bitcoin wallet written in Swift##### Advance features:
- Pick Your Preferred block explorer API, currently we support Bitpay’s Insight and blockchain.info. You can also point ArcBit to your own Insight Server.
- Import private keys support
- Import BIP38 encrypted private keys support
- Import watch only addresses support
- Import HD wallet account keys support
- Import HD wallet watch only account keys supportBuild
===
To build ArcBit simply open the project from XCode and click run.Made Possible By
===
ArcBit is made possible by, but not limited to these projects.- https://github.com/oleganza/CoreBitcoin
- https://github.com/bitpay/insight
- https://github.com/bitpay/insight-api
- https://github.com/voisine/breadwallet
- https://github.com/AFNetworking/AFNetworking
- https://github.com/RNCryptor/RNCryptor
- https://github.com/iRareMedia/iCloudDocumentSync