Skip to content

Commit

Permalink
Use --query rather than an external URL to find address_version.
Browse files Browse the repository at this point in the history
  • Loading branch information
John Tobey authored and John Tobey committed Feb 9, 2014
1 parent 56e88ae commit 4314144
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions doc/FAQ.html
Expand Up @@ -33,11 +33,10 @@ <h1>Abe: Frequently Asked Questions</h1>
use that.</p> use that.</p>


<p class="a">For <code>address_version</code>, if you have a valid <p class="a">For <code>address_version</code>, if you have a valid
address for the new chain, append it to address for the new chain, append it to <code>python -m Abe.abe --query /q/decode_address/</code>.
<a href="http://abe.john-edwin-tobey.org/q/decode_address/">http://abe.john-edwin-tobey.org/q/decode_address/</a>.
For example, Testnet address mgnQ32RSjvmTLB3jVZ9L2xUTT512cCX9b8 For example, Testnet address mgnQ32RSjvmTLB3jVZ9L2xUTT512cCX9b8
gives gives
<a href="http://abe.john-edwin-tobey.org/q/decode_address/mgnQ32RSjvmTLB3jVZ9L2xUTT512cCX9b8">http://abe.john-edwin-tobey.org/q/decode_address/mgnQ32RSjvmTLB3jVZ9L2xUTT512cCX9b8</a>, <code>python -m Abe.abe --query /q/decode_address/mgnQ32RSjvmTLB3jVZ9L2xUTT512cCX9b8</code>,
which which
shows <code>6f:0de3da453bfd284cd1c94902dbb9bc28bbed139f</code>. Take shows <code>6f:0de3da453bfd284cd1c94902dbb9bc28bbed139f</code>. Take
the part to the left of the colon (<code>:</code>) (<code>6f</code> the part to the left of the colon (<code>:</code>) (<code>6f</code>
Expand Down

0 comments on commit 4314144

Please sign in to comment.