Skip to content

modcrypto/brofist

 
 

Repository files navigation

Brofist Logo

BROFIST COIN - A COMMUNITY RE-DESIGNED COIN

What is BroFist?

I make this fork to look after it, and make it to be the community stable and reliable coin.

  • Maximum Supply: 31,000,000 coins
  • Algorithm: NeoScrypt
  • Type: PoW + MasterNode (Multi-Levels 1250,2500,5000,10000,20000,50000 )
  • Coin name: BroFist Coin
  • Coin abbreviation: PEW
  • Block Time Average: 120 sec
  • Block Reward: 36 PEW.
  • Block Reward Distribution: Vary by Masternode Collateral. AverageShare is Miner 70%, Masternode 30%
  • Premine: 1% (300,000 PEW, had been blocked 200,000 PEW)
  • Port P2P:11113 RPC:12454

Tools

How to Update Your Masternode

  1. Close your BroFist wallet.
  2. Download the latest version of Brofist wallet.
  3. Delete everything from the folder <USER_FOLDER>\AppData\Roaming\BroFistCore (for windows), EXCEPT wallet.dat, brofist.conf, masternode.conf and backup folder.

Sample Screen

Be extremely careful not to delete wallet.dat, or you may loose all your coins.

  1. Then you need to remove addnode that are 100% sure on the right chain to your brofist.conf file :
maxconnections=30

Please don't make maxconnections number higher than 30, or you might desync again.

  1. Open your BroFist wallet again.

Master Node Guide

License

BroFist Core is released under the terms of the MIT license. See COPYING for more information or see https://opensource.org/licenses/MIT.

Development Process

The master branch is meant to be stable. Development is normally done in separate branches. Tags are created to indicate new official, stable release versions of BroFist Core.

The contribution workflow is described in CONTRIBUTING.md.

Testing

Testing and code review is the bottleneck for development; we get more pull requests than we can review and test on short notice. Please be patient and help out by testing other people's pull requests, and remember this is a security-critical project where any mistake might cost people lots of money.

Automated Testing

Developers are strongly encouraged to write unit tests for new code, and to submit new unit tests for old code. Unit tests can be compiled and run (assuming they weren't disabled in configure) with: make check

There are also regression and integration tests of the RPC interface, written in Python, that are run automatically on the build server. These tests can be run (if the test dependencies are installed) with: qa/pull-tester/rpc-tests.py

The Travis CI system makes sure that every pull request is built for Windows and Linux, OS X, and that unit and sanity tests are automatically run.

Manual Quality Assurance (QA) Testing

Changes should be tested by somebody other than the developer who wrote the code. This is especially important for large or high-risk changes. It is useful to add a test plan to the pull request description if testing the changes is not straightforward.

About

Brofist Community Cryptocurrency

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 64.9%
  • C 16.7%
  • Python 8.6%
  • Assembly 5.1%
  • M4 1.8%
  • Makefile 1.2%
  • Other 1.7%