Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update chainparams.cpp #11

Merged
merged 2 commits into from
May 21, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion TOKENOMICS.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,9 @@ The block reward begins at 300 coins and is reduced at predetermined block heigh

10% of each block reward is allocated to ongoing development and operational expenses, ensuring the network's continuous improvement and sustainability.

The developer wallet balance can be found at our explorer [here](https://explorer.cmusic.ai/address/CXy8ovMfgSMG5SYHa2nNAJZXkwEYxMa5xV).
The Operations Wallet balance can be found at our explorer [here](https://explorer.cmusic.ai/address/CSTR1CtKhCewb9VQndZSynu9euDg5i1YPo).

The Reserve Wallet balance can be found at our explorer [here](https://explorer.cmusic.ai/address/CXy8ovMfgSMG5SYHa2nNAJZXkwEYxMa5xV).

## Economic Model

Expand Down
6 changes: 3 additions & 3 deletions src/chainparams.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -175,9 +175,9 @@ class CMainParams : public CChainParams {
assert(consensus.hashGenesisBlock == uint256S("0x000000fcdb664de8b9cb710ef45ac5111d0061e5cc623d8e6582399ccb2df242"));
assert(genesis.hashMerkleRoot == uint256S("47557b9e05a5de51f1fc88170a6c2ea1bac6cc42a3d6d47cbbf473d0eaad5028"));

vSeeds.emplace_back("104.207.130.176", false);
vSeeds.emplace_back("136.244.83.62", false);
vSeeds.emplace_back("192.248.180.187", false);
vSeeds.emplace_back("165.227.189.91", false);
vSeeds.emplace_back("38.175.194.5", false);
vSeeds.emplace_back("3.80.35.169", false);

base58Prefixes[PUBKEY_ADDRESS] = std::vector<unsigned char>(1,28); // C
base58Prefixes[SCRIPT_ADDRESS] = std::vector<unsigned char>(1,122);
Expand Down