The name "Flopcoin" is an homage to the "Floptropica" meme community and thus is considered a memecoin. Beyond being just a store of value or a digital currency, we hope to integrate Flopcoin into a tipping platform that spans across all social media services to allow rewarding your favorite content creators.
The Flopcoin Core software allows anyone to operate a node in the Flopcoin blockchain network and use 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 Flopcoin network, please refer to the [fee recommendation](doc/fee-recommendation.md).
Website: http://flopcoin.net/
Flopcoin is a fork of Dogecoin. For the sake of familiarity, we will attempt to keep Flopcoin similar to Dogecoin.
Changes:
-
Addresses start with
F
instead ofD
-
GUI themed for Flopcoin
-
Coin Name : Flopcoin
-
Coin ticker : FLOP
-
Algorithm : Scrypt
-
Block Time : 60 seconds
-
Default Port : 32552
-
Explorer 1 : https://explorer.flopcoin.net
-
github : https://github.com/Flopcoin/Flopcoin
To start your journey with Flopcoin Core, see the installation guide and the getting started tutorial.
The JSON-RPC API provided by Flopcoin Core is self-documenting and can be browsed with flopcoin-cli help
, while detailed information for each command can be viewed with flopcoin-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 | 99,999 | 500,000 |
100,000 | 199,999 | 250,000 |
200,000 | 299,999 | 125,000 |
300,000 | 399,999 | 62,500 |
400,000 | 499,999 | 31,250 |
500,000 | 599,999 | 15,625 |
600,000 | unlimited supply | 10,000 |
Running a Full Node
Running a full node helps contribute to the Flopcoin network's security and decentralization by relaying data to other nodes and verifying transactions. If you would like to run a full node, simply download the Flopcoin Core wallet, let the blockchain fully sync, and ensure your network has port 32552 forwarded to allow incoming connections.
Default Port | 32552 |
Flopcoin 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 Flopcon Core software, the underlying protocols and the FLOP asset.
Version numbers are following major.minor.patch
semantics.
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.
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 Flopcoin Core. There are often topics seeking help where your contributions will have high impact and get very appreciation.
You can join the communities on different social media. To see what's going on, meet people & discuss, find the latest meme, learn about Flopcoin, give or ask for help, to share your project.
Here are some places to visit:
- Securing the network with more mining pools
- Getting Flopcoin listed on popular exchanges
- Implementing a content creator tipping platform using Flopcoin as payment.
- Anything the community is interested in!
Do you have a question regarding Flopcoin? An answer is perhaps already in the FAQ or the Q&A section of the discussion board!
Flopcoin Core is released under the terms of the MIT license. See COPYING for more information or see opensource.org