diff --git a/website_example/pages/getting_started.html b/website_example/pages/getting_started.html index 19c0ed1..86ee510 100644 --- a/website_example/pages/getting_started.html +++ b/website_example/pages/getting_started.html @@ -39,7 +39,6 @@
"pools": [
- {
- "url": "POOL_HOST:PORT",
- "user": "YOUR_WALLET_ADDRESS",
- "pass": "YOUR_WORKER_NAME"
- "keepalive": true,
- "nicehash": false,
- "variant": "!msr",
- "algo": ""
- }
-],
+ ./SRBMiner-MULTI \
+ --disable-gpu \
+ --algorithm randomx \
+ --pool POOL_HOST:PORT \
+ --wallet YOUR_WALLET_ADDRESS \
+ --password YOUR_WORKER_NAME
"pools": [
- {
- "url": "POOL_HOST:PORT",
- "user": "YOUR_WALLET_ADDRESS",
- "pass": "YOUR_WORKER_NAME"
- "keepalive": true,
- "nicehash": false
- "variant": "!msr",
- "algo": ""
- }
-],
+ "pool_address" : "POOL_HOST:PORT",
+"wallet_address" : "YOUR_WALLET_ADDRESS",
+"pool_password" : "YOUR_WORKER_NAME",
+"use_nicehash" : false,
+"currency" : "cryptonight_r",