From 64af126bc51b7d422dde6b012da545213e603366 Mon Sep 17 00:00:00 2001 From: OutCast3k Date: Sat, 9 Dec 2017 09:56:06 +0000 Subject: [PATCH] added segwit redeemscript to wallet, fixed typo, added links --- index.html | 10 ++++++++-- js/coinbin.js | 4 ++++ sha1sum | 6 +++--- 3 files changed, 15 insertions(+), 5 deletions(-) diff --git a/index.html b/index.html index 353ac49..f476ee0 100644 --- a/index.html +++ b/index.html @@ -207,6 +207,12 @@ + + + @@ -1064,9 +1070,9 @@

Coinb.in is a free and open source project released under the MIT license, originally by OutCast3k in 2013. Discussion of the project can be found at bitcointalk.org during its early testing stages when its primary focus was to develop a proof of concept multisig solution in javascript.

Coinb.in is run and funded by the generosity of others in terms of development and hosting.

Privacy

-

Coinb.in beleives strongly in privacy, not only do we support the use of TOR, the site does not collect and store IP or transaction data via our servers nor do we store your bitcoins private key. We do route traffic via cloudflare using an SSL certificate.

+

Coinb.in believes strongly in privacy, not only do we support the use of TOR, the site does not collect and store IP or transaction data via our servers nor do we store your bitcoins private key. We do route traffic via cloudflare using an SSL certificate.

Support

-

We recommend that you first check our service status page, if the problem persists you can contact us by emailing support{at}coinb.in.

+

We recommend that you first check our service status page and then blog page which has multiple guides. However if the problem persists you can contact us by emailing support{at}coinb.in.

Donate

Please donate to 1CWHWkTWaq1K5hevimJia3cyinQsrgXUvg if you found this project useful or want to see more features!

diff --git a/js/coinbin.js b/js/coinbin.js index c07170a..e07ef05 100644 --- a/js/coinbin.js +++ b/js/coinbin.js @@ -35,9 +35,13 @@ $(document).ready(function() { var pubkey = keys.pubkey; var privkeyaes = CryptoJS.AES.encrypt(keys.wif, pass); + $("#walletKeys .walletSegWitRS").addClass("hidden"); if($("#walletSegwit").is(":checked")){ var sw = coinjs.segwitAddress(pubkey); address = sw.address; + + $("#walletKeys .walletSegWitRS").removeClass("hidden"); + $("#walletKeys .walletSegWitRS input:text").val(sw.redeemscript); } $("#walletAddress").html(address); diff --git a/sha1sum b/sha1sum index ae427ac..e31f3f5 100644 --- a/sha1sum +++ b/sha1sum @@ -1,8 +1,8 @@ ----- Version 1.3 2017.10.04 ---- +---- Version 1.3 2017.12.09 --- 77e4519962e2f6a9fc93342137dbb31c33b76b04 ./js/aes.js 3a09a8fc0cfe828b57fc798d668234d0490ee1a6 ./js/bootstrap-datetimepicker.min.js 253711c6d825de55a8360552573be950da180614 ./js/bootstrap.min.js -8e9b7114276b56d1073698f025f707523d53631b ./js/coinbin.js +934f5330156c159378c370f14b46862d54ff5b35 ./js/coinbin.js 31fbebf65d9cae8f26761cb057c4fb1b97339d08 ./js/coin.js 988565bc2cb402d63ed5c5fd7ff47c4278efc2c5 ./js/collapse.js 9ba5ede3d7f9d4c8fd623395f196adfdcf7e970f ./js/crypto-min.js @@ -30,7 +30,7 @@ de51a8494180a6db074af2dee2383f0a363c5b08 ./fonts/glyphicons-halflings-regular.s 278e49a86e634da6f2a02f3b47dd9d2a8f26210f ./fonts/glyphicons-halflings-regular.woff 44bc1850f570972267b169ae18f1cb06b611ffa2 ./fonts/glyphicons-halflings-regular.ttf d8a324a13501cd5705dc26b945fc8088f00907ae ./README.md -fa37c3b94927a222abf589a1c16129a3a3f4b4ab ./index.html +4b0ef8c0520f45540f142b562e9fbf00145f219c ./index.html