Skip to content

Instantly share code, notes, and snippets.

@davout
Created August 12, 2011 15:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save davout/1142296 to your computer and use it in GitHub Desktop.
Save davout/1142296 to your computer and use it in GitHub Desktop.
Template
<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