MateableCoin is a community-driven cryptocurrency. The Mateable Core 24.x software allows anyone to operate a node in the MateableCoin blockchain networks and uses the Scrypt hashing method for Proof of Work. It is adapted from Bitcoin Core and other cryptocurrencies.
Mateable Core 24.x is the first multi-algorithm (5 algorithms) currency with proof of stake. These algorithms are scrypt, yescrypt, whirlpool, ghostrider and balloon. The proof of stake system is based on Particl's PoSv3 system.
For information about the default fees used on the MateableCoin network, please refer to the fee recommendation.
Website: coin.mateable.com
To start your journey with Mateable Core 24.x, see the installation guide and the getting started tutorial.
The JSON-RPC API provided by Mateable Core is self-documenting and can be browsed with mateable-cli help
, while detailed information for each command can be viewed with mateable-cli help <command>
. Alternatively, see the Bitcoin Core documentation - which implement a similar protocol - to get a browsable version.
Mateable Core 24.x by default uses port 6969
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 6966
for mainnet nodes. It is strongly recommended to not
expose RPC ports to the public internet.
Function | mainnet |
---|---|
P2P | 6969 |
RPC | 6966 |
MateableCoin 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 Mateable Core software, the underlying protocols and the MATEABLE asset.
- [MateableCoin] subreddit](https://www.reddit.com/r/Mateable/)
- Discord
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 Mateable Core. There are often topics seeking help where your contributions will have high impact and get very appreciation. wow.
You can join the communities on different social media. To see what's going on, meet people & discuss, find the lastest meme, learn about MateableCoin, give or ask for help, to share your project.
Here are some places to visit:
Do you have a question regarding MateableCoin? An answer is perhaps already in the FAQ or the Q&A section of the discussion board!
Mateablecoin Core is released under the terms of the MIT license. See COPYING for more information or see opensource.org