All code, binaries and other assets in this repository are subject to The GNU Lesser General Public License v3 except where explicitely stated otherwise.
master
branch tracks the current public release; is generally updated only for each release (with accompanying tag) and very occasionally for minor documentation or other commits. If all you want is to build/track the current version of the sofrware than use the master
branch.
develop
branch tracks current major development branch
This is where most development that will go into the next major release is always taking place (feature branches are merged into here) and is linked in the table at the top of this README as the dev branch
. For development changes you will generally want to work on this branch.
Major features are worked on in temporary feature branches until they can be merged back into one of the development branches.
The currently most active branch, where most development that will go into the next major release is taking place is linked in the table at the top of this README as the dev branch
and may be updated as development mandates seperate branches, for development changes you will generally want to work on this branch.
Old versions that are still maintained get their own version branch e.g. there might be 2.4_development
even if we are already on 3.x
development series
If you are thinking about contributing toward the development of Munt in some capacity whether small or large, code or translating; Please read this guide first for information on how to do so.
Connect with the community through one or more of the following:
Website ◾ Slack ◾ Twitter ◾ Facebook ◾ Meetup ◾ Reddit ◾ IRC
The latest binaries and installers can be found here for all platforms, including raspbian.
Binaries for both the UI as well as the daemon and command line interface for multiple architectures.
For those who really need too or are technically inclined it is of course possible to build the software yourself. Please read the build instructions before attempting to build the software and/or seeking support.
Technical specifications | Main network | Testnet | |
---|---|---|---|
Consensus algorithm: | PoW² SIGMA/Witness | PoW² SIGMA/Witness | |
Recommended transaction confirmations: | 2 | 2 | |
Block reward SIGMA: | 75 (10 | 65) MUNT | 1000 MUNT |
Block reward witness: | 15 MUNT | 20 MUNT | |
Block interval target: | 150 seconds (2.5 minutes) | Configurable | |
Difficulty adjustment period: | Every block | Every block | |
Difficulty adjustment algorithm: | Delta | Delta | |
Total coins to be minted over time: | 750M | - | |
P2P Port | 9231 | 9923 | |
RPC Port | 9232 | 9924 | |
P2P Network Header | fcfef7e0 | Look in debug.log | |
Address version byte | 38 (G) | 65 (T) | |
P2SH version byte | 98 (g) | 127 (t) | |
BIP44 coin type | 87 0x80000057 | 87 0x80000057 | |
Infrastructure | Main network | Testnet | |
Official block explorer | https://explorer.munt.org/ | - | |
Community block explorer | https://muntbook.org/ | - | |
Community block explorer | https://munt.chainviewer.org/ | - | |
DNS Seed 1 | seed.gulden.com | - | |
DNS Seed 2 | amsterdam.gulden.com | - | |
DNS Seed 3 | rotterdam.gulden.network | - |