Bitcoin Forum
May 06, 2024, 10:06:42 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
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 »
21  Bitcoin / Mining support / Re: HELP! mac mini doesn't recognize all the usb miners using anker 9+1 hub on: September 20, 2013, 03:11:10 PM
It actually looks like a limitation in OSX and the type of drivers that are used.  A quick Google shows that there are others having USB issues with all items in general once they get past 8 or 9.  Doesnt look like OSX supports that many devices connected at once.
22  Bitcoin / Mining support / Re: USB miner issues on: September 20, 2013, 12:13:44 PM
Moved it all back to my main desktop after it was running fine - now having the same issues - i've disabled (in windows) the other USB hub that was running from the onboard headers - i'll unplug it later. My assumption is that there is a config in BIOS that messing up the USB ports or something...

I'm using 1 10 port connected into the motherboard USB port at the back and 10 10 port plugged into port 1 on the first hub (9 USB miners in forst and 2 in second) am using BFGminer:

c:\tools\bfgminer3.1.4\bfgminer.exe -o pool -u username -p password -G -S ica:\\.\COM2 -S ica:\\.\COM3 -S ica:\\.\COM4 -S ica:\\.\COM5 -S ica:\\.\COM6 -S ica:\\.\COM7 -S ica:\\.\COM8 -S ica:\\.\COM9 -S ica:\\.\COM10 -S ica:\\.\COM11 -S ica:\\.\COM12 --icarus-options 115200:1:1 --icarus-timing 3.0=100 2>logfile.txt

the logfile occasionally is helpful - the past few times its crashed have been down to a dll file..

You dont need all those arguments, they are pointless and probably confusing bfgminer.  Just use:

c:\tools\bfgminer3.1.4\bfgminer.exe -o pool -u username -p password -G -S all

That will not use your GPU and will scan all of your ports for USB devices and use them.  If  you want to add the argument for the log file still you can.
23  Bitcoin / Mining support / Re: [Bounty: 0.05 BTC] AMU0: TIMEOUT GetResults took n-ms but was 100ms on: September 19, 2013, 03:04:07 PM
What is your command line/config file? Have you tried a powered hub?
24  Alternate cryptocurrencies / Altcoin Discussion / Re: cgminer hangs on: September 19, 2013, 03:02:36 PM
The only other suggestion I would say is try dialing down your intensity and/or your thread concurrency.  Maybe the card is being pushed too far.  Just because one person is able to get those settings working with their 6990, doesnt mean you will be able to.  All about the luck of the draw with the quality of the chips.

Also, when mining ltc, you need to be using scrypt and you are most worried about thread concurrency, intensity, and gpu memclock.  For btc mining, no scrypt, and you are worried about gpu engine and intensity.  So ideally you will need two different lines depending on which you are mining.  For example:

Radeon 5870, assuming it is the second video card in my case.

For LTC: --scrypt -o <pool> -u username -p pass -d 1 --gpu-memclock 1200 -w 256 -I 15 --thread-concurrency 7164 --auto-gpu --auto-fan --temp-target 75 --temp-overheat 85

For BTC -o <pool> -u username -p pass --gpu-engine 800-950 --gpu-memclock 300 -I 12 --auto-fan --auto-gpu --temp-target 75 --temp-overheat 85
25  Alternate cryptocurrencies / Altcoin Discussion / Re: cgminer hangs on: September 19, 2013, 12:01:10 PM
Thanks for the reply,

When m,ining the temps are normal in aftherburn and cgminer.
But when i hangs then aftherburn shows a temp in the minus, with cant be real.


I did make a shortcut for mining, but didn'd use a config file for cgminer. have to look in to that.
The sortcut a made is:

C:\cgminer-3.4.3-windows\cgminer.exe --scrypt -u User -p Pass -o  pool+port --gpu-platform 0 -d 0 -w 256 -v 1 -I 18 -g 1 -l 1 -T  --thread-concurrency 8000

C:\cgminer-3.4.3-windows\cgminer.exe --scrypt -u User -p Pass -o  pool+port --gpu-platform 0 -d 1 -w 256 -v 1 -I 18 -g 1 -l 1 -T  --thread-concurrency 8000


But have no idea how to do the overclocking with cgminer.


Greets Boneee

You actually are overclocking in those settings, just not overclocking the GPU.  You are scrypt mining which uses more VRAM than it does GPU power.  Unlike your GPU, your VRAM on your cards do not have a active cooling system, so you have to make sure you have good case airflow to keep them cool.  A nice case that you can stick a couple of 120mm fans on the side to blow across the video cards would be ideal.

I also noticed you are not using any memory clock arguments. You might want to tweak those as well.  I dont know what the optimum settings for your cards, but you can easily look them up.  Then just add the argument to your command line, i.e. --gpu-memclock 1200

