Javascript LBC Wallet. Supports Multisig, Stealth, HD, Time Locked Addresses, RBF and more!
Find a file
bip32JP a209aac217 Preserve entropy of x
iterative hashing without attempting to preserve entropy is not best practice.

I lowered iteration count to keep the same amount of time for the function. with (x).length, it was almost 16 times slower, and if divided by 16 the whole process took the same amount of time.

Considering the length is usually around 1600 for me, that means somewhere around 100 iterations including the entirety of x in each hash concatenated with the current iteration of r.
2014-12-28 20:32:40 +09:00
css removed "cursor:not-allowed;" on text inputs from boostrap css files to make copy/pasting easier 2014-12-07 22:32:26 +00:00
fonts first commit 2014-12-01 23:36:49 +00:00
images added missing coinbin.gif to repo 2014-12-05 13:14:00 +00:00
js Preserve entropy of x 2014-12-28 20:32:40 +09:00
index.html added shareable urls 2014-12-23 14:25:43 +00:00
LICENCE added licence file 2014-12-01 23:54:04 +00:00
README.md removed/fixed typo 2014-12-22 15:09:20 +00:00

coinbin

A Open Source Browser Based Bitcoin Wallet. Version 1.0 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.
  • Broadcast transactions.
  • nLockTime support.
  • Brain wallet support.
  • Compatible with bitcoin-qt
  • An offical .onion address for tor users.

Donate to 1CWHWkTWaq1K5hevimJia3cyinQsrgXUvg to see more development!