Difference between revisions of "Coinb.in"

From Bitcoin Wiki
Jump to: navigation, search
m (It seems the current version does not include a blockchain browser at all, not sure about the other extra features.)
Line 1: Line 1:
'''Coinb.in''' is an [[eWallet]] and bitcoin payment gateway that was launched in July 2011. They also run a UK hosted bitcoin [[P2Pool]] node. It was designed for developers who had been looking to easily accept bitcoins via an unbranded interface at no fee.
+
===Coinb.in===
  
==Features==
+
'''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.
Coinb.in has a number of different features, some of which include;
 
  
* Automated registration and password reset.
+
'''Github''': https://github.com/OutCast3k/coinbin/
* Automated withdrawals upon payment.
 
* Account transaction history.
 
* An easily accessible API that can output the results in various formats including; JSON, XML and a serialized PHP array.
 
* Supports the use of QRCodes.
 
* Multi signature addresses generator
 
* Broadcast a transaction via the website
 
  
==API==
+
'''TOR''': 4zpinp6gdkjfplhk.onion
Coinb.in's API includes several features, including:
 
  
* Lookup account balance.
+
===Features===
* Lookup exchange rate.
+
 
* Send bitcoins.
+
* Offline Compressed & uncompressed Address creation.
* Transaction history.
+
* Offline [[Address#Multi-signature_addresses|Multisignature Address]] creation.
* URL Callback feature.
+
* [[Deterministic_wallet|HD]] (bip32) support
* Address validation.
+
* "In browser" Key (re)generation.
* Address 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 Dark Wallet Stealth Address structure (as of version Alpha 7) for outputs.
 +
* [[Brainwallet|Brain wallet]] support.
 +
* Compatible with bitcoin-qt
 +
* An offical .onion address for tor users.
 +
* Offline qrcode creator and scanning tool
 +
 
 +
===Privacy===
 +
Coinb.in beleives strongly in privacy, not only do does it support the use of TOR, the site does not collect and store IP or transaction data via their servers.
  
 
==External links==
 
==External links==
 
* [https://www.coinb.in Coinb.in website]
 
* [https://www.coinb.in Coinb.in website]
* [http://coinb.in//paymentgateway-documentation.html Coinbin Payment Gateway Documentation]
 
  
 
[[Category:eWallets]]
 
[[Category:eWallets]]
 +
[[Category:Wallet]]
 +
[[Category:HD Wallet]]
 +
[[Category:Multisig]]
 
[[Category:Services]]
 
[[Category:Services]]
 
[[Category:Shopping_Cart_Interfaces]]
 
[[Category:Shopping_Cart_Interfaces]]

Revision as of 21:16, 20 May 2015

Coinb.in

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 (bip32) 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 Dark Wallet 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 beleives strongly in privacy, not only do does it support the use of TOR, the site does not collect and store IP or transaction data via their servers.

External links