Releases: Armor-Network/armor-gui
Armor GUI Wallet and daemons for Windows
Installation instructions:
Download the release and unzip it somewhere. Create a shortcut to armor-gui.exe
and run it.
(If you get error messages that MSVCP140.dll
and VCRUNTIME140.dll
were not found, install Microsoft Visual C++ Redistributable for Visual Studio 2017)
In the graphic user interface select the Wallet
menu.
if you're restoring an existing wallet:
select: Restore Amethyst wallet from mnemonic
enter your seed phrase
enter a name for your new wallet file
create a password for your wallet file
the wallet should connect to the wallet and armor daemons and start downloading and syncing the blockchain
this could take some time. see progress bar at the bottom of the window
if you're creating a new wallet:
select: Create Amethyst wallet file
make a note of the wallet seed. it can be used to recover your wallet
enter a name for your new wallet file
create a password for your wallet file
the first address of your new deterministic wallet will be shown at the top of the screen
the wallet should connect to the wallet and armor daemons and start downloading and syncing the blockchain
this could take some time. see progress bar at the bottom of the window
Virus check:
https://www.virustotal.com/gui/file/3c4aefe9eb3cd5c9729449c3ee8cbfbdc4804f73b4153c7c201f66c99fe7bd9d?nocache=1
MD5: eeeae253a7135c014ed777c3ddcf2542
SHA-1: 758d880fce14da1cfd5fdd058bd43a105ef052aa
SHA-256: 3c4aefe9eb3cd5c9729449c3ee8cbfbdc4804f73b4153c7c201f66c99fe7bd9d
This release has 26/60 detections on VirusTotal by the security vendors. I don't know if these are 'false positives'. The code includes mining algorithms. The security vendors may flag crypto and mining code as viruses and trojans as a general policy, just because such code is often included in malware.
For comparison, the last release of the Bytecoin GUI Wallet for Windows has 28/59 detections on VirusTotal (Armor was forked from Bytecoin): https://www.virustotal.com/gui/file/4b17d6fc7caf0c29bff0dabb3f413b053df7b595f839e0ce278ca55c12f9e152
If you are concerned by this:
- check the source code
- build your own binaries
- run it sandboxed, e.g. in a VirtualBox VM
- or use the linux release which has not been flagged by any of the security vendors as malicious
Armor GUI Wallet and daemons for Linux
Installation instructions:
The armor-gui wallet was built with Qt. You need to install the qtbase5-dev package to run it:
$> sudo apt install qtbase5-dev
from your home directory:
$> mkdir armor-gui
download the release:
$> wget https://github.com/Armor-Network/armor-gui/releases/download/v0.1.2/armor-gui-v0.1.2-linux64.tar.gz
extract it:
$> tar -xvzf armor-gui-v0.1.2-linux64.tar.gz -C armor-gui
run armor-gui:
$> cd armor-gui
$armor-gui> ./armor-gui
in the graphic user interface select the Wallet
menu
if you're restoring an existing wallet:
select: Restore Amethyst wallet from mnemonic
enter your seed phrase
enter a name for your new wallet file
create a password for your wallet file
the gui wallet should connect to the wallet and armor daemons and start downloading and syncing the blockchain
this could take some time. see progress bar at the bottom of the window
if you're creating a new wallet:
select: Create Amethyst wallet file
make a note of the wallet seed. it can be used to recover your wallet
enter a name for your new wallet file
create a password for your wallet file
the first address of your new deterministic wallet will be shown at the top of the screen
the gui wallet should connect to the wallet and armor daemons and start downloading and syncing the blockchain
this could take some time. see progress bar at the bottom of the window
Virus check:
https://www.virustotal.com/gui/file/f70440b19404ba01b3e05b1292d0bc96e5daf3283b0eb71019ff53356a23f541?nocache=1
MD5 86af29daf007fdcee622ef68b5490069
SHA-1 dabe73f0c3fd334ef812301eaae8e21586354a6d
SHA-256 f70440b19404ba01b3e05b1292d0bc96e5daf3283b0eb71019ff53356a23f541