sending tx proving added

This commit is contained in:
moneroexamples 2016-09-18 10:17:26 +08:00
parent 466deaccf2
commit 48f35a7208

View file

@ -74,9 +74,9 @@
<div class="content">
<h4 style="margin: 0px">Check which outputs belong to given Moenro address and viewkey</h4>
<form action="/myoutputs" method="get" style="width:100%; margin-top:2px" class="style-1">
<input type="hidden" name="tx_hash" size="100" value="{{tx_hash}}"><br/>
<input type="text" name="xmr_address" size="100" placeholder="Monero address"><br/>
<input type="text" name="viewkey" size="100" placeholder="viewkey" style="margin-top:5px"><br/>
<input type="hidden" name="tx_hash" size="90" value="{{tx_hash}}"><br/>
<input type="text" name="xmr_address" size="90" placeholder="Monero address"><br/>
<input type="text" name="viewkey" size="90" placeholder="viewkey" style="margin-top:5px"><br/>
<input type="submit" value="Decode outputs" style="margin-top:5px" >
</form>
@ -92,9 +92,9 @@
<h5 style="margin: 0px">Tx private key can be obtained using <i>get_tx_key</i>
command in <i>monero-wallet-cli</i> command line tool</h5>
<form action="/prove" method="get" style="width:100%; margin-top:15px" class="style-1">
<input type="hidden" name="txhash" size="100" value="{{tx_hash}}"><br/>
<input type="text" name="txprvkey" size="100" placeholder="Tx private key" style="margin-top:5px"><br/>
<input type="text" name="xmraddress" size="100"placeholder="Recipient's Monero Address" style="margin-top:5px"><br/>
<input type="hidden" name="txhash" size="90" value="{{tx_hash}}"><br/>
<input type="text" name="txprvkey" size="90" placeholder="Tx private key" style="margin-top:5px"><br/>
<input type="text" name="xmraddress" size="90"placeholder="Recipient's Monero Address" style="margin-top:5px"><br/>
<input type="submit" value="Prove" style="margin-top:5px">
</form>
</div>