Skip to content

Releases: altbet/abet

v3.4.1.0+

03 Jul 14:31
Compare
Choose a tag to compare

Update info

v3.4.1.0+ is a NON MANDATORY update for all users. This release contains improvements that are backwards compatible with older versions.

The main reason for this update is preparing the project for governance testing.

Changelog

  • Added Proposal tab to Abet QT wallet (Credits to MotoAcidic)
  • Added Abet QT version check (Credits to WillyTheCat from "BitCash")
  • Redesigned main QT theme
  • 2 themes ( dark & light )

v3.4.1.0

02 Apr 14:31
8120d47
Compare
Choose a tag to compare

Update info

ABET Core v3.4.1.0 is a mandatory update for all users. Users need to update their clients immediately.

How to update

Wallet

Save a copy of the wallet.dat, abet.conf & masternode.conf in a safe repository

  1. Go to Abet files
    For Mac, open Finder (just click your desktop), press cmd+shift+G, go to ~/Library/Application Support/abet
    For Windows, go to %appdata%/abet
    For Linux, go to ~/.abet
  2. Delete everything except these files: wallet.dat, abet.conf & masternode.conf
  3. Download new release from links below
  • Optional: use the bootstrap files before starting wallet
  1. Open new wallet and wait till it syncs
  2. Go to Tools > Debug Console & type getinfo. You should have wallet version: 3040100 & protocolversion: 71000

Masternode(s)

  1. log into your VPS
  2. wget -N https://raw.githubusercontent.com/altbet/mn-install/master/mnupdate.sh
  3. bash mnupdate.sh
  4. When complete, start nodes from your desktop controller wallet.
  5. Back in your VPS check masternode status for each node, ensure it's showing status 4

How to bootstrap

  1. Close your wallet,
  2. Find and delete peers.dat file and the existing blocks/ and chainstate/ folders that are installed,
    For Mac, open Finder (just click your desktop), press cmd+shift+G, go to ~/Library/Application Support/abet
    For Windows, go to %appdata%/abet
    For Linux, go to ~/.abet
  3. After deleting peers.dat and the existing blocks/ and chainstate/ folders, download the latest official bootstrap froum our github bootstrap.zip. Inside bootstrap.zip you will find new copies of peers.dat , blocks/ and chainstate/. Copy those over to the same location as the original peers.dat file , chainstate/ and blocks/ folders.
  4. Reopen your wallet and wait for the bootstrap process to finish.

Changelog

  • [Block] Overmint corrections.
    Correct removed +1 from pre-launch commit MotoAcidic/Altbet-2.0.0.0@5cd091a
    nReward = GetBlockValue(chainActive.Height());
  • Added nBits nTime stamp for block 72k that was flagged for overminting.
  • Rework the block rewards structure to not be a switch statement.
  • Added in the input selection of either 50/100/250 to make selecting large amounts of transactions from either running a node or staking.
  • Turned zAbet automint to false and percent to 0.
  • Populated new wallets config file with addnodes.
  • Corrected Copyright.
  • Bumped Protocol / Version
  • New checkpoints

Bootstrap

https://github.com/altbet/abet/releases/download/v3.4.1.0/bootstrap.tar.gz

v3.4.0.0

21 Dec 15:51
Compare
Choose a tag to compare
abet v3