Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
80 changes: 40 additions & 40 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!DOCTYPE html>
<!DOCTYPE html>
<html lang="en">
<head>

Expand All @@ -15,7 +15,7 @@
<link rel="stylesheet" href="css/bootstrap.min.css" media="screen">
<link rel="stylesheet" href="css/bootstrap-datetimepicker.min.css">
<link rel="stylesheet" href="css/style.css" media="screen">

<script type="text/javascript" src="js/jquery-1.9.1.min.js"></script>
<script type="text/javascript" src="js/moment.min.js"></script>
<script type="text/javascript" src="js/transition.js"></script>
Expand Down Expand Up @@ -132,7 +132,7 @@ <h3><span class="glyphicon glyphicon-globe"></span> Addresses</h3>

<div class="col-md-4">
<h3><span class="glyphicon glyphicon-wrench"></span> Development</h3>
<p>Use what we've built to write your own projects! See our documention (coming soon), or contribute at <a href="https://github.com/fellu/coinbin/">github</a>.</p>
<p>Use what we've built to write your own projects! See our documention (coming soon), or contribute at <a href="https://github.com/BitcoinInterestOfficial/coinbin/">github</a>.</p>
</div>
</div>
</div>
Expand All @@ -147,7 +147,7 @@ <h2>Wallet <br><small>browser based Bitcoin Interest wallet</small></h2>
<p>Use the form below to open a wallet and begin using this service. You don't need to sign up.</p>

<div class="alert alert-warning">
<b>Notice</b>: Different email address and password combination will open different wallets, be careful when entering your details as lost accounts can not be recovered!
<b>Notice</b>: Different email address and password combination will open different wallets, be careful when entering your details as lost accounts can not be recovered!
</div>

<input id="openEmail" type="email" class="form-control" placeholder="Email address" required autofocus>
Expand Down Expand Up @@ -184,7 +184,7 @@ <h2>Wallet <br><small>browser based Bitcoin Interest wallet</small></h2>
<div id="walletQrCode"></div> <br>
<div>
<span id="walletLoader" class="hidden"><img src="images/loader.gif"></span>
<span id="walletAddress"></span>
<span id="walletAddress"></span>

<!--<div class="btn-group">
<button type="button" class="btn btn-default btn-xs dropdown-toggle" data-toggle="dropdown" id="walletToBtn">SegWit <span class="caret"></span></button>
Expand Down Expand Up @@ -484,14 +484,14 @@ <h2>New Time Locked Address <small>Coins can be released only after a certain da
</div>

<p id="timeLockedRbTypeBox">
Enter the
<input type="radio" id="timeLockedRbTypeDate" name="timeLockedRbType" value="date" checked="checked">
<label for="timeLockedRbTypeDate">date and time</label>
or
Enter the
<input type="radio" id="timeLockedRbTypeDate" name="timeLockedRbType" value="date" checked="checked">
<label for="timeLockedRbTypeDate">date and time</label>
or
<input type="radio" id="timeLockedRbTypeBlockHeight" name="timeLockedRbType" value="blockheight">
<label for="timeLockedRbTypeBlockHeight">blockheight</label>

required to release the coins:
required to release the coins:
</p>
<div class="row">
<div class='col-md-6'>
Expand Down Expand Up @@ -559,7 +559,7 @@ <h2>New HD Address <small>making bip32 even easier</small></h2>

<h3>Address Options</h3>
<p>You can use the advanced options below to generate different kinds of master addresses.</p>

<div class="checkbox">
<label><input type="checkbox" id="newHDBrainwallet" class="checkbox-inline"> Custom Seed or Brain Wallet</label>
<input type="text" class="form-control hidden" id="HDBrainwallet">
Expand Down Expand Up @@ -749,7 +749,7 @@ <h2>Transaction <small>Create a new transaction</small></h2>

