Commit graph

78 commits

Author SHA1 Message Date
OutCast3k
8fed2612d5 minor link bug fix, as well as some changes to allow the use of alt coins with out throwing an error 2015-05-20 13:05:19 +00:00
OutCast3k
b7e737a76b bug fix 2015-05-17 17:30:41 +00:00
OutCast3k
024c5e5342 couple of small changes 2015-05-17 17:26:48 +00:00
OutCast3k
e2f4756261 update sha1sum 2015-05-17 09:45:05 +00:00
OutCast3k
cde2757342 added hd (bip32) support! 2015-05-17 00:30:21 +00:00
OutCast3k
8405b47d04 fixed commit date in sha1sum 2015-03-24 00:45:13 +00:00
OutCast3k
c08ee998ad updated sha1sum file 2015-03-24 00:43:13 +00:00
OutCast3k
55a07a7ce6 changed the version number in the readme 2015-03-24 00:41:19 +00:00
OutCast3k
d2413267c8 fixed a gui issue with the open wallet section of coinb.in 2015-03-24 00:40:56 +00:00
OutCast3k
235ae93ee8 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
OutCast3k
a0fb57fdde removed some files that wasn't needed 2015-03-23 13:01:09 +00:00
OutCast3k
a9e2592cd2 update readme and sha1sum file 2015-03-09 12:52:31 +00:00
OutCast3k
8decad12c6 a few changes to the way privatekeys are displayed when encrypted on the #newAddress Tab 2015-03-09 12:47:44 +00:00
OutCast3k
b2805e135d another few extra qrcode tweaks 2015-03-09 12:31:52 +00:00
OutCast3k
408f3ae68a couple of extra tweaks to the way qrcode scanning works 2015-03-09 12:27:28 +00:00
OutCast3k
c150800a5f coinb.in can now scan qrcodes 2015-03-09 00:34:19 +00:00
OutCast3k
f3aa1ba027 added encrypted keys to open wallet section of coinb.in 2015-01-08 23:48:58 +00:00
OutCast3k
e1547ca5fb add checksum file as per request 2015-01-08 23:11:04 +00:00
OutCast3k
664f51ba66 add missing aes256 libary for previous commit 2015-01-08 23:03:12 +00:00
OutCast3k
542e7bf807 added the option to encrypt private keys using aes256 2015-01-08 22:57:49 +00:00
OutCast3k
e78e2570df remove unneeded value o.valid from addressDecode() 2015-01-02 13:52:01 +00:00
OutCast3k
05ecc8bfc9 fix left out from previous commit 2015-01-02 13:35:29 +00:00
OutCast3k
e5ff766cc0 improve on addressDecode() function and merge with stealthDecode() 2015-01-02 13:23:42 +00:00
OutCast3k
ca9b1d4710 Merge pull request #11 from bip32JP/deterministick
Added vectors for rfc6979 and organized them
2015-01-02 12:11:46 +00:00
bip32jp
de1e5558dc Force lower s value per BIP62 2015-01-02 17:45:38 +09:00
bip32jp
b4db267cd7 Proper RFC6979 compliance + test vectors fixed 2015-01-02 16:44:28 +09:00
bip32jp
7c65adb680 Added vectors and organized them
These vectors were compared with python-ecdsa for validity.
2015-01-02 12:51:01 +09:00
OutCast3k
8a92abf660 remove references to securerandom.js as its no longer used 2015-01-02 00:56:27 +00:00
OutCast3k
323a173dff Merge pull request #10 from bip32JP/deterministick
Added deterministic k + test vectors from Bitcore
2015-01-02 00:30:40 +00:00
bip32jp
e233a4dcb2 Added deterministic k + test vectors from Bitcore 2015-01-02 01:50:49 +09:00
OutCast3k
432d828af1 clean up the some of code formatting 2014-12-31 19:18:51 +00:00
OutCast3k
2660da29e9 Merge pull request #8 from bip32JP/ValidCheck
Add check to new privkey generation.
2014-12-31 19:12:11 +00:00
bip32jp
135dc3b368 Add check to new privkey generation. 2015-01-01 03:14:34 +09:00
OutCast3k
e8cc72ed85 bug fix which prevents certain types of transactions loading due to an infinite loop 2014-12-31 14:22:05 +00:00
OutCast3k
3afa0a42d2 removed jquery referencing from coin.js 2014-12-31 14:20:00 +00:00
OutCast3k
18b27cdb34 Merge pull request #6 from bip32JP/addmouse
Capture mouse movements for extra entropy
2014-12-31 14:13:19 +00:00
bip32jp
d819a10067 Capture mouse movements for entropy 2014-12-31 22:34:43 +09:00
OutCast3k
184635fb34 Merge pull request #5 from bip32JP/sendstealth
Add ability to send to stealth address
2014-12-30 23:48:03 +00:00
bip32jp
f289899636 Add ability to send to stealth address
Currently works with sending to Dark Wallet Mainnet stealth addresses.
2014-12-30 17:11:25 +09:00
OutCast3k
ecfcd9f4fa update readme to include latest changes 2014-12-30 01:14:27 +00:00
OutCast3k
72ee6b17d0 custom data can now be added to the block chain using OP_RETURN when building a transaction 2014-12-29 22:55:28 +00:00
OutCast3k
fbb6f2d5b0 Merge pull request #4 from bip32JP/hashtendancies
Preserve entropy of x
2014-12-28 11:54:33 +00:00
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
OutCast3k
1416793c1c hashtag no longer required when loading links 2014-12-24 18:35:42 +00:00
OutCast3k
a42db15a78 added shareable urls 2014-12-23 14:25:43 +00:00
OutCast3k
c8e361557c fixed a bug which meant an undefined qrcode would show up when on the verification page 2014-12-23 14:13:13 +00:00
OutCast3k
751bbcb36e removed/fixed typo 2014-12-22 15:09:20 +00:00
OutCast3k
dbdda8de7b couple of updates 2014-12-22 15:06:56 +00:00
OutCast3k
c721e42220 fixed a typo, made a couple of changes to the pages keywords and description 2014-12-22 14:57:48 +00:00
OutCast3k
cdee027c01 couple more tweaks to the way locktime vars are passed around 2014-12-15 15:11:09 +00:00