Created
August 12, 2011 15:33
-
-
Save davout/1142296 to your computer and use it in GitHub Desktop.
Template
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<h1>Private key for : <%= @address %></h1> | |
<p>Generated at : <%= @now %></p> | |
<h2>Block Explorer</h2> | |
<img src="bbe_<%= @address %>.png"> | |
<h2>Private key : <%= @private_key %></h2> | |
<img src="<%= @private_key %>.png"> | |
<h2>Address : <%= @address %></h2> | |
<img src="<%= @address %>.png"> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment