-
Notifications
You must be signed in to change notification settings - Fork 496
Getting Started
CoiniumServ is an platform-agnostic software which can either run over mono or .net. To get CoiniumServ running, all you have to do is ensuring you do have either mono or .net installed on your system;
Once you do have either mono/.net installed, you can then run CoiniumServ. You have basically two options; compiling from source or using a binary distribution.
Our binary distributions can work on any platform including Windows, Linux and MacOS. You can purchase a binary distribution over here to support the project.
Once you download the package, extract the contents to a suitable folder;
Then you can simply run the CoiniumServ.exe
Then you have to configure the server to get it working.
If you like you can get the sources of the project and compile yourself.
git clone https://github.com/CoiniumServ/CoiniumServ.git
cd CoiniumServ
git submodule init
git submodule update
Once you got the sources, follow the appropriate guide below;
Then you have to configure the server to get it working.