Jump to content

Ubuntu Wallet (?) + mining


Recommended Posts

Hey all,

I don't have much hash power (it hasn't been really profitable latetly...), but it can be helpful to keep the network stable. I'm not planning on profiting from the mining, but is it desired at first place?:ph34r:

However I'm really a newby so I need some help to get things running. For now I use the Minergate pool, where solidar and Freicoin are not included. I recently tried to get the p2pool running, but I had problems seeting the Freicoin wallet and I have no idea of how to set the Solidar wallet. 

I'm using a Ubunto 16.11

Thanks fedde for the tutorial: 

 

Link to post
Share on other sites

If you want to install solidar its quite simple:

1. download git repository

git clone https://github.com/solidar/solidar.git

2. install the necessary dependencies

sudo apt-get install build-essential libboost-all-dev libcurl4-openssl-dev libdb-dev libdb++-dev libminiupnpc-dev libmpfr-dev libgmp-dev libssl-dev 

4. Then cd to the solidar/src folder and compile the deamon (headless non-gui version).

sudo make -f makefile.unix USE_UPNP=-

5. Then try to run the client:

./solidard &

6. The & is to start the deamon in the background, so you can always contact it from the same terminal.

./solidard getinfo

7. to install the qt-version please see https://github.com/wincev/SOLIDAR/blob/master/doc/readme-qt.rst

I only did it once, so i can give no step to step to that.

If there are still problems, please ask (freicoin should be installed the same way).

Rik

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...