Giter Site home page Giter Site logo

mrlahaye / turtle-wallet-go Goto Github PK

View Code? Open in Web Editor NEW

This project forked from woodyjon/turtlecoin-nest

0.0 1.0 0.0 1.12 MB

A universal gui wallet for TurtleCoin

Home Page: http://community.turtlecoin.lol

License: GNU Lesser General Public License v3.0

Go 40.99% QML 59.01%

turtle-wallet-go's Introduction

TurtleCoin Nest

The universal desktop GUI wallet for TurtleCoin

Logo

Installation

Windows - Mac - Linux

Windows

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

Important notes:

  • Make sure turtle-service.exe is not running before you start TurtleCoin-Nest

Mac

  1. Go here and download the latest release called TurtleCoin-Nest-x.xx-Mac.zip.
  2. Unzip it and move the folder wherever you want or drag the application TurtleCoin-Nest into /Applications or any other folder.
  3. Launch the application. (If your mac complains that the app comes from an unindentified developer and does not want to open it, just right-click (or ctrl-click) on the app, and choose open > open)

Important notes:

  • The wallets you create or generate will be saved to your home folder. You can keep them there or move them wherever you want.
  • Make sure turtle-service is not running before you start TurtleCoin-Nest.
  • If you encounter crashes, open the activity monitor (in your app > utilities), and force quit turtle-service (if it is running) before opening a wallet.
  • The log files will be saved in ~/Library/Application Support/TurtleCoin-Nest/.

Linux

  1. Go here and download the latest release called TurtleCoin-Nest-x.xx-Linux.tar.gz
  2. extract it $ tar xvzf TurtleCoin-Nest-x.xx-Linux.tar.gz
  3. run TurtleCoin-Nest.sh. (Make sure you leave everything as is in the folder)

Important notes:

  • Make sure turtle-service is not running before you start TurtleCoin-Nest
  • If you want the copy address to clipboard button to work, install xclip or xsel (on Debian/Ubuntu: $ sudo apt install xclip).
  • If you encounter crashes, open an activity monitor (e.g. $ htop), and quit turtle-service (if it is running) before opening a wallet. (this bug is being worked on)

Upgrade

Just download the new release and follow the same steps as Installation. Just make sure you don't delete your wallet files in the old folder (.wallet files) and you copy them or move them to a new folder.

Screenshots

Main Screen

Open Wallet

Donations

TRTLv3jzutiQwqHL3qFwsu5EVLWesxZr1AFQ4AuMR3SD56n3rkHDkwj79eKwvaiU1nYQWGydKoXM6fXyiiGKsPDnVCNXzNdusxx

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/turtlecoin/turtle-wallet-go.git TurtleCoin-Nest
    $ 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
    $ qtdeploy build desktop
    
  7. The app folder is in deploy/linux/

  8. Include the latest turtle-service and TurtleCoind 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 turtle-service and TurtleCoind builds in:

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

turtle-wallet-go's People

Contributors

woodyjon avatar zpalmtree avatar rashedmyt avatar rocksteadytc avatar brandonlehmann avatar sajo8 avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.