Title: [XPM] mining Primecoin on openSUSE Post by: ritze on July 21, 2013, 08:12:58 AM There are some very usefull gides about how to compile primcoind or the high performance version of mikaelh on Ubuntu like
https://bitcointalk.org/index.php?topic=259022.0 or https://bitcointalk.org/index.php?topic=252944.0 However in Europe/Germany many people use SuSe or the free openSUSE distribution. Here are the instructions how to compile mikaelhs client on openSUSE. If you are not root please use the command "su" to change the user. Code: su On openSUSE prior 12.3 it is more difficult to install libminiupnpc-devel. You will get an error like "net.cpp:19:32: fatal error: miniupnpc/miniwget.h: No such file or directory". If so please use Code:
Of course you can use primcoind as root. However I do not suggest this. I prefer a own user. Code: useradd -m primecoin On first run you will have to create a configuration file /home/primecoin/.primecoin/primecoin.conf Code: rpcuser=primecoinrpc Than start it again and watch the log with something like Code: tail -f /home/primecoin/.primecoin/debug.log This is the way how it works for me. HTH. |