diff --git a/README.md b/README.md index 2b6c31f3..995ce989 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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! diff --git a/css/style.css b/css/style.css index 5504b845..e7195607 100644 --- a/css/style.css +++ b/css/style.css @@ -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; -} diff --git a/images/btc32x.png b/images/btc32x.png deleted file mode 100644 index 442dcaad..00000000 Binary files a/images/btc32x.png and /dev/null differ diff --git a/index.html b/index.html index 323edc3b..af392170 100644 --- a/index.html +++ b/index.html @@ -4,7 +4,7 @@ Bitcoin Wallet by Coinb.in - + @@ -74,7 +74,6 @@
  • About
  • - @@ -120,12 +119,12 @@

    Raw Transactions

    Wallet

    -

    Quick access to an online wallet where only you have access to your own private keys & can calculate your own fee!

    +

    Quick access to an online wallet where only you have access to your own private keys!

    Addresses

    -

    We support regular addresses, multisig, segwit / bech32 and stealth all with access to your own private keys!

    +

    We support regular addresses, multisig, segwit and stealth all with access to your own private keys!

    @@ -152,24 +151,15 @@

    Open Wallet browser based bitcoin wallet


    -
    Advanced Options
    - @@ -190,7 +180,6 @@

    Open Wallet browser based bitcoin wallet

    @@ -210,12 +199,6 @@

    Open Wallet browser based bitcoin wallet

    @@ -258,8 +246,8 @@

    Open Wallet browser based bitcoin wallet

    - - + +
    @@ -374,10 +362,6 @@

    New SegWit Address Smaller & Faster Transactions

    Address Options

    You can use the advanced options below to generate different kind of keys and addresses.

    -
    - -
    -
    @@ -652,7 +636,7 @@

    Transaction Create a new transaction

    Enter the address and amount you wish to make a payment to.

    - +
    @@ -660,11 +644,24 @@

    Transaction Create a new transaction

    -
    +

    Address of sender for returning unspent amount:

    - + +
    +
    + +
    +
    + +
    +


    +
    +

    Recipients:

    +
    +
    +
    @@ -724,7 +721,7 @@

    Transaction Create a new transaction

    - +
    @@ -749,211 +746,6 @@

    Transaction Create a new transaction


    - -
    -

    Bitcoin Fee Calculator

    -

    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.

    - -
    -

    Recommended Fee: 0.00000000 BTC
    for a transaction of 0 bytes

    - ? Sat/Byte -
    - -
    -
    - -
    0
    Inputs
    -
    -
    - 0 Bytes -
    - -

    Regular Compressed - 1 - 148 bytes - -

    - -
    - - - -
    - -

    SegWit - 0 - 0 bytes - -

    - -
    - - - -
    - -

    MultiSig - 0 - 0 bytes - -

    - -
    - - - -
    - -

    Hodl Time Locked - 0 - 0 bytes - -

    - -
    - - - -
    - -

    Unknown - 0 - 0 bytes - -

    - -
    - - - -
    - -
    -
    - -
    - -
    0
    Outputs
    -
    -
    - 0 Bytes -
    - -

    Regular p2pkh (1...) - 2 - 68 bytes - -

    - -
    - - - -
    - -

    Regular p2sh (3...) - 0 - 0 bytes - -

    - -
    - - - -
    - -
    -
    -
    - -
    - -
    -
    -
    Chargable Transaction Size: 0 bytes
    -
    -
    - -
    - -
    - -
    - -
    - - - - -
    -

    Verify transactions and other scripts

    @@ -1091,33 +883,7 @@

    WIF key