The easy Solo mining Guide in 3 steps: 1) make a crebel.conf file: Windows: Make a new text file and name it crebel.conf \AppData\Roaming\crebel\crebel.conf ubuntu: /.crebel/crebel.conf 2) write this in your crebel.conf file:
How to compile qt wallet daemon on Ubuntu from DEV github source? Most important parts to your work are libs sudo apt-get install build-essential libtool autotools-dev automake pkg-config libssl-dev libevent-dev bsdmainutils sudo apt-get install libboost-system-dev…
Follow these step to start daemon wallet of DashX coin git clone https://github.com/DashX-Official/DASHX-Core-Source-v.1.0 sudo apt-get install build-essential libtool autotools-dev automake pkg-config libssl-dev libevent-dev bsdmainutils sudo apt-get install libboost-system-dev libboost-filesystem-dev libboost-chrono-dev libboost-program-options-dev libboost-test-dev libboost-thread-dev sudo apt-get install…