<h5class="fw-bold card-title">Use the Import button on the Batch Window</h5>
<pclass="text-muted card-text mb-4">This importing is one of the most powerful batching functions of the wallet. You can import a plaintext list of domain (each domain on a new line) to create a batch with them.<br>Or you can create a CSV file like <ahref="https://github.com/Nathanwoodburn/FireWallet/blob/master/example-configs/batch.txt"target="_blank">this example</a> to autofill your batch settings</p>
<h5class="fw-bold card-title">Find something strange?<br>Look at the logs</h5>
<pclass="text-muted card-text mb-4">If you have found a bug the log.txt file could help find the solution. This file is %appdata%/FireWallet/log.txt</p>
<h5class="fw-bold card-title">Add a custom block explorer</h5>
<pclass="text-muted card-text mb-4">Choose the explorer you prefer to use for each type of lookup (transactions, addresses, etc).<br>Make sure the </p><code>explorer-tx: https://niami.io/tx/<br>explorer-addr: https://niami.io/address/<br>explorer-block: https://niami.io/block/<br>explorer-domain: https://niami.io/domain/</code>
<h5class="fw-bold card-title">Set how many confirmations<br>to count a transaction verified</h5>
<pclass="text-muted card-text mb-4">You can choose how many confirmations are needed before a transactions is no longer marked as pending</p><code>confirmations: 1</code>
<h5class="fw-bold card-title">Set how many TXs you want on your portfolio</h5>
<pclass="text-muted card-text mb-4">You can choose if you want a few or a lot of TXs to show on your portfolio. The more TXs that show the slower the portfolio will load.</p><code>portfolio-tx: 20</code>
<h5class="fw-bold card-title">Connect to a remote Node</h5>
<pclass="text-muted card-text mb-4">You can run FireWallet on a different computer to the one running HSD. This can be useful if you already have an always on node.</p><code>IP: 127.0.0.1</code>
<h5class="fw-bold card-title">Change your HSD API key</h5>
<pclass="text-muted card-text mb-4">Forgotten your key? Or accidentally leaked it online? You can change it to anything you want here. Make sure you only use letters and numbers, no spaces or weird characters.</p><code>Key: my-secret-api-key</code>
<pclass="text-muted card-text mb-4">You can enable and disable the internal HSD node. This allows you to disable it if you are running Bob already.</p><code>HSD: True<br>HSD: False</code>
<h5class="fw-bold card-title">Use a custom HSD start command</h5>
<pclass="text-muted card-text mb-4">You can customize how HSD will launch if you use an internal node. Just add the key `HSD-command` to your node.txt settings file.</p><codestyle="font-size: 13px;">HSD-command: {default-dir} --agent=FireWallet --index-tx --index-address --api-key {key} --prefix {Bob}</code>
<h5class="fw-bold card-title">Change the main colours</h5>
<pclass="text-muted card-text mb-4">The main apps colours are set using these settings. Make sure you set them in hex starting with #</p><code>background: #000000<br>foreground: #8e05c2<br>background-alt: #3e065f<br>foreground-alt: #ffffff</code>
<pclass="text-muted card-text mb-4">You can add transparency to FireWallet. Choose mica, percent or key transparency mode. Mica mimics the windows 10/11 apps. Percent sets the opacity of everything. Key allows you to set any 1 hex to transparent.</p><code>transparent-mode: off<br>transparency-key: #000000<br>transparency-percent: 90</code>
<h5class="fw-bold card-title mb-3">Just ask Nathan.Woodburn/ in any Handshake chat or join the discord server.<br><ahref="https://l.woodburn.au/discord"target="_blank">https://l.woodburn/discord</a></h5>