Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added bitcoin testnet testnet.blockexplorer.com #133

Open
wants to merge 10 commits into
base: master
Choose a base branch
from
8 changes: 3 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
coinbin
=======

A Open Source Browser Based Bitcoin Wallet. Version 1.4 beta by OutCast3k
A Open Source Browser Based Bitcoin Wallet. Version 1.3 beta by OutCast3k

Live version available at http://coinb.in/ or http://4zpinp6gdkjfplhk.onion

Expand All @@ -28,8 +28,6 @@ Coinb.in supports a number of key features such as:
- HD (bip32) support
- Supports altcoins such as litecoin
- Replace by fee (RBF) Support
- Segwit Support
- Bech32 address support
- Fee calculator - https://coinb.in/#fees
- Segwit support

Donate to 3K1oFZMks41C7qDYBsr72SYjapLqDuSYuN to see more development!
Donate to 1CWHWkTWaq1K5hevimJia3cyinQsrgXUvg to see more development!
86 changes: 0 additions & 86 deletions css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -32,89 +32,3 @@ body {
text-overflow: ellipsis;
display: block;
}

#fees .txi_regular {
background: #d3d3d3;
}

#fees .txi_segwit {
background: #bae1ff;
}

#fees .txi_multisig {
background: #baffc9;
}

#fees .txi_hodl {
background: #ffdfba;
}

#fees .txi_unknown {
background: #ffb3ba;
}

#fees .txo_p2pkh {
background: #E679C8;
}

#fees .txo_p2sh {
background: #FAFE92;
}

#fees .txinputs {
}

#fees .txoutputs {
}

.hideOverflow {
overflow:hidden;
white-space:nowrap;
text-overflow:ellipsis;
}

#fees .slider {
-webkit-appearance: none;
appearance: none;
width: 100%;
height: 30px;
outline: none;
opacity: 0.7;
-webkit-transition: .2s;
transition: opacity .2s;
border: 2px dotted #c3c3c3;
}

#fees .sliderbtn {
height: 30px;
width: 30px;
padding: 0px;
margin: 0px;
border: 0px;
}

#fees .slider:hover {
opacity: 1;
}

#fees .slider::-webkit-slider-thumb {
-webkit-appearance: none;
appearance: none;
width: 32px;
height: 32px;
border: 0;
background: url('https://coinb.in/images/btc32x.png');
cursor: pointer;
}

#fees .slider::-moz-range-thumb {
width: 32px;
height: 32px;
border: 0;
background: url('https://coinb.in/images/btc32x.png');
cursor: pointer;
}

#fees .total {
font-size: 100px;
}
Binary file removed images/btc32x.png
Binary file not shown.
304 changes: 36 additions & 268 deletions index.html

Large diffs are not rendered by default.

Loading