Dont know what hashrate is on desktop, dont know if u can se that on the precompilated miner the dev released.
Hey squashen can you tell me what steps did you take to get mining going on linux?
Thanks
I did a fresh install of ubuntu 16
in terminal i wrote
sudo apt-get update && apt-get upgrade
sudo apt-get install cmake
sudo apt-get install libboost-all-dev
sudo apt-get install git
Then downloaded the source
git clone https://github.com/leviarcoin/leviarcoin-src.git
Go to
cd leviar*
write
make
Now wait wait wait and wait and hope for no errors (i got some warnings about rules, but doesent mather.
Now ur exe files is in thebuild/release/src directory
Run first leviarcoind by typing in terminal
./leviarcoind
Wait for sync, then start simplewallet same way.