NEW! I/OCoin HTML5 February 19th 2015 Release Version 1.1.6
NEW! I/OCoin HTML5 February 19th 2015 Release Version 1.1.4
First of all backup your existing HTML5 wallet.dat before you upgrade!
Because of a bug in the current HTML5 wallet, you should not use the build in backup facility but use the below steps.
In the new release, the backup functionality is fixed.
How to backup manually
- Open HTML5 wallet and Go to settings tab
- Click on Show Data Folder and it will open up your IOcoin data Folder
- After this folder is open, Please CLOSE down wallet (Make sure to completely close down wallet after this folder is open) Very Important
- Once wallet is fully closed you are going to look for your wallet.dat file, inside the iocoin folder, make sure to copy and paste to another folder on the desktop, also it would be wise to backup to a USB stick.
- Be aware, if you made a backup of the wallet that has not yet been encrypted, you should do another backup when it is encrypted and replace the old backup!
[b]HTML5 release:[/b]
We have some really nice new features added to the HTML5 wallet.
Backup feature is fixed
Added link to gifts.iocoin.io
Added exchange / price info in-wallet + a buy button to buy ioc
Added amount of coins listed per wallet address
Overall stability and security measures
Enhanced the IONS features
Some screens of the wallets features;
Before Installing Backup Wallet.dat File. Make sure to fully uninstall any previous versions of the HTML5 Wallet. You can't run qt and html5 wallets at the same time for windows. For mac please download wallets with chrome or firefox
Windows 8
Windows 7
OSX 32 BIT
OSX 64BIT Yosemite, Mavericks, Mountain Lion
Supported Platforms
- Windows 8 (32-bit binary). Tested on Windows 7 x64.
- Windows 7 (32-bit binary). Tested on Windows 7 x64.
- Mac OS X 10.7+ (32-bit and 64-bit binaries). Tested on 10.8, 10.9. and 10.10 Yosemite
Unsupported Platforms
- Windows XP (daemon crash)
- OS X 10.6 and earlier (unsupported by node-webkit)
- Linux (experimental support, see below)
All other operating systems: Use at your own risk!
Installation (Windows)
Run the installer executable.
Do not change the installation folder or wallet will be unable to find the daemon executable.
Run wallet using shortcut in start menu, or by starting IOCoin HTML5 Wallet.exe
.
Installation (OS X)
If you use a 32-bit system, download the 32-bit DMG. Otherwise, you may use either, but 64-bit is recommended.
Open the DMG, drag IOCoin.app
into the Applications shortcut, then drag iocoind
into the bin shortcut.
Run wallet by opening IOCoin.app
.
Installation (Linux, Unsupported)
- Compile the iocoin daemon from the source code.
- Copy the compiled
iocoind
into/usr/local/bin
or a create a symlink in/usr/local/bin
to where you haveiocoind
. - Download the
app.nw
and the node-webkit runtime for Linux. - Drag and drop
app.nw
onto the node-webkit binary. If it fails to run, you may need to modify the binary to find libudev. Please see here for more information.
FAQ
It crashed!/Something broke! Who do I yell at?
Take a screenshot of any information that appeared (e.g. any pop-ups). Send an email to iocoindev@gmail.com or talk to one of the mods in #iocoin on irc.freenode.net
.
Where does the wallet store its settings?
- On Windows:
C:\Users\<Your Username>\AppData\Roaming\IOCoin\html5wallet.conf
- On OS X:
/Users/<Your Username>/Library/Application Support/html5wallet.conf
- On Linux:
~/.iocoin/html5wallet.conf
How do I install a custom theme?
- If it does not exist, create a
themes
folder inside the folder that containshtml5wallet.conf
(see above for exact location). - Drop the theme's folder inside the
themes
folder you just created. - The theme should now be selectable in the Settings tab.
How can I create a new theme?
- Download the
app.nw
version of the wallet and the node-webkit runtime for your platform (the wallet uses v0.10.5 so we recommend this version for compatibility reasons). - Rename
app.nw
toapp.zip
and unzip it into a folder. - At the bottom of index.html, change
DEBUG = false;
toDEBUG = true;
. - Create a new CSS file in the
css/themes
folder. - Copy
img/no-preview.png
and rename the copy to the same name as your.css
file. - Run the wallet by dropping the app folder (with
index.html
andpackage.json
at top-level) onto the node-webkit executable. - The debug tools will open with the wallet and the wallet will be using a "dummy" daemon.
How can I distribute my theme?
- Create a new folder with the name of your theme somewhere on your computer (e.g. your desktop).
- Place your theme's CSS file inside and rename it to
theme.css
. - Take a screenshot of your theme, crop and resize it so it's 195x150, and place it in the folder, renaming it to
preview.png
. - Compress the folder into a ZIP file and share it with the world!