Git Product home page Git Product logo

znode-tool's Introduction

Znode Tool

Build Status Travis CI Build status AppVeyor

The main purpose of the application is to give Znode (Zcoin masternode) operators the ability to send the "start Znode" command through an easy to use a graphical user interface if the Znode collateral is controlled by a hardware wallet such as Trezor or Ledger.

Znode Tool is based on Dash Masternode Tool (DMT) by Bertrand256. Znodes and Dash masternodes are very similar, so most of the original DMT documentation still applies to Znode Tool as well.

Feature list

  • Sending the "start Znode" command if the collateral is controlled by a hardware wallet
  • Transferring Znode earnings safely, without touching the 1000 XZC funding transaction
  • Signing messages with a hardware wallet
  • Initialization/recovery of hardware wallets seeds
  • Updating of hardware wallets firmware (Trezor)
  • Support for Zcoin Testnet

Supported hardware wallets

  • Trezor (model One and T)
  • Ledger Nano S

Note on binary Linux builds

Binary Linux builds are known to be not reliable due to ABI incompatibility between different Linux distributions. You might want to build Znode Tool yourself if provided binary does not work for your distribution:

sudo apt-get update
sudo apt-get -y upgrade
sudo apt-get -y install libudev-dev libusb-1.0-0-dev libfox-1.6-dev autotools-dev autoconf automake libtool libpython3-all-dev python3-pip git
sudo pip3 install virtualenv
virtualenv -p python3 venv
. venv/bin/activate
pip install --upgrade setuptools
git clone https://github.com/yura-pakhuchiy/znode-tool/
cd znode-tool/
pip install -r requirements.txt
pyinstaller znode-tool.spec

Znode Tool requires Python 3.6. Use pyenv if you distribution comes with older python version. Run following command before installing Python with pyenv:

export PYTHON_CONFIGURE_OPTS="--enable-shared --disable-static"

znode-tool's People

Contributors

bertrand256 avatar jazy510 avatar rynote avatar strophy avatar yura-pakhuchiy avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  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.