Bitcoin Forum
May 11, 2024, 01:50:38 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 [137] 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 »
  Print  
Author Topic: OLD: BFGMiner 3.10.0: modular ASIC+FPGA, GBT+Strtm, RPC, Mac/Lnx/W64, AntU1, DRB  (Read 1192942 times)
This is a self-moderated topic. If you do not want to be moderated by the person who started this topic, create a new topic.
Luke-Jr (OP)
Legendary
*
Offline Offline

Activity: 2576
Merit: 1186



View Profile
February 23, 2014, 01:24:19 AM
 #2721

Is CPU mining with bfgminer possible for scrypt?  I see the algo setting for SSH256 cpu mining, but only do ASICs for that now.  Would like to have bfgminer do both GPU and CPU scrypt mining in one instance if possible.
Yes, the algo setting is not valid in scrypt mode (there is only one not-really-optimise algo).

Ah, ok, well, at least there is one!

I tried doing both GPU and CPU Scrypt mining at the same time, it was looking encouraging, but I didn't see bfgminer eating any cycles.  Do I need something like "-S opencl:auto cpu:auto" to do both at once?
-S opencl:auto -S cpu:auto

1715435438
Hero Member
*
Offline Offline

Posts: 1715435438

View Profile Personal Message (Offline)

Ignore
1715435438
Reply with quote  #2

1715435438
Report to moderator
1715435438
Hero Member
*
Offline Offline

Posts: 1715435438

View Profile Personal Message (Offline)

Ignore
1715435438
Reply with quote  #2

1715435438
Report to moderator
1715435438
Hero Member
*
Offline Offline

Posts: 1715435438

View Profile Personal Message (Offline)

Ignore
1715435438
Reply with quote  #2

1715435438
Report to moderator
"Bitcoin: the cutting edge of begging technology." -- Giraffe.BTC
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
Cassey
Sr. Member
****
Offline Offline

Activity: 470
Merit: 250

Better to have 100 friends than 100 rubles


View Profile
February 23, 2014, 01:27:27 AM
 #2722

Is CPU mining with bfgminer possible for scrypt?  I see the algo setting for SSH256 cpu mining, but only do ASICs for that now.  Would like to have bfgminer do both GPU and CPU scrypt mining in one instance if possible.
Yes, the algo setting is not valid in scrypt mode (there is only one not-really-optimise algo).

Ah, ok, well, at least there is one!

I tried doing both GPU and CPU Scrypt mining at the same time, it was looking encouraging, but I didn't see bfgminer eating any cycles.  Do I need something like "-S opencl:auto cpu:auto" to do both at once?
-S opencl:auto -S cpu:auto

Very cool.  Thanks.

Cassey
hurricandave
Legendary
*
Offline Offline

Activity: 966
Merit: 1003



View Profile
February 23, 2014, 01:34:08 AM
 #2723

I use dynamic setting for GPU because if I don't my CPU shows 98 percent frequency and 94 percent in use. This is with Gigabyte GeForce GT630N but I found my other computer with a XFX Radeon HD 5450 works best with dynamic intensity as well.
Luke-Jr (OP)
Legendary
*
Offline Offline

Activity: 2576
Merit: 1186



View Profile
February 23, 2014, 01:38:15 AM
 #2724

I use dynamic setting for GPU because if I don't my CPU shows 98 percent frequency and 94 percent in use. This is with Gigabyte GeForce GT630N but I found my other computer with a XFX Radeon HD 5450 works best with dynamic intensity as well.
To be more clear, I do not intend to remove dynamic intensity at all.
Only the --gpu-dyninterval option, which affects its logic.
Does anyone use that option specifically?

mfread
Newbie
*
Offline Offline

Activity: 42
Merit: 0


View Profile
February 23, 2014, 03:52:32 AM
 #2725

BUMP.

Hi all. Seeking guidance from the group once again.

Environ: Windows 7 x64

Am running bfgminer via this bat file:

c:
cd C:\Users\Mark\Desktop\bfgminer-3.10.0-win64

setx GPU_MAX_ALLOC_PERCENT 100
setx GPU_USE_SYNC_OBJECTS 1

bfgminer --scrypt -S opencl:auto -o stratum+tcp://doge.pool.mn:3333 -u mfread.storm1 -p 123456 -I 9 --auto-fan --auto-gpu --thread-concurrency 8192

pause


http://i62.tinypic.com/24156x4.png

http://i61.tinypic.com/4sjs3q.png

