Skip to content

Designed to bring joy, humor, and engagement to the crypto community. Built on a decentralized, community-driven ecosystem, BonkCoin aims to combine the fun of memes with the innovation of blockchain.

License

Notifications You must be signed in to change notification settings

CryptoDevelopmentServices/Bonkcoin-core

 
 

Repository files navigation

Bonkcoin

Bonkcoin Core [BONC, B]

Select language: EN | CN | PT | FA | VI | FR | JA | DE

Bonkcoin is a community focused cryptocurrency created by one of the original Dogecoin shibes from 2013. It was created for one purpose, to create a new and fun community just like the original Dogecoin community.

Unlike all iterations before it, Bonkcoin is a layer 1 coin. This means there are no liquidity pools to drain, no blacklisting wallets, and no confusing smart contracts. Bonkcoin is a simple blockchain.

The Bonkcoin Core software allows anyone to operate a node in the Bonkcoin blockchain networks and uses the Scrypt hashing method for Proof of Work. It is adapted from Dogecoin Core, Bitcoin Core, and other cryptocurrencies.

For information about the default fees used on the Bonkcoin network, please refer to the fee recommendation.

Website: bonkscoin.io

Dogecoin Differences

Bonkcoin is a fork of Dogecoin. For the sake of familiarity, we will attempt to keep Bonkcoin similar to Dogecoin.

Changes:

Usage 💻

To start your journey with Bonkcoin Core, see the installation guide and the getting started tutorial.

The JSON-RPC API provided by Bonkcoin Core is self-documenting and can be browsed with bonkcoin-cli help, while detailed information for each command can be viewed with bonkcoin-cli help <command>. Alternatively, see the Bitcoin Core documentation - which implement a similar protocol - to get a browsable version.

### Block Rewards Distribution
 

Starting Block End Block Rewards
1 49,999 500,000
50,000 99,999 250,000
100,000 149,999 125,000
150,000 199,999 62,500
200,000 249,999 31,250
250,000 299,999 15,625
300,000 unlimited supply 10,000

Ports

Bonkcoin Core by default uses port 14327 for peer-to-peer communication that is needed to synchronize the "mainnet" blockchain and stay informed of new transactions and blocks. Additionally, a JSONRPC port can be opened, which defaults to port 15612 for mainnet nodes. It is strongly recommended to not expose RPC ports to the public internet.

Function mainnet testnet regtest
P2P 14327 44874 18444
RPC 15612 44873 18332

Ongoing development 💻

Bonkcoin Core is an open source and community driven software. The development process is open and publicly visible; anyone can see, discuss and work on the software.

Main development resources:

  • GitHub Projects is used to follow planned and in-progress work for upcoming releases.
  • GitHub Discussion is used to discuss features, planned and unplanned, related to both the development of the Bonkcoin Core software, the underlying protocols and the BONC asset.

Version strategy

Version numbers are following major.minor.patch semantics.

Branches

There are 3 types of branches in this repository:

  • master: Stable, contains the latest version of the latest major.minor release.
  • maintenance: Stable, contains the latest version of previous releases, which are still under active maintenance. Format: <version>-maint
  • development: Unstable, contains new code for planned releases. Format: <version>-dev

Master and maintenance branches are exclusively mutable by release. Planned releases will always have a development branch and pull requests should be submitted against those. Maintenance branches are there for bug fixes only, please submit new features against the development branch with the highest version.

Contributing 🤝

If you find a bug or experience issues with this software, please report it using the issue system.

Please see the contribution guide to see how you can participate in the development of Bonkcoin Core. There are often topics seeking help where your contributions will have high impact and get very appreciation.

Communities 🐸

You can join the communities on different social media. To see what's going on, meet people & discuss, find the latest meme, learn about Bonkcoin, give or ask for help, to share your project.

Here are some places to visit:

Future Plan

  • More marketing
  • More development
  • Everything need to make BonkCoin to the moon

Frequently Asked Questions ❓

Do you have a question regarding Bonkcoin? An answer is perhaps already in the FAQ or the Q&A section of the discussion board!

License ⚖️

Bonkcoin Core is released under the terms of the MIT license. See COPYING for more information or see opensource.org

About

Designed to bring joy, humor, and engagement to the crypto community. Built on a decentralized, community-driven ecosystem, BonkCoin aims to combine the fun of memes with the innovation of blockchain.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 63.6%
  • Python 15.4%
  • C 15.0%
  • M4 2.6%
  • Makefile 1.3%
  • Shell 0.7%
  • Other 1.4%