Minimal rebrand (see compliant-rebrand branch for full rebrand): - Rename binaries: hushd/hush-cli/hush-tx → dragonxd/dragonx-cli/dragonx-tx - Default to DRAGONX chain params without -ac_* flags (randomx, blocktime=36, private=1) - Update configure.ac: AC_INIT([DragonX],[1.0.0]) - Update client version string and user-agent to /DragonX:1.0.0/ - Add chainparams.cpp with DRAGONX network parameters - Update build.sh, miner.cpp, pow.cpp for DragonX - Add bootstrap-dragonx.sh utility script - Update .gitignore for release directory Share single RandomX dataset across all mining threads: - Add RandomXDatasetManager with readers-writer lock, reducing RAM from ~2GB per thread to ~2GB total plus ~2MB per thread for the VM scratchpad - Add LogProcessMemory() diagnostic helper for Linux and Windows
23 lines
510 B
JSON
23 lines
510 B
JSON
[
|
|
{
|
|
"ac_name": "HUSH3",
|
|
"ac_sapling": "1",
|
|
"ac_founders": "1",
|
|
"ac_reward": "0,1125000000,562500000",
|
|
"ac_end": "128,340000,5422111",
|
|
"ac_blocktime": "150",
|
|
"ac_supply": "6178674",
|
|
"ac_halving": "129,340000,840000",
|
|
"ac_cc": "2",
|
|
"ac_cclib": "hush3",
|
|
"ac_ccenable": "228,234,235,236,241",
|
|
"ac_perc": "11111111",
|
|
"ac_eras": "3",
|
|
"ac_script": "76a9145eb10cf64f2bab1b457f1f25e658526155928fac88ac",
|
|
"clientname": "DragonX",
|
|
"addnode": [
|
|
"1.1.1.1"
|
|
]
|
|
}
|
|
]
|