notes added to tx pusher and key images and ouputs data files checkers.

add_selenium_testing
moneroexamples 7 years ago
parent 82ed1e63b1
commit 1d8f425917

@ -29,6 +29,8 @@
<textarea name="rawkeyimgsdata" rows="20" cols="80"></textarea><br/><br/>
Viewkey (<i>key image file data is encoded using your viewkey. Thus is needed for decryption</i>)
<br/>
Note: data and viewkey are sent to the server, as the calculations are done on the server side
<br/>
<input type="text" name="viewkey" size="80">
<br/>
<input type="submit" name="action" value="check">

@ -29,6 +29,8 @@
<textarea name="rawoutputkeysdata" rows="20" cols="80"></textarea><br/><br/>
Viewkey (<i>output keys file data is encoded using your viewkey. Thus is needed for decryption</i>)
<br/>
Note: data and viewkey are sent to the server, as the calculations are done on the server side
<br/>
<input type="text" name="viewkey" size="80">
<br/>
<input type="submit" name="action" value="check">

@ -29,6 +29,8 @@
(In Windows, can get base64 signed raw tx data: <i>certutil.exe -encode -f signed_monero_tx encoded.txt & type "encoded.txt" | clip</i>)<br/>
<textarea name="rawtxdata" rows="20" cols="80"></textarea>
<br/>
Note: data is sent to the server, as the calculations are done on the server side
<br/>
<input type="submit" name="action" value="check">
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;

Loading…
Cancel
Save