https://github.com/leosolar8/nodexa-chain-core
Consensus-layer implementation for Nodexa Chain, a PoW blockchain forked from Clore.ai. Extends KawPow → Equihash transition and integrates DarkGravityWave difficulty adjustment, ensuring ASIC resistance, GPU fairness, and secure block validation.
https://github.com/leosolar8/nodexa-chain-core
asic-resistant blockchain consensus cplusplus cryptocurrency darkgravitywave equihash gpu-computing kawpow proof-of-work
Last synced: 2 months ago
JSON representation
Consensus-layer implementation for Nodexa Chain, a PoW blockchain forked from Clore.ai. Extends KawPow → Equihash transition and integrates DarkGravityWave difficulty adjustment, ensuring ASIC resistance, GPU fairness, and secure block validation.
- Host: GitHub
- URL: https://github.com/leosolar8/nodexa-chain-core
- Owner: LEOSOLAR8
- License: mit
- Created: 2025-09-24T05:02:30.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2025-09-24T05:03:43.000Z (9 months ago)
- Last Synced: 2026-01-07T04:15:20.588Z (5 months ago)
- Topics: asic-resistant, blockchain, consensus, cplusplus, cryptocurrency, darkgravitywave, equihash, gpu-computing, kawpow, proof-of-work
- Language: C
- Homepage:
- Size: 6.37 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: COPYING
- Roadmap: roadmap/README.md
Awesome Lists containing this project
README
Clore Core
==================================
https://Blockchain.clore.ai
What is Clore?
-----------------
Clore is a blockchain used for rewarding hosting providers on clore.ai marketplace (https://clore.ai/marketplace).
License
-------
Clore Core is released under the terms of the MIT license. See [COPYING](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](https://gitlab.com/cloreai-public/blockchain/tags) are created
regularly to indicate new official, stable release versions of Clore Core.
The contribution workflow is described in [CONTRIBUTING.md](CONTRIBUTING.md).
Testing
-------
Clore Core is dedicated to ensure all new updates that are released will be thoroughly tested before entering the mainnet, this is why we have a testnet running alongside our main chain. While the testnet is running we will regularly run unit_testing that is built into Clore Core and ensure all reports come back as PASSED.
### 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.
Thank you to the Bitcoin developers.
Thank you to the Ravencoin developers.
Thank you to the Neoxa developers.