lasybear / sph-sgminer_x11mod

GNU General Public License v3.0
40 stars 53 forks source link

Increase THASHBUFSIZE and display pool URL in stats + various bugfixes #6

Closed farmdve closed 10 years ago

farmdve commented 10 years ago

I only did the poolname fix because most users don't know how to set poolname and some asked me to fix this to display the pool name, which in this case was pool url.

Actually all those commits were due to users requesting them.

lasybear commented 10 years ago

What are you think about this compromise proposition?

In case of "poolname" was defined (Ex.: "poolname" : "BOOST suprnova"): At top line: Connected to BOOST suprnova (stratum) diff 0.004 as user someone.5

At Pool management 0: Enabled Alive Quota 1 Prio 0: 'BOOST suprnova' stratum+tcp://boost.suprnova.cc:3311 User:someone.5

In case of undefined "poolname": At top line: Connected to boost.suprnova.cc:3311 (stratum) diff 0.004 as user someone.5

At Pool management: 0: Enabled Alive Quota 1 Prio 0: 'Pool 0' stratum+tcp://boost.suprnova.cc:3311 User:someone.5

Tomcatt commented 10 years ago

So I can see the pool name again. Cool. Takes the guess work out after I have the miner running for a few days.

Sent from my 📱 5S📶

On May 31, 2014, at 2:12, lasybear notifications@github.com wrote:

What are think about this compromise proposition?

In case of "poolname" was defined (Ex.: "poolname" : "BOOST suprnova"): At top line: Connected to BOOST suprnova (stratum) diff 0.004 as user someone.5

At Pool management 0: Enabled Alive Quota 1 Prio 0: 'BOOST suprnova' stratum+tcp://boost.suprnova.cc:3311 User:someone.5

In case of undefined "poolname": At top line: Connected to boost.suprnova.cc:3311 (stratum) diff 0.004 as user someone.5

At Pool management: 0: Enabled Alive Quota 1 Prio 0: 'Pool 0' stratum+tcp://boost.suprnova.cc:3311 User:someone.5

— Reply to this email directly or view it on GitHub.

tupieurods commented 10 years ago

lasybear will add pollname changes later.

lasybear commented 10 years ago

Done