The server works with:
- ZEROMQ message system
- Google protobuf protocol
- libwt database abstraction
- libwt webserver
- Postgres SQL server
How to compile primecoind:
- Build all dependencies
- Set your include paths etc. in makefile.unix
- In primeserver/src: make -f makefile.unix
How to compile webserver:
- Open Eclipse C++ project
- Configure libwt include paths etc.
- Compile
Use src/build.sh to compile the protobuf definition if needed.
Important: When starting the server for the first time use -initwtdb command line option to create all database tables.