- 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
24 lines
522 B
JSON
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"
|
|
}
|