(1) Why am I getting 73 Mh/s?? No HW errors. Shouldn't I be in the 415 Kh/s range for a single GPU card mining? I see acceptances too. So it looks like it's behaving. After 44 mins it is reporting 144 Mh/s and no HW errors. The mining pool says this worker is doing 48 Kh/s.

(2) I notice that bfgminer doesn't show me the temp of the GPU (but in the bfgminer notes it says that Radeon 69xx is supported). Is there another driver (like the AMD SDK stuff) I should be installing?

Hoping some of you more experienced guys and gals can point me in the right direction.

Cheers for now.

Mark
Cassey
Sr. Member
****
Offline Offline

Activity: 470
Merit: 250

Better to have 100 friends than 100 rubles


View Profile
February 23, 2014, 04:11:43 AM
 #2726

Ignore that third number until things stabilize a bit (like its run for at least 10-20 minutes).  What I was more focused on is the 0.04 MHash (40 KHash) shorter term numbers that are displayed.  That is a bit low, but possible with an "-I 9" setting.  Try it about "-I 15" and see how it does.  Inch it up one-by-one until you either see a hardware error (very bad) or performance becomes unacceptable. 

On the side:  Please don't be thinking about playing graphics games while mining - the two are NOT compatible.  Shut down mining when you are going to do so.  However you should be able to find a setting where basic web browsing, excel, powerpoint, etc. will work fine.

Cassey

Cassey
mfread
Newbie
*
Offline Offline

Activity: 42
Merit: 0


View Profile
February 23, 2014, 05:13:47 AM
 #2727

Thanks Cassey.

I have my monitor plugged into the on-board (motherboard) VGA port. I am anticipating that any Word, Excel, Web browsing I do uses the on-baord (Intel) graphics chip and not the Radeon GPU.

I don't play games. This isn't a gaming machine. It will be used for my work (a lot of web & SQL coding - mainly in multiple virtual machines).

I am using the Radeon 6970 purely for GPU mining. It'll run 24x7 so I don't want to run the GPU too hot (I'm aiming to keep it below 80C but at the moment I'm only getting 220 Kh/s when below 80C).

