Skip to content

v1.0.4

Compare
Choose a tag to compare
@kevin-wad kevin-wad released this 15 Jun 09:12
· 19 commits to releases since this release

This patch mainly fixes reported wallet peer connexion issues on Windows build.

The patch also:

  • Implements derive multi addresses for wallet import from seed
  • Implements check web3Local current provider and close connection if exists before locking wallet
  • Implements Delete Blockchain data folder and resync operational, with security to only delete specific files and folders names
  • Implements autodelte keystore's address, for import seed on cases where keystore already exists
  • Multi default enodes for mainnet peer connexion
  • Implements a system to output geth logs in a file
  • Removes Menu

Important: If you had connection issues you need to create or import a new wallet with a NEW blockchain folder.

Known Issues
Heap out of memory error: for first transactions scanning of new wallets imported from a seed that need to scan many blocks. Doesn't affect wallets created from a brand new seed, only affects imported wallets. This will be solved in future patch release, once scanning transactions script is optimised.

Supported OS:
Linux and Windows
(no tests on MacOS yet)

Etica GUI

To Use

---- > DOWNLOAD THE COMPILED WALLET AND LAUNCH IT RIGHT AWAY < -----

Download the compiled wallet. This is the compiled version of the wallet that has already been packaged and is ready to use.

Windows: Download Windows-eticawallet-1.0.4.zip file in section bottom
Linux: No pre compiled wallet for linux yet (coming soon)
macOS: (coming soon)

OR

---- > INSTALL FROM SOURCE CODE: <----

INSTALL FROM SOURCE CODE:
Windows

# Clone this repository
git clone https://github.com/etica/etica-gui.git`
# Go into the repository
cd etica-gui/
# Install dependencies
npm install
# Launch wallet
npm start

Linux:

# Clone this repository
$ git clone https://github.com/etica/etica-gui.git
# Go into the repository
$ cd etica-gui/
# Install npm
$ sudo apt-get install npm
# Install dependencies
$ sudo npm install
# Launch wallet
$ npm start

Linux installation help guide: https://github.com/gemandmining/eticalinuxwallet/wiki

Note: If you're using Linux Bash for Windows, see this guide or use node from the command prompt.

Optional (Build executable launch files for your wallet):
Once you have installed Etica Wallet from source code, you can generate your wallet executable with following commands:
Windows

# Generate executable:
npm run dist-win

Linux

# Generate executable:
npm run dist-linux

License

CC0 1.0 (Public Domain)

Thank you for using Etica GUI Wallet, and please don't hesitate to get in touch on Discord, Reddit or Telegram if you have any questions or feedback.