If you want to contribute to SaladBind, please read our contributing guide.
About
Features
Installation
Configuration
Miner Setup Guide
Compiling
This application is not affiliated with Salad Technologies. It is made by Vukky Limited, for the entire Salad community.
BIND-ing the good features from other projects together! (and fucking nuke the bad ones)
It's like if CLI and CLI+ had a baby: Switch between miners, pools, and algorithms with ease using a fancy UI and some brand-new extras, like an interactive configuration editor built right in to the program; no website needed!
And the best part: It's open-source! We also never use your token, except for once in the configuration process. Using your token, you are able to get your Rig ID automatically! Once you've done that, never again. You will never have to enter your token again, and we don't store it either! But you don't have to give your token, you can let SaladBind scan for your Rig ID or enter your Rig ID manually too! Security first!
Oh, and did we mention the insane data savings? SaladBind downloads miners on demand, so there's no need to download 460MB of miners that you'll never use, and you don't have to install Python, Java, or anything else on your computer. Just download SaladBind, and you're good to go - it's only 40-50MB!
Oh and one last thing, did we mention it's not-for-profit? We don't any have hidden fees and pools. We will never take any of your hard-earned money from you.
Welcome to the next generation of Salad CLIs!
- 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, 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
Head to our GitHub Releases page, download the latest release for your operating system, and just run it if you're on Windows. BUT KEEP READING! (see below for macOS and Linux)
If you are on macOS or Linux, please note that these platforms are untested and you may encounter bugs.
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
./saladbind-macos
chmod +x ./saladbind-linux
./saladbind-linux
SaladBind does not, by default, support Windows 7. Only use these steps if you know what you are doing.
However, you can make a bat file with Notepad in the same location as SaladBind to allow it to run, and use it to open SaladBind instead of the exe.
set NODE_SKIP_PLATFORM_CHECK="1"
saladbind-win
Once you start SaladBind for the first time, it'll prompt you to enter your mining details.
You can do this by letting SaladBind search your log file, enter your Salad Auth token, which grabs your Rig ID automatically, or enter your Rig ID manually.
SaladBind will search your Salad's log file for your Rig ID and save it automatically.
- 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. It is recommended to use a Chromium-based browser like Google Chrome or the new Microsoft Edge. To get your access token follow these steps:
- Log in to https://app.salad.io/
- 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)
- 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 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)
You are now ready to go!
If you don't know what miner, algorithm or pool to pick, we have a handy guide.
If you don't want to use our pre-compiled binaries you can 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 binary will be in the
bin
folder