Skip to content

Releases: modcrypto/bitnexus

BitNexus Wallet 1.0.2.7 hotfixed

16 Aug 04:44
0f81553
Compare
Choose a tag to compare

Fixed : Masternode Payment issue.
If the current winner is invalid, the reward will pay to the previous winner.
So, The previous winner will get a double reward.

BitNexus Wallet 1.0.2.7

09 Jul 18:51
715b0ba
Compare
Choose a tag to compare

This version will connect only to PROTOCOL_VERSION = 70210
Hotfix for Bitnexus Mining Pool.

BitNexus Wallet 1.0.2.6

28 Jun 02:46
b3b1080
Compare
Choose a tag to compare

Source Code: https://github.com/modcrypto/bitnexus/archive/master.zip

This release had fixed the issue of masternode reward voting system.

  • PROTOCOL_VERSION = 70210
  • config file change to "bitnexus.conf"

For the new user, please use this version or above.

Updating the wallet

  • For Bitnexus users, just replace the new bitnexus binary.
  • For BitcoinNodes users
    1. close old bitcoinnode wallet.
    2. remove all file in bitcoinnode datadir EXCEPT wallet.dat, bitcoinnode.conf and masternode.conf
    3. run bitnexus-qt.exe (for windows) or bitnexusd (for linux)

If you need help, talk with us at: https://discord.gg/9qBEvKG

Update Script for Linux Ubuntu 16.0.4 VPS

./bitnexus-cli clearbanned
./bitnexus-cli stop
sleep 5 
wget  https://github.com/modcrypto/bitnexus/releases/download/1.0.2.6/bitnexus_ubuntu1604_1.0.2.6.tar.gz
tar -xvf bitnexus_ubuntu1604_1.0.2.6.tar.gz
./bitnexusd -daemon 

BitNexus Wallet 1.0.1.5 (only code)

16 Jun 01:16
7cf4657
Compare
Choose a tag to compare
Merge pull request #5 from modcrypto/btnx

Fixed multi-level masternode payment function.

BitNexus Wallet 1.0.1.5

14 Jun 16:06
8e9e372
Compare
Choose a tag to compare
  • Fixed multi-level masternode payment function.

If you want to compile for yourself.
Please download https://github.com/modcrypto/bitnexus/archive/1.0.1.5s.tar.gz

BitNexus Wallet

12 Jun 05:22
8e9e372
Compare
Choose a tag to compare
  • add new checkpoints for blockchain security.
  • change minimum protocol version as 70209.
  • fixed issue of enabled 50,000 BTNX masternode.

BitNexus Wallet

10 Jun 16:56
cc8cdb9
Compare
Choose a tag to compare

BitNexus version 1.0.0.3

  • Rebrand from BitcoinNode to BitNexus.
  • Redesign GUI
  • Change Mining algorithm to X16S. (start at 16/06/2018 00:00:00)

This wallet is backward compatible with BitcoinNode.
Installation:

  1. Close your BitcoinNode wallet.
  2. For windows:
    Unzip and Run "bitnexus-qt.exe"
    Set data directory to old BitcoinNode directory.
  3. For Ubuntu 16.0.4
    ./bitnexus-cli stop
    tar -xvf bitnexus_ubuntu1604_1.0.0.3.tar.gz
    ./bitnexusd -daemon

BitNexus Wallet

09 Jun 05:14
61a0099
Compare
Choose a tag to compare
BitNexus Wallet Pre-release
Pre-release
  • Early Access Version