I am still playing around with various combinations of intensity, threads, shaders etc. I wish there was just 1 doc that explained all the params in a simple language. For example, starting with a very simply command line (no params - but what are the defaults used??). Then slowly building the command line to improve performance (ie. what is the most important singula param to tweak first? intensity? Then 2nd param? Thread count? I don't know). At the moment I see too many params and I'm just confused as to which ones I need to tweak first. Yes, I could spend a whole day tweaking and recording params and the effect after 15 mins, but geeze, there's gotta be a better way!

What are the 3 sets of numbers in bfgminer? I've never been able to work this out and can't seem to find any screen shots etc in any of Luke's docs.



Ignore that third number until things stabilize a bit (like its run for at least 10-20 minutes).  What I was more focused on is the 0.04 MHash (40 KHash) shorter term numbers that are displayed.  That is a bit low, but possible with an "-I 9" setting.  Try it about "-I 15" and see how it does.  Inch it up one-by-one until you either see a hardware error (very bad) or performance becomes unacceptable.  

On the side:  Please don't be thinking about playing graphics games while mining - the two are NOT compatible.  Shut down mining when you are going to do so.  However you should be able to find a setting where basic web browsing, excel, powerpoint, etc. will work fine.

Cassey
Cassey
Sr. Member
****
Offline Offline

Activity: 470
Merit: 250

Better to have 100 friends than 100 rubles


View Profile
February 23, 2014, 01:22:38 PM
 #2728

OK... here is the secret that took me literally weeks to discover:  Use the [H]elp key <lol!  but its true!>  That does a pretty good job explaining the fields.  Essentially that are short term performance, longer term performance, effective performance after rejects, hardware errors, etc.

Here is the full command line I use, complete with a bunch of pools just to show how you can string them together.  I use "--balance" because I host a coin and need to send cycles to both my profit making pool and my coin pools (to show support).  [Pools names modified so that this doesn't come across as an advertisement.]  In a similar vein to my first comment, I've spent more than a few minutes reading the output of "./bfgminer --help".

./bfgminer -S opencl:auto --gpu-fan 100 --auto-gpu --intensity 17,17 --temp-overheat 90 --temp-cutoff 100 --temp-target 80 --scrypt --balance -S cpu:auto -o stratum+tcp://multicoin.poolmod.org:3310 -O Cassey.miner2:pass -o stratum+tcp://yacc.poolmod2.com:3777 -O Cassey.miner2:pass -o stratum+tcp://yacc.poolmod3.net:3337 -O Cassey.miner2:pass

I'm toying with this for long term usage:

./bfgminer -S opencl:auto --gpu-fan 100 --auto-gpu --intensity 17,17 --temp-overheat 90 --temp-cutoff 100 --temp-target 80 --scrypt --balance --text-only --quiet --syslog --cmd-sick /sbin/reboot --cmd-dead /sbin/reboot -S cpu:auto -o stratum+tcp://multicoin.poolmod.org:3310 -O Cassey.miner2:pass -o stratum+tcp://yacc.poolmod2.com:3777 -O Cassey.miner2:pass -o stratum+tcp://yacc.poolmod3.net:3337 -O Cassey.miner2:pass

I'd be using it but the syslog option is generating some stratum+tcp libcurl message I don't see anywhere else, and does so several times a second, generating a lot more syslog traffic than I like.

Since I run a number of different cards in each of my miners (typically 2 or 3), I just stick with the Intensity (-I) parameter to control their heat.  I too target a 80C temp.  Cooling can be a bitch btw, all but one of my miners is open-rack, and the only cased one has a single GPU.

Cassey
Cassey
Sr. Member
****
Offline Offline

Activity: 470
Merit: 250

Better to have 100 friends than 100 rubles


View Profile
February 23, 2014, 05:47:03 PM
 #2729

Looking to bring my configs up to current standards and seeing this message at startup:

[2014-02-23 11:44:19] temp-target is deprecated! Use --set-device for better control

What are the modern --set-device parameters I should be using?

Example command currently being issued:  

./bfgminer -S opencl:auto --gpu-fan 100 --auto-gpu --intensity 17,17 --temp-overheat 90 --temp-cutoff 100 --temp-target 80 --scrypt

Cassey
nwoolls
Hero Member
*****
Offline Offline

Activity: 840
Merit: 1002


View Profile WWW
February 23, 2014, 07:06:45 PM
 #2730

What are the modern --set-device parameters I should be using?

Example command currently being issued:

./bfgminer -S opencl:auto --gpu-fan 100 --auto-gpu --intensity 17,17 --temp-overheat 90 --temp-cutoff 100 --temp-target 80 --scrypt

Code:
./bfgminer -S opencl:auto --set-device OCL:gpu_fan=100 --set-device OCL:intensity=17 --set-device OCL:temp_overheat=90 --auto-gpu --temp-cutoff 100 --temp-target 80 --scrypt

MultiMiner: Any Miner, Any Where, on Any Device |  Xgminer: Mine with popular miners on Mac OS X
btc: 1BmXY4ZZQh1iHSVre658gM1gPAEtDnq8rv  |  ltc: LP1SsHZTDexndkvRKsqAkXNsienPHwaMb5  |  hardware: nwoolls at gmail dot com
Luke-Jr (OP)
Legendary
*
Offline Offline

Activity: 2576
Merit: 1186



View Profile
February 23, 2014, 07:33:00 PM
 #2731

Looking to bring my configs up to current standards and seeing this message at startup:

[2014-02-23 11:44:19] temp-target is deprecated! Use --set-device for better control

What are the modern --set-device parameters I should be using?

Example command currently being issued:  

./bfgminer -S opencl:auto --gpu-fan 100 --auto-gpu --intensity 17,17 --temp-overheat 90 --temp-cutoff 100 --temp-target 80 --scrypt
./bfgminer -S opencl:auto --set OCL:fan=100 --set OCL:clock=<range> --set OCL:intensity=17 --set all:temp_overheat=90 --set all:temp_cutoff=100 --set temp_target=80 --scrypt

Also, please be advised that this code is all new, and overclocking is not something I test.
Unless someone steps up to test overclocking (probably best to remain very conservative initially), there is a possibility it could fry your video card quite easily.
(Alternatively, if someone wants to take on the risk, but perhaps doesn't trust themselves to be careful, I could SSH in and test as carefully as possible - but I cannot guarantee anything)

Cassey
Sr. Member
****
Offline Offline

Activity: 470
Merit: 250

Better to have 100 friends than 100 rubles


View Profile
February 23, 2014, 07:37:26 PM
 #2732

Thanks Luke!

Will modify when I get home tonight.

Cassey
BRADLEYPLOOF
Hero Member
*****
Offline Offline

Activity: 520
Merit: 500


View Profile
February 24, 2014, 12:24:08 AM
 #2733

Just did a "make" for bfgminer 3.10 to include cpu and gpu mining with scrypt, however, my 5450 card is not being used.  I'm not sure what else I needed to include in the configure portion, or if there's some dependency I'm missing to allow for GPU / OpenCL mining...any hints on this one?  Using Wheezy on an old Sony Vaio from the early 2000's
Cassey
Sr. Member
****
Offline Offline

Activity: 470
Merit: 250

Better to have 100 friends than 100 rubles


View Profile
February 24, 2014, 03:52:22 AM
 #2734

Just did a "make" for bfgminer 3.10 to include cpu and gpu mining with scrypt, however, my 5450 card is not being used.  I'm not sure what else I needed to include in the configure portion, or if there's some dependency I'm missing to allow for GPU / OpenCL mining...any hints on this one?  Using Wheezy on an old Sony Vaio from the early 2000's

./bfgminer -S opencl:auto --scrypt

That is the key string.  Just make sure your executing against the one you just compiles, not the system one.  A ./bfgminer --help will make that obvious.  If you don't see the CPU and --scrypt options in the help, you running the wrong version.

Cassey
Cassey
Sr. Member
****
Offline Offline

Activity: 470
Merit: 250

Better to have 100 friends than 100 rubles


View Profile
February 24, 2014, 04:11:12 AM
 #2735

What are the modern --set-device parameters I should be using?

Example command currently being issued:

./bfgminer -S opencl:auto --gpu-fan 100 --auto-gpu --intensity 17,17 --temp-overheat 90 --temp-cutoff 100 --temp-target 80 --scrypt

Code:
./bfgminer -S opencl:auto --set-device OCL:gpu_fan=100 --set-device OCL:intensity=17 --set-device OCL:temp_overheat=90 --auto-gpu --temp-cutoff 100 --temp-target 80 --scrypt

Hmmm, tried this, and getting:

 [2014-02-23 22:09:47] OCL 0: set_device is not implemented (trying to apply rule: OCL:gpu-fan=100)
 [2014-02-23 22:09:47] OCL 0: set_device is not implemented (trying to apply rule: OCL:temp-overheat=90)
 [2014-02-23 22:09:47] OCL 0: set_device is not implemented (trying to apply rule: OCL:temp-cutoff=100)
 [2014-02-23 22:09:47] OCL 0: set_device is not implemented (trying to apply rule: OCL:temp-target=80)

Cassey
lin0sspice
Legendary
*
Offline Offline

Activity: 1190
Merit: 1002


View Profile
February 24, 2014, 04:41:41 AM
 #2736

How to use bfgmier for asicminer blade , cube ?
I have hard time to run it from my pc. ( solo mine )
Sad

It not running.
My bat file.
bfgminer --http-port 3338 -o http://127.0.0.1:8336 -u u -p p

Website
Whitepaper
Discord
░░░█░░░░░░░░░░░░░░░░░░░░░░░░░
░░██░░░░░░░░░░░░░░░░░░░░░░██░░
███░░░░░░░░░░░░░░░░░░░░░░███
████░░░░░░░░░░░░░░░░░░░░░░████
███░░░░░░░░░░░░░░░░░░░░░░░░███
███░░░░░░░░░░░░░░░░░░░░░░███
███░░░░░░░░░░▄██▄░░░░░░░░░░███
███░░░░░░░░▄██████▄░░░░░░░░███
███▄░░░░░░▄████████▄░░░░░░▄███
████░░░░░▄██████████▄░░░░░████
████░░░░▄████████████▄░░░░████
░██████░░▀██████████▀░░███████
░███████░░░▀██████▀░░░████████
░████████▄░░░▀██▀░░░▄████████
░█████████▄░░░░░░░░▄███████░░░
░░█████████▄░░░░░░▄███████░░░░
░░░░██████████▄▄████████░░░░░░
░░░░░░████████████████░░░░░░░░
░░░░░░░██████████████░░░░░░░░░
░░░░░░░░░██████████░░░░░░░░░░░
VELOX PROJECT
The Future of Anonymous Trading
░░░█░░░░░░░░░░░░░░░░░░░░░░░░░
░░██░░░░░░░░░░░░░░░░░░░░░░██░░
███░░░░░░░░░░░░░░░░░░░░░░███
████░░░░░░░░░░░░░░░░░░░░░░████
███░░░░░░░░░░░░░░░░░░░░░░░░███
███░░░░░░░░░░░░░░░░░░░░░░███
███░░░░░░░░░░▄██▄░░░░░░░░░░███
███░░░░░░░░▄██████▄░░░░░░░░███
███▄░░░░░░▄████████▄░░░░░░▄███
████░░░░░▄██████████▄░░░░░████
████░░░░▄████████████▄░░░░████
░██████░░▀██████████▀░░███████
░███████░░░▀██████▀░░░████████
░████████▄░░░▀██▀░░░▄████████
░█████████▄░░░░░░░░▄███████░░░
░░█████████▄░░░░░░▄███████░░░░
░░░░██████████▄▄████████░░░░░░
░░░░░░████████████████░░░░░░░░
░░░░░░░██████████████░░░░░░░░░
░░░░░░░░░██████████░░░░░░░░░░░
Latest News
Twitter
Telegram
[/tab
HellDiverUK
Hero Member
*****
Offline Offline

Activity: 1246
Merit: 501



View Profile
February 24, 2014, 08:57:39 AM
 #2737

So, nVidia's new Maxwell cards (the GTX 750Ti is the first one available) do 245kH at less than 60W power consumption.  Is there any chance of bfgminer incorporating CUDA mining?  CUDAMiner seems a bit of a bodge of pooler's CPUMiner.  

To quote Tom's:
Today, four GM107-based cards in a mining rig should be able to outperform a Radeon R9 290X for less money, using less power.
Luke-Jr (OP)
Legendary
*
Offline Offline

Activity: 2576
Merit: 1186



View Profile
February 24, 2014, 09:14:46 AM
 #2738

So, nVidia's new Maxwell cards (the GTX 750Ti is the first one available) do 245kH at less than 60W power consumption.  Is there any chance of bfgminer incorporating CUDA mining?  CUDAMiner seems a bit of a bodge of pooler's CPUMiner.  

To quote Tom's:
Today, four GM107-based cards in a mining rig should be able to outperform a Radeon R9 290X for less money, using less power.
Patches welcome.

BRADLEYPLOOF
Hero Member
*****
Offline Offline

Activity: 520
Merit: 500


View Profile
February 24, 2014, 12:53:24 PM
 #2739

Just did a "make" for bfgminer 3.10 to include cpu and gpu mining with scrypt, however, my 5450 card is not being used.  I'm not sure what else I needed to include in the configure portion, or if there's some dependency I'm missing to allow for GPU / OpenCL mining...any hints on this one?  Using Wheezy on an old Sony Vaio from the early 2000's

./bfgminer -S opencl:auto --scrypt

That is the key string.  Just make sure your executing against the one you just compiles, not the system one.  A ./bfgminer --help will make that obvious.  If you don't see the CPU and --scrypt options in the help, you running the wrong version.

I was using that, but when starting bfgminer, I got an errror that said that there weren't any available cards to mine with.  I know 5450's work, I've got a few of them just cruising away...but I think I'm missing a driver somewhere.  Not sure how to download and install it with Linux.  Still an linux-noob
Cassey
Sr. Member
****
Offline Offline

Activity: 470
Merit: 250

Better to have 100 friends than 100 rubles


View Profile
February 24, 2014, 02:52:11 PM
 #2740

Just did a "make" for bfgminer 3.10 to include cpu and gpu mining with scrypt, however, my 5450 card is not being used.  I'm not sure what else I needed to include in the configure portion, or if there's some dependency I'm missing to allow for GPU / OpenCL mining...any hints on this one?  Using Wheezy on an old Sony Vaio from the early 2000's

./bfgminer -S opencl:auto --scrypt

That is the key string.  Just make sure your executing against the one you just compiles, not the system one.  A ./bfgminer --help will make that obvious.  If you don't see the CPU and --scrypt options in the help, you running the wrong version.

I was using that, but when starting bfgminer, I got an errror that said that there weren't any available cards to mine with.  I know 5450's work, I've got a few of them just cruising away...but I think I'm missing a driver somewhere.  Not sure how to download and install it with Linux.  Still an linux-noob

OK - lets start with the basics:

"lspci | grep VGA"
"amdconfig --list-adapters"

The first should respond with a line per adapter and the second should respond with model type information per adapter.

If they don't, then the OS isn't configured quite right (and that happens a lot to me).

Cassey
Pages: « 1 ... 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 [137] 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 »
  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!