|
|
|
@ -83,14 +83,17 @@
|
|
|
|
|
<label for="tab-1">Decode outputs</label>
|
|
|
|
|
<div class="content">
|
|
|
|
|
<h4 style="margin: 0px">Check which outputs belong to given Monero address and viewkey</h4>
|
|
|
|
|
<h5 style="margin: 0px">For RingCT transactions, outputs' amounts are also decoded</h5>
|
|
|
|
|
<h5 style="margin: 0px">
|
|
|
|
|
For RingCT transactions, outputs' amounts are also decoded
|
|
|
|
|
<br/>
|
|
|
|
|
Note: these calculations are done on the server side, because there is no javascript
|
|
|
|
|
</h5>
|
|
|
|
|
<form action="/myoutputs" method="get" style="width:100%; margin-top:2px" class="style-1">
|
|
|
|
|
<input type="hidden" name="tx_hash" 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>
|
|
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
@ -100,8 +103,12 @@
|
|
|
|
|
|
|
|
|
|
<div class="content">
|
|
|
|
|
<h4 style="margin: 0px">Prove to someone that you send them Monero in this transaction</h4>
|
|
|
|
|
<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>
|
|
|
|
|
<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
|
|
|
|
|
<br/>
|
|
|
|
|
Note: these calculations are done on the server side, because there is no javascript
|
|
|
|
|
</h5>
|
|
|
|
|
<form action="/prove" method="get" style="width:100%;margin-top:2px" class="style-1">
|
|
|
|
|
<input type="hidden" name="txhash" value="{{tx_hash}}"><br/>
|
|
|
|
|
<input type="text" name="txprvkey" size="90" placeholder="Tx private key"><br/>
|
|
|
|
|