Ore/Coal mining client with expandable pool and hashing implementation support.
Ubuntu
sudo apt-get update && sudo apt-get install -y dotnet-sdk-8.0
git clone https://github.com/SL-x-TnT/OrionClient.git
cd OrionClient && dotnet publish -o Build
./Build/OrionClient
https://github.com/SL-x-TnT/OrionClient/releases
- Standalone versions do not require net8 runtime to be installed
Ubuntu
sudo apt-get update && sudo apt-get install -y dotnet-runtime-8.0
Windows https://dotnet.microsoft.com/en-us/download/dotnet/8.0