Patryk Małek
Patryk Małek
Ok thanks a lot for the explanation. Maybe this should be also added to README?
It is indeed attached to the commit message : ``` commit 1b776a01c988281be925c6a0839c0067cdb869b3 Author: Martin Danielsen Date: Mon Mar 3 22:33:27 2014 +0100 Pool status display rewritten to span over several...
Yes, well still not so easy as other explanations from contained in README. Anyway that was my suggestion. If you don't feel like changing it in README (or somewhere else)...
Well it appeared that it was something with AMD drivers after I have updated the kernel. I rebooted and now it works ok again. I will remember about your hints...
But I would still have this timeout on the beginning : ``` [19:40:39] Log date is now 2014-03-08 │ [19:40:39] Started cgminer 3.7.3 │ [19:40:39] Log date is now 2014-03-08...
I do not have the config file, I launch it with a script wrapper : ``` #!/bin/bash export GPU_MAX_ALLOC_PERCENT=100 export GPU_USE_SYNC_OBJECTS=1 num="0,1" pool="stratum+tcp://mining.mxpool.com:3333 -u XXXX.1" api_port=4029 //..... /home/XXX/Downloads/cgminer-3.7.2-kalroth/cgminer --scrypt -o...
I have now tried with config file and it works fine (no timeout or long delay on startup).
I am coming back to report that something is wrong again (it wasn't fixed in the first place). the situation I have mentioned is that on cgminer launch there happens...
Please take a look at https://github.com/moovweb/gvm/pull/354. I've also had this problem but this small patch seemed to have fixed it (TLDR: when installing new version it runs `git pull` without...
Still works for me using what I've proposed in #354