This repository is maintained by 👷 CI/CD, meaning only dependencies, minor features, or minor bug fixes will be made.
This application is retired and not affiliated with Salad Technologies.
The little support there is can be found at the FAQ.
If you want to contribute to UnstableBind, please read the contributing guide. Do NOT make your own UnstableBind version unless you have a good reason to!
Features
Installation
Configuration
Miner Setup Guide
Compiling
If you need support, see the SaladBind FAQ.
- 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 UnstableBind: 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 exe's 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 UnstableBind from the terminal, due to how UnstableBind 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 UnstableBind is in.
Use these commands to start UnstableBind, 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
Moved to https://github.com/validcube/UnstableBind/wiki/Miner-Details-Configuration
If you don't know what miner, algorithm or pool to pick, see the handy guide.
UnstableBind offers some command line arguments.
-d
for dumping debug data-l
for starting mining with the latest settings
You can and probably should compile UnstableBind yourself. You'll need to install Node.js. Highly recommended that you read Contributing guide before contributing
- 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