Commit graph

122 commits

Author SHA1 Message Date
OutCast3k
6970a07d60 bug fixes, credit to ibblondon and nxtchg. thanks 2016-02-25 23:09:43 +00:00
OutCast3k
695947b02d updated the #wallet section of the site so that when a transaction fails to broadcast due to a server side error it displays it in a box that can be manually processed elsewhere 2016-02-09 23:52:55 +00:00
OutCast3k
0a8bb6f33a update sha1sum 2016-02-09 23:29:29 +00:00
OutCast3k
27c9bff17e add extra validation to prevent invalid public keys being used. (as per issue 39) 2016-02-09 23:27:34 +00:00
OutCast3k
c276998687 increased default fee on #wallet section of coinb.in 2015-12-30 00:17:36 +00:00
OutCast3k
4f16149a26 updated sha1sum file 2015-12-29 20:11:49 +00:00
OutCast3k
7bfacd51b1 fixed a small interface issue with the input feilds on the verify tab for hodl addresses 2015-12-29 20:06:03 +00:00
OutCast3k
1da38e46f7 small interface bugfix 2015-12-29 16:36:27 +00:00
OutCast3k
133a5d2858 few minor gui changes to the "New Time Locked Address" section 2015-12-29 16:20:53 +00:00
OutCast3k
a9cfa44c44 Merge pull request #37 from thelink2012/test-time
Simple Hodl Address
2015-12-29 14:27:09 +00:00
Denilson M. Amorim
cedc6dddaf Fix endianess of checklocktimeverify 2015-12-29 00:00:11 -03:00
Denilson M. Amorim
d53c236ec3 Set #nLockTime automatically 2015-12-27 01:15:47 -03:00
Denilson M. Amorim
c8577e03be Simple Hodl Address 2015-12-27 00:37:51 -03:00
OutCast3k
9a669885b3 Merge pull request #32 from itscory/patch-1
fixed issue with copying the script URL
2015-11-16 13:21:37 +00:00
itscory
8652fe789d made copying the scriptUrl easier
I noticed, at least on Firefox, that it is impossible to highlight and copy the script URL. I fixed this by changing the "disabled" attribute to "readonly."
2015-11-15 13:35:53 -05:00
OutCast3k
6b39b86447 updated the #broadcast page to use jquerys POST request over the GET request that was being used to handle larger transactions 2015-09-16 11:41:18 +00:00
OutCast3k
902370679f update sha1sum and readme 2015-09-12 19:17:21 +00:00
OutCast3k
ab395a82f2 lots of of small changes; bug fixes, extra validation, warning of large fee, a mediation section and more 2015-09-12 18:38:34 +00:00
OutCast3k
fe141b0b8a removed the mention of google analytics from the about page as its no longer being used 2015-08-31 12:20:36 +01:00
OutCast3k
e33b2dc58e Merge pull request #25 from dabura667/findunconf
Fetch unconfirmed utxos as well
2015-08-31 11:45:21 +01:00
dabura667
a62a822b71 Fetch unconfirmed utxos as well 2015-08-30 10:51:42 +09:00
OutCast3k
91ee89282f Merge pull request #23 from dasource/master
Add ShadowCash
2015-08-17 12:08:28 +01:00
dasource
42391aba8e Add ShadowCash 2015-08-16 22:34:40 +01:00
OutCast3k
8e0742d64c minor bug fix from previous commit 2015-08-14 22:09:51 +00:00
OutCast3k
a1c3c60244 added extra support for altcoins, litecoin beta added via #settings page 2015-08-14 21:07:19 +00:00
OutCast3k
004de1f318 added localbitcoins.com trading link to the about page 2015-07-27 18:13:09 +00:00
OutCast3k
6f8cd22d5f increased the amount of bytes allowed when using op_return from 40 to 80 2015-07-27 18:04:41 +00:00
OutCast3k
cacc30cc95 update sha1sum file 2015-07-27 18:00:30 +00:00
OutCast3k
d2f1d3a5d5 fixed a typo (thanks for pointing that out Injust) 2015-07-27 17:58:13 +00:00
OutCast3k
1c3e81bfd2 update coinbin.js as it wasn't allowing multisig addresses to be added to new transactions 2015-07-03 18:47:58 +01:00
OutCast3k
cf71efcf59 Merge pull request #15 from bulldozer2003/master
display base58 address for redeem script
2015-06-29 07:29:41 +01:00
OutCast3k
92de202ed0 update sha1sum file 2015-06-23 23:15:57 +00:00
OutCast3k
6e821cf53a fixed a bug with the settings page 2015-06-23 23:12:09 +00:00
OutCast3k
85ec366c6e corrected testnet address prefix 2015-06-23 23:05:28 +00:00
OutCast3k
717f5cc7ef corrected donation address 2015-06-23 23:00:10 +00:00
OutCast3k
457ff2b528 updated version number in readme 2015-06-23 22:37:20 +00:00
OutCast3k
ef5cbdb61e new changes to allow for the use of testnet and other altcoins 2015-06-23 22:34:30 +00:00
OutCast3k
7ef0046fe3 couple more gui changes 2015-06-22 11:01:17 +00:00
OutCast3k
effdb84f24 transaction data for qrcode was too much for most browsers, so maximum size has been lowered 2015-06-22 10:47:54 +00:00
OutCast3k
d4772fd601 changes to the way the qrcode button is placed from the previous commeit 2015-06-22 10:41:21 +00:00
OutCast3k
d81f2779a9 Merge pull request #17 from bitcoincoltd/master
Add QR code buttons for transaction data textareas
2015-06-22 10:54:03 +01:00
bitcoincoltd
d68361fba3 Minor adjustment to QR length handling
Don't attempt to create QR code for huge data.
2015-06-22 15:58:11 +07:00
bitcoincoltd
1cd101fd9e QR codes for transaction data
Added qr code popup buttons for transaction data textareas.
This is useful for when transferring data to offline computers for
signing via camera scan.
2015-06-22 15:55:30 +07:00
bulldozer2003
da2d20f477 display base58 address in addition to public key when decoding redeem script 2015-06-19 12:15:46 -05:00
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