Advertisement
panchitomx

Untitled

Jan 26th, 2014
866
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 74.45 KB | None | 0 0
  1.  
  2.  
  3. <!DOCTYPE html>
  4. <html>
  5. <head>
  6. <title>My Wallet - Be Your Own Bank - Blockchain.info</title>
  7. <meta name="robots" content="noindex">
  8.  
  9. <meta http-equiv="Content-Type" content="text/html; charset=utf-8"><link rel="stylesheet" href="Resources/bootstrap.min.css"><link rel="stylesheet" href="Resources/bootstrap-responsive.min.css"><link rel="stylesheet" href="Resources/overrides.min.css?d91400be40f3484b"><script src="Resources/wallet/jquery.min.js" type="text/javascript"></script><script type="text/javascript" src="Resources/wallet/bootstrap.min.js"></script><script src="Resources/wallet/shared.min.js?d91400be40f3484b" type="text/javascript"></script><meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0">
  10.  
  11.  
  12. <link rel="stylesheet" href="Resources/app-overrides.css?d91400be40f3484b" type="text/css">
  13. <link rel="stylesheet" href="Resources/print.css?d91400be40f3484b" type="text/css" media="print"/>
  14. <link rel="shortcut icon" href="favicon.ico" />
  15.  
  16. <style type="text/css">
  17. .navbar {
  18. margin-bottom: 0px;
  19. }
  20. </style>
  21.  
  22. <script type="text/javascript" src="Resources/wallet/bitcoinjs.min.js?d91400be40f3484b"></script>
  23. <script type="text/javascript" src="Resources/wallet/blockchainapi.min.js?d91400be40f3484b"></script>
  24. <script type="text/javascript" src="Resources/wallet/wallet.min.js?d91400be40f3484b"></script>
  25.  
  26.  
  27.  
  28.  
  29.  
  30.  
  31.  
  32. </head>
  33.  
  34. <body data-war-checksum="d91400be40f3484b" data-extra-seed="ae0e9307c446743ee8e8ea1e485b4e0487d0d6a6953a21a1a1e5eac4ec75eb4e" data-language="en">
  35.  
  36. <div class="navbar" style="height:40px;overflow:visible">
  37. <div class="navbar-inner" style="height:43px;">
  38. <div class="container">
  39. <div class="logo hidden-phone hidden-tablet"><a href="https://blockchain.info/"><img border="0" src="Resources/logo_new.png" alt="Bitcoin block explorer and currency statistics"/></a></div>
  40.  
  41. <ul class="nav">
  42. <li><a href="https://blockchain.info/" title="Blockchain.info Home">Home</a></li>
  43. <li><a href="https://blockchain.info/charts" title="Bitcoin Charts">Charts</a></li>
  44. <li><a href="https://blockchain.info/stats" title="Bitcoin Stats">Stats</a></li>
  45. <li><a class="hidden-phone" href="http://markets.blockchain.info" title="Bitcoin Markets">Markets</a></li>
  46. <li class="hidden-phone"><a href="https://blockchain.info/api" title="Blockchain Developer Tools">Developers</a></li>
  47. <li class="active"><a href="https://blockchain.info/wallet" title="Bitcoin Wallet">Wallet</a></li>
  48. </ul>
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55. <div class="hidden-phone pull-right" style="padding-top:9px">
  56. <img src="Resources/refresh.png" id="refresh">
  57. <img src="Resources/logout.png" id="logout" style="padding-left:9px">
  58. </div>
  59.  
  60. </div>
  61. </div>
  62. </div>
  63.  
  64.  
  65. <div class="quickstart">
  66. <div class="container">
  67. <div class="row-fluid">
  68. <div class="span12">
  69. <h1>
  70. <span class="hidden-phone">My Wallet <small>Be Your Own Bank.</small></span>
  71.  
  72. <div style="display:none;" id="large-summary" class="pop pull-right" title="Your Balance" data-content="This shows the balance of your bitcoin wallet. You may not be able to spend this amount until all transactions are confirmed.">
  73. <span id="balance"></span>
  74. <small id="balance2">0</small>
  75. </div>
  76. </h1>
  77. </div>
  78. </div>
  79.  
  80. <div class="row-fluid" style="margin-top:10px">
  81. <div class="span12 no-print">
  82. <ul class="nav nav-pills pull-left" style="margin-bottom: 3px">
  83. <li><a id="home-intro-btn">Wallet Home</a></li>
  84. <li><a id="my-transactions-btn">My Transactions</a></li>
  85. <li><a id="send-coins-btn">Send Money</a></li>
  86. <li><a id="receive-coins-btn">Receive Money</a></li>
  87. <li><a class="hidden-phone" id="import-export-btn">Import / Export</a></li>
  88. </ul>
  89.  
  90. <h6 class="pull-right" id="status-container">
  91. <span style="display: none" class="loading-indicator"><span class="loading-text">Loading</span> <img style="vertical-align:middle" src="/Resources/ajax-loader.gif"></span>
  92. </h6>
  93. </div>
  94. </div>
  95. </div>
  96. </div>
  97.  
  98. <div id="main-notices-container" style="z-index:1; position:absolute; right:0px; margin:20px; width:auto; min-width:280px; overflow:visible; height:0px;">
  99. <span id="notices" style="max-width:600px;width:auto;"></span>
  100. </div>
  101.  
  102. <div style="width:100%; float:left; clear:both"></div>
  103.  
  104. <div class="container" style="margin-top:10px">
  105.  
  106. <div id="my-account" style="display:none;">
  107. <div style="width:400px;margin:50px auto;" class="well" id="account-settings-warning">
  108. <h2>Sensitive Data</h2>
  109.  
  110. <p>Account Settings displays sensitive data which should not be shown to other people. It is recommended you do not open this section in public places or take screenshots of this section.</p>
  111.  
  112. <p align="right">
  113. <button class="btn btn-primary" id="show-account-settings">Continue</button>
  114. </p>
  115. </div>
  116.  
  117. <div id="my-account-content" style="display:none"></div>
  118. </div>
  119.  
  120. <div id="home-intro" style="display:none;">
  121. <div class="row-fluid">
  122. <div class="span6">
  123. <table class="well table table-striped">
  124. <tr>
  125. <td>Total Transactions</td>
  126. <td><span id="summary-n-tx">0</span></td>
  127. <td>
  128. <div class="img">
  129. <img src="/Resources/chart_bar.png" border="0" id="summary-n-tx-chart">
  130. </div>
  131. </td>
  132. </tr>
  133. <tr>
  134. <td>Total Received</td>
  135. <td><span id="summary-received">0</span></td>
  136. <td>
  137. <div class="img">
  138. <img src="/Resources/chart_bar.png" id="summary-received-chart">
  139. </div>
  140. </td>
  141. </tr>
  142. <tr>
  143. <td>Total Sent</td>
  144. <td colspan="2"><span id="summary-sent">0</span></td>
  145. </tr>
  146. <tr>
  147. <td>Final Balance</td>
  148. <td><span id="summary-balance">0</span></td>
  149. <td>
  150. <div class="img">
  151. <img src="/Resources/chart_bar.png" id="summary-balance-chart">
  152. </div>
  153. </td>
  154. </tr>
  155. </table>
  156.  
  157. <div style="text-align:center;padding-top:10px;padding-bottom:10px;overflow:hidden" class="no-watch-only">
  158. <div id="my-primary-addres-qr-code" style="display:inline-block;vertical-align:top;margin-right:10px;"></div>
  159.  
  160. <div style="display:inline-block;vertical-align:middle;margin-top:5px;" class="well">
  161. <small>This Is Your Bitcoin Address</small>
  162.  
  163. <p class="primary-address" id="my-primary-address"></p>
  164.  
  165. <small>Share this with anyone and they can send you payments.</small>
  166. </div>
  167. </div>
  168.  
  169. <p align="center" class="padded hidden-phone">
  170. <a href="#"><img src="/Resources/tweet-for-btc.png" id="tweet-for-btc"></a>
  171. </p>
  172. </div>
  173.  
  174. <div class="span6">
  175.  
  176. <div class="no-watch-only" id="home-deposit-container">
  177. <ul id="myTab" class="nav nav-tabs">
  178. <li class="active"><a href="#deposit-us" data-toggle="tab"><img src="/Resources/flags/us.png"> US</a></li>
  179. <li ><a href="#deposit-uk" data-toggle="tab"><img src="/Resources/flags/gb.png"> UK</a></li>
  180. <li ><a href="#deposit-eu" data-toggle="tab"><img src="/Resources/flags/eu.png"> EU</a></li>
  181. <li ><a href="#deposit-other" data-toggle="tab">Other</a></li>
  182. </ul>
  183.  
  184. <div class="tab-content page-header">
  185. <p>The quickest and easiest way to deposit bitcoins into your account is to use the services below.</p>
  186.  
  187. <div class="tab-pane active" style="text-align:right" id="deposit-us">
  188.  
  189.  
  190. <a class="btn btn-primary" href="https://blockchain.info/r?url=https%3A%2F%2Fcashintocoins.com%3Fcode%3Dblockchain%26address%3D" id="cash-into-coins" target="blank">Cash Into Coins</a>
  191.  
  192.  
  193.  
  194.  
  195. </div>
  196.  
  197. <div class="tab-pane" style="text-align:right" id="deposit-uk">
  198.  
  199.  
  200.  
  201.  
  202. <a class="btn btn-primary" href="https://blockchain.info/r?url=https%3A%2F%2Fwww.kraken.com" target="blank"><img src="/Resources/kraken-logo-small.png"> Kraken Deposit</a>
  203.  
  204.  
  205.  
  206.  
  207. </div>
  208.  
  209. <div class="tab-pane" style="text-align:right" id="deposit-eu">
  210.  
  211.  
  212.  
  213. <a class="btn btn-primary" href="https://blockchain.info/r?url=https%3A%2F%2Fwww.kraken.com" target="blank"><img src="/Resources/kraken-logo-small.png"> Kraken Deposit</a>
  214. </div>
  215.  
  216. <div class="tab-pane" id="deposit-other">
  217.  
  218. </div>
  219. </div>
  220. </div>
  221.  
  222.  
  223.  
  224. <div class="page-header">
  225. <h3>Partners <small>Spend Your Bitcoins!</small></h3>
  226.  
  227. <p align="right">
  228.  
  229. <a class="btn btn-secondary" href="https://blockchain.info/r?url=https%3A%2F%2Fbitcoinstore.com" target="blank"><img src="/Resources/partners/bitcoinstore-logo-small.png"> Bitcoin Store</a>
  230.  
  231. <a class="btn btn-secondary" href="https://blockchain.info/r?url=http%3A%2F%2Faff.beastoptions.com%2Fl.aspx%3FB%3D6206%26A%3D5562%26Task%3DClick" target="blank"><img src="/Resources/partners/beast-options-icon.png"> Bitcoin Options</a>
  232.  
  233. <a class="btn btn-danger" href="https://blockchain.info/r?url=https%3A%2F%2Fwww.gyft.com%2Fbitcoin" target="blank"><img src="/Resources/partners/gyft-logo-white.png"> Shop Now!</a>
  234.  
  235. </p>
  236. </div>
  237.  
  238.  
  239. <div class="page-header" id="home-account-container">
  240. <h3>Account Settings</h3>
  241.  
  242. <p>Edit your account settings including email address, password and notification settings.</p>
  243.  
  244. <p align="right">
  245. <button class="btn" id="my-account-btn">Account Settings</button>
  246. </p>
  247. </div>
  248.  
  249. <div id="home-backup-container">
  250. <h3>Backup</h3>
  251.  
  252. <p>Backing up your wallet is an important step which is easy to forget. Blockchain.info takes every precaution to keep your wallet safe but it's always better to keep a local copy just in case.</p>
  253.  
  254. <div class="btn-group" align="right">
  255. <button class="btn download-backup-btn hidden-phone hidden-tablet" style="display:inline;float:none">Download</button><button class="btn" id="dropbox-backup-btn" style="display:inline;float:none">Dropbox</button><button class="btn" id="gdrive-backup-btn" style="display:inline;float:none">Google Drive</button><button class="btn" id="email-backup-btn" style="display:inline;float:none">Email</button><button class="btn paper-wallet-btn hidden-tablet" style="display:inline;float:none">Paper</button>
  256. </div>
  257.  
  258.  
  259. </div>
  260. </div>
  261. </div>
  262. </div>
  263.  
  264. <div id="receive-coins" style="display:none;">
  265.  
  266. <h2>Addresses <small>Your receiving bitcoin addresses</small></h2>
  267.  
  268. <ul class="nav nav-tabs">
  269. <li class="active"><a href="#active-addresses" data-toggle="tab">Active</a></li>
  270. <li><a href="#archived-addresses" data-toggle="tab">Archived</a></li>
  271. <li><a href="#shared-addresses" data-toggle="tab">Shared</a></li>
  272. </ul>
  273.  
  274. <div id="receive-content" class="tab-content">
  275. <div class="active tab-pane" id="active-addresses" style="margin-bottom:200px">
  276. <table class="table table-striped">
  277. <thead>
  278. <tr>
  279. <th>Address</th>
  280. <th>Balance</th>
  281. <th></th>
  282. </tr>
  283. </thead>
  284. <tbody></tbody>
  285. </table>
  286.  
  287. <button class="btn btn-success pop pull-right" id="new-addr" style="margin:5px" title="New Address" data-content="Click here to generate a new bitcoin address. You can begin receiving bitcoins into this address immediately">New Address</button>
  288.  
  289. <div class="btn-group pull-right" style="margin:5px">
  290. <a class="btn dropdown-toggle" data-toggle="dropdown" href="#">
  291. More Actions <span class="caret"></span>
  292. </a>
  293. <ul class="dropdown-menu">
  294. <li><a id="generate-cold-storage">New Cold Storage Address</a></li>
  295. <li><a id="chord-diagram">View Relationship Diagram</a></li>
  296. <li><a id="group-received" title="Taint Grouping">Group Addresses By Taint</a></li>
  297. <li><a class="hidden-phone" id="verify-message" title="Verify Message">Verify Message</a></li>
  298. </ul>
  299. </div>
  300. </div>
  301.  
  302. <div class="tab-pane" id="archived-addresses" style="margin-bottom:200px">
  303. <h3>Archived Addresses</h3>
  304.  
  305. <p>Archived addresses are addresses you may not need anymore that are hidden from the main view but still part of your wallet. You can un-archive them at any time by clicking the blue icon.</p>
  306.  
  307. <table class="table table-striped">
  308. <thead>
  309. <tr>
  310. <th></th>
  311. <th>Bitcoin Address</th>
  312. <th></th>
  313. <th></th>
  314. </thead>
  315. <tbody></tbody>
  316. </table>
  317.  
  318. <div style="float:left">
  319. <button class="btn btn-secondary" id="archived-select-all">Select All</button>
  320. <button class="btn btn-secondary" id="archived-select-none">Select None</button>
  321. </div>
  322.  
  323. <div style="float:right">
  324. <button class="btn btn-secondary pop" id="archived-sweep" title="Sweep Keys" data-content="Move any bitcoins in the selected keys to a different bitcoin address.">Sweep Keys</button>
  325. <button class="btn btn-danger pop" id="archived-delete" title="Delete Keys" data-content="Delete the selected private keys.">Delete Keys</button>
  326. </div>
  327. </div>
  328.  
  329. <div class="tab-pane" id="shared-addresses">
  330. <h3>Shared Addresses</h3>
  331.  
  332. <p style="padding-top:10px">Shared addresses are designed to receive payment you wish to keep private. Any payments received are sent through a shared wallet breaking the chain of transactions. <a href="https://blockchain.info/wallet/send-shared" target="blank">(More Info)</a></p>
  333.  
  334. <p class="well">
  335. <b>Shared Addresses are valid for one transaction only and incur a 0.5% transaction fee.</b>
  336. </p>
  337.  
  338. <table class="table table-striped">
  339. <thead>
  340. <tr>
  341. <th>Address</th>
  342. <th class="hidden-phone">Forward To</th>
  343. <th>Expires In</th>
  344. </tr>
  345. </thead>
  346. <tbody></tbody>
  347. </table>
  348. <button class="btn btn-success pull-right" id="shared-address" style="margin:5px">New Shared Address</button>
  349. </div>
  350. </div>
  351. </div>
  352.  
  353. <div style="display: none;" id="restore-wallet">
  354.  
  355.  
  356.  
  357.  
  358.  
  359.  
  360.  
  361. <div class="row-fluid" id="welcome_back_container">
  362. <div class="span6">
  363. <div class="page-header">
  364. <h3>Welcome Back </h3>
  365. <small>Please enter your login details below:</small>
  366. </div>
  367.  
  368. <div class="form-horizontal">
  369. <div class="control-group">
  370. <label class="control-label">Identifier:</label>
  371.  
  372. <div class="controls"><input id="restore-guid" placeholder="Identifier or Alias" value="" type="text"/></div>
  373. </div>
  374.  
  375. <div class="control-group auth-0 auth-1 auth-2 auth-3 auth-4 auth-5" style="display:nonex">
  376. <label class="control-label">Password:</label>
  377.  
  378. <div class="controls"><input id="restore-password" type="password"/></div>
  379. </div>
  380.  
  381.  
  382. <div class="control-group auth-1 auth-3" style="display:none">
  383. <label class="control-label">Yubikey:</label>
  384.  
  385. <div class="controls">
  386. <input class="code yubikey" style=" background: white url(/Resources/yubikey_16.gif) no-repeat 4px 4px; color:green; text-indent:20px;" type="text"/>
  387.  
  388. <p class="help-block">Select the text box above and press the green LED light on your Yubikey.</p>
  389. </div>
  390. </div>
  391.  
  392. <div class="control-group auth-2" style="display:none">
  393. <label class="control-label">Email Code:</label>
  394.  
  395. <div class="controls">
  396. <input class="code" style="background: white url(/Resources/email_16.gif) no-repeat 4px 4px; color:green; text-indent:20px;" type="text"/>
  397.  
  398. <p class="help-block">An email containing a temporary confirmation code has been sent to your account.</p>
  399. </div>
  400. </div>
  401.  
  402. <div class="control-group auth-4" style="display:none">
  403. <label class="control-label">Google Authenticator:</label>
  404.  
  405. <div class="controls"><input class="code" style="background: white url(/Resources/google_16.png) no-repeat 4px 4px; color:green; text-indent:20px;" type="text">
  406.  
  407. <p class="help-block">Please open your Google Authenticator app and enter the code displayed.</p>
  408. </div>
  409. </div>
  410.  
  411. <div class="control-group auth-5" style="display:none">
  412. <label class="control-label">SMS Code:</label>
  413.  
  414. <div class="controls">
  415. <input class="code" style="background: white url(/Resources/sms_16.png) no-repeat 4px 4px; color:green; text-indent:20px;" type="text"/>
  416.  
  417. <p class="help-block">A text message has been sent to your cell phone. Please enter the code in that message above.</p>
  418. </div>
  419. </div>
  420.  
  421. <div style="padding-left: 160px;padding-bottom:20px">
  422. <button class="btn btn-primary" id="restore-wallet-continue">Open Wallet</button>
  423. <a href="https://blockchain.info/wallet/new" target="blank" id="signup-btn" class="btn btn-secondary" style="display:none">Create New Wallet</a>
  424. </div>
  425.  
  426. <div class="well auth-2" style="display:none;margin: 0 auto; margin-top: 10px; max-width: 470px;">
  427. <h5>Can't Find Your Email Code?</h5>
  428.  
  429. <p>Be sure to check your spam folder. If you still can't find the email click the button below to resend it.</p>
  430.  
  431. <p align="center">
  432. <a class="btn resend-code">Resend Link</a>
  433. </p>
  434. </div>
  435.  
  436. <div class="well auth-5" style="display:none;margin: 0 auto; margin-top: 10px; max-width: 470px;">
  437. <h5>Did Not Receive An SMS Code?</h5>
  438.  
  439. <p>Please check your network signal. Messages can take up to 10 minutes to be delivered, if it has been over 10 minutes click the button below to resend the message.</p>
  440.  
  441. <p align="center">
  442. <a class="btn resend-code">Resend Message</a>
  443. </p>
  444. </div>
  445.  
  446. <div class="well auth-0 auth-1 auth-3 auth-4" style="margin: 0 auto; display:none; margin-top: 10px; max-width: 470px;">Your password is never shared with our servers and cannot be recovered if forgotten!</div>
  447. </div>
  448. </div>
  449.  
  450. <div class="span6" id="forgotten-something-container">
  451. <div class="page-header">
  452. <h3>Forgotten Something?</h3> <small>Help! I've locked myself out of my account</small>
  453. </div>
  454.  
  455. <h4>Lost Identifier or Alias</h4>
  456.  
  457. <p> If you have lost your wallet identifier first check the confirmation email you received during sign up. Can't find the email? Click the button below and we can send you a new one.</p>
  458.  
  459. <p align="right">
  460. <a class="btn btn-small btn-secondary recover-wallet-btn">Recover Wallet</a> <a class="btn btn-small btn-secondary" target="blank" href="https://blockchain.info/wallet/import-wallet">Import Backup</a> <a class="btn btn-small btn-secondary download-backup-btn">Download Backup</a>
  461. </p>
  462.  
  463. <h4>Lost Two-factor Authentication Details.</h4>
  464.  
  465. <p>If you have lost your two factor authentication details your wallet is still fully recoverable. All we need is reasonable proof you are the account owner which can be provided by completing the form linked below.</p>
  466.  
  467.  
  468. <p align="right">
  469. <a class="btn btn-small btn-secondary" id="reset-two-factor-btn">Reset Two Factor Authentication</a>
  470. </p>
  471.  
  472. <h4>Need Help?</h4>
  473.  
  474. <p>
  475. Read our <a target="blank" href="https://blockchain.info/wallet/support-pages">Support Pages</a>
  476. </p>
  477. </div>
  478. </div>
  479.  
  480.  
  481. </div>
  482.  
  483. <div id="my-transactions" style="display:none;">
  484. <div class="row-fluid">
  485. <div class="span12">
  486. <h2 style="display:inline-block">Transactions <small>Summary of your recent transactions</small></h2>
  487.  
  488. <div style="float:right">
  489. <div class="btn-group" style="display:inline-block">
  490. <a class="btn" href="#"><i class="icon-zoom-in"></i> View</a>
  491. <a class="btn dropdown-toggle" data-toggle="dropdown" href="#"><span class="caret"></span></a>
  492. <ul class="dropdown-menu tx_display">
  493. <li><a href="#" data-value="0"> Compact</a></li>
  494. <li><a href="#" data-value="1"> Detailed</a></li>
  495. <li class="divider"></li>
  496. <li><a href="#" data-value="export"> Export History</a></li>
  497. </ul>
  498. </div>
  499.  
  500. <div class="btn-group" style="display:inline-block">
  501. <a class="btn" href="#"><i class="icon-filter"></i> Filter</a>
  502. <a class="btn dropdown-toggle" data-toggle="dropdown" href="#"><span class="caret"></span></a>
  503. <ul class="dropdown-menu tx_filter">
  504. <li><a href="#" data-value="0"><i class="icon-resize-horizontal"></i> All</a></li>
  505. <li><a href="#" data-value="1"><i class="icon-arrow-right"></i> Sent</a></li>
  506. <li><a href="#" data-value="2"><i class="icon-arrow-left"></i> Received</a></li>
  507. <li><a href="#" data-value="4"><i class="icon-random"></i> Escrow</a></li>
  508. </ul>
  509. </div>
  510. </div>
  511.  
  512. <div class="page-header" style="margin-top:0px;padding:0px"></div>
  513. </div>
  514. </div>
  515.  
  516. <p class="padded well" id="no-transactions" align="center">Normally your bitcoin transactions would be listed here but you have not made any yet.</p>
  517.  
  518. <table id="transactions-compact" class="table table-striped table-condensed table-hover">
  519. <thead><tr><th class="hidden-phone" style="width:365px">To / From</th><th style="min-width:130px">Date</th><th style="min-width:152px">Amount</th><th class="hidden-phone">Balance</th></tr></thead>
  520. <tbody></tbody>
  521. </table>
  522.  
  523. <div id="transactions-detailed"></div>
  524.  
  525. <div class="pagination" align="center" style="clear:both;float:none">
  526. <ul></ul>
  527. </div>
  528. </div>
  529.  
  530. <div id="send-coins" style="display: none;">
  531. <div class="row-fluid">
  532. <div class="span3">
  533. <div class="well" style="padding: 8px 0;">
  534. <ul class="nav nav-list">
  535. <li class="nav-header">Transaction Type</li>
  536. <li class="active"><a href="#send-quick" data-toggle="tab"><i class="icon-time"></i> Quick Send</a></li>
  537. <li><a href="#send-custom" data-toggle="tab"><i class="icon-cog"></i> Custom</a></li>
  538. <li><a href="#shared-coin" data-toggle="tab"><i class="icon-random"></i> Shared Coin</a></li>
  539. <li><a href="#send-shared" data-toggle="tab"><i class="icon-random"></i> Shared Send</a></li>
  540.  
  541. <li class="hidden"><a href="#send-email" data-toggle="tab"><i class="icon-lock"></i> Escrow</a></li>
  542.  
  543. <li class="nav-header">Send Via</li>
  544. <li><a href="#send-email" data-toggle="tab"><i class="icon-envelope"></i> Email</a></li>
  545. <li><a href="#send-sms" data-toggle="tab"><i class="icon-user" style="background-image:url('/Resources/sms.png');width:16px;background-position: 0px"></i> SMS Message</a></li>
  546.  
  547. <li class="nav-header">Games</li>
  548. <li><a href="#send-satoshi-dice" data-toggle="tab"><i class="icon-dice" style="background-image:url('/Resources/dice.png');background-position: 0px;width:16px;height:16px;"></i> Satoshi Dice</a></li>
  549.  
  550. <li class="nav-header">Partners</li>
  551.  
  552. <li><a href="https://blockchain.info/r?url=https%3A%2F%2Fwww.gyft.com%2Fbitcoin" target="blank"><i class="icon-dice" style="background-image:url('/Resources/partners/gyft-favicon.png');background-position:0px;width:16px;height:16px;"></i> Gyft.com</a></li>
  553.  
  554. <li><a href="https://blockchain.info/r?url=https%3A%2F%2Fbitcoinvideocasino.com%2F%3Fr%3D206460269" target="blank"><i class="icon-dice" style="background-image:url('/Resources/partners/video-casino-icon.png');background-position:0px;width:16px;height:16px;"></i> Video Casino</a></li>
  555.  
  556.  
  557.  
  558. <li class="divider"></li>
  559. <li class="nav-header">Tools</li>
  560. <li><a href="#address-book" data-toggle="tab"><i class="icon-book"></i> Address Book</a></li>
  561. </ul>
  562. </div>
  563.  
  564. <div class="well hidden-phone" style="padding: 8px 0;" id="send-ticker">
  565. <div style="font-size:12px;padding-left:10px;">Exchange Rates (1 BTC = )</div>
  566.  
  567. <ul class="nav nav-list"></ul>
  568.  
  569. <div style="font-size:10px;padding-left:25px;">Delayed By Up To 15 minutes</div>
  570. </div>
  571. </div>
  572. <div class="span9">
  573. <div class="tab-content">
  574. <div class="active tab-pane well" id="send-quick">
  575. <h4 class="page-header">Quick Send<br/>
  576. <small>Use the form below to send a payment to a bitcoin address.</small>
  577. </h4>
  578.  
  579. <div class="form-horizontal">
  580. <div class="recipient-container">
  581. <div class="recipient">
  582. <div class="control-group">
  583. <label class="control-label pop" title="To Address" data-content="This is the Bitcoin Address of the recipient.">To:</label>
  584.  
  585. <div class="controls">
  586. <span class="qrcodeicon"><input placeholder="Bitcoin Address" name="send-to-address" type="text"/><span></span></span>
  587.  
  588. <p class="help-block">Enter The Bitcoin Address of the Recipient</p>
  589. </div>
  590. </div>
  591.  
  592. <div class="control-group">
  593. <label class="control-label pop" title="Amount" data-content="The Amount in Bitcoins to Send">Amount:</label>
  594.  
  595. <div class="controls">
  596.  
  597. <div class="input-prepend">
  598. <span class="add-on btc-symbol"></span><input class="send-value span2" name="send-value" placeholder="0.0" type="text" style="width:90px;"/>
  599. </div>
  600.  
  601. <b>=</b>
  602.  
  603. <div class="input-prepend">
  604. <span class="add-on local-symbol"></span><input class="send-value-usd span2" placeholder="0.0" type="text" style="width:90px;"/>
  605. </div>
  606.  
  607. <p class="help-block">Enter The Amount of Bitcoins to send</p>
  608. </div>
  609. </div>
  610. </div>
  611. </div>
  612.  
  613. <div class="form-actions">
  614. <button class="send btn btn-success pop" title="Send Payment" data-content="Click Here to send payment. You will not be asked to review the transaction.">Send Payment</button>
  615.  
  616. <div class="progress" style="display:none;">
  617. <div class="bar" style="width:10%"></div>
  618. </div>
  619. </div>
  620. </div>
  621. </div>
  622.  
  623. <div class="tab-pane well" id="send-sms">
  624. <a style="float:right;" href="https://blockchain.info/wallet/send-via" target="blank"><img src="/Resources/info.png"></a>
  625.  
  626. <h4 class="page-header">Send Via SMS<br/><small>Use the form below to send bitcoin's via SMS.</small></h4>
  627.  
  628. <div class="form-horizontal">
  629. <div class="controls">
  630. <img src="/Resources/phone.png" style="padding-bottom:25px">
  631. </div>
  632.  
  633. <div class="recipient-container">
  634. <div class="recipient">
  635. <div class="control-group">
  636. <label class="control-label pop" title="SMS Number" data-content="Enter the SMS number of the person you want to send bitcoins to.">To:</label>
  637.  
  638. <div class="controls">
  639. <select name="sms-country-code"></select> <br/> <input placeholder="SMS Number" name="send-to-sms" type="text" style="margin-top:5px"/>
  640.  
  641. <p class="help-block">Enter The SMS Number of the Recipient.</p>
  642. </div>
  643. </div>
  644.  
  645. <div class="control-group">
  646. <label class="control-label pop" title="Amount" data-content="The Amount in Bitcoins to Send">Amount:</label>
  647.  
  648. <div class="controls">
  649. <div class="input-prepend input-append">
  650. <span class="add-on btc-symbol"></span><input class="send-value span2" name="send-value" placeholder="0.0" type="text" style="width:90px;"/><span class="add-on send-value-usd">$0</span>
  651. </div>
  652.  
  653. <p class="help-block">Enter The Amount of Bitcoins to send</p>
  654. </div>
  655. </div>
  656. </div>
  657. </div>
  658.  
  659. <div class="form-actions">
  660. <button class="send btn btn-success pop" title="Send Payment" data-content="Click Here to send payment. You will not be asked to review the transaction.">Send Payment</button>
  661.  
  662. <div class="progress" style="display:none;">
  663. <div class="bar" style="width:10%"></div>
  664. </div>
  665. </div>
  666. </div>
  667. </div>
  668.  
  669. <div class="tab-pane well" id="send-email">
  670. <a style="float:right;" href="https://blockchain.info/wallet/send-via" target="blank"><img src="/Resources/info.png"></a>
  671.  
  672. <h4 class="page-header">Send Via Email<br/><small>Use the form below to send bitcoin's to an email address.</small></h4>
  673.  
  674. <div class="form-horizontal">
  675. <div class="controls">
  676. <img src="/Resources/email.png" style="padding-bottom:25px">
  677. </div>
  678.  
  679. <div class="recipient-container">
  680. <div class="recipient">
  681. <div class="control-group">
  682. <label class="control-label pop" title="Email Address" data-content="This is the email address of the person you wish to send bitcoins to.">To:</label>
  683.  
  684. <div class="controls">
  685. <input placeholder="Email Address" name="send-to-email" type="text"/>
  686.  
  687. <p class="help-block">Enter The Email Address of the Recipient</p>
  688. </div>
  689. </div>
  690.  
  691. <div class="control-group">
  692. <label class="control-label pop" title="Amount" data-content="The Amount in Bitcoins to Send">Amount:</label>
  693.  
  694. <div class="controls">
  695. <div class="input-prepend input-append">
  696. <span class="add-on btc-symbol"></span><input class="send-value span2" name="send-value" placeholder="0.0" style="width:90px;" type="text"/><span class="add-on send-value-usd">$0</span>
  697. </div>
  698. <p class="help-block">Enter The Amount of Bitcoins to send</p>
  699. </div>
  700. </div>
  701. </div>
  702. </div>
  703.  
  704. <div class="form-actions">
  705. <button class="send btn btn-success pop" title="Send Payment" data-content="Click Here to send payment. You will not be asked to review the transaction.">Send Payment</button>
  706.  
  707. <div class="progress" style="display:none;">
  708. <div class="bar" style="width:10%"></div>
  709. </div>
  710. </div>
  711. </div>
  712. </div>
  713.  
  714. <div class="tab-pane" id="shared-coin">
  715. <div class="well">
  716. <a style="float:right;" href="https://blockchain.info/r?url=https%3A%2F%2Fsharedcoin.com" target="blank"><img src="/Resources/info.png"></a>
  717.  
  718. <h4 class="page-header">Shared Coin<br/><small>Trustless coin mixing using coin join and taint analysis</small></h4>
  719.  
  720. <div class="form-horizontal">
  721. <div class="controls">
  722. <img src="/Resources/sharedcoin_logo_circle.png" style="padding-bottom:25px">
  723. </div>
  724.  
  725. <div class="control-group">
  726. <label class="control-label pop" title="From Address" data-content="If required you can choose to send coins from a specific address in your wallet.">From:</label>
  727.  
  728. <div class="controls">
  729. <select name="from" multiple="multiple"></select>
  730. </div>
  731. </div>
  732.  
  733. <div class="recipient-container">
  734. <div class="recipient">
  735. <div class="control-group">
  736. <label class="control-label pop" title="To Address" data-content="This is the Bitcoin Address of the recipient.">To:</label>
  737.  
  738. <div class="controls">
  739. <span class="qrcodeicon" /><input placeholder="Bitcoin Address" name="send-to-address" type="text"/><span></span></span>
  740. </div>
  741. </div>
  742.  
  743. <div class="control-group">
  744. <label class="control-label pop">Amount:</label>
  745.  
  746. <div class="controls">
  747. <div class="input-prepend input-append">
  748. <span class="add-on btc-symbol"></span><input class="send-value span2" style="width:90px;" name="send-value" placeholder="0.0" type="text"/><span class="add-on send-value-usd">$0</span>
  749. </div>
  750. </div>
  751. </div>
  752. </div>
  753. </div>
  754.  
  755. <div class="control-group">
  756. <label class="control-label pop">Repetitions:</label>
  757.  
  758. <div class="controls">
  759. <select name="repetitions"><option value="0">Loading</option></select>
  760. <p class="help-block">A higher number of repetitions makes the transaction more difficult to trace and improves privacy.</p>
  761. </div>
  762. </div>
  763.  
  764. <div class="form-actions">
  765. <button class="send btn btn-primary pop" title="Review Payment" data-content="Click Here to review payment. You will be able to confirm or cancel the transaction.">Review Payment</button>
  766.  
  767. <p class="help-block send-options" style="padding-top:10px">
  768. <b>Maximum Send Value:</b> <span></span><br />
  769. <b>Minimum Send Value:</b> <span></span><br />
  770. <b>Fee Percent Per Repetition:</b> <span></span>%</br />
  771. <b>Minimum Fee Per Repetition:</b> <span></span>
  772. </p>
  773. </div>
  774. </div>
  775. </div>
  776. <div class="well">
  777. <h4 style="margin-bottom: 5px">Something went wrong?</h4>
  778.  
  779. <p>
  780. When sending a shared coin transaction a number of intermediate addresses are used. If anything interupts the process or an error prevents the transaction from completing the coins may be left in an intermediate address. Click the button below to claim any coins left in intermediate addresses, this process can take several minutes to complete.
  781. </p>
  782.  
  783. <p>
  784. <button class="btn" id="sharedcoin-recover">Recover Intermediate Addresses</button>
  785. </p>
  786. </div>
  787. </div>
  788.  
  789. <div class="tab-pane" id="send-shared">
  790. <div class="well">
  791. <a style="float:right;" href="https://blockchain.info/wallet/send-shared" target="blank"><img src="/Resources/info.png"></a>
  792.  
  793. <h4 class="page-header">Send Shared<br/><small>Send shared routes transactions through a shared wallet for increased privacy.</small></h4>
  794.  
  795. <div class="form-horizontal">
  796. <div class="recipient-container">
  797. <div class="recipient">
  798. <div class="control-group">
  799. <label class="control-label pop" title="To Address" data-content="This is the Bitcoin Address of the recipient.">To:</label>
  800.  
  801. <div class="controls">
  802. <span class="qrcodeicon"><input placeholder="Bitcoin Address" name="send-to-address" type="text"/><span></span></span>
  803.  
  804. <p class="help-block">Enter The Bitcoin Address of the Recipient</p>
  805. </div>
  806. </div>
  807.  
  808. <div class="control-group">
  809. <label class="control-label pop">Amount:</label>
  810.  
  811. <div class="controls">
  812. <div class="input-prepend input-append">
  813. <span class="add-on btc-symbol"></span><input class="span2" style="width:90px;" name="send-before-fees" placeholder="0.0" type="text"/><input type="hidden" class="send-value" name="send-value"/><span
  814. class="add-on send-value-usd">$0</span>
  815. </div>
  816.  
  817. <p class="help-block fees"> Including fees the total of this transaction is <span class="shared-fees">0.00</span></p>
  818.  
  819. <p class="help-block bonus">There will be no fees for this transaction and a bonus of <span class="bonus-value">0.00</span> will be paid.</p>
  820.  
  821. <p class="help-block free">Shared send is currently free of charge.</p>
  822. </div>
  823. </div>
  824. </div>
  825. </div>
  826.  
  827. <div class="form-actions">
  828. <button class="send btn btn-primary pop" title="Review Payment" data-content="Click Here to review payment. You will be able to confirm or cancel the transaction.">Review Payment</button>
  829.  
  830. <p class="help-block fees">All shared transactions incur a <span class="mixer_fee">0.5</span>% Fee.</p>
  831.  
  832. <div class="progress" style="display:none;">
  833. <div class="bar" style="width:10%"></div>
  834. </div>
  835. </div>
  836. </div>
  837. </div>
  838. </div>
  839.  
  840. <div class="tab-pane well" id="send-custom">
  841. <h4 class="page-header">Custom Transaction<br/><small>Use the form below to send a payment to one or more bitcoin addresses. You will be asked review your transaction before submission.</small></h4>
  842.  
  843. <div class="form-horizontal" style="max-width:660px" id="send-tx-custom-form">
  844. <div class="control-group">
  845. <label class="control-label pop" title="From Address" data-content="If required you can choose to send coins from a specific address in your wallet.">From:</label>
  846.  
  847. <div class="controls">
  848. <select name="from" multiple="multiple"></select>
  849. </div>
  850. </div>
  851.  
  852. <div class="control-group">
  853. <label class="control-label">To:</label>
  854.  
  855. <div class="controls recipient-container">
  856. <div class="recipient" style="margin-bottom:5px">
  857. <span class="qrcodeicon"><input placeholder="Bitcoin Address" name="send-to-address" type="text"/><span></span></span>
  858.  
  859. <div class="input-prepend input-append">
  860. <span class="add-on btc-symbol"></span><input class="send-value span2" name="send-value" style="width:90px;" placeholder="0.0" type="text"/><span class="add-on send-value-usd">$0</span>
  861. </div>
  862. </div>
  863. </div>
  864. </div>
  865.  
  866. <div class="control-group">
  867. <div class="controls">
  868. <div style="float:left;padding-bottom:7px;padding-right:7px">
  869. <small>Total Value: <span class="amount-needed">0</span> (Available: <span class="amount-available">0</span>)</small>
  870. </div>
  871.  
  872. <div style="float:right;padding-right:20px">
  873. <img src="/Resources/remove.png" class="pop remove-recipient" style="display:none" title="Remove Recipient" data-content="Remove the last recipient."/> &nbsp; <img src="/Resources/add.png" class="pop add-recipient" title="Add Recipient" data-content="If you want to send bitcoins to multiple recipients at once click here to add another address"/>
  874. </div>
  875. </div>
  876. </div>
  877.  
  878. <div class="control-group">
  879. <label class="control-label pop" title="Miners Fee" data-content="This fee will be sent to the bitcoin miners and can help your transaction be processed faster">Miners Fee:</label>
  880.  
  881. <div class="controls">
  882. <div class="input-prepend input-append" style="width:220px">
  883. <span class="add-on btc-symbol"></span><input class="span2" name="fees" placeholder="0.0" type="text" style="width:90px;"/><span class="add-on send-value-usd">$0</span>
  884. </div>
  885. </div>
  886. </div>
  887.  
  888. <div class="control-group">
  889. <label class="control-label pop" title="Change Address" data-content="Any Change From The Transaction will be sent back to this address">Change Address:</label>
  890.  
  891. <div class="controls">
  892. <select name="change"></select>
  893. </div>
  894. </div>
  895.  
  896. <div class="control-group">
  897. <label class="control-label pop" title="Public Note" data-content="Add a note to this transaction which will be viewable on blockchain.info.">Public Note:</label>
  898.  
  899. <div class="controls">
  900. <textarea name="public-note" placeholder="This message will be permanently embedded in the blockchain. Anyone can read it." style="width:100%;box-sizing:border-box;height:75px"></textarea>
  901. </div>
  902. </div>
  903.  
  904. <div class="form-actions">
  905. <button class="reset btn">Reset Form</button>
  906. <button class="send btn btn-primary pop" title="Review Payment" data-content="Click Here to review payment. You will be able to confirm or cancel the transaction.">Review Payment</button>
  907. </div>
  908. </div>
  909. </div>
  910.  
  911.  
  912. <div class="tab-pane" id="send-satoshi-dice" data-name="satoshidice">
  913. <div class="well">
  914. <h4 class="page-header">Bet With SatoshiDICE<br/>
  915. <small><a href="https://blockchain.info/r?url=http://satoshidice.com" target="new">SatoshiDICE</a> is the most popular bitcoin betting game. Win up to 64,000x your bet, instantly. All rolls are verifiable using the blockchain.</small>
  916. </h4>
  917.  
  918. <div class="form-horizontal">
  919. <div class="controls">
  920. <img src="/Resources/satoshi_dice.png" style="padding-bottom:25px">
  921. </div>
  922.  
  923. <div class="recipient-container"></div>
  924.  
  925. <div class="form-actions">
  926. <button class="send btn btn-success pop" data-repeat="1">Place Bet!</button> <button class="send btn pop" data-repeat="5">Repeat x5</button> <button class="send btn pop" data-repeat="10">Repeat x10</button>
  927.  
  928. <p class="help-block">Blockchain.info is not affiliated with satoshidice.com.</p>
  929.  
  930. <div class="progress" style="display:none;margin-top:10px">
  931. <div class="bar" style="width:10%"></div>
  932. </div>
  933. </div>
  934. </div>
  935. </div>
  936.  
  937. <div class="well profit-loss" style="display:none">
  938. <p><b>Summary:</b> <a href="#" class="refresh">(Refresh)</a></p>
  939.  
  940. <p><b>Number of Bets:</b> <span class="n-bets"></span></p>
  941.  
  942. <p><b>Winnings:</b> <span class="winnings"></span></p>
  943. </div>
  944. </div>
  945.  
  946.  
  947. <div class="tab-pane well" id="address-book">
  948.  
  949. <h3>Address Book</h3>
  950.  
  951. <p>The address book contains a list of sending addresses. You can use it to store the bitcoin addresses of people you know or merchants you use frequently.</p>
  952.  
  953. <table class="table table-striped" id="address-book-tbl">
  954. <thead>
  955. <tr>
  956. <th>Label</th>
  957. <th>Bitcoin Address</th>
  958. </tr>
  959. </thead>
  960. <tbody>
  961. <tr>
  962. <td>Blockchain.info</td>
  963. <td class="addr-book-entry">1JArS6jzE3AJ9sZ3aFij1BmTcpFGgN86hA</td>
  964. </tr>
  965. </tbody>
  966. </table>
  967.  
  968. <div class="form-actions">
  969. <button id="add-address-book-entry-btn" class="btn btn-primary">Add New Entry</button>
  970. </div>
  971. </div>
  972. </div>
  973. </div>
  974. </div>
  975. </div>
  976.  
  977. <div id="import-export" style="display: none;">
  978. <div style="width:400px;margin: 50px auto;" class="well" id="export-warning">
  979. <h2>Advanced Warning!</h2>
  980.  
  981. <p>This section allows you to make changes to your wallet which can be complicated and confusing. It is recommended only experienced Bitcoin Users proceed from here. You should have an understanding of what private keys are and how they relate to bitcoin addresses.</p>
  982.  
  983. <p align="right">
  984. <button class="btn btn-primary" id="show-import-export">I Understand</button>
  985. </p>
  986. </div>
  987.  
  988. <div id="import-export-content" style="display:none;"></div>
  989. </div>
  990. </div>
  991.  
  992.  
  993.  
  994. <div id="main-password-modal" class="modal hide">
  995. <div class="modal-header">
  996. <button type="button" class="close" data-dismiss="modal">�</button>
  997. <h3>Main Password Needed</h3>
  998. </div>
  999.  
  1000. <div class="modal-body">
  1001. <p>This action requires you re-enter your main password. Please enter it carefully or you may be be logged out.</p>
  1002.  
  1003. <div style="width:290px;margin: 0 auto;">
  1004. <p><b>Main Password:</b></p><p><input placeholder="password" name="password" type="password"/></p>
  1005. </div>
  1006. </div>
  1007.  
  1008. <div class="modal-footer">
  1009. <div class="btn-group pull-right">
  1010. <button class="btn btn-secondary">Cancel</button> <button class="btn btn-primary">Continue</button>
  1011. </div>
  1012. </div>
  1013. </div>
  1014.  
  1015. <div id="second-password-modal" class="modal hide">
  1016. <div class="modal-header">
  1017. <button type="button" class="close" data-dismiss="modal">�</button>
  1018. <h3>Second Password Needed</h3>
  1019. </div>
  1020.  
  1021. <div class="modal-body">
  1022. <p>This action requires that you enter your second password which is needed fully decrypt your wallet. You should never enter your second password on an untrusted computer. Use the onscreen keyboard to provide some protection from keyloggers.</p>
  1023.  
  1024. <p align="center"><input placeholder="password" name="password" type="password" style=""/></p>
  1025.  
  1026. <div style="width:435px;height:105px;margin:0 auto;" class="hidden-phone">
  1027. <ul class="vkeyboard">
  1028. <li class="symbol"><span class="off">`</span><span class="on">~</span></li>
  1029. <li class="symbol"><span class="off">1</span><span class="on">!</span></li>
  1030. <li class="symbol"><span class="off">2</span><span class="on">@</span></li>
  1031. <li class="symbol"><span class="off">3</span><span class="on">#</span></li>
  1032. <li class="symbol"><span class="off">4</span><span class="on">$</span></li>
  1033. <li class="symbol"><span class="off">5</span><span class="on">%</span></li>
  1034. <li class="symbol"><span class="off">6</span><span class="on">^</span></li>
  1035. <li class="symbol"><span class="off">7</span><span class="on">&amp;</span></li>
  1036. <li class="symbol"><span class="off">8</span><span class="on">*</span></li>
  1037. <li class="symbol"><span class="off">9</span><span class="on">(</span></li>
  1038. <li class="symbol"><span class="off">0</span><span class="on">)</span></li>
  1039. <li class="symbol"><span class="off">-</span><span class="on">_</span></li>
  1040. <li class="symbol"><span class="off">=</span><span class="on">+</span></li>
  1041. <li class="delete lastitem">delete</li>
  1042. <li class="tab">tab</li>
  1043. <li class="letter">q</li>
  1044. <li class="letter">w</li>
  1045. <li class="letter">e</li>
  1046. <li class="letter">r</li>
  1047. <li class="letter">t</li>
  1048. <li class="letter">y</li>
  1049. <li class="letter">u</li>
  1050. <li class="letter">i</li>
  1051. <li class="letter">o</li>
  1052. <li class="letter">p</li>
  1053. <li class="symbol"><span class="off">[</span><span class="on">{</span></li>
  1054. <li class="symbol"><span class="off">]</span><span class="on">}</span></li>
  1055. <li class="symbol lastitem"><span class="off">\</span><span class="on">|</span></li>
  1056. <li class="capslock">caps lock</li>
  1057. <li class="letter">a</li>
  1058. <li class="letter">s</li>
  1059. <li class="letter">d</li>
  1060. <li class="letter">f</li>
  1061. <li class="letter">g</li>
  1062. <li class="letter">h</li>
  1063. <li class="letter">j</li>
  1064. <li class="letter">k</li>
  1065. <li class="letter">l</li>
  1066. <li class="symbol"><span class="off">;</span><span class="on">:</span></li>
  1067. <li class="symbol"><span class="off">'</span><span class="on">&quot;</span></li>
  1068. <li class="return lastitem">return</li>
  1069. <li class="left-shift">shift</li>
  1070. <li class="letter">z</li>
  1071. <li class="letter">x</li>
  1072. <li class="letter">c</li>
  1073. <li class="letter">v</li>
  1074. <li class="letter">b</li>
  1075. <li class="letter">n</li>
  1076. <li class="letter">m</li>
  1077. <li class="symbol"><span class="off">,</span><span class="on">&lt;</span></li>
  1078. <li class="symbol"><span class="off">.</span><span class="on">&gt;</span></li>
  1079. <li class="symbol"><span class="off">/</span><span class="on">?</span></li>
  1080. <li class="right-shift lastitem">shift</li>
  1081. </ul>
  1082. </div>
  1083. </div>
  1084.  
  1085. <div class="modal-footer">
  1086. <div class="btn-group pull-right">
  1087. <button class="btn btn-secondary">Cancel</button> <button class="btn btn-primary">Continue</button>
  1088. </div>
  1089. </div>
  1090. </div>
  1091.  
  1092. <div id="label-address-modal" class="modal hide">
  1093. <div class="modal-header">
  1094. <button type="button" class="close" data-dismiss="modal">�</button>
  1095. <h3>Label Address</h3>
  1096. </div>
  1097.  
  1098. <div class="modal-body">
  1099. <p>Please enter a label for address <span class="address"></span></p>
  1100.  
  1101. <div class="form-horizontal">
  1102. <div class="control-group">
  1103. <label class="control-label">Label:</label>
  1104. <div class="controls">
  1105. <input name="label" placeholder="Label e.g. Savings" type="text" /><p class="help-block">A label is used to help you remember what this address is for. It can be the name of a person or company.</p>
  1106. </div>
  1107. </div>
  1108.  
  1109. <div class="control-group">
  1110. <label class="control-label">Make Public?</label>
  1111. <div class="controls">
  1112. <input name="make_public" type="checkbox" /><p class="help-block">By Default address labels are visible to you only. Public labels are publically visible on the blockchain website and can be viewed by anyone.</p>
  1113. </div>
  1114. </div>
  1115. </div>
  1116. </div>
  1117. <div class="modal-footer">
  1118. <div class="btn-group pull-right">
  1119. <button class="btn btn-secondary">Cancel</button> <button class="btn btn-primary">Save</button>
  1120. </div>
  1121. </div>
  1122. </div>
  1123.  
  1124. <div id="sign-message-modal" class="modal hide">
  1125. <div class="modal-header">
  1126. <button type="button" class="close" data-dismiss="modal">�</button>
  1127. <h3>Sign Message</h3>
  1128. </div>
  1129.  
  1130. <div class="modal-body">
  1131. <p>Use this tool to sign a message which proves that you own an address. Only Sign Detailed Messages you fully agree with, never sign vague messages. Pressing Sign Message may cause your browser to become unresponsive for a few seconds.</p>
  1132.  
  1133. <div class="form-horizontal">
  1134. <div class="control-group">
  1135. <label class="control-label">Address:</label>
  1136. <div class="controls">
  1137. <p class="address"></p>
  1138. </div>
  1139. </div>
  1140. <div class="control-group">
  1141. <label class="control-label">Message:</label>
  1142. <div class="controls">
  1143. <textarea name="message" style="width:90%;height:100px;" placeholder="Enter the Message You Wish To Sign"></textarea>
  1144. </div>
  1145. </div>
  1146. <div class="control-group signature" style="display:none">
  1147. <label class="control-label">Signature:</label>
  1148. <div class="controls">
  1149. <p class="signature-result" style="word-wrap:break-word;width:90%;"></p>
  1150. </div>
  1151. </div>
  1152. </div>
  1153. </div>
  1154.  
  1155. <div class="modal-footer">
  1156. <div class="btn-group pull-right">
  1157. <button class="btn btn-secondary">Cancel</button>
  1158. <button class="btn btn-primary">Sign Message</button>
  1159. </div>
  1160. </div>
  1161. </div>
  1162.  
  1163. <div id="verify-message-modal" class="modal hide">
  1164. <div class="modal-header">
  1165. <button type="button" class="close" data-dismiss="modal">�</button>
  1166. <h3>Verify Message</h3>
  1167. </div>
  1168.  
  1169. <div class="modal-body">
  1170. <p>Use this tool verify a message signed by the owner of a particular bitcoin address</p>
  1171.  
  1172. <div class="form-horizontal">
  1173. <div class="control-group">
  1174. <label class="control-label">Address:</label>
  1175. <div class="controls">
  1176. <input name="address" placeholder="Bitcoin Address" type="text">
  1177. </div>
  1178. </div>
  1179. <div class="control-group">
  1180. <label class="control-label">Message:</label>
  1181. <div class="controls">
  1182. <textarea name="message" style="width:90%;height:100px;" placeholder="Enter the Message To Verify"></textarea>
  1183. </div>
  1184. </div>
  1185. <div class="control-group">
  1186. <label class="control-label">Signature:</label>
  1187. <div class="controls">
  1188. <textarea name="signature" style="width:90%;height:100px;" placeholder="Enter the Signature To Verify"></textarea>
  1189. </div>
  1190. </div>
  1191. <div class="control-group address-result" style="display:none">
  1192. <label class="control-label"></label>
  1193. <div class="controls">
  1194. <span class="address-result-txt"></span>
  1195. </div>
  1196. </div>
  1197. </div>
  1198. </div>
  1199.  
  1200. <div class="modal-footer">
  1201. <div class="btn-group pull-right">
  1202. <button class="btn btn-secondary">Cancel</button>
  1203. <button class="btn btn-primary">Verify Message</button>
  1204. </div>
  1205. </div>
  1206. </div>
  1207.  
  1208. <div id="qr-code-modal" class="modal hide" style="max-width:400px">
  1209. <div class="modal-header">
  1210. <button type="button" class="close" data-dismiss="modal">�</button> <h3>Address QR Code <small class="address"></small></h3>
  1211. </div>
  1212.  
  1213. <div class="modal-body" style="width:auto;padding-left:0px;padding-right:0px;overflow:hidden;">
  1214. <div style="width:300px;height:300px;margin: 0 auto;" class="address-qr-code"></div>
  1215. </div>
  1216.  
  1217. <div class="modal-footer">
  1218. <div class="btn-group pull-right">
  1219. <button class="btn btn-secondary">Close</button>
  1220. </div>
  1221. </div>
  1222. </div>
  1223.  
  1224. <div id="add-address-book-entry-modal" class="modal hide">
  1225. <div class="modal-header">
  1226. <button type="button" class="close" data-dismiss="modal">�</button>
  1227. <h3>Add Address Book Entry</h3>
  1228. </div>
  1229. <div class="modal-body">
  1230. <div class="form-horizontal">
  1231. <div class="control-group">
  1232. <label class="control-label">Address:</label>
  1233. <div class="controls">
  1234. <input name="address" placeholder="Bitcoin Address" type="text">
  1235. <p class="help-block">Enter the Bitcoin Address you wish to add to your address book.</p>
  1236. </div>
  1237. </div>
  1238. <div class="control-group">
  1239. <label class="control-label">Label:</label>
  1240. <div class="controls">
  1241. <input name="label" placeholder="Name of person or merchant" type="text" />
  1242. <p class="help-block">Enter the Label for this address. e.g. the name of the person or company name.</p>
  1243. </div>
  1244. </div>
  1245. </div>
  1246. </div>
  1247. <div class="modal-footer">
  1248. <div class="btn-group pull-right">
  1249. <button class="btn btn-secondary">Cancel</button>
  1250. <button class="btn btn-primary">Add Address</button>
  1251. </div>
  1252. </div>
  1253. </div>
  1254.  
  1255. <div id="not-synced-warning-modal" class="modal hide">
  1256. <div class="modal-header">
  1257. <button type="button" class="close" data-dismiss="modal">�</button>
  1258. <h3 style="color:red;">Address Not Saved</h3>
  1259. </div>
  1260. <div class="modal-body">
  1261. <p>A newly generated address has not been saved on our servers yet. <span style="color:red;font-weight:bold;">Unless the private key is saved elsewhere any coins sent to un-synced addresses will be permanently lost after logout</span></p>
  1262. </div>
  1263.  
  1264. <div class="modal-footer">
  1265. <div class="pull-right">
  1266. <button class="btn btn-danger">Show Unsaved Address</button>
  1267. <button class="btn btn-primary" data-dismiss="modal">Close</button>
  1268. </div>
  1269. </div>
  1270. </div>
  1271.  
  1272. <div id="watch-only-copy-warning-modal" class="modal hide">
  1273. <div class="modal-header">
  1274. <button type="button" class="close" data-dismiss="modal">�</button>
  1275. <h3 style="color:red;">Watch Only Address Warning</h3>
  1276. </div>
  1277. <div class="modal-body">
  1278. <p>You are receiving this warning because you have copied a address to the clipboard.</p>
  1279.  
  1280. <p>A address means you can only observe the transactions at this address. Unless you have the private key saved elsewhere then you do not own the funds at this address.</p>
  1281.  
  1282. <p><b>If you do not have a paper wallet or other backup you should not withdraw coins to this address or instruct anyone to send you coins at this address</b></p>
  1283. </div>
  1284.  
  1285. <div class="modal-footer">
  1286. <div class="btn-group pull-right">
  1287. <button class="btn btn-secondary" data-dismiss="modal">Close</button>
  1288. </div>
  1289. </div>
  1290. </div>
  1291.  
  1292. <div id="delete-address-modal" class="modal hide">
  1293. <div class="modal-header">
  1294. <button type="button" class="close" data-dismiss="modal">�</button>
  1295. <h3>Confirm Delete</h3>
  1296. </div>
  1297. <div class="modal-body">
  1298. <div class="alert alert-block alert-error">Deleting an incorrect address will cause financial loss. If you are not sure what you are doing press cancel now</div>
  1299.  
  1300. <p id="to-delete-address" style="text-align:center;font-weight:bold;"></p>
  1301.  
  1302. <p>
  1303. Are you sure would like to remove the address? You will no longer be able to send or receive bitcoins from this address. The balance of this address is:
  1304. </p>
  1305.  
  1306. <h2 align="center" id="delete-balance"></h2>
  1307.  
  1308. <h2 id="change-mind" style="display:none;text-align:center">You have <span id="change-mind-time">5</span> seconds to change your mind...</h2>
  1309. </div>
  1310.  
  1311. <div class="modal-footer">
  1312. <div class="btn-group pull-right">
  1313. <button class="btn btn-secondary">Cancel</button>
  1314. <button class="btn btn-primary">Delete Private Key Only</button>
  1315. <button class="btn btn-danger">Delete Address and Private Key</button>
  1316. </div>
  1317. </div>
  1318. </div>
  1319.  
  1320. <div id="sweep-address-modal" class="modal hide">
  1321. <div class="modal-header">
  1322. <button type="button" class="close" data-dismiss="modal">�</button>
  1323. <h3>Sweep Keys</h3>
  1324. </div>
  1325. <div class="modal-body">
  1326. <p>Sweep means to move all available funds in one or more addresses to another address. Please choose an address where you would like to sweep the selected addresses (Balance <span class="balance"></span>).</p>
  1327.  
  1328. <p align="center">
  1329. <div class="form-inline">
  1330. <label class="control-label">Sweep To:</label> <br /><select name="change"></select>
  1331. </div>
  1332. </p>
  1333. </div>
  1334.  
  1335. <div class="modal-footer">
  1336. <div class="btn-group pull-right">
  1337. <button class="btn btn-secondary">Cancel</button>
  1338. <button class="btn btn-primary">Continue</button>
  1339. </div>
  1340. </div>
  1341. </div>
  1342.  
  1343.  
  1344. <div id="sharedcoin-modal" class="modal hide">
  1345. <div class="modal-header">
  1346. <h3>Shared Coin Transaction</h3>
  1347. </div>
  1348. <div class="modal-body">
  1349. <div class="alert alert-block alert-error">
  1350. An error occurred completing this shared coin transaction. For further information please check the javascript console.
  1351. </div>
  1352.  
  1353. <div class="alert alert-block alert-warning">
  1354. Transaction in progress. Do not close this window or exit your browser.
  1355. </div>
  1356.  
  1357. <p align="center" class="loading-indicator" style="display:none;padding:10px;">
  1358. <img src="/Resources/loading-large.gif"><br /><br /><span class="loading-text" style="font-weight:bold;font-size:16px;"></span>
  1359. </p>
  1360. </div>
  1361. <div class="modal-footer">
  1362. <div class="pull-left">Send <span class="total_value" style="font-weight:bold"></span> to <span class="address" style="font-weight:bold"></span></div>
  1363.  
  1364. <div class="btn-group pull-right">
  1365. <button class="btn btn-secondary">Cancel</button>
  1366. </div>
  1367. </div>
  1368. </div>
  1369.  
  1370. <div id="insufficient-funds" class="modal hide">
  1371. <div class="modal-header">
  1372. <h3>Insufficient Funds</h3>
  1373. </div>
  1374.  
  1375. <div class="modal-body">
  1376. <p>This transaction cannot be sent because there are insufficent funds available. This may be due to additional miners fees or unconfirmed transactions.</p>
  1377.  
  1378. <p>The transaction can either be cancelled. Or the amount to send can be adjusted to match the maximum amount available to send.</p>
  1379. </div>
  1380.  
  1381. <h3 align="center" style="padding-bottom:10px">Required: <span class="amount-required"></span> (Available: <span class="amount-available"></span>)</h3>
  1382.  
  1383. <div class="modal-footer">
  1384. <div class="btn-group pull-right">
  1385. <button class="btn btn-secondary">Cancel Transaction</button>
  1386. <button class="btn btn-primary">Adjust Amount</button>
  1387. </div>
  1388. </div>
  1389. </div>
  1390.  
  1391. <div id="ask-for-fee" class="modal hide">
  1392. <div class="modal-header">
  1393. <h3>Miners Fee Recommended</h3>
  1394. </div>
  1395. <div class="modal-body">
  1396. <p>This transaction is low priority. It is recommended you include at least a 0.0001 BTC transaction fee in order to ensure miners process it.</p>
  1397. <div class="alert alert-block alert-error">If you do not include a fee this transaction may take a long time to get confirmed. Any funds will be returned to you in approximately 24 hours.</div>
  1398. </div>
  1399. <div class="modal-footer">
  1400. <div class="btn-group pull-right">
  1401. <button class="btn btn-secondary">Continue Without Fee</button>
  1402. <button class="btn btn-primary">Add Fee</button>
  1403. </div>
  1404. </div>
  1405. </div>
  1406.  
  1407. <div id="ask-to-increase-fee" class="modal hide">
  1408. <div class="modal-header">
  1409. <h3>Higher Fee Recommended</h3>
  1410. </div>
  1411. <div class="modal-body">
  1412. <p>You specified a custom fee of <span></span> however the recommended fee for this transaction is <span></span>. Would you like to use the recommended fee instead?</p>
  1413. </div>
  1414. <div class="modal-footer">
  1415. <div class="btn-group pull-right">
  1416. <button class="btn btn-secondary">Use Custom Fee</button>
  1417. <button class="btn btn-primary">Use Recommended Fee</button>
  1418. </div>
  1419. </div>
  1420. </div>
  1421.  
  1422. <div id="new-transaction-modal" class="modal hide">
  1423. <div class="modal-header">
  1424. <h3>Creating Transaction</h3>
  1425. </div>
  1426.  
  1427. <div class="modal-body">
  1428.  
  1429. <p align="center" class="loading-indicator" style="display:none;">
  1430. <img src="/Resources/ajax-loader.gif"><br /><span class="loading-text"></span>
  1431. </p>
  1432.  
  1433. <div class="offline-transaction" style="display:none">
  1434. <p>Your transaction has been created successfully but has not yet been broadcast to the p2p network. </p>
  1435.  
  1436. To complete the transaction open <a href="https://blockchain.info/pushtx" target="new">blockchain.info/pushtx</a>. Copy and paste the text below into the textarea and press submit to complete the transaction.</p>
  1437.  
  1438. <textarea name="data" style="width: 100%; height:100px;"></textarea>
  1439. </div>
  1440.  
  1441. <div id="tx-sign-progress" style="display:none">
  1442. <h4>Please Wait. Signing Input Number <span class="n">0</span> out of <span class="t"></span>...</h4>
  1443. </div>
  1444.  
  1445. <div id="review-tx" style="display:none">
  1446. <div class="basic">
  1447. <p>Please confirm you would like to <span id="rtc-basic-summary"></span></p>
  1448. </div>
  1449.  
  1450. <div class="adv">
  1451. <p>Please check the details below:</p>
  1452.  
  1453. <table class="table table-striped">
  1454. <tr>
  1455. <td width="110px;"><b>Hash</b></td>
  1456. <td id="rtc-hash"></td>
  1457. </tr>
  1458. <tr>
  1459. <td><b>Version</b></td>
  1460. <td id="rtc-version">1</td>
  1461. </tr>
  1462. <tr>
  1463. <td><b>Inputs</b></td>
  1464. <td><div style="max-height:100px;overflow:auto;" id="rtc-from"></div></td>
  1465. </tr>
  1466. <tr>
  1467. <td><b>Outputs</b></td>
  1468. <td><div style="max-height:100px;overflow:auto;" id="rtc-to"></div></td>
  1469. </tr>
  1470. <tr>
  1471. <td><b>Total Fees</b></td>
  1472. <td id="rtc-fees">0</td>
  1473. </tr>
  1474. <tr>
  1475. <td><b>Total Output Value</b></td>
  1476. <td id="rtc-value">0</td>
  1477. </tr>
  1478. <tr>
  1479. <td><b>Leaving Wallet</b></td>
  1480. <td id="rtc-effect" style="color: red">0</td>
  1481. </tr>
  1482. </table>
  1483. </div>
  1484. <p align="right"><a class="show_adv"></a></p>
  1485. </div>
  1486.  
  1487.  
  1488. </div>
  1489. <div class="modal-footer">
  1490. <div class="btn-group pull-right">
  1491. <button class="btn btn-secondary">Cancel</button>
  1492. <button class="btn btn-primary">Send Transaction</button>
  1493. </div>
  1494. </div>
  1495. </div>
  1496.  
  1497. <div id="send-email-modal" class="modal hide">
  1498. <div class="modal-header">
  1499. <h3>Send Via Email</h3>
  1500. </div>
  1501.  
  1502. <div class="modal-body">
  1503. <h3 style="padding-bottom:25px">
  1504. Send <span class="amount"></span> to <span class="email"></span> <br /> <small>The following message will be sent to the recipient.</small>
  1505. </h3>
  1506.  
  1507. <div class="well frame" style="width:100%;height:350px;box-sizing:border-box;"></div>
  1508. </div>
  1509.  
  1510. <div class="modal-footer">
  1511. <div class="btn-group pull-right">
  1512. <button class="btn btn-secondary">Cancel</button>
  1513. <button class="btn btn-primary">Send Payment</button>
  1514. </div>
  1515. </div>
  1516. </div>
  1517.  
  1518.  
  1519.  
  1520. <div id="private-key-modal" class="modal hide">
  1521. <div class="modal-header">
  1522. <h3>Private Key Needed</h3>
  1523. </div>
  1524.  
  1525. <div class="modal-body">
  1526. <p>This action requires the private key of bitcoin address <span class="address" style="font-weight:bold"></span>. Please enter the private key below.</p>
  1527.  
  1528. <div style="width:400px;padding-left:20px;">
  1529. <span class="qrcodeicon" /><input style="width:500px;max-width:400px;margin-bottom:0px;" placeholder="Private Key" name="key" type="text"/><span></span></span>
  1530. </div>
  1531. </div>
  1532.  
  1533. <div class="modal-footer">
  1534. <div class="btn-group pull-right">
  1535. <button class="btn btn-secondary">Cancel</button>
  1536. <button class="btn btn-primary">Enter Private Key</button>
  1537. </div>
  1538. </div>
  1539. </div>
  1540.  
  1541. <div id="qr-code-reader-modal" class="modal hide" style="max-width:400px">
  1542. <div class="modal-header">
  1543. <h3>Scan QR Code</h3>
  1544. </div>
  1545.  
  1546. <div class="modal-body" style="padding-left:20px;overflow:hidden;">
  1547. <div class="qr-code-reader" align="center"></div>
  1548. </div>
  1549.  
  1550. <div class="modal-footer">
  1551. <div class="btn-group pull-right">
  1552. <button class="btn btn-secondary">Cancel</button>
  1553. </div>
  1554. </div>
  1555. </div>
  1556.  
  1557. <div id="decrypting-progress-modal" class="modal hide" style="max-width:400px">
  1558. <div class="modal-header">
  1559. <h3>Please Wait...</h3>
  1560. </div>
  1561.  
  1562. <div class="modal-body">
  1563.  
  1564. <p align="center">
  1565. Key stretching. Please wait..
  1566. </p>
  1567.  
  1568. <div class="progress progress-striped active" align="center">
  1569. <div class="bar" style="width: 100%;"></div>
  1570. </div>
  1571. </div>
  1572. </div>
  1573.  
  1574. <div id="restore-backup-modal" class="modal hide">
  1575. <div class="modal-header">
  1576. <button type="button" class="close" data-dismiss="modal">�</button>
  1577. <h3>Restore Backup Instructions</h3>
  1578. </div>
  1579.  
  1580. <div class="modal-body">
  1581. <p>
  1582. A wallet backup contains everything you need to restore your bitcoins even if the blockchain.info website is offline. Your browser will automatically cache your latest wallet backup. The following instructions explain how to restore a backup.
  1583. </p>
  1584.  
  1585. <h4 class="page-header">Blockchain.info Is Online</h4>
  1586.  
  1587. <p>
  1588. Use the <a href="https://blockchain.info/wallet/import-wallet" target="new">Import wallet tool</a> to create a new wallet from an existing backup.
  1589. </p>
  1590.  
  1591. <h4 class="page-header">Blockchain.info Is Offline</h4>
  1592.  
  1593. <p>
  1594. <ul>
  1595. <li>Download the <a href="https://blockchain.info/r?url=https://multibit.org">Multibit</a> desktop client available for Windows, Mac OSX and Linux.</li>
  1596. <li>Launch the application. Choose Tools -> Import Private Keys.</li>
  1597. <li>Click the "Choose Import File" button and navigate to your wallet.aes.json file. Change the file format to *.aes.json and open the file.</li>
  1598. <li>Enter the wallet password and press unlock. If required enter the second password and press unlock again.</li>
  1599. <li>Click The Import Private Keys Button to complete the process. Your balance will be restored once the blockchain has downloaded.</li>
  1600. </ul>
  1601. </p>
  1602. </div>
  1603.  
  1604. <div class="modal-footer">
  1605. <div class="btn-group pull-right">
  1606. <button class="btn btn-secondary">Cancel</button>
  1607. </div>
  1608. </div>
  1609. </div>
  1610.  
  1611. <div id="import-private-key-password" class="modal hide">
  1612. <div class="modal-header">
  1613. <h3>Encrypted Private Key</h3>
  1614. </div>
  1615. <div class="modal-body">
  1616. <p>An encrypted private key has been detected. Please enter the encryption passphrase below:</p>
  1617. <p align="center">
  1618. <b>Passphrase::</b> <input style="margin-left:10px" placeholder="password" name="password" type="password"/>
  1619. </p>
  1620. </div>
  1621. <div class="modal-footer">
  1622. <div class="btn-group pull-right">
  1623. <button class="btn btn-primary">Continue</button>
  1624. </div>
  1625. </div>
  1626. </div>
  1627.  
  1628. </body>
  1629. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement