Hi,
I've managed to get pool mining working on maxcoinpool.com, running it from a cmd prompt and all is well, I connect with:
minerd -a keccak -o stratum+tcp://maxcoinpool.com:4003 -u meusername.meusername -p password amd it works!
I've just got hold of the Maxcoin QT Wallet for windows and I cant get it to work
. When I put "stratum+tcp://maxcoinpool.com" as the server address the wallet is adding HTTP to the server address as seen in the debug log.
It should look like this: minerd -a keccak -0 stratum+tcp://maxcoinpool.com:4003....
But the wallet qt does this: minerd --algo keccak --scantime 99 --url
http://stratum+tcp://maxcoinpool.com....
It seems to be adding http to the front of the server address..... any help would be great as it's doing my head in just a little
Kind regards