Skip to content
This repository has been archived by the owner on Feb 24, 2024. It is now read-only.
/ UnstableBind Public archive
forked from UhhhAaron/SaladBind

This forked is for fun, Based on EvadeMaster/SaladBind (vtheskeleton/SaladBind)

License

Notifications You must be signed in to change notification settings

validcube/UnstableBind

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SaladBind

Gitmoji

⚠️ Notice

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!

Table of Contents

Features
Installation
Configuration
Miner Setup Guide
Compiling

If you need support, see the SaladBind FAQ.

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

Installation

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.

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

Configuration

Moved to https://github.com/validcube/UnstableBind/wiki/Miner-Details-Configuration

Miner Setup Guide

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

Command line arguments

UnstableBind offers some command line arguments.

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

Compiling

You can and probably should compile UnstableBind yourself. You'll need to install Node.js. Highly recommended that you read Contributing guide before contributing

  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

About

This forked is for fun, Based on EvadeMaster/SaladBind (vtheskeleton/SaladBind)

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%