Javascript LBC Wallet. Supports Multisig, Stealth, HD, Time Locked Addresses, RBF and more!
Find a file
Daniel Weigl 3ba79f0e3d Error in serialization for nLockTime values
if nLockTime is 1234(decimal) -> thats 4D2(hex) -> The current code splits it beginning from the end into bytes -> [4d, 02], but it should be [4, d2].

Error only occurs if one of the bytes is <16
2016-07-03 19:25:02 +02:00
css Simple Hodl Address 2015-12-27 00:37:51 -03:00
fonts updated to the new bootstrap, given the home page a make over and a few other minor tweaks 2015-03-23 13:02:29 +00:00
images added missing coinbin.gif to repo 2014-12-05 13:14:00 +00:00
js Error in serialization for nLockTime values 2016-07-03 19:25:02 +02:00
index.html coinb.in now supports replace by fee (RBF) transactions 2016-05-21 15:47:10 +00:00
LICENSE added hd (bip32) support! 2015-05-17 00:30:21 +00:00
README.md update readme and sha1sum files 2016-06-08 22:27:13 +00:00
sha1sum update readme and sha1sum files 2016-06-08 22:27:13 +00:00

coinbin

A Open Source Browser Based Bitcoin Wallet. Version 1.2 beta by OutCast3k

Live version available at http://coinb.in/ or http://4zpinp6gdkjfplhk.onion

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

Coinb.in supports a number of key features such as:

  • Offline Compressed & uncompressed Address creation.
  • Offline Multisignature Address creation.
  • "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
  • HD (bip32) support
  • Supports altcoins such as litecoin
  • Replace by fee (RBF) Support

Donate to 1CWHWkTWaq1K5hevimJia3cyinQsrgXUvg to see more development!