<div class="tab-pane tab-content" id="fees">
<h2>Bitcoin Interest Fee Calculator</h2>
<p>This page will give you a guide on the lowest fee to use to get your transaction included within the next few blocks. It works by predicting the size of a transaction and comparing it to another transaction in a recent block to determine an appropriate fee.</p>
<p>This page will give you a guide on the lowest fee to use to get your transaction included within the next few blocks. It works by predicting the size of a transaction and comparing it to another transaction in a recent block to determine an appropriate fee.</p>

<div align="center" class="alert alert-info">
<h2><span class="glyphicon glyphicon-question-sign"></span> Recommended Fee: <span class="recommendedFee">0.00000000</span> BCI <small> <br> for a transaction of <span class="feeTxSize">0</span> bytes</small></h2>
Expand All @@ -765,43 +765,43 @@ <h2><span class="glyphicon glyphicon-question-sign"></span> Recommended Fee: <sp
<span><span class="txsize">0</span> Bytes</span>
</div>

<h4 class="regular"><abbr title="Spending from a compressed legacy address. p2pkh">Regular</abbr> <small>Compressed</small>
<span class="badge inputno" title="Number of Regular Inputs">1</span>
<h4 class="regular"><abbr title="Spending from a compressed legacy address. p2pkh">Regular</abbr> <small>Compressed</small>
<span class="badge inputno" title="Number of Regular Inputs">1</span>
<small><span class="bytes">148</span> bytes</small>
<small class="estimate hidden"><em> *estimate</em></small>
</h4>
</h4>

<div class="input-group">
<span class="input-group-btn"><button class="btn sliderbtn down" type="button"><span class="glyphicon glyphicon-chevron-left"></span></button></span>
<input type="range" min="0" max="100" value="1" class="slider txinput txi_regular" rel="regular">
<span class="input-group-btn"><button class="btn sliderbtn up" type="button"><span class="glyphicon glyphicon-chevron-right"></span></button></span>
</div>

<h4 class="segwit"><abbr title="Spending from a segwit address. p2sh">SegWit</abbr>
<h4 class="segwit"><abbr title="Spending from a segwit address. p2sh">SegWit</abbr>
<span class="badge inputno" title="Number of SegWit Inputs">0</span>
<small><span class="bytes">0</span> bytes</small>
<small class="estimate hidden"><em> *estimate</em></small>
</h4>
</h4>

<div class="input-group">
<span class="input-group-btn"><button class="btn sliderbtn down" type="button"><span class="glyphicon glyphicon-chevron-left"></span></button></span>
<input type="range" min="0" max="100" value="0" class="slider txinput txi_segwit" rel="segwit">
<span class="input-group-btn"><button class="btn sliderbtn up" type="button"><span class="glyphicon glyphicon-chevron-right"></span></button></span>
</div>

<h4 class="multisig"><abbr title="Spending from a multisig address. p2sh">MultiSig</abbr>
<h4 class="multisig"><abbr title="Spending from a multisig address. p2sh">MultiSig</abbr>
<span class="badge inputno" title="Number of MultiSig Inputs">0</span>
<small><span class="bytes">0</span> bytes</small>
<small class="estimate hidden"><em> *estimate</em></small>
</h4>
</h4>

<div class="input-group">
<span class="input-group-btn"><button class="btn sliderbtn down" type="button"><span class="glyphicon glyphicon-chevron-left"></span></button></span>
<input type="range" min="0" max="100" value="0" class="slider txinput txi_multisig" rel="multisig">
<span class="input-group-btn"><button class="btn sliderbtn up" type="button"><span class="glyphicon glyphicon-chevron-right"></span></button></span>
</div>

<h4 class="hodl"><abbr title="Spending from a time locked address. p2sh">Hodl</abbr> <small>Time Locked</small>
<h4 class="hodl"><abbr title="Spending from a time locked address. p2sh">Hodl</abbr> <small>Time Locked</small>
<span class="badge inputno" title="Number of Hodl Inputs">0</span>
<small><span class="bytes">0</span> bytes</small>
<small class="estimate hidden"><em> *estimate</em></small>
Expand All @@ -813,7 +813,7 @@ <h4 class="hodl"><abbr title="Spending from a time locked address. p2sh">Hodl</a
<span class="input-group-btn"><button class="btn sliderbtn up" type="button"><span class="glyphicon glyphicon-chevron-right"></span></button></span>
</div>

