Difference between revisions of "Coinb.in"

From Bitcoin Wiki
Jump to: navigation, search
(Created page with "Coinb.in (https://coinb.in) is an eWallet and bitcoin payment gateway that was launched in July 2011. It was designed for developers who had been looking to easily accept ...")
 
(Features)
 
(12 intermediate revisions by 6 users not shown)
Line 1: Line 1:
Coinb.in (https://coinb.in) is an [[eWallet]] and bitcoin payment gateway that was launched in July 2011. It was designed for developers who had been looking to easily accept bitcoins via an unbranded interface at no fee.
+
'''Coinb.in''' is a free and ''open source project'' released under the MIT license, originally by [https://bitcointalk.org/index.php?action=profile;u=34834 OutCast3k] in 2013.  
 +
 
 +
Github: https://github.com/OutCast3k/coinbin/
 +
 
 +
TOR: 4zpinp6gdkjfplhk.onion
  
 
==Features==
 
==Features==
Coinb.in has a number of different features, some of which include;
 
  
* Automated registration and password reset.
+
* Offline Compressed & uncompressed [[Address]] creation.
* Automated withdrawals upon payment.
+
* Offline [[Address#Multi-signature_addresses|Multisignature Address]] creation.
* Account transaction history.
+
* [[Deterministic_wallet|HD]] ([[BIP 0032|BIP-32]]) support
* An easily accessible API that can output the results in various formats including; JSON, XML and a serialized PHP array.
+
* "In browser" Key (re)generation.
* Supports the use of QRCodes.
+
* 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.
 +
* [[Brainwallet|Brain wallet]] support.
 +
* Compatible with bitcoin-qt
 +
* An offical <code>.onion</code> address for tor users.
 +
* Offline qrcode creator and scanning tool
 +
* Fee calculator
 +
* Segwit and Bech32 support
  
==API==
+
==Privacy==
Coinb.ins API includes several features, including:
+
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.
  
* Lookup account balance.
+
==External links==
* Lookup exchange rate.
+
* [https://www.coinb.in Coinb.in website]
* Send bitcoins.
+
* [https://bitcoinmagazine.com/11108/multisig-future-bitcoin/ How To Create A Bitcoin Multisig Wallet]
* Transaction history.
 
* URL Callback feature.
 
* Address validation.
 
* Address generation.
 
  
==External links==
+
[[Category:eWallets]]
* [https://www.coinb.in Coinb.in website].
+
[[Category:Wallets]]
* [https://www.coinb.in/documentation.html Coinbin documentation].
+
[[Category:Services]]
 +
[[Category:Shopping_Cart_Interfaces]]

Latest revision as of 16:35, 1 June 2018

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
  • Fee calculator
  • Segwit and Bech32 support

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