Skip to content

NibbleClassic/NibbleClassic-Nest-Wallet

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NibbleClassic Nest Wallet

The universal desktop GUI wallet for NibbleClassic

Logo

Installation

Windows - Mac - Linux

Windows

  1. Go here and download the latest release called NibbleClassic-Nest-Winxx-vx.xx.zip
  2. Unzip the folder and launch NibbleClassic-Nest-Wallet.exe (Make sure you leave everything as is in the folder)

Important notes:

  • Make sure nibble-service.exe is not running before you start NibbleClassic-Nest

Mac

No Build right now!

Linux

  1. Go here and download the latest release called NibbleClassic-Nest-Linux-vx.xx.tar.gz
  2. Unzip(tar -xzf NibbleClassic-Nest-Linux-vx.xx.tar.gz) the folder and launch ./NibbleClassic-Nest-Wallet (Make sure you leave everything as is in the folder)

Upgrade

Just download the new release and follow the same steps as Installation. If you are on Windows or Linux, move your wallets (.wallet) and settings.db files from the old Nest folder to the new. Then you can delete the old folder. (on Mac, you do not need to move the settings.db file as it stays in ~/Library/Application Support/NibbleClassic-Nest-Wallet/).

Checkpoints

NibbleClassic Nest Wallet Supports the loading of a Checkpoints file. This is recommended when using a local node to shorten the waiting time for loading the chain. You find the actual checkpoints.csv at https://github.com/NibbleClassic/Checkpoints

Screenshots

Main Screen

Open Wallet

Donations

Seimax: Nib1bW1CQPHJqRQjHEG96t9im5BUN3iQ243kt45NeU8YTKV3fmhTYmaLqqG9p1HQkk769JYR3Y8YCPYNWvoN9nxe5nTXHLW3GH

TurtleCoin Nest Devs: TRTLv3jzutiQwqHL3qFwsu5EVLWesxZr1AFQ4AuMR3SD56n3rkHDkwj79eKwvaiU1nYQWGydKoXM6fXyiiGKsPDnVCNXzNdusxx

gfx by thomsane

Build - (for developers only)

Linux

  1. Download Go from here

  2. Use tar -C /usr/local -xzf go$VERSION.$OS-$ARCH.tar.gz to extract the downloaded go package.

  3. Add the following lines to .bashrc file, save the file and then execute the command source .bashrc in a terminal.

    export GOPATH=$HOME/go
    
    export GOBIN=$GOPATH/bin
    
    export GOROOT=/usr/local/go
    
    export PATH=$HOME/bin:$HOME/.local/bin:$PATH:$GOROOT/bin:$GOBIN
    
  4. Similarly add the following lines to .profile file, save the file and then execute the command source .profile in a terminal.

    CGO_CXXFLAGS_ALLOW=".*" 
    CGO_LDFLAGS_ALLOW=".*" 
    CGO_CFLAGS_ALLOW=".*" 
    
  5. Follow the instructions present here till Run the setup to install Qt which is the most important binding required to build Nest.

  6. Type the following commands to clone the Nest wallet, install dependencies and build the wallet.

    $ cd $HOME/go/src
    $ git clone https://github.com/NibbleClassic/NibbleClassic-Nest-Wallet.git
    $ go get -v github.com/atotto/clipboard github.com/dustin/go-humanize github.com/mattn/go-sqlite3 github.com/mcuadros/go-version github.com/mitchellh/go-ps github.com/pkg/errors
    $ cd NibbleClassic-Nest-Wallet
    $ qtdeploy build desktop
    
  7. The app folder is in deploy/linux/

  8. Include the latest nibble-service and Nibbled builds in the app folder

Windows - Mac

  1. Install Go (https://golang.org/doc/install)

  2. Install this binding: https://github.com/therecipe/qt (installation instructions at https://github.com/therecipe/qt/wiki/Installation)

  3. Insall Go libraries (in console or terminal):

    $ go get github.com/atotto/clipboard github.com/dustin/go-humanize github.com/mattn/go-sqlite3 github.com/mcuadros/go-version github.com/mitchellh/go-ps github.com/pkg/errors
    
  4. Run qtdeploy build desktop

  5. The app folder is in deploy/your os/

  6. Include the latest nibble-service and Nibbled builds in:

    • Windows: in the app folder
    • Mac: in NibbleClassic-Nest-Wallet.app/Contents/

About

A universal gui wallet for NibbleClassic

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • QML 57.7%
  • Go 41.7%
  • Shell 0.6%