Gulden is our money |
|
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.
If you are thinking about contributing toward the development of Gulden in some capacity whether small or large, code or translating; Please read this guide first for information on how to do so.
- PoW² whitepaper; PoW² activation
- Transaction format
- Account system
- Accelerated testnet
- Official testnet
Connect with the community through one or more of the following:
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: | 10 NLG | |
Block reward witness: | 40 NLG | |
Block interval target: | 300 seconds (5 minutes) | Configurable |
Difficulty adjustment period: | Every block | Every block |
Difficulty adjustment algorithm: | Delta | Delta |
Total coins to be minted over time: | 1971M | - |
P2P Port | 9241 | 9243 |
RPC Port | 9242 | 9244 |
P2P Network Header | f7fefce0 | 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 |
Community block explorer | https://blockchain.gulden.com | - |
Community block explorer | https://gulden.network | - |
DNS Seed 1 | seed1.gulden.com | - |
DNS Seed 2 | seed2.gulden.com | - |