Skip to content

Releases: modcrypto/brofist

Brofist Wallet 1.0.2.13

24 Jul 11:49
6ef2a9c
Compare
Choose a tag to compare
  • enabled IPv6 masternode
  • disable banned list until block 120000.

Brofist Wallet

03 Jun 23:27
3ff05d7
Compare
Choose a tag to compare
  • Update new checkpoint.
  • Fixed block stop
  • Fixed some blockchain security issues.
  • Add Brofist CLI Binary for Linux Ubuntu 18.04 64 bit
  • Add Brofist QT and CLI Binary for Windows 64 bit.

Brofist Wallet

29 May 19:01
aa68eb2
Compare
Choose a tag to compare

Bug fixed: Masternode Payment error.

Brofist Community Wallet

14 May 16:03
1ebca9f
Compare
Choose a tag to compare

The soft-fork process for Brofist will start at block# 56000.
For more information, please visit http://www.brofist.online/

  • fixed: Incorrect Masternode Payment Reward Calculator
  • 1.0.2.9: Wallet QT-GUI Overview Information updated
  • 1.0.2.10 Disable DevFundPayment to fixed generated block issue.
    This function cannot be implemented.

Updating

  1. Download new wallet binary for your system.
  2. Stop old wallet
  3. Replace binary file.
  4. Edit brofist.conf by removing all addnode.
  5. delete files
    banlist.dat, peers.dat, mncache.dat, mnpayments.dat, netfulfilled.dat, governance.dat, fee_estimates.dat
  6. run the brofist wallet

If your brofist wallet cannot sync or you are on the wrong chain.

  1. stop the brofist wallet
  2. download the blockchain data https://github.com/modcrypto/brofist/releases/download/1.0.2.10/brofist.blockchain.data.zip
  3. delete folder "blocks" and "chainstate" in BroFistCore data folder.
  4. unzip brofist.blockchain.data.zip and copy folder "blocks" and "chainstate" to BroFistCore data folder.

Update new GUI Wallet

13 Apr 06:27
5c37281
Compare
Choose a tag to compare
  • QT Wallet In this release supports only win32 wallet.
    -- Clean and remove unused images/icons files that the whole size is reduced 2 MB.

  • brofistmaster_ubuntu.1.1.tar.gz
    -- Brofist Core that supports multiple masternodes with single VPS IPaddress.

Wallet Screen

Fix error seednodes and blockchain.

03 Apr 11:51
625e0a3
Compare
Choose a tag to compare

Warning! Brofist64-qt has a high cpu load issue. Please use Brofist32-qt.
Compiled with this modified code:

 nMaxTipAge = 1.0 * 60 * 60; // fixed error
 vSeeds.push_back(CDNSSeedData("brofist.network", "80.64.131.245"));
 vSeeds.push_back(CDNSSeedData("brofist.network", "80.64.131.246"));
 vSeeds.push_back(CDNSSeedData("brofist.network", "176.57.208.60"));
 vSeeds.push_back(CDNSSeedData("brofist.network", "176.57.208.151"));

brofist_blockchain_24176.zip contains 1 - 24176 blocks.