Skip to content

mynxt-info/WalletViewer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

myNXT.info Wallet Viewer

Wallet decrypter and viewer for http://wallet.myNXT.info/

Dependencies

To build this software you will need:

  • SCons
  • Qt 4
  • PolarSSL

Build in Ubuntu Linux

For Ubuntu up to 14.10,

sudo apt-get install scons libqt4-dev libpolarssl-dev git
git clone https://github.com/mynxt-info/WalletViewer.git
cd WalletViewer
scons

For Ubuntu 16.04 and later,

wget https://tls.mbed.org/download/polarssl-1.3.9-gpl.tgz
tar xvfz polarssl-1.3.9-gpl.tgz
cd polarssl-1.3.9
make
sudo make install
cd ..
sudo apt install scons libqt4-dev git
git clone https://github.com/mynxt-info/WalletViewer.git
cd WalletViewer
scons

Build in Windows

  1. Download and install scons using the Windows installer: http://www.scons.org/download.php

  2. Download and install Qt4 using the Windows installer: http://qt-project.org/downloads

  3. Download the PolarSSL source code. https://polarssl.org/

  4. Build the PolarSSL solution in Visual Studio. https://polarssl.org/kb/compiling-and-building/how-do-i-build-compile-polarssl

  5. Download and install Git http://git-scm.com/download/win

  6. Setup your environment

set QT4DIR=C:\path\to\qt4
set PATH=$QT4DIR\bin;%PATH%
set POLARSSL_HOME=C:\path\to\polarssl
  1. Get the source code and build
git clone https://github.com/mynxt-info/WalletViewer.git
cd WalletViewer
scons

Example

Try opening the example wallet file wallet.json.aes with password example.