Bitcoin Forum
April 19, 2024, 09:36:53 PM *
News: Latest Bitcoin Core release: 26.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 [26] 27 28 29 30 31 32 33 34 35 36 »
  Print  
Author Topic: (OLD) BFGMiner: modular FPGA/GPU, GBT, Stratum, RPC, Avalon/Lnx/OpnWrt/PPA/W64  (Read 259842 times)
bitpop
Legendary
*
Offline Offline

Activity: 2912
Merit: 1060



View Profile WWW
January 02, 2013, 06:47:16 PM
 #501

Windows may have issues
http://www.php.net/manual/en/sockets.installation.php
Use a virtual machine if you can't fix it

1713562613
Hero Member
*
Offline Offline

Posts: 1713562613

View Profile Personal Message (Offline)

Ignore
1713562613
Reply with quote  #2

1713562613
Report to moderator
1713562613
Hero Member
*
Offline Offline

Posts: 1713562613

View Profile Personal Message (Offline)

Ignore
1713562613
Reply with quote  #2

1713562613
Report to moderator
1713562613
Hero Member
*
Offline Offline

Posts: 1713562613

View Profile Personal Message (Offline)

Ignore
1713562613
Reply with quote  #2

1713562613
Report to moderator
Bitcoin mining is now a specialized and very risky industry, just like gold mining. Amateur miners are unlikely to make much money, and may even lose money. Bitcoin is much more than just mining, though!
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1713562613
Hero Member
*
Offline Offline

Posts: 1713562613

View Profile Personal Message (Offline)

Ignore
1713562613
Reply with quote  #2

1713562613
Report to moderator
bitpop
Legendary
*
Offline Offline

Activity: 2912
Merit: 1060



View Profile WWW
January 02, 2013, 06:48:27 PM
 #502

PS enable it
http://forum.wampserver.com/read.php?2,57163

purelithium
Hero Member
*****
Offline Offline

Activity: 504
Merit: 500



View Profile
January 02, 2013, 07:05:47 PM
 #503

You are the man. Thanks so much!

Like my post? 1H7bfRYh7F89mfmFgsRCdn4awDaUHQmYqY
bitpop
Legendary
*
Offline Offline

Activity: 2912
Merit: 1060



View Profile WWW
January 02, 2013, 07:10:40 PM
 #504

No problem
Whats it look like? is it useful?

purelithium
Hero Member
*****
Offline Offline

Activity: 504
Merit: 500



View Profile
January 02, 2013, 07:24:36 PM
 #505

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:


Like my post? 1H7bfRYh7F89mfmFgsRCdn4awDaUHQmYqY
bitpop
Legendary
*
Offline Offline

Activity: 2912
Merit: 1060



View Profile WWW
January 02, 2013, 07:32:06 PM
 #506

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.

kano
Legendary
*
Offline Offline

Activity: 4466
Merit: 1798


Linux since 1997 RedHat 4


View Profile
January 02, 2013, 10:05:34 PM
 #507

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.

Pool: https://kano.is - low 0.5% fee PPLNS 3 Days - Most reliable Solo with ONLY 0.5% fee   Bitcointalk thread: Forum
Discord support invite at https://kano.is/ Majority developer of the ckpool code - k for kano
The ONLY active original developer of cgminer. Original master git: https://github.com/kanoi/cgminer
purelithium
Hero Member
*****
Offline Offline

Activity: 504
Merit: 500



View Profile
January 03, 2013, 02:41:48 AM
 #508

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.

Like my post? 1H7bfRYh7F89mfmFgsRCdn4awDaUHQmYqY
Luke-Jr (OP)
Legendary
*
Offline Offline

Activity: 2576
Merit: 1186



View Profile
January 03, 2013, 08:20:21 AM
 #509

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'

kano
Legendary
*
Offline Offline

Activity: 4466
Merit: 1798


Linux since 1997 RedHat 4


View Profile
January 03, 2013, 08:23:18 AM
 #510

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 ...