<h4 class="unknown"><abbr title="Spending from an unrecognized input. p2sh">Unknown</abbr>
<h4 class="unknown"><abbr title="Spending from an unrecognized input. p2sh">Unknown</abbr>
<span class="badge inputno" title="Number of Unknown Inputs">0</span>
<small><span class="bytes">0</span> bytes</small>
<small class="estimate hidden"><em> *estimate</em></small>
Expand All @@ -836,27 +836,27 @@ <h4 class="unknown"><abbr title="Spending from an unrecognized input. p2sh">Unkn
<span><span class="txsize">0</span> Bytes</span>
</div>

<h4 class="p2pkh"><abbr title="A pay 2 public key hash. Starts with 1. Used with legacy addresses">Regular</abbr> <small>p2pkh (1...)</small>
<span class="badge outputno" title="Number of p2pkh Outputs">2</span>
<h4 class="p2pkh"><abbr title="A pay 2 public key hash. Starts with 1. Used with legacy addresses">Regular</abbr> <small>p2pkh (1...)</small>
<span class="badge outputno" title="Number of p2pkh Outputs">2</span>
<small><span class="bytes">68</span> bytes</small>
<small class="estimate hidden"><em> *estimate</em></small>
</h4>
</h4>

<div class="input-group">
<span class="input-group-btn"><button class="btn sliderbtn down" type="button"><span class="glyphicon glyphicon-chevron-left"></span></button></span>
<input type="range" min="0" max="100" value="2" class="slider txoutput txo_p2pkh" rel="p2pkh">
<span class="input-group-btn"><button class="btn sliderbtn up" type="button"><span class="glyphicon glyphicon-chevron-right"></span></button></span>
</div>

<h4 class="p2sh"><abbr title="A pay 2 script hash address. Starts with a 3. For example a segwit or multisig address">Regular</abbr> <small>p2sh (3...)</small>
<span class="badge outputno" title="Number of p2sh Outputs">0</span>
<h4 class="p2sh"><abbr title="A pay 2 script hash address. Starts with a 3. For example a segwit or multisig address">Regular</abbr> <small>p2sh (3...)</small>
<span class="badge outputno" title="Number of p2sh Outputs">0</span>
<small><span class="bytes">0</span> bytes</small>
<small class="estimate hidden"><em> *estimate</em></small>
</h4>
</h4>

<div class="input-group">
<span class="input-group-btn"><button class="btn sliderbtn down" type="button"><span class="glyphicon glyphicon-chevron-left"></span></button></span>
<input type="range" min="0" max="100" value="0" class="slider txoutput txo_p2sh" rel="p2sh">
<input type="range" min="0" max="100" value="0" class="slider txoutput txo_p2sh" rel="p2sh">
<span class="input-group-btn"><button class="btn sliderbtn up" type="button"><span class="glyphicon glyphicon-chevron-right"></span></button></span>
</div>

Expand Down Expand Up @@ -988,7 +988,7 @@ <h4>Redeem Script</h4>
</table>
<br>
</div>

<div class="hidden verifyData" id="verifyRsDataSegWit">
<label>Segwit Address</label>
<div class="row">
Expand Down Expand Up @@ -1269,7 +1269,7 @@ <h2>Sign Transaction <small>once a transaction has been verified</small></h2>
<p>The above transaction has been signed:</p>

<textarea class="form-control script" style="height:160px" readonly></textarea>

<p class="text-muted">Size: <span class="txSize">0</span> <i>bytes</i></p>
</div>

Expand All @@ -1292,27 +1292,27 @@ <h2>Broadcast Transaction <small>into the Bitcoin Interest network</small></h2>
<div class="tab-pane tab-content" id="dev">
<h2>Development <small>Javascript framework, API and more</small></h2>
<div class="alert alert-info">This section is currently under development and is subject to change.</div>

</div>

