Commit Graph

76 Commits

Author SHA1 Message Date
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 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
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 cdee027c01 couple more tweaks to the way locktime vars are passed around 2014-12-15 15:11:09 +00:00
OutCast3k 23b6c84d1f another minor tweak/fix to the way that nLocktime works 2014-12-15 14:38:39 +00:00
OutCast3k 4fa08e82ef set correct sequence number to input when using nLocktime 2014-12-15 13:54:13 +00:00
OutCast3k 529a2193d8 coinb.in now has an advanced features drop down menu. "nlocktime" has been added with more to come! 2014-12-15 12:15:28 +00:00
OutCast3k 6664586568 The clear existing inputs checkbox was not behaving properly. This fixes the issue 2014-12-15 00:24:31 +00:00
OutCast3k e0873c764d multisig addresses where being displayed incorrectly on the verify page when you decoded a transaction. This fixes that. 2014-12-14 22:33:57 +00:00
OutCast3k af7cc4bf3d open wallet bug fix 2014-12-08 15:31:53 +00:00
OutCast3k 7fb188190b added xml parser (for ie) for when importing unspent inputs via the api 2014-12-08 12:59:04 +00:00
OutCast3k 73530d55db bitcoin javascript framework now supports https 2014-12-08 11:18:38 +00:00
OutCast3k f9110679e2 qrcode bug fix 2014-12-07 19:12:52 +00:00
OutCast3k 41d4f793fe removed blockchain.info links and replaced them with blockr.io links 2014-12-07 18:05:55 +00:00
OutCast3k e621865303 coinb.in now uses a javascript qrcode framework over google 2014-12-07 18:01:08 +00:00
OutCast3k eac2a5c9ee fixed a typo left behind in the previous commit 2014-12-05 21:30:21 +00:00
OutCast3k ccee67298d couple of changes in the way private keys are create to support IE 2014-12-05 21:26:34 +00:00
OutCast3k e9417af10c quick ajax ie bug fixes 2014-12-05 16:59:44 +00:00
OutCast3k 6f3e9345fd small IE fix. *sigh!* 2014-12-05 13:27:28 +00:00
OutCast3k 33dc094361 added loading message when user broadcasts a transaction 2014-12-05 13:04:00 +00:00
OutCast3k 245f1e4508 you now have the option to clear or keep inputs when building a transaction 2014-12-05 13:00:19 +00:00
OutCast3k e486adbcc8 removed the non minified version of boostrap as its not being used 2014-12-05 12:44:22 +00:00
OutCast3k c0eab1f122 removed older version of jquery as its no longer needed 2014-12-05 12:43:22 +00:00
OutCast3k 8424384f21 first commit 2014-12-01 23:36:49 +00:00