Lastly, you appear to be using two different command lines to connect to the same pool, using the same settings.  You can use just one command line for this.  Just take one of those lines, and remove the -d 0 or the -d 1 in one of the lines.  These arguments tell cgminer to only use one of the cards (either the one is slot 0 or slot 1), but if you are using them both at the same time, doing the same thing, then you can have it run both.  Since they are the same cards, the worksize settings, memclock settings, and everything else do not need to be changed and cgminer will apply those settings to all cards.
26  Alternate cryptocurrencies / Altcoin Discussion / Re: cgminer hangs on: September 18, 2013, 08:20:37 PM
thanks for the reply.

Already whas thinking about the problem being the amd driver.
I have tryed 3 driver 12.8, 11.8, and 13.4.
But there is on more thing i saw, when cgminer hangs up and i look at msi aftherburn i see a temp that is in the minus -
What driver should i try ?




Greets Boneee

What temps are being reported in cgminer?  I would take my temp readings from there and not Afterburner.  In fact, uninstall Afterburner and dont even use it, cgminer will do all the tweaking you will need right from it.  Just learn a little command line or how to format a config file and you are good to go.
27  Bitcoin / Mining support / Re: how do I get cgminer to recognise all four of my cards on: September 16, 2013, 06:13:46 PM
Can you post your config file or command line?
28  Bitcoin / Mining software (miners) / Re: Setup solo mining on a Pi on: September 16, 2013, 06:11:01 PM
You can, but you have to run your QT client for whatever coin you are mining on a Windows PC, then point your minepeon to connect to it.
29  Bitcoin / Mining software (miners) / Re: Mining solo on minepeon on: September 16, 2013, 06:09:30 PM
You will have to run your QT client on a Windows PC, and then in your config file for that client you tell it to allow rpc connections from another PC (other than your localhost).  Then you point your minepeon to that Windows machine.

I have solo mined with a QT client running on my network, and then my BAMT rig pointed towards that Windows machine.
30  Bitcoin / Mining software (miners) / Re: CGMINER ASIC FPGA GPU overc monit fanspd RPC linux/win/osx/mip/r-pi 3.4.3 on: September 16, 2013, 06:03:20 PM
Running 3.4.3 but notice now (it seems this issue goes back a few versions) that the accepted blocks field now shows the latest difficulty (x number of blocks found it seems) instead of total block count? Anyone got a fix for this?

Not sure what coin you're mining, but on the bitcoin network, cgminer now shows the number of "diff 1 shares" found for the accepted field.  So, if you're pool has a higher share difficulty, the counter will increase by whatever the difficulty of the associated job was each time a share is found.

That's not a bug.  If you really want the number of actual shares found (even though they are not as useful in a world that is moving towards variable difficulty mining), you can get them from the API.

He appears to be solo mining so there really isnt "accepted" shares.  When he finds a block, his accepted shares are of that of how many coins were in that block.
31  Other / Beginners & Help / Re: BFG miner crashes on scrypt on: September 13, 2013, 02:42:29 PM
I think Catalyst will tell you, but not sure (dont use it).

Here is the AMD page.

http://developer.amd.com/tools-and-sdks/heterogeneous-computing/amd-accelerated-parallel-processing-app-sdk/downloads/download-archive/
32  Bitcoin / Mining software (miners) / Re: CGMINER ASIC FPGA GPU overc monit fanspd RPC linux/win/osx/mip/r-pi 3.4.3 on: September 13, 2013, 01:55:28 PM
I ran into a problem with the USB block erupters.  They work great under 3.4.2 on my main PC, plugged straight into my USB 3.0 ports.  They work great on one of my rigs, plugged into multiple USB 3.0/2.0 hubs.  No configuration, just the WinUSB driver and it "just works".

Not so on my laptop. Sad  3.4.2 (and 3.4.3) do not find the miners.  WinUSB is installed.  It looks the same in device manager on my laptop as it does my PC.  But cgminer doesn't see them.

I'm going to try updating my drivers on the laptop.  They should be up to date, but I'm going to check anyhow.

Any ideas?

M

