Hello. I see the small problem with API
I run miner like this:
./TT-Miner -a mtp-92 -o zcoin-asia.mintpond.com:3000 -u xxxxx -p x --api-bind
./TT-Miner -a mtp-100 -o zcoin-asia.mintpond.com:3000 -u xxxxx -p x --api-bind
version 3.0.1 with cuda libs 9.2 and 10.0
and trying to get the stats from API - very often I got empty result like below:
root@simpleminer:/home/miner# echo '{"method": "miner_getstat1"}' | nc 127.0.0.1 4068
root@simpleminer:/home/miner# echo '{"method": "miner_getstat1"}' | nc 127.0.0.1 4068
{"id":0,"jsonrpc":"2.0","result":["TT-Miner/3.0.1","3","8672250;16;1","1468096;1478582;1436636;1436636;1426150;1426150","0;0;0","off;off;off;off;off;off","63;48;64;66;65;52;65;58;65;51;65;59","zcoin-asia.mintpond.com:3000","0;0;0;0","99;99;100;99;99;99"]}
root@simpleminer:/home/miner# echo '{"method": "miner_getstat1"}' | nc 127.0.0.1 4068
root@simpleminer:/home/miner# echo '{"method": "miner_getstat1"}' | nc 127.0.0.1 4068
{"id":0,"jsonrpc":"2.0","result":["TT-Miner/3.0.1","3","8672250;16;1","1468096;1478582;1436636;1436636;1426150;1426150","0;0;0","off;off;off;off;off;off","63;48;64;66;65;52;65;58;65;51;65;59","zcoin-asia.mintpond.com:3000","0;0;0;0","99;99;100;99;99;99"]}
root@simpleminer:/home/miner# echo '{"method": "miner_getstat1"}' | nc 127.0.0.1 4068
root@simpleminer:/home/miner# echo '{"method": "miner_getstat1"}' | nc 127.0.0.1 4068
root@simpleminer:/home/miner# echo '{"method": "miner_getstat1"}' | nc 127.0.0.1 4068
{"id":0,"jsonrpc":"2.0","result":["TT-Miner/3.0.1","3","8672250;16;1","1468096;1478582;1436636;1436636;1426150;1426150","0;0;0","off;off;off;off;off;off","63;48;64;66;65;52;65;58;65;51;65;59","zcoin-asia.mintpond.com:3000","0;0;0;0","99;99;100;99;99;99"]}
please help