roto.cryptoquest.netconnect to stratum on stratum+tcp://rotowork.cryptoquest.net - currently 0% fee
- DDOS Protected
- Dedicated Virtual Server
For other pools which may still be having problems getting the daemon compiled:
The first problem which we ran into last night was that rotocoin/src/leveldb/build_detect_platform wasn't set to be executable.
This stopped the daemon from compiling.
so:
cd rotocoin/src/leveldb
chmod 777 build_detect_platform
The next issue was that there was no "obj" folder in the src folder
After that, it compiled for us.
We also had some issues with having the wrong version of boost installed.
rotocoind wants version 1.53 which isn't available in the official ubuntu package repos for ubuntu 12.04 lts (what our server is running, and what this fix should work for).
rotocoind won't run without the right version; at least, it wouldn't for us. It spat out the message that the wallet.dat was corrupt.
We had to make an unofficial package repository available and install the specific version.
This is the repo we used:
sudo add-apt-repository ppa:apokluda/boost1.53
sudo apt-get install libboost1.53
Hopefully that's helpful for some pools.
Also, if you're looking for some good ddos protection,
www.ddosdeflect.com is a good service to help protect your stratum ports.
Please come mine with us and spread the hash.