FireWallet
Usage
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.
Or you can create a CSV file like this example to autofill your batch settings
If you have found a bug the log.txt file could help find the solution. This file is %appdata%/FireWallet/log.txt
Settings
Choose the explorer you prefer to use for each type of lookup (transactions, addresses, etc).
Make sure the
explorer-tx: https://niami.io/tx/
explorer-addr: https://niami.io/address/
explorer-block: https://niami.io/block/
explorer-domain: https://niami.io/domain/
You can choose how many confirmations are needed before a transactions is no longer marked as pending
confirmations: 1
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.
portfolio-tx: 20
You can choose what DNS server to use for HIP-02 lookups.
hip-02-ip: 127.0.0.1
hip-02-port: 5350
Settings
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.
IP: 127.0.0.1
You can test FireWallet on a local test Handshake chain. Just set Network to 1
Network: 0
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.
Key: my-secret-api-key
You can enable and disable the internal HSD node. This allows you to disable it if you are running Bob already.
HSD: True
HSD: False
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.
HSD-command: {default-dir} --agent=FireWallet --index-tx --index-address --api-key {key} --prefix {Bob}
Settings
The main apps colours are set using these settings. Make sure you set them in hex starting with #
background: #000000
foreground: #8e05c2
background-alt: #3e065f
foreground-alt: #ffffff
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.
transparent-mode: off
transparency-key: #000000
transparency-percent: 90
Need Help?