Skip to content

twins_v3.3.8.2

Compare
Choose a tag to compare
@yurykk yurykk released this 18 Jun 11:56
· 26 commits to master since this release

Mandatory update

  • Fix multitier bug
  • Fix [RPC] masternodecurrent bug
  • Protocol changed to 70924 (Mandatory update). Please upgrade before block 382000
  • Mac package now also includes twins-cli binary

!!!! ATTENTION !!!!

Starting from this release, Linux binaries for Debian, Ubuntu and Raspbian systems (both CLI and GUI versions) are available via repository.
GUI (QT) version from the repository is now packages as GNOME Application, which makes it easier to use it on Ubuntu Desktop.

If you are looking for just running a GUI or CLI version of the wallet, just add new repo to your linux manually (look bellow for instructions) and install desired package

In addition to regular wallet packages, we are introducing "masternode-manager" - a tool, that allows you to install multiple masternodes on single VPS and takes care of automatic upgrading binaries whenever new release is available !

This is highly recommended to migrate all your masternodes to masternode-manager

To install masternode-manager, please run the following command on freshly installed VPS (Debian 10 with IPv6 recommended) :

(this command will configure NewCapital repository on your system and install masternode-manager)

wget -q -O - https://git.io/Jf5Wu | bash

Once masternode is installed using masternode-manager, there will be no need to update binaries anymore - masternode manager will take care of updates automatically ! But you still may need to re-activate the masternode using "start-alias" in case of a protocol change !

Please note, in order to get the most out of masternode-manager, your VPS should have IPv4 and IPv6 configured

masaternode-manager also installing systemd services necessary to start/stop masternodes automatically.

To manually add NewCapital repository to your Debian / Ubuntu / Raspbian, please run the following :

apt-get update && apt-get -y install gnupg apt-transport-https
wget -O - -q https://apt.new.capital/newcapital.gpg.key | apt-key add - 
echo 'deb https://apt.new.capital/apt/debian stable main' > /etc/apt/sources.list.d/newcapital.list
apt-get update

The following packages are available in the repository :

  • masternode-manager
  • twins-wallet (latest version of TWINS Wallet. CLI only)
  • twins-qt (latest version of TWINS Wallet. CLI + QT Version)
  • fix-wallet (latest version of FIX Wallet. CLI only)
  • fix-qt (latest version of FIX Wallet. CLI + QT Version)

Packages can be installed running

apt-get install <package_name>

If you are installing the package manually, you can always upgrade it using the following commands :

apt-get update && apt-get install <package_name>

If newer version of the package is available, it will be installed.


Bootstrap file can be downloaded from here: https://github.com/NewCapital/Bootstraps/releases/download/twins/bootstrap.zip