Difference between revisions of "Coinb.in"

From Bitcoin Wiki
Jump to: navigation, search
(External links)
(Features: Linking Address, DarkWallet and BIP-32)
Line 7: Line 7:
 
==Features==
 
==Features==
  
* Offline Compressed & uncompressed Address creation.
+
* Offline Compressed & uncompressed [[Address]] creation.
 
* Offline [[Address#Multi-signature_addresses|Multisignature Address]] creation.
 
* Offline [[Address#Multi-signature_addresses|Multisignature Address]] creation.
* [[Deterministic_wallet|HD]] (bip32) support
+
* [[Deterministic_wallet|HD]] ([[BIP 0032|BIP-32]]) support
 
* "In browser" Key (re)generation.
 
* "In browser" Key (re)generation.
 
* Send and receive payments.
 
* Send and receive payments.
Line 19: Line 19:
 
* nLockTime support.
 
* nLockTime support.
 
* Add custom data to transactions with the use of OP_RETURN.
 
* Add custom data to transactions with the use of OP_RETURN.
* Support current Dark Wallet Stealth Address structure (as of version Alpha 7) for outputs.
+
* Support current [[DarkWallet]] Stealth Address structure (as of version Alpha 7) for outputs.
 
* [[Brainwallet|Brain wallet]] support.
 
* [[Brainwallet|Brain wallet]] support.
 
* Compatible with bitcoin-qt
 
* Compatible with bitcoin-qt
* An offical .onion address for tor users.
+
* An offical <code>.onion</code> address for tor users.
 
* Offline qrcode creator and scanning tool
 
* Offline qrcode creator and scanning tool
  

Revision as of 13:11, 17 May 2016

Coinb.in is a free and open source project released under the MIT license, originally by OutCast3k in 2013.

Github: https://github.com/OutCast3k/coinbin/

TOR: 4zpinp6gdkjfplhk.onion

Features

  • Offline Compressed & uncompressed Address creation.
  • Offline Multisignature Address creation.
  • HD (BIP-32) support
  • "In browser" Key (re)generation.
  • Send and receive payments.
  • Ability to decode transactions, redeem scripts and more offline.
  • Build custom transactions offline.
  • Sign transactions offline.
  • Signatures are deterministic as per RFC 6979 (https://tools.ietf.org/html/rfc6979#section-3.2)
  • Broadcast transactions.
  • nLockTime support.
  • Add custom data to transactions with the use of OP_RETURN.
  • Support current DarkWallet Stealth Address structure (as of version Alpha 7) for outputs.
  • Brain wallet support.
  • Compatible with bitcoin-qt
  • An offical .onion address for tor users.
  • Offline qrcode creator and scanning tool

Privacy

Coinb.in believes strongly in privacy, not only does it support the use of TOR, the site also does not collect and store IP or transaction data via their servers.

External links