Skip to content

Configuration

Hüseyin Uslu edited this page Sep 2, 2014 · 68 revisions

Support & Issues

Do not create issue reports over our project page if you can't get it working. Please only use issues page for actual bugs & feature requests.

If you can't get it working, try support methods here and remember that we also provide paid support & consulting services.

Introduction

This guide will help you get through configuring CoiniumServ server and getting it working. If you have still not installed it on your system, start by reading our getting started guide. This guide assumes you already completed the steps related to getting the project & compiling.

Configuration files

Once you got the project compiled, you have to first arrange configuration files.

Locating configuration files

Let's assume that you have downloaded CoiniumServ to

/home/bonesoul/Desktop/CoiniumServ

Your config files will exist in one of the following locations based on the mode you compiled the project;

/home/bonesoul/Desktop/CoiniumServ/bin/Debug/config
/home/bonesoul/Desktop/CoiniumServ/bin/Release/config

Global configuration

First we have copy config-example.json as config.json

cd /home/bonesoul/Desktop/CoiniumServ/bin/Debug/config
cp config-example.json config.json

Then we have to open config.json with your favorite text editor (gedit, vim, pico etc..) and change it according to our needs.

Clone this wiki locally