added segwit redeemscript to wallet, fixed typo, added links
This commit is contained in:
parent
217897285e
commit
64af126bc5
3 changed files with 15 additions and 5 deletions
10
index.html
10
index.html
|
@ -207,6 +207,12 @@
|
||||||
<button class="showKey btn btn-default" type="button">Show</button>
|
<button class="showKey btn btn-default" type="button">Show</button>
|
||||||
</span>
|
</span>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<div class="walletSegWitRS hidden">
|
||||||
|
<label>Redeem Script <i>(SegWit)</i></label>
|
||||||
|
<input class="form-control" type="text" readonly>
|
||||||
|
</div>
|
||||||
|
|
||||||
<label>Private Key (AES256 encrypted key)</label>
|
<label>Private Key (AES256 encrypted key)</label>
|
||||||
<input class="form-control privkeyaes" type="text" readonly>
|
<input class="form-control privkeyaes" type="text" readonly>
|
||||||
</div>
|
</div>
|
||||||
|
@ -1064,9 +1070,9 @@
|
||||||
<p>Coinb.in is a free and open source project released under the MIT license, originally by <a href="https://bitcointalk.org/index.php?action=profile;u=34834" target="_blank">OutCast3k</a> in 2013. Discussion of the project can be found at <a href="https://bitcointalk.org/index.php?topic=390046" target="_blank">bitcointalk.org</a> during its early testing stages when its primary focus was to develop a proof of concept multisig solution in javascript.</p>
|
<p>Coinb.in is a free and open source project released under the MIT license, originally by <a href="https://bitcointalk.org/index.php?action=profile;u=34834" target="_blank">OutCast3k</a> in 2013. Discussion of the project can be found at <a href="https://bitcointalk.org/index.php?topic=390046" target="_blank">bitcointalk.org</a> during its early testing stages when its primary focus was to develop a proof of concept multisig solution in javascript.</p>
|
||||||
<p>Coinb.in is run and funded by the generosity of others in terms of <a href="https://github.com/OutCast3k/coinbin/graphs/contributors" target="_blank">development</a> and hosting.</p>
|
<p>Coinb.in is run and funded by the generosity of others in terms of <a href="https://github.com/OutCast3k/coinbin/graphs/contributors" target="_blank">development</a> and hosting.</p>
|
||||||
<h3>Privacy</h3>
|
<h3>Privacy</h3>
|
||||||
<p>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.</p>
|
<p>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.</p>
|
||||||
<h3>Support</h3>
|
<h3>Support</h3>
|
||||||
<p>We recommend that you first check our <a href="https://status.coinb.in/" target="_blank">service status</a> page, if the problem persists you can contact us by emailing support{at}coinb.in.</p>
|
<p>We recommend that you first check our <a href="https://status.coinb.in/" target="_blank">service status</a> page and then <a href="https://blog.coinb.in/" target="_blank">blog</a> page which has multiple <a href="https://blog.coinb.in/guides" target="_blank">guides</a>. However if the problem persists you can contact us by emailing support{at}coinb.in.</p>
|
||||||
<h3>Donate</h3>
|
<h3>Donate</h3>
|
||||||
<p>Please donate to <a href="bitcoin:1CWHWkTWaq1K5hevimJia3cyinQsrgXUvg">1CWHWkTWaq1K5hevimJia3cyinQsrgXUvg</a> if you found this project useful or want to see more features!</p>
|
<p>Please donate to <a href="bitcoin:1CWHWkTWaq1K5hevimJia3cyinQsrgXUvg">1CWHWkTWaq1K5hevimJia3cyinQsrgXUvg</a> if you found this project useful or want to see more features!</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -35,9 +35,13 @@ $(document).ready(function() {
|
||||||
var pubkey = keys.pubkey;
|
var pubkey = keys.pubkey;
|
||||||
var privkeyaes = CryptoJS.AES.encrypt(keys.wif, pass);
|
var privkeyaes = CryptoJS.AES.encrypt(keys.wif, pass);
|
||||||
|
|
||||||
|
$("#walletKeys .walletSegWitRS").addClass("hidden");
|
||||||
if($("#walletSegwit").is(":checked")){
|
if($("#walletSegwit").is(":checked")){
|
||||||
var sw = coinjs.segwitAddress(pubkey);
|
var sw = coinjs.segwitAddress(pubkey);
|
||||||
address = sw.address;
|
address = sw.address;
|
||||||
|
|
||||||
|
$("#walletKeys .walletSegWitRS").removeClass("hidden");
|
||||||
|
$("#walletKeys .walletSegWitRS input:text").val(sw.redeemscript);
|
||||||
}
|
}
|
||||||
|
|
||||||
$("#walletAddress").html(address);
|
$("#walletAddress").html(address);
|
||||||
|
|
6
sha1sum
6
sha1sum
|
@ -1,8 +1,8 @@
|
||||||
---- Version 1.3 2017.10.04 ----
|
---- Version 1.3 2017.12.09 ---
|
||||||
77e4519962e2f6a9fc93342137dbb31c33b76b04 ./js/aes.js
|
77e4519962e2f6a9fc93342137dbb31c33b76b04 ./js/aes.js
|
||||||
3a09a8fc0cfe828b57fc798d668234d0490ee1a6 ./js/bootstrap-datetimepicker.min.js
|
3a09a8fc0cfe828b57fc798d668234d0490ee1a6 ./js/bootstrap-datetimepicker.min.js
|
||||||
253711c6d825de55a8360552573be950da180614 ./js/bootstrap.min.js
|
253711c6d825de55a8360552573be950da180614 ./js/bootstrap.min.js
|
||||||
8e9b7114276b56d1073698f025f707523d53631b ./js/coinbin.js
|
934f5330156c159378c370f14b46862d54ff5b35 ./js/coinbin.js
|
||||||
31fbebf65d9cae8f26761cb057c4fb1b97339d08 ./js/coin.js
|
31fbebf65d9cae8f26761cb057c4fb1b97339d08 ./js/coin.js
|
||||||
988565bc2cb402d63ed5c5fd7ff47c4278efc2c5 ./js/collapse.js
|
988565bc2cb402d63ed5c5fd7ff47c4278efc2c5 ./js/collapse.js
|
||||||
9ba5ede3d7f9d4c8fd623395f196adfdcf7e970f ./js/crypto-min.js
|
9ba5ede3d7f9d4c8fd623395f196adfdcf7e970f ./js/crypto-min.js
|
||||||
|
@ -30,7 +30,7 @@ de51a8494180a6db074af2dee2383f0a363c5b08 ./fonts/glyphicons-halflings-regular.s
|
||||||
278e49a86e634da6f2a02f3b47dd9d2a8f26210f ./fonts/glyphicons-halflings-regular.woff
|
278e49a86e634da6f2a02f3b47dd9d2a8f26210f ./fonts/glyphicons-halflings-regular.woff
|
||||||
44bc1850f570972267b169ae18f1cb06b611ffa2 ./fonts/glyphicons-halflings-regular.ttf
|
44bc1850f570972267b169ae18f1cb06b611ffa2 ./fonts/glyphicons-halflings-regular.ttf
|
||||||
d8a324a13501cd5705dc26b945fc8088f00907ae ./README.md
|
d8a324a13501cd5705dc26b945fc8088f00907ae ./README.md
|
||||||
fa37c3b94927a222abf589a1c16129a3a3f4b4ab ./index.html
|
4b0ef8c0520f45540f142b562e9fbf00145f219c ./index.html
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue