Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
happybole authored Jan 2, 2025
1 parent 0fdb2ee commit f3d9f0c
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@

<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no">
<title>JS Bitcoin BrainWallet Generator and Construct Transaction and Offline Sign Transaction / Ethereum BrainWallet Generator(比特币脑钱包生成器,以太坊脑钱包生成器) - JS Demonstration of Bitcoin and Ethereum Brain Password, Private Key, Public Key, and Address Generation Steps and Relationships(JS演示比特币和以太坊脑口令、私钥、公钥及地址生成步骤及相互关系) - Construct Transaction and Sign Transaction构建交易并签交易名</title>
<title>JavaScript Bitcoin BrainWallet Generator and Construct Transaction and Offline Sign Transaction / Ethereum BrainWallet Generator(比特币脑钱包生成器,以太坊脑钱包生成器) - JS Demonstration of Bitcoin and Ethereum Brain Password, Private Key, Public Key, and Address Generation Steps and Relationships(JS演示比特币和以太坊脑口令、私钥、公钥及地址生成步骤及相互关系) - Construct Transaction and Sign Transaction构建交易并签交易名</title>
<meta name="keywords" content="javascript, bitcoin, brainwallet, cold wallet, offline wallet, construct transaction, offline sign, ethereum">
<style type="text/css">
#ethereum{display:none}
Expand Down Expand Up @@ -1660,7 +1659,12 @@
</head>
<body>
<div id="priceUsd" style="font-size:13px">Realtime Price(实时价格): </div>
<a href="/">Home</a>&nbsp;&nbsp;<a href="/blog/">Blog</a>&nbsp;&nbsp;<a href="/brainwallet/">BrainWallet</a>&nbsp;&nbsp;<a href="/trendline/">PriceTrend</a><br/>
<a href="https://startbitcoin.org">Home</a>&nbsp;&nbsp;
<a href="https://startbitcoin.org/blog/">Blog</a>&nbsp;&nbsp;
<a href="/brainwallet/"><font style="font-weight:bold">BrainWallet</font></a>&nbsp;&nbsp;
<a href="https://startbitcoin.org/trendline/">PriceTrend</a>&nbsp;&nbsp;
<a href="https://btcdage2011.github.io/btcdage/index.html">BTCdage</a>
<br/>
<label> <input name="coin" onclick="document.getElementById('bitcoin').style.display = 'block'; document.getElementById('ethereum').style.display = 'none';" checked value="bitcoin" type="radio"/> Bitcoin </label>
<label> <input name="coin" onclick="document.getElementById('bitcoin').style.display = 'none'; document.getElementById('ethereum').style.display = 'block';" value="ethereum" type="radio"/> Ethereum </label>
<div class="preface" style="margin-bottom:10px">
Expand Down Expand Up @@ -1976,7 +1980,7 @@
<div class="h2">【Destination Addr - 收币地址】</div>
<p style="font-weight:bold">1. For situations where there is change, the default change address is the issuing address! </p><p>2. If the public key is filled in, the locking script is P2PK.</p><br/>
<p style="font-weight:bold">1.对于有找零的情况,找零地址默认是发币地址!</p><p>2.如果填的是公钥,则锁定脚本是P2PK。</p>
<textarea id="txDestAddr" rows="1" spellcheck="false">1QFSxc2RnDTrYqmSaYrGb5K7xBUvA2PpPL</textarea>
<textarea id="txDestAddr" rows="1" spellcheck="false">1HANBfRym62hsZ1YhAp1gZnStw5ScHyyUr</textarea>

<p>Received Amount - 收币金额(BTC)</p>
<textarea id="txDestValue" rows="1" spellcheck="false">50</textarea>
Expand Down

0 comments on commit f3d9f0c

Please sign in to comment.