/DigitalNote-2

SatoshiCore version of the famous/renowned DigitalNote blockchain

Primary LanguageC++MIT LicenseMIT

DigitalNote [XDN] 2014-2018 (CryptoNote Base), 2018-2022 (Current) integration/staging tree

http://www.digitalnote.org

http://www.digitalnote.org

What is the DigitalNote [XDN] Blockchain?

To save on space and instructions please check out our ► WHITEPAPER.

Support Contact

Developer Discord can be found here

Changes

Please check the Changelog for full information.

Specifications and General info

DigitalNote uses

* libsecp256k1,
* libgmp,
* Boost1.68, OR Boost1.58,  
* Openssl1.02r,
* erkeley DB 6.2.32,
* QT5.12.1,
* to compile

General Specs

* Block Spacing: 2 Minutes
* Stake Minimum Age: 15 Confirmations (PoS-v3) | 30 Minutes (PoS-v2)
* Port: 18092
* RPC Port: 18094

BUILD MacOS

Please check the build-osx for full instructions.

BUILD Windows

Please check the build-msw for full instructions.

BUILD Linux

Please check the build-lnx for full instructions.

License

DigitalNote [XDN] is released under the terms of the MIT license. See COPYING for more information or see https://opensource.org/licenses/MIT.

Development Process

The master branch is regularly built and tested, but is not guaranteed to be completely stable. Tags are created regularly to indicate new official, stable release versions of DigitalNote [XDN].

The Developer Team Discord should be used to discuss complicated or controversial changes before working on a patch set.

Testing

Developers work in their own trees, then submit pull requests when they think their feature or bug fix is ready.

The patch will be accepted if there is broad consensus that it is a good thing. Developers should expect to rework and resubmit patches if they don't match the project's coding conventions (see doc/coding.txt) or are controversial.

Testing and code review is the bottleneck for development; we get more pull requests than we can review and test on short notice. Please be patient and help out by testing other people's pull requests, and remember this is a security-critical project where any mistake might cost people lots of money.

The master branch is regularly built and tested, but is not guaranteed to be completely stable. Tags are regularly created to indicate new stable release versions of DigitalNote.

Manual Quality Assurance (QA) Testing

Changes should be tested by somebody other than the developer who wrote the code. This is especially important for large or high-risk changes. It is useful to add a test plan to the pull request description if testing the changes is not straightforward.