Where can I cat a full guide how to compile and run my own pool? I have some good server which will perfectly fit this task. I have ubuntu 14.04.
When I type "make -f makefile.unix" I get
PrimeBetaPool$ make -f makefile.unix
make: *** No rule to make target `build/skein.o', needed by `coinshield_prime'. Stop.
I tried to comment out "skein.o" in the makefile and get another error:
crt1.o: In function `_start':
(.text+0x20): undefined reference to `main'
Devs, please, post some instructions to let others make mining stable by increasing pool count
For starters it looks like you are using the wrong makefile. coinshield_prime is the CPU miner (and not even the latest makefile as it has been renamed now).
You're asking for help with how to run a pool, yet you have made no posts on this forum in 3 years until now, have had no input into the nexus project, and are not in slack where all of the development team and other pool operators converse daily. I am more than happy to help most people with compile problems if they are not familiar with linux or compiling code, but if you seriously want to run a pool then you should at least be able to work out how to compile the source code yourself. I would also hope you have the ability to read/understand the code, so that you can debug problems for you miners if they arise. So if you are serious about running a pool, email
preston@nexusoft.io for a slack invite, come into slack and introduce yourself.
Also, what hardware specification is your server? Does it have a fixed IP address (and if so what is it)? Are you planning on contributing any development time to the project?