Sources of Pool GIT should be updated as well as sources of wallet.
Still can't compile Wallet on Linux (Ubuntu 16), but did some fooling around and managed to get wallet to work.
Can compile Pool, but isn't working as it should.
What are RCP port and wallet port?
"daemon": {
"host": "127.0.0.1",
"port": 18081
},
"wallet": {
"host": "127.0.0.1",
"port": 8082
Would assume they are
P2P_DEFAULT_PORT = 26967;
RPC_DEFAULT_PORT = 26968;