github.com/piotrnar/gocoin@v0.0.0-20240512203912-faa0448c5e96/client/www/templates/help.html (about) 1 <h3>Other help topics</h3> 2 • External link: <a target="_blank" href="http://gocoin.pl/">Gocoin Homepage with User manual</a><br> 3 <br> 4 <hr> 5 <a href="/"><h2>Home</h2></a> 6 7 The home page of Gocoin's WebUI consists fo the following parts. 8 9 <h3>WebUI Settings</h3> 10 11 <span class="but"><img valign="bottom" src="webui/backup.png"> Export</span> (backup) current 12 setting of the web interface to a JSON file.<br> 13 <span class="but"><img valign="bottom" src="webui/restore.png"> Import</span> (restore) 14 the settings from a previously created JSON file.<br> 15 The settings include content of all the wallets from <a href="/wal">Wallet</a> page 16 and the address book from <a href="/snd">MakeTx</a> page.<br> 17 18 <h3>Edit configuration</h3> 19 Use it to edit config file. The file is in JSON format. 20 See some help about its content <a href="https://gocoin.pl/gocoin_manual_config.html" target="_blank">here</a>. 21 <br> 22 Change the values you need an press either <span class="but">Apply</span> or <span class="but">Apply & Save</span>.<br> 23 If you do not save, the changes will not be permanent and will get undone at the next shut down of the node.<br> 24 To cancel editing, press the <span class="but">Cancel</span> button reload the page.<br> 25 26 <h3>Save configuration</h3> 27 Whenever you have made any changes to a running node and you want to apply them permanently, use this button. 28 29 <h3>Shutdown Node</h3> 30 Use this button and confirm to shut down the node.<br> 31 <span class="note">Note that you will not be able to re-launch it from the web interface as it will shut down as well.</span> 32 33 <h3>Public Authorization Key</h3> 34 Place this value in <code>friends.txt</code> file of another gocoin node, to make it a trusted node. 35 Trusted nodes will respond to <b>getmp</b> command of this node. 36 They will also assume all transactions and blocks sent by this node as valid (won't be verifying them). 37 38 <hr> 39 <a name="wal" href="/wal"><h2>Wallet</h2></a> 40 Edit <b>Your wallets</b> and quickly switch between them.<br> 41 <span class="note">Note that the wallets' data is only stored inside your browser.</span> 42 43 <h3>Current wallet</h3> 44 Check balance of each deposit address of you currently selected wallet.<br> 45 Click on <img src="webui/qrcode.png"> icon to see the QR code for the corresponding deposit address.<br> 46 Download <a>balance.zip</a> file of a curently selected wallet (to use it with gocoin's <b>wallet</b> tool)<br> 47 48 <h3>Segwit Deposit Address</h3> 49 These addresses are automatically generated from the corresponding deposit addresses of the original wallet.<br> 50 You can have them in a backward compatible P2SH format or a new bech32 format. Click on the checkbox to change the format.<br> 51 Deposit bitcoins to either of these addresses and still be able to spend it with gocoin's <b>wallet</b> while having to pay a lower transaction fees<br> 52 53 <h3>Show unconfirmed</h3> 54 Select this checkbox to also see the current wallet's transactions that are in memory pool (not yet confirmed). 55 56 <h3>Turn wallet functionality on/off</h3> 57 Disable wallet functionality to save memory and speed up block chain processing.<br> 58 Switching wallet functionality on and off does not require restart, but might take awhile. 59 <hr> 60 <a name="snd" href="/snd"><h2>MakeTx</h2></a> 61 62 Create a transaction to be signed by gocoin's <b>wallet</b>. 63 64 <h3>Select Inputs</h3> 65 First go to the bottom of the form and select unspent coins from your current wallet that you want to spend.<br> 66 Together they must carry enough BTC to satisfy your total output volume and the fee.<br> 67 68 <h3>Payment details</h3> 69 Fill in the outputs (address - BTC value) of the transaction, choose <b>Transaction fee</b> and <b>Change</b> address.<br> 70 If change addres you want to use is not on the list, you have to add it to the currently selected wallet on <a href="/wal">Wallet</a> page.<br> 71 If you need more outputs, press the <a>+ add output</a> link.<br> 72 <br> 73 <span class="note">Note that the estimated transaction size may not be accurate. 74 It assumes compressed public keys and 2-of-3 multisig for P2SH addresses.</span> 75 76 <h3>Download payment.zip</h3> 77 Press this button to download <b>payment.zip</b><br> 78 Move this file to PC with the <b>wallet</b> tool and extract it there. 79 80 <h3>At the wallet machine</h3> 81 Execute the payment command (by default it will be in file <span class="cod">pay_cmd.txt</span>)<br> 82 The <b>wallet</b> tool shall then create and sign transaction, just as you have defined it here.<br> 83 84 <hr> 85 <a name="net" href="/net"><h2>Network</h2></a> 86 87 The current network connections to other bitcoin peers. 88 89 <h3>Incoming connections</h3> 90 Click <b>Listening for incoming TCP connections</b> [<a>Switch ON/OFF</a>] 91 to switch between allowing (or blocking) TCP connections from other bitcoin nodes.<br> 92 <br> 93 <span class="note small">Note that having this switched on does not automatically mean that external peers will be able to connect to your node.<br> 94 Configure your network to allow incoming connections at the desired TCP port and route them to the host running the node.<br> 95 Be aware that Bitcoin Core based nodes will not connect to your node on any port other then the default one (8333).</span><br> 96 <br> 97 <span class="note">To make changes permanent, <b>Save configuration</b> at <a href="/">Home</a> page.</span><br> 98 99 <h3>Drop a connection</h3> 100 Click on <img src="webui/del.png"> icon at the right column of a row describing a peer connection to disconnect from it. 101 102 103 <hr> 104 <a name="txs" href="/txs"><h2>Transactions</h2></a> 105 106 Transactions memory pool control and monitoring.<br> 107 <br> 108 Broadcasting of own transactions. 109 <!-- 110 <h3>Memory pool</h3> 111 If the memory pool is disabled the node only operates on the full blocks and never downloads any transactions.<br> 112 <br> 113 To enable/disable memory pool click the [<a>Switch ON/OFF</a>] link next to the "Memory pool" label.<br> 114 <br> 115 <span class="note">Note that you need to save configuration at the <a href="/">Home</a> page to make the change permanent.</span><br> 116 117 <h3>Relay transactions</h3> 118 Having the memory pool enabled, you can setup your node to either relay incoming transactions, or not.<br> 119 <br> 120 Press the [<a>Switch ON/OFF</a>] link right from the label to switch this option on/off.<br> 121 <br> 122 <span class="note">Note that you need to save configuration at the <a href="/">Home</a> page to make the change permanent.</span><br> 123 124 <h3>Accepted transactions</h3> 125 The value on the button shows how many transactions are there in the memory pool - click on it to see the list.<br> 126 Your own transaction (loaded locally) always appear on the top of the list.<br> 127 The <b>Sent</b> column in the table says to how many times the transaction's data was sent to a peer and (after slash) how many times the inv was sent out.<br> 128 If the transaction was blocked from being relayed (assuming that the relaying was enabled), the <b>Extras</b> column will show the reason. 129 130 <h3>Own transactions</h3> 131 Locally loaded transactions appear on a light-red background and they have three special icons at the right side of the row.<br> 132 • Clicking on <img src="webui/send_once.png"> - orders the node to broadcast a transaction to one random peer (useful for privacy purposes)<br> 133 • Clicking on <img src="webui/send.png"> - broadcasts the transaction to all the currently connected peers.<br> 134 • Clicking on <img src="webui/del.png"> - removes (unloads) the transaction from the memory pool.<br> 135 136 137 <h3>UTXOs spent in memory</h3> 138 The number shows how many inputs are currently considered <i>spent</i> by the transactions that have been accepted into the memory pool. 139 When an input is on this list any new transaction that tries to re-use it will be rejected as a <i>double-spend</i>. 140 141 <h3>Rejected transactions</h3> 142 The value of the button next to the label shows you how many transactions were not accepted into the memory pool. 143 You will see their list when clicking the button, along with the reason of the rejection. 144 The node maintains this list to avoid downloading transactions that it had already rejected once. 145 Transactions are removed from this list either when they get mined into a block or when the node decides to expire them. 146 147 <h3>Transactions waiting for inputs</h3> 148 Here you can check transactions that are waiting for inputs, assuming that you allowed such transaction into memory pool, 149 which is controlled by configuration parameter <span class="mono">TXPool.AllowMemInputs</span>. 150 151 <h3>Transactions being processed</h3> 152 Number of transaction in the network queue. 153 These are transactions that are already received from the network (via <b>tx</b> command), but have not been yet processed by the memory pool handler. 154 In most cases both the number should be equal. 155 --> 156 <hr> 157 <a name="blocks" href="/blocks"><h2>Blocks</h2></a> 158 159 Information about the recent blocks added to the block chain.<br> 160 <br> 161 162 <hr> 163 <a name="miners" href="/miners"><h2>Miners</h2></a> 164 165 Information about the recent block chain mining statistic.<br> 166 <br> 167 168 <hr> 169 <a name="pushtc" href="javascript:pushtx()"><h2>PushTx</h2></a> 170 171 Import own transaction into the node's memory pool.<br> 172 The transaction must be in a hex-encoded raw format, with no spaces nor any other characters except hex digits.<br> 173 <br> 174 If the operation succeeds you will end up in <a href="txs">Transactions</a> page that will decode and display the details fo your transaction.<br> 175 Here you should broadcast the transaciton, in order for the bitcoin network to see it.</span> 176 177 <hr> 178 <a name="counts" href="/counts"><h2>Counters</h2></a> 179 180 The node's internal real time counters and statistics.