Pool: https://kano.is - low 0.5% fee PPLNS 3 Days - Most reliable Solo with ONLY 0.5% fee   Bitcointalk thread: Forum
Discord support invite at https://kano.is/ Majority developer of the ckpool code - k for kano
The ONLY active original developer of cgminer. Original master git: https://github.com/kanoi/cgminer
gmaxwell
Moderator
Legendary
*
Offline Offline

Activity: 4158
Merit: 8382



View Profile WWW
January 03, 2013, 12:55:35 PM
 #511

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.
purelithium
Hero Member
*****
Offline Offline

Activity: 504
Merit: 500



View Profile
January 03, 2013, 02:33:54 PM
 #512

kano: Stop being a rude, confrontational human being. Let it go.

Like my post? 1H7bfRYh7F89mfmFgsRCdn4awDaUHQmYqY
kano
Legendary
*
Offline Offline

Activity: 4466
Merit: 1798


Linux since 1997 RedHat 4


View Profile
January 03, 2013, 03:27:36 PM
 #513

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://bitcointalk.org/index.php?topic=90656.msg1015760#msg1015760
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.

Pool: https://kano.is - low 0.5% fee PPLNS 3 Days - Most reliable Solo with ONLY 0.5% fee   Bitcointalk thread: Forum
Discord support invite at https://kano.is/ Majority developer of the ckpool code - k for kano
The ONLY active original developer of cgminer. Original master git: https://github.com/kanoi/cgminer
gmaxwell
Moderator
Legendary
*
Offline Offline

Activity: 4158
Merit: 8382



View Profile WWW
January 03, 2013, 04:39:51 PM
 #514

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)
Luke-Jr (OP)
Legendary
*
Offline Offline

Activity: 2576
Merit: 1186



View Profile
January 03, 2013, 05:00:01 PM
 #515

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.

bitpop
Legendary
*
Offline Offline

Activity: 2912
Merit: 1060



View Profile WWW
January 03, 2013, 09:22:42 PM
 #516

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.

mining4fun11
Member
**
Offline Offline

Activity: 110
Merit: 10


View Profile
January 06, 2013, 09:30:26 PM
 #517

For some reason any version newer then bfgminer 2.9.1 starts reporting my x6500's dead slowly over time. 
Luke-Jr (OP)
Legendary
*
Offline Offline

Activity: 2576
Merit: 1186



View Profile
January 06, 2013, 09:54:38 PM
 #518

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.

joinmicah
Member
**
Offline Offline

Activity: 81
Merit: 16


Crypto-Commodities are the People's Money!


View Profile
January 11, 2013, 11:39:27 PM
 #519

I am having a very weird issue when I use your miner only... I am mining Litecoins and for some reason my Hash Rate is showing in GH/S there is no way I am going 16 - 20+ GH/S on a ATI 5770 what is going on when I use CGMiner it shows KH/S as it should. Can you please look into this.

bfgminer version 2.10.2 - Started: [2013-01-11 18:34:50] - [  0 days 00:03:54]
------------------------------------------------------------------------------
5s:0.000 avg:0.000 u:6.478 Gh/s | A:117 R:4 S:0 HW:0 U:30.2/m
ST: 4  DW: 4  GW: 20  LW: 0  GF: 0  NB: 2  AS: 0  RF: 0  E: 6.43
Connected to mine.pool-x.eu diff 3 with LP as user unknown
Block: bb675e769af3b5f9...  Diff:1.91M  Started: [18:38:20]  Best share: 251
------------------------------------------------------------------------------
[P]ool management [G]PU management ettings [D]isplay options [Q]uit
OCL 0:  64.0C  48%    | 0.000/0.000/6.533Gh/s | A:118 R:4 HW:0 U: 30.42/m

marketersales
Member
**
Offline Offline

Activity: 112
Merit: 10



View Profile
January 12, 2013, 07:29:02 PM
 #520

Wow i am impressed. Well done.
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 [26] 27 28 29 30 31 32 33 34 35 36 »
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!