mikeshultz / icenine

Graphical Ethereum cold storage wallet

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

icenine

Build Status Coverage Status

Graphical Ethereum cold storage wallet written in Python.

Features

  • Simple interface
  • Creates raw transactions that can be sent from any insecure node or service
  • Stores transactions for later reference
  • Keeps track of current nonce and remembers last gas price and limit
  • Can create accounts as needed from a random seed or seed words
  • Can import seed words used for other wallets [NEEDS TESTING!]
  • Can import standard keystore files from other wallets like go-ethereum(geth)
  • Has address alias support so you can give accounts regular words for names
  • Can run on any operating system with at least Python 3.4

NOTE: This software is currently ALPHA at BEST! Use at your own risk and ALWAYS back up your key files!

Installation

Icenine requires Python >= 3.5. If your system does not have it, you will need to install it manually.

Using PyPi

pip install icenine

Windows

  1. Download a Windows build from the releases page.
  2. Run it and follow the prompts

From Git

git clone https://github.com/mikeshultz/icenine.git && cd icenine
python setup.py install

Running

icenine

See Also

About

Graphical Ethereum cold storage wallet

License:GNU General Public License v3.0


Languages

Language:Python 99.8%Language:Shell 0.2%