joseska
Newbie
Offline
Activity: 32
Merit: 0
|
|
June 05, 2013, 08:02:23 AM |
|
Hello. I´m trying to compile 3.0.2 on windows but it´s imposible to me. I would like to have the BFG 3.0.2 compiled with the --enable-cpu and --enable-scrypt. I know that only CPU mining is a waste of time, but it´s for testing. I'm trying to test CPU and GPU mining (only for FUN and for make diferent testing). someone have the BFG 3.x.x with "--enable-scrypt --enable-cpu"? thanks..... sorry for my english
|
|
|
|
Luke-Jr (OP)
Legendary
Offline
Activity: 2576
Merit: 1186
|
|
June 05, 2013, 08:28:27 AM |
|
Hello. I´m trying to compile 3.0.2 on windows but it´s imposible to me. I would like to have the BFG 3.0.2 compiled with the --enable-cpu and --enable-scrypt. I know that only CPU mining is a waste of time, but it´s for testing. I'm trying to test CPU and GPU mining (only for FUN and for make diferent testing). someone have the BFG 3.x.x with "--enable-scrypt --enable-cpu"? You'll probably have better success working with the latest git code. I posted binaries a few days ago with scrypt CPU mining supported as well.
|
|
|
|
joseska
Newbie
Offline
Activity: 32
Merit: 0
|
|
June 05, 2013, 11:23:25 AM |
|
Hello. I´m trying to compile 3.0.2 on windows but it´s imposible to me. I would like to have the BFG 3.0.2 compiled with the --enable-cpu and --enable-scrypt. I know that only CPU mining is a waste of time, but it´s for testing. I'm trying to test CPU and GPU mining (only for FUN and for make diferent testing). someone have the BFG 3.x.x with "--enable-scrypt --enable-cpu"? You'll probably have better success working with the latest git code. I posted binaries a few days ago with scrypt CPU mining supported as well. sorry but, download from here: https://github.com/luke-jr/bfgminer ?? thanks....
|
|
|
|
Luke-Jr (OP)
Legendary
Offline
Activity: 2576
Merit: 1186
|
|
June 05, 2013, 05:15:49 PM |
|
Hello. I´m trying to compile 3.0.2 on windows but it´s imposible to me. I would like to have the BFG 3.0.2 compiled with the --enable-cpu and --enable-scrypt. I know that only CPU mining is a waste of time, but it´s for testing. I'm trying to test CPU and GPU mining (only for FUN and for make diferent testing). someone have the BFG 3.x.x with "--enable-scrypt --enable-cpu"? You'll probably have better success working with the latest git code. I posted binaries a few days ago with scrypt CPU mining supported as well. sorry but, download from here: https://github.com/luke-jr/bfgminer ?? https://github.com/luke-jr/bfgminer/blob/bfgminer/windows-build.txtI'm trying to run bfgminer (3.0.2) with my 30 erupters but I'm getting about 3-4% h/w errors. I cool them in a specially designed cooling case. The temperature on the sinks is abut 24-26C. Here is a screenshot with stats: http://www.petermoss.com/akbash-dev/bfgminer-erupters.jpgMy question is: In your experience, what is the root cause of h/w errors? More importantly, can it be improved in s/w? Usually you can clock FPGAs/ASICs higher without damaging the chips themselves (overclocking), but getting instead logic errors resulting in things like this. Since the overall hashrate is higher (desite the errors), it's usually considered "normal" to clock it to such a level (although 5% is quite a bit). Unfortunately, for Block Erupters, there is zero software control available, so the only thing that can be done is try to cool it better. It might also be possible that since their hashrate is about 10% higher than advertised, they simply declare them "good" even if there are actual defects that reduce the hashrate within that 10% - in which case there may be nothing you can do even with cooling.
|
|
|
|
davidspitzer
|
|
June 05, 2013, 05:35:51 PM |
|
I am soliciting some advice for the optimal .conf file config for BFL ASICS - I am bringing 8 Jalapenos online tomorrow night and have always ran my FPGA Singles with a rather vanilla .conf. (I know there are probably more optimum settings) With the Asics I want to get the maximum utility with them - below is the conf - I use with my 10 FPGA Singles
Thanks in advance for any input
{ "pools" : [ { "url" : "stratum.btcguild.com:3333", "user" : "xxxxxxxxxxxxxxxxxxx", "pass" : "xxxxxxxxxxxxxxxxxxx", "pool-priority" : "0" } ] , "api-port" : "4028", "expiry" : "120", "expiry-lp" : "3600", "gpu-dyninterval" : "7", "gpu-threads" : "2", "log" : "5", "no-pool-disable" : true, "no-show-processors" : true, "no-show-procs" : true, "queue" : "1", "scan-time" : "60", "skip-security-checks" : "0", "submit-stale" : true, "temp-hysteresis" : "3", "shares" : "0", "kernel-path" : "C:\\Program Files\\BFGMiner\\/bin" }
|
|
|
|
davidspitzer
|
|
June 08, 2013, 05:27:58 PM |
|
I had 14 devices attached, which all display - I attached a few more fpgas and the seem to all be hashing but i only see the first 14 devices - is there someway to force display in the dos window of all devices and their hashing info
|
|
|
|
shawtux
Newbie
Offline
Activity: 57
Merit: 0
|
|
June 08, 2013, 07:04:14 PM |
|
hi! question for linux savy. why is it that everytime i run "bfgminer <params> &" and close the terminal it shuts down bfgminer? is there some way to keep it running? is there some kind of remote gui to manage it when in & mode?
|
|
|
|
modrobert
Sr. Member
Offline
Activity: 386
Merit: 334
-"When the going gets weird, the weird turn pro."
|
|
June 08, 2013, 07:10:29 PM |
|
hi! question for linux savy. why is it that everytime i run "bfgminer <params> &" and close the terminal it shuts down bfgminer? is there some way to keep it running? is there some kind of remote gui to manage it when in & mode?
I recommend 'screen', and skip the '&'.
|
|
|
|
Luke-Jr (OP)
Legendary
Offline
Activity: 2576
Merit: 1186
|
|
June 08, 2013, 07:37:40 PM |
|
I had 14 devices attached, which all display - I attached a few more fpgas and the seem to all be hashing but i only see the first 14 devices - is there someway to force display in the dos window of all devices and their hashing info
Make it bigger. Or scroll the list with the up/down arrow keys. hi! question for linux savy. why is it that everytime i run "bfgminer <params> &" and close the terminal it shuts down bfgminer? is there some way to keep it running? is there some kind of remote gui to manage it when in & mode?
If you really want to do this (I also recommend screen), you probably need to use --text-only and --real-quiet.
|
|
|
|
glowkeeper
|
|
June 08, 2013, 08:39:16 PM |
|
hi! question for linux savy. why is it that everytime i run "bfgminer <params> &" and close the terminal it shuts down bfgminer? is there some way to keep it running? is there some kind of remote gui to manage it when in & mode?
I recommend 'screen', and skip the '&'. The ampersand just means run it in the background; once you close the terminal, there is no background The old way was to "nohup" the process. But that was before the days of screen.....
|
|
|
|
davidspitzer
|
|
June 09, 2013, 12:25:47 AM |
|
I had 14 devices attached, which all display - I attached a few more fpgas and the seem to all be hashing but i only see the first 14 devices - is there someway to force display in the dos window of all devices and their hashing info
Make it bigger. Or scroll the list with the up/down arrow keys. hi! question for linux savy. why is it that everytime i run "bfgminer <params> &" and close the terminal it shuts down bfgminer? is there some way to keep it running? is there some kind of remote gui to manage it when in & mode?
If you really want to do this (I also recommend screen), you probably need to use --text-only and --real-quiet. in windows 7 the cmd window is locked when started from the exe - is there conf command to set the window size
|
|
|
|
davidspitzer
|
|
June 09, 2013, 12:30:57 AM |
|
I had 14 devices attached, which all display - I attached a few more fpgas and the seem to all be hashing but i only see the first 14 devices - is there someway to force display in the dos window of all devices and their hashing info
Make it bigger. Or scroll the list with the up/down arrow keys. hi! question for linux savy. why is it that everytime i run "bfgminer <params> &" and close the terminal it shuts down bfgminer? is there some way to keep it running? is there some kind of remote gui to manage it when in & mode?
If you really want to do this (I also recommend screen), you probably need to use --text-only and --real-quiet. in windows 7 the cmd window is locked when started from the exe - is there conf command to set the window size ahh i figured it out - had to make the windows default dos window bigger and im golden - once running you cannot adjust it
|
|
|
|
davidspitzer
|
|
June 09, 2013, 05:20:00 PM |
|
If you have multiple asics. Is there a way through bfgminer to physically identify, which unit is which
|
|
|
|
Luke-Jr (OP)
Legendary
Offline
Activity: 2576
Merit: 1186
|
|
June 09, 2013, 05:23:34 PM |
|
If you have multiple asics. Is there a way through bfgminer to physically identify, which unit is which Depends on the ASIC device. BitForce devices have a LED you can flash via RPC.
|
|
|
|
davidspitzer
|
|
June 09, 2013, 05:33:43 PM |
|
If you have multiple asics. Is there a way through bfgminer to physically identify, which unit is which Depends on the ASIC device. BitForce devices have a LED you can flash via RPC. They are jalapeños. Is there a process you can point me to or FAQ on hiw to use RPC to blink the led's Thanks
|
|
|
|
Luke-Jr (OP)
Legendary
Offline
Activity: 2576
Merit: 1186
|
|
June 09, 2013, 05:38:18 PM |
|
If you have multiple asics. Is there a way through bfgminer to physically identify, which unit is which Depends on the ASIC device. BitForce devices have a LED you can flash via RPC. They are jalapeños. Is there a process you can point me to or FAQ on hiw to use RPC to blink the led's Something like this: bfgminer-rpc "pgaidentify|0" See README.RPC for more details, including turning on RPC in the first place.
|
|
|
|
willphase
|
|
June 09, 2013, 09:55:50 PM |
|
Hi,
I'm having an issue when trying to switch pools via the RPC interface between different block chains. When I switch from bitcoin to terracoin, sometimes BFCminer doesn't realise that the network difficulty has changed - it seems that this is only calculated upon a new block, and not when the priority of the pool causes a change of difficulty. The way I am switching pools programatically is using the addpool RPC then switchpool to the new pool, then removepool on the old pool.
I'll try and trace it through the code but wondered if you think this sounds legit..?
Will
|
|
|
|
Luke-Jr (OP)
Legendary
Offline
Activity: 2576
Merit: 1186
|
|
June 10, 2013, 12:36:06 AM |
|
I'm having an issue when trying to switch pools via the RPC interface between different block chains. When I switch from bitcoin to terracoin, sometimes BFCminer doesn't realise that the network difficulty has changed - it seems that this is only calculated upon a new block, and not when the priority of the pool causes a change of difficulty. The way I am switching pools programatically is using the addpool RPC then switchpool to the new pool, then removepool on the old pool.
I'll try and trace it through the code but wondered if you think this sounds legit..? As always, BFGMiner does not support mining multiple blockchains at the same time. That is unlikely to change unless someone submits a pull request dealing with it in a sane manner.
|
|
|
|
willphase
|
|
June 10, 2013, 07:12:17 AM |
|
As always, BFGMiner does not support mining multiple blockchains at the same time. That is unlikely to change unless someone submits a pull request dealing with it in a sane manner.
I'm not mining on them at the same time, I'm totally switching pools to a new blockchain - I think the only thing that's lacking is to revalidate the network difficulty every time the pool changes - if you could give me a pointer to the code that handles this, I can have a go adding this code. Cheers Will
|
|
|
|
shawtux
Newbie
Offline
Activity: 57
Merit: 0
|
|
June 10, 2013, 06:15:46 PM |
|
|
|
|
|
|