<div class="tab-pane tab-content" id="about">
<h2>About <small>open source Bitcoin Interest wallet</small></h2>
<p>Version 1.4</p>
<p>Compatible with bitcoin-qt</p>
<p>Github <a href="https://github.com/fellu/coinbin/">https://github.com/fellu/coinbin/</a></p>
<p>Github <a href="https://github.com/BitcoinInterestOfficial/coinbin/">https://github.com/BitcoinInterestOfficial/coinbin/</a></p>
<h3>What is Bitcoin Interest?</h3>
<p><span style="color:#2c3d4e"><strong><em>Bitcoin</em></strong></span> <strong><span style="color:#E37700">Interest</span></strong> ("BCI") is a <b>competitive staking cryptocurrency</b> focusing on three key areas <b>Technology</b>, <b>Community</b>, and <b>Savings</b>. Our blockchain has new integrated savings technology that allows our users to <b>safely</b> park their coins and <b>earn interest payments</b> without ever moving coins from their wallets.</p>
<h3>Don't Risk Your Coin Holdings</h3>
<p>Unlike other interest payment platforms that require you to send your coins to them, Bitcoin Interest is the first fully <b>decentralized interest payments platform</b> that will never ask you to send your coins anywhere! With our <b>advanced interest technology</b> you can hold your coins in your own wallet and <b>receive interest payments</b> with absolutely <b>no risk</b> to you. You'll never be required to trust your coin holdings with anyone again!</p>
<h3>Information</h3>
<p>wallet.bitcoininterest.io 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>wallet.bitcoininterest.io 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>wallet.bitcoininterest.io is run and funded by the generosity of others in terms of <a href="https://github.com/BitcoinInterestOfficial/coinbin/graphs/contributors" target="_blank">development</a> and hosting.</p>
<h3>Privacy</h3>
<p>Bitcoin Interest believes strongly in privacy, the site does not collect and store IP or transaction data via our servers nor do we store your bitcoins private key. We are using an Let’s Encrypt SSL certificate.</p>
</div>

<br>
<p class="text-muted">This page uses javascript to generate your addresses and sign your transactions within your browser, this means we <i>never</i> receive your private keys, this can be independently verified by reviewing the source code on <a href="https://github.com/fellu/coinbin/" target="_blank">github</a>. You can even <a href="https://github.com/fellu/coinbin/releases">download</a> this page and host it yourself or run it offline!</p>
<p class="text-muted">This page uses javascript to generate your addresses and sign your transactions within your browser, this means we <i>never</i> receive your private keys, this can be independently verified by reviewing the source code on <a href="https://github.com/BitcoinInterestOfficial/coinbin/" target="_blank">github</a>. You can even <a href="https://github.com/BitcoinInterestOfficial/coinbin/releases">download</a> this page and host it yourself or run it offline!</p>

<p class="text-muted">Bitcoin Interest is not responsible for any lost or stolen funds. This wallet is your responsibility and we can in no way recover lost or stolen funds. Never share your private keys or passwords with anyone.</p>
<br>
Expand Down Expand Up @@ -1426,9 +1426,9 @@ <h4 class="modal-title">Transaction Mediation</h4>
<div class="col-md-5">
<label>Mediator:</label>

<!--
You need to contact us before adding your pubkey
and submitting a pull request on github.
<!--
You need to contact us before adding your pubkey
and submitting a pull request on github.

format is: pubkey;email;fee
-->
Expand All @@ -1440,12 +1440,12 @@ <h4 class="modal-title">Transaction Mediation</h4>

<div class="col-md-5">
<label>Address:</label> <span class="text-muted">(for disputes)</span>
<input id="mediatorEmail" type="text" class="form-control address" value="" readonly>
<input id="mediatorEmail" type="text" class="form-control address" value="" readonly>
</div>

<div class="col-md-2">
<label>Fee (%):</label>
<input id="mediatorFee" type="text" class="form-control address" value="" readonly>
<label>Fee (%):</label>
<input id="mediatorFee" type="text" class="form-control address" value="" readonly>
</div>

</div>
Expand Down