Plugging them directly into the laptop?  If so, probably the reason they arent running.  Laptop ports are notoriously under powered.
33  Other / Beginners & Help / Re: BFG miner crashes on scrypt on: September 13, 2013, 01:54:21 PM
What about your SDK?  You have to have an SDK 2.6 is needed (I believe, could be wrong, could be older) for scrypt mining.
34  Bitcoin / Mining software (miners) / Re: BFGMiner 3.2.0: modular ASIC/FPGA, GBT, Strtm, RPC, Lnx/OpnWrt/PPA/W64, BE Blade on: September 13, 2013, 12:08:16 PM
My only issue at this point is for some reason 3 out of my 25 sticks show up as BES instead of ICA and are giving me sick/dead restart problems. Before I changed to this version, I have been stable since I set it up. Impressive to say the least. I definitely want my blade connected through BFGminer... So I have isolated the 3 erupters that show up differently and pulled them, now BFG is running like a champ. Not a big deal since my windows machine is always running with my node and so I can just put the 3 "BES"sticks on there. Just thought I would add that information in case someone else is having a similar issue.
This is pretty odd. They really should all show up as BES (Block Erupter Sapphire), but I'm curious as to why that is creating problems for you.
What options are you using? Can you try with just -S erupter:all and not any --icarus-* options, in the same instance?
Temporary workaround in any case: -S erupter:noauto will disable the autodetection of autodetect-capable Erupters (likely the 3 that show up as BES for you).

I have tried -S erupter:all   and   --scan-serial erupter:*
* is not a special character with --scan-serial, and will be ignored.

Thanks for getting back so quick Luke.  Whenever I try with -S erupter:all    NO    --icarus     
     
          -I start getting sick/dead within 10-20 minutes.

Whenever I try    -S erupter:noauto     
     
        - then only the blade shows up   ----No erupters

I got --scan-serial erupter:*   from the  ASIC readme
   
          -I guess I misunderstood the usage.

The only way I've been able to get them running close to as stable as before is by using a similar command to the one I have been using since I started setting up these AsicMiner devices on BFGminer......

bfgminer.exe -o 127.0.0.1:8332 -u worker99 -p pass -o gbt.mining.eligius.st:9337 -u ITSYOURS -p pass --failover-only -G -S all --icarus-options 115200:1:1 --icarus-timing 3.0=100 --coinbase-addr 14qi3gVPuDzcuTiJpdHCoTETFFFvG4SeD3 --coinbase-sig "BUYER99 SOLO MINE"

If you are using the latest version of bfg, I dont think you need "--icarus-options 115200:1:1 --icarus-timing 3.0=100", you can delete that.
35  Bitcoin / Mining support / Re: Not enough hash rate with my USB block erupters. Power problem or Pool problem? on: September 13, 2013, 11:56:13 AM
What version of bfgminer are you using?
36  Bitcoin / Mining support / Re: USB miner issues on: September 13, 2013, 11:54:39 AM
What about cooling?  These things get hot and you need a good air moving fan to blow across them.  Get you a USB fan, or, just take a box fan and point it at them. It could be the reason why they begin to run, then crash (especially the ones in the hubs that are lined up next to each other, it creates a heat dome).
37  Bitcoin / Mining support / Re: Asic miner USB Block Erupter AMU (Icarus) giving too many HW errors on: September 12, 2013, 01:00:09 PM
Okay, I have updated the original post.

I use cgminer 3.4.0. Have removed the USB extension cable, plugged in the USB directly, without cooling. Lets see what happens:)
I had the cooler added to the original heatsink, but removed it for now.

Are you running this off the USB port from the motherboard? Or are you using a powered hub?
38  Alternate cryptocurrencies / Altcoin Discussion / Re: Updating CGMINER in BAMT 1.1+ Scrypt build on: September 12, 2013, 12:05:36 PM
I don't make bamt, but I'm curious to know why you need a 64 bit version?

I was kind of thinking the same thing. What extra benefit are you trying to get?
39  Other / Beginners & Help / Re: BFG miner crashes on scrypt on: September 11, 2013, 06:00:31 PM
Is that your full command line (because I dont see anything in there about a declared thread concurrancy)?  What GPU(s), OS, driver/SDK are you using?
40  Bitcoin / Mining software (miners) / Re: CGWatcher 1.3.1, the GUI/monitor for CGMiner and BFGMiner to prevent downtime on: September 11, 2013, 11:45:05 AM
I worded that poorly, setting the profiles.dat path in the INI file was added back in 1.2.8. I forgot to include it in the changelog, but it was the same update in which the variables.ini path was also added.

I'd suggest checking that the ProfilesDataPath and VariablesDataPath in cgwatcher.exe.ini are correct. I'd also recommend upgrading to 1.3.1.

Edit: Also, if you have your miner or CGWatcher folders on the desktop, I recommend moving them to another folder (e.g. C:\Mining, C:\Bitcoin, etc.) Somewhere where there is less likely to be permission issues. There are some quirky behaviors with how Windows treats the Desktop folder, especially when launching something in the Desktop folder by using its shortcut on the desktop, as an example: https://bitcointalk.org/index.php?topic=269249.0 (which goes on to discuss other problems, but this was the OP's issue).

Well I updated and seems to be running okay for now.  I do have the folder on the desktop.  I will have it moved and see if the behavior continues.

Thanks for the help.
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 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!