From 4d598d4794b81b07def1b678832a6a8ce301b537 Mon Sep 17 00:00:00 2001 From: moneroexamples Date: Sat, 21 Oct 2017 17:41:06 +0800 Subject: [PATCH] tx pusher text updated --- src/templates/rawtx.html | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/src/templates/rawtx.html b/src/templates/rawtx.html index 47b2a98..5ffd147 100644 --- a/src/templates/rawtx.html +++ b/src/templates/rawtx.html @@ -8,10 +8,13 @@
- Paste here either a hex string of raw transaction (the tx_blob response in the wallet RPC, or the raw_monero_tx file saved by the wallet CLI with --do-not-relay option specified),
+ Paste here either a hex string of raw transaction
+ (the tx_blob response in the wallet RPC, or the raw_monero_tx + file saved by the wallet CLI with --do-not-relay option specified),
or base64 encoded, unsigned or signed transaction data
- (In Linux, can get base64 signed raw tx data: base64 signed_monero_tx | xclip -selection clipboard)
- (In Windows, can get base64 signed raw tx data: certutil.exe -encode -f signed_monero_tx encoded.txt & type "encoded.txt" | clip)
+
+ (In Linux, can get the raw tx data: cat raw_monero_tx | xclip -selection clipboard)
+ (In Windows, can get the raw tx data: certutil.exe -encode -f raw_monero_tx encoded.txt & type "encoded.txt" | clip)

Note: data is sent to the server, as the calculations are done on the server side