Skip to content
This repository has been archived by the owner on Feb 24, 2024. It is now read-only.

Miner Details Configuration

EvadeMaster edited this page Dec 10, 2022 · 1 revision

Once you start UnstableBind for the first time, it will ask you if you want to enable Discord Rich Presence.

Then, it'll prompt you to enter your mining details.

You can do this by letting UnstableBind search your log file, entering your Salad Auth token, or enter your Rig ID manually.

Automatic (Read from Salad logs)

⚠️ You'll have to use Salad 0.5.6 UnstableBind will search your Salad's log file for your Rig ID and save it automatically.

  1. Make sure that "Override GPU Compatibility Detection" is enabled in your Salad settings. If this is disabled, Salad might not log your Prohashing details.
  2. Start mining with the Salad app normally for 5-15 minutes (the "Chopping" stage)
  3. Choose Automatic on UnstableBind (Read from Salad logs)

Automatic (Get with Salad Auth token)

You will be prompted to enter your access token. To get your access token, log in to https://salad.com/store and follow these steps depending on your browser:

Chromium and derivatives (Recommended)

  1. Click the lock symbol in the address bar
  2. Open Cookies and uncollapse app-api.salad.io
  3. Look for sAccessToken and copy it (right click and click Select all as it is very long) image
  4. Paste the token into the terminal (on Windows, right-click in the UnstableBind window to paste)

Firefox (Recommended)

This method will not work at all if Total Cookie Protection is enabled, Learn about it here!

  1. Go to browser privacy settings
  2. Set Browser Privacy to Custom and set Cookies to Cross-site tracking cookies ⚠️ You may need to log in to Salad again! image
  3. Go to app-api.salad.io/api/v1/profile/referral-code
  4. Open the devtools by pressing F12 or right-click and select Inspect
  5. Click on Storage and make sure that Cookies is uncollapsed image
  6. Double click the value box next to sAccessToken and copy it
  7. Paste the token into the terminal (on Windows, right-click in the UnstableBind window to paste)
  8. Go to browser privacy settings and set Browser Privacy to Standard

Manual

⚠️ Salad 1.0 no longer gives the required IDs to mine with Nicehash and Ethermine in the logs, you'll have to use Salad 0.5.6 to get the IDs required for these pools.

This method is the most consistent and reliable.

  1. Start mining with the Salad app normally, if you have already been mining for over ~3h you need to restart Salad
  2. Mine for around 5-15 minutes (the "Chopping" stage)
  3. Find your Salad logs. A guide can be found here
  4. Search for "rig ID" in the main.log file and copy it. Both the Ethermine worker ID and NiceHash rig ID are supported
  5. Paste the Rig ID into the terminal (on Windows, right-click in the UnstableBind window to paste) Next, look for a line in the logs that looks like
    PhoenixMiner.exe -rmode 0 -rvram 1 -log 0 -pool stratum+tcp://prohashing.com:3339 -pool2 stratum+tcp://eu.prohashing.com:3339 -wal salad -pass o=006a68e5-c33c-40f0-9531-fb216829612f,n=006a68e5-c33c-40f0-9531-fb216829612f
    Copy the part after o= until the ,n= as demonstrated here: 006a68e5-c33c-40f0-9531-fb216829612f
  6. Paste the Prohashing id into the terminal (on Windows, right-click in the UnstableBind window to paste)

If you don’t want to use the Prohashing pool, you can skip steps 6 & 7
However, using the Prohashing pool is recommended when possible.

You are now ready to go!