If you're still crypto mining, you should probably stop. If you're still crypto mining to a Salad account, you should definitely stop.
If you insist on still mining through Salad, UnstableBind is a more updated fork of this application.
This application is not affiliated with Salad Technologies.
There is no support for this application anywhere. You can view an archive of the wiki FAQ, or use argument -d
to debug.
SaladBind is abandoned, nobody works on it.
Features
Installation
Configuration
Miner Setup Guide
Compiling
- Switch between miners, pools, and algorithms
- Shows only miners and algorithms that are supported by your GPU
- Easy to use interface
- Built-in configuration editor
- Automatic updates for the miners and the app itself
- Three methods of setting up SaladBind: scanning for the Rig ID, getting it from your Salad Auth token, and entering your Rig ID manually
- Discord Rich Presence
- No extra programs needed
- Set advanced miner arguments
- Save your advanced miner arguments
- Immediately restart mining with old settings using a command line argument.
If my pre-compiled executables don't work for whatever reason, compile the repo yourself. If they do work, you should probably compile it yourself anyway.
Download the saladbind-win.exe
from GitHub Releases.
Download the saladbind-macos
/saladbind-linux
file from GitHub Releases. For these platforms, you'll need to run SaladBind from the terminal, due to how SaladBind works. If you need help with using the terminal, don't be afraid to Google a bit - you'll have to use cd
to be in the same folder that SaladBind is in.
Use these commands to start SaladBind, for macOS or Linux respectively:
chmod +x ./saladbind-macos # You only need to run this once
./saladbind-macos
chmod +x ./saladbind-linux # You only need to run this once
./saladbind-linux
Once you start SaladBind 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 SaladBind search your log file, entering your Salad Auth token, or enter your Rig ID manually.
This method is the most convenient. SaladBind will search your Salad's log file for your Rig ID and save it automatically.
- Make sure that "Override GPU Compatibility Detection" is enabled in your Salad settings. If this is disabled, Salad might not log your Prohashing details.
- Start mining with the Salad app normally for 5-15 minutes (the "Chopping" stage)
- Choose Automatic on SaladBind (Read from Salad logs)
You will be prompted to enter your access token. To get your access token, log in to https://app.salad.io/ and follow these steps depending on your browser:
- Click the lock symbol in the address bar
- Open
Cookies
and uncollapseapp-api.salad.io
- Look for
sAccessToken
and copy it (right click and clickSelect all
as it is very long) - Paste the token into the terminal (on Windows, right-click in the SaladBind window to paste)
This method stopped working for me, I suggest just using the log method.
- Go to app-api.salad.io/api/v1/profile/referral-code
- Open the devtools by pressing F12
- Click on
Storage
and make sure thatCookies
is uncollapsed - Double click the value box next to
sAccessToken
and copy it - Paste the token into the terminal (on Windows, right-click in the SaladBind window to paste)
This method is the most consistent and reliable.
- Start mining with the Salad app normally, if you have already been mining for over ~3h you need to restart Salad
- Mine for around 5-15 minutes (the "Chopping" stage)
- Find your Salad logs. A guide can be found here
- Search for "rig ID" in the main.log file and copy it. Both the Ethermine worker ID and NiceHash rig ID are supported
- Paste the Rig ID into the terminal (on Windows, right-click in the SaladBind 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 aftero=
until the,n=
as demonstrated here:006a68e5-c33c-40f0-9531-fb216829612f
- Paste the Prohashing id into the terminal (on Windows, right-click in the SaladBind 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!
If you don't know what miner, algorithm or pool to pick, see the handy guide.
SaladBind offers some command line arguments.
-d
for dumping debug data-l
for starting mining with the latest settings
You can and should compile SaladBind yourself. You'll need to install Node.js.
- Clone the repository
- Open a terminal in the folder and run
npm install
- Run
npm run compile
(This may display a warning, but it's safe to ignore it) - Your compiled binaries will be in the
bin
folder