Skip to content
This repository has been archived by the owner on Nov 16, 2022. It is now read-only.
/ SaladBind Public archive

SaladBind fork that is no longer maintained

License

Notifications You must be signed in to change notification settings

UhhhAaron/SaladBind

Repository files navigation

This repository has reached end-of-life and is no longer maintained.

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

SaladBind is abandoned, nobody works on it.

Table of Contents

Features
Installation
Configuration
Miner Setup Guide
Compiling

Features

  • 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.

Installation

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.

Windows

Download the saladbind-win.exe from GitHub Releases.

macOS and Linux

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

Configuration

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.

Automatic (Read from Salad logs) (Recommended)

This method is the most convenient. SaladBind 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 SaladBind (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://app.salad.io/ and follow these steps depending on your browser:

Chromium and derivatives

  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)
  4. Paste the token into the terminal (on Windows, right-click in the SaladBind window to paste)

Firefox (Outdated)

This method stopped working for me, I suggest just using the log method.

  1. Go to app-api.salad.io/api/v1/profile/referral-code
  2. Open the devtools by pressing F12
  3. Click on Storage and make sure that Cookies is uncollapsed
  4. Double click the value box next to sAccessToken and copy it
  5. Paste the token into the terminal (on Windows, right-click in the SaladBind window to paste)

Manual

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 SaladBind window to paste)
  6. 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
  7. 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!

Miner Setup Guide

If you don't know what miner, algorithm or pool to pick, see the handy guide.

Command line arguments

SaladBind offers some command line arguments.

  • -d for dumping debug data
  • -l for starting mining with the latest settings

Compiling

You can and should compile SaladBind yourself. You'll need to install Node.js.

  1. Clone the repository
  2. Open a terminal in the folder and run npm install
  3. Run npm run compile (This may display a warning, but it's safe to ignore it)
  4. Your compiled binaries will be in the bin folder