Pages:
Author

Topic: (OLD) BFGMiner: modular FPGA/GPU, GBT, Stratum, RPC, Avalon/Lnx/OpnWrt/PPA/W64 - page 11. (Read 260035 times)

legendary
Activity: 2576
Merit: 1186
For some reason any version newer then bfgminer 2.9.1 starts reporting my x6500's dead slowly over time. 
Quite a bit changed for X6500 between 2.9.1 and 2.9.2; are you able to compile and git bisect yourself? If not, we could meet on IRC and go through it with me building each test revision.
member
Activity: 110
Merit: 10
For some reason any version newer then bfgminer 2.9.1 starts reporting my x6500's dead slowly over time. 
legendary
Activity: 2912
Merit: 1060
Sorry, I hadn't even looked. Just didn't think the PHP script was important. Glad it is still worked on. I have to try it again now.

Not bad, at least you can quickly see mhs in one place. I don't tihnk anyone has worked on the php file since the first release of cgminer. Keep us updated.
Incorrect.

The code is written by me ... and I have updated it often ... just see all the commits I've added to it in cgminer
https://github.com/ckolivas/cgminer/blame/master/miner.php
(those commits have been cloned here except where the miner clone here is missing stuff)

Also, you've been able to create your own custom pages for quite a while ... those buttons at the top (Mobile, Stats, Pools) are the default custom pages
I've written quite extensive documentation about miner.php in the API-README (API-README is written by me)
The latest version allows you to apply rules to the custom pages similar to an SQL 'group' - an example is the "Pools" button at the top which will 'group' the pools you have on multiple rigs together into a single line per pool (based on the 'group' rule in miner.php)

Feel free to annoy Jesus with questions about it Smiley

There are other web interfaces to cgminer written by others.
legendary
Activity: 2576
Merit: 1186
NEW VERSION 2.10.2, DECEMBER 27 2012

  • The current block target diff is now shown in the status line like so:
    Block: 00000599115b83cd...  Diff:2.98M  Started: [11:15:11]  Best share: 7.73k

I noticed on many occassions that network next diff is shown 1 block before anywhere else, including blockchain explorers. On one occassion,
correct next difficulty was shown over 5 minutes in advance! Magic or what?
Those "anywhere else" are probably showing the difficulty of the last found block, while BFGMiner is showing the difficulty of the block you're trying to find now.
staff
Activity: 4242
Merit: 8672
These aren't of course the only places he's said this - it's a common lie he repeats and that you are supporting.
Pity one of the mods around here helps support a lie also.
The truth is seldom as simple as trivial forum drama. What luke says about who wrote what is factually true and easily verified, but what that means is anyones guess though— trying to simplify things into what is a 'clone' of what just invites a moronic definition war. BFGminer has interesting features that cgminer does not, and luke has done a lot of work on it and on the general mining ecosystem— if you want to call it a 'clone' then whatever feel free to have your obsessive little definitions, I have better things to worry about. Belittling his contributions is kind of pathetic, especially because he generally doesn't seem to promote them except when challenged.

When you or con, (or luke for that matter) get involved in this kind of silly drama you waste time that could be better spent and you make yourself look foolish and petty. I hope its worth it.  (or me for that point— but I'm only commenting because several people reported your posts)
legendary
Activity: 4592
Merit: 1851
Linux since 1997 RedHat 4
Yep a project run by someone who clone's another's project
How quickly people forget. Cgminer is itself a 'clone' of Jgarzik's cpuminer. If you don't like writing free software that other people can fork then don't do it, no one is making you... but spare us the whining.  Bfgminer makes a number of neat improvements. You don't have to like them, you can continue to have your own package. But stop begrudging other people who do.
Yes Luke's lapdog.

Firstly, cgminer is NOT a clone of Jgarzik's cpuminer.
It is a fork that has been EXTENSIVELY rewritten.
Go check git before spreading lies to back up a liar.

I begrudge the fact that Jesus lies about his miner and makes claims exactly as I stated above and you chopped my sentence in half and REMOVED from your quote the part of the sentence pointing out exactly that.
Gee I wonder why you REMOVED that from your quote?

Luke's claims are documented stating that he thinks cgminer is a fork of his clone and that cgminer is deprecated:
https://bitcointalksearch.org/topic/m.1015760
https://en.bitcoin.it/w/index.php?title=P2Pool&action=historysubmit&diff=31023&oldid=30982
These aren't of course the only places he's said this - it's a common lie he repeats and that you are supporting.
Pity one of the mods around here helps support a lie also.
hero member
Activity: 504
Merit: 500
kano: Stop being a rude, confrontational human being. Let it go.
staff
Activity: 4242
Merit: 8672
Yep a project run by someone who clone's another's project
How quickly people forget. Cgminer is itself a 'clone' of Jgarzik's cpuminer. If you don't like writing free software that other people can fork then don't do it, no one is making you... but spare us the whining.  Bfgminer makes a number of neat improvements. You don't have to like them, you can continue to have your own package. But stop begrudging other people who do.
legendary
Activity: 4592
Merit: 1851
Linux since 1997 RedHat 4
Looks like I made the right choice in which miner to support...
...
Yep a project run by someone who clone's another's project and then claims his project is the original and the original to be deprecated.
Suits you well.

Where did I ask you to come to the cgminer thread to ask questions about it?
I even stated that questions about it should be directed at the person who copied my code and claims donation rights over my written code.
Re-read my post that was directed to bitpop - if reading and comprehension is possible for you ...
legendary
Activity: 2576
Merit: 1186
Looks like I made the right choice in which miner to support...

Code:
socat stdio tcp-connect:127.0.0.1:4028 <<<'pgaset|0,clock,210'

Luke, I see this as a commandstring, but I have no idea what to use to send that command, as I've said. Should I just open a terminal? I doubt windows has socat and stdio, but I can connect over the network with my mac.

Will this persist on restart, or would I need to resend the command? If I do need to re-send it, why can't this be a persistent change with the config file? After playing all day with the RPC API, I don't see it being much more beneficial than teamviewer and the terminal interface.

Thanks for the help over the months I've been using your software. Much appreciated, I've never had a problem with you refusing to help. Thanks.
Yeah, socat is a Linux CLI tool... A quick Google suggested there was no native Windows port, and I have no idea if it works on Mac.
However, a similar netcat command should work, and maybe even telnet.
Code:
nc localhost 4028 <<<'pgaset|0,clock,210'
hero member
Activity: 504
Merit: 500
Looks like I made the right choice in which miner to support...

Code:
socat stdio tcp-connect:127.0.0.1:4028 <<<'pgaset|0,clock,210'

Luke, I see this as a commandstring, but I have no idea what to use to send that command, as I've said. Should I just open a terminal? I doubt windows has socat and stdio, but I can connect over the network with my mac.

Will this persist on restart, or would I need to resend the command? If I do need to re-send it, why can't this be a persistent change with the config file? After playing all day with the RPC API, I don't see it being much more beneficial than teamviewer and the terminal interface.

Thanks for the help over the months I've been using your software. Much appreciated, I've never had a problem with you refusing to help. Thanks.
legendary
Activity: 4592
Merit: 1851
Linux since 1997 RedHat 4
Not bad, at least you can quickly see mhs in one place. I don't tihnk anyone has worked on the php file since the first release of cgminer. Keep us updated.
Incorrect.

The code is written by me ... and I have updated it often ... just see all the commits I've added to it in cgminer
https://github.com/ckolivas/cgminer/blame/master/miner.php
(those commits have been cloned here except where the miner clone here is missing stuff)

Also, you've been able to create your own custom pages for quite a while ... those buttons at the top (Mobile, Stats, Pools) are the default custom pages
I've written quite extensive documentation about miner.php in the API-README (API-README is written by me)
The latest version allows you to apply rules to the custom pages similar to an SQL 'group' - an example is the "Pools" button at the top which will 'group' the pools you have on multiple rigs together into a single line per pool (based on the 'group' rule in miner.php)

Feel free to annoy Jesus with questions about it Smiley

There are other web interfaces to cgminer written by others.
legendary
Activity: 2912
Merit: 1060
Not bad, at least you can quickly see mhs in one place. I don't tihnk anyone has worked on the php file since the first release of cgminer. Keep us updated.
hero member
Activity: 504
Merit: 500
I thought it would be more useful than this, however looking through the API-README, there are lots of interesting commands to add to the miner.php

Here's a screenshot of mine real quick:

legendary
Activity: 2912
Merit: 1060
No problem
Whats it look like? is it useful?
hero member
Activity: 504
Merit: 500
You are the man. Thanks so much!
legendary
Activity: 2912
Merit: 1060
Windows may have issues
http://www.php.net/manual/en/sockets.installation.php
Use a virtual machine if you can't fix it
hero member
Activity: 504
Merit: 500
legendary
Activity: 2912
Merit: 1060
Pages:
Jump to: