Add DRAGONX randomx support #1

Open
opened 2 years ago by duke · 3 comments
duke commented 2 years ago
Owner

Add support for our flavor of randomx (DRAGONX and all Hush Smart Chains share the same "spices" to make our flavor, except they all have a unique Argon salt). This issue will track support specifically for DRAGONX. It will be trivial to add support for other randomx HSC's if/when they exist.

Add support for our flavor of randomx (DRAGONX and all Hush Smart Chains share the same "spices" to make our flavor, except they all have a unique Argon salt). This issue will track support specifically for DRAGONX. It will be trivial to add support for other randomx HSC's if/when they exist.
Poster
Owner

Correction, all HSC's use the same Argon salt "RandomXHUSH\x03", they use different initial RandomX block keys, based on their -ac_name. This means any Hush Smart Chain that is launched with RandomX PoW can use exactly the same xmrig code, unless they make changes to our randomx configuration.h params.

Correction, all HSC's use the same Argon salt "RandomXHUSH\x03", they use different initial RandomX block keys, based on their -ac_name. This means any Hush Smart Chain that is launched with RandomX PoW can use exactly the same xmrig code, unless they make changes to our randomx configuration.h params.
Poster
Owner

Docs to build from source are here:

https://xmrig.com/docs/miner/build

Docs to build from source are here: https://xmrig.com/docs/miner/build
Poster
Owner

To compile on Linux:

git clone https://git.hush.is/hush/xmrig
cd xmrig
git checkout dragonx
mkdir build && cd scripts/ && ./build_deps.sh && cd ../build && cmake .. -DXMRIG_DEPS=scripts/deps
make -j4
To compile on Linux: ``` git clone https://git.hush.is/hush/xmrig cd xmrig git checkout dragonx mkdir build && cd scripts/ && ./build_deps.sh && cd ../build && cmake .. -DXMRIG_DEPS=scripts/deps make -j4 ```
Sign in to join this conversation.
No Label
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date

No due date set.

Dependencies

This issue currently doesn't have any dependencies.

Loading…
There is no content yet.