Files
xmrig-hac/package.json
DanS c94352d305 Prepare XMRig-HAC fork for public release
- Add DragonX coin and rx/hush algorithm support
- Update branding to XMRig-HAC / dragonx.is
- Update repository URLs to git.hush.is
- Replace example wallet addresses with placeholders
- Update .gitignore for build directories
- Document fork changes in README and CHANGELOG
2026-02-26 23:48:10 -06:00

24 lines
522 B
JSON

{
"name": "xmrig",
"version": "3.0.0",
"description": "RandomX, CryptoNight and Argon2 miner",
"main": "index.js",
"directories": {
"doc": "doc"
},
"scripts": {
"build": "node scripts/generate_cl.js"
},
"repository": {
"type": "git",
"url": "git+https://git.hush.is/dragonx/xmrig-hac.git"
},
"keywords": [],
"author": "",
"license": "GPLv3",
"bugs": {
"url": "https://git.hush.is/dragonx/xmrig-hac/issues"
},
"homepage": "https://git.hush.is/dragonx/xmrig-hac#readme"
}