Pages:
Author

Topic: BFGMiner 5.5.0: CPU/GPU/FPGA/ASIC mining software, GBT+Stratum, RPC, Linux/Win64 - page 60. (Read 834507 times)

legendary
Activity: 3990
Merit: 2695
 "Problem solved":

I have loaded the uthash-dev_1.9-4_all.deb and i installed manually

but i have the next missing package:

configure: error: Could not find jansson library

Quote
root@sunwatch:~# sudo apt-get install libjansson-dev
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package libjansson-dev

regards

Quote
root@sunwatch:/usr/src# dpkg -i libjansson-dev_2.7-1_armel.deb
Selecting previously deselected package libjansson-dev.
(Reading database ... 30542 files and directories currently installed.)
Unpacking libjansson-dev (from libjansson-dev_2.7-1_armel.deb) ...
dpkg: dependency problems prevent configuration of libjansson-dev:
 libjansson-dev depends on libjansson4 (= 2.7-1); however:
  Package libjansson4 is not installed.
dpkg: error processing libjansson-dev (--install):
 dependency problems - leaving unconfigured
Errors were encountered while processing:
 libjansson-dev
legendary
Activity: 3990
Merit: 2695
Quote
root@sunwatch:~# apt-get install uthash-dev
Reading package lists... Done
Building dependency tree
Reading state information... Done
uthash-dev is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.

so i will try a manual installation...

THX

Edit1:

So i have loaded the package but i can't install it??

wget https://launchpad.net/ubuntu/+archive/primary/+files/uthash_1.9.7-1.debian.tar.gz
tar xvf uthash_1.9.7-1.debian.tar.gz
cd debian
??Make??
legendary
Activity: 2576
Merit: 1186
THX for your answer, but over source:

Quote
configure: error: Could not find HASH_ITER - please install uthash-dev 1.9.4+

but uthash-dev is on the newest version installed?

regards
What version is that?
legendary
Activity: 3990
Merit: 2695
THX for your answer, but over source:

Quote
configure: error: Could not find HASH_ITER - please install uthash-dev 1.9.4+

but uthash-dev is on the newest version installed?

regards
legendary
Activity: 2576
Merit: 1186
Have anyone the same problem on the PI?

Quote
root@sunwatch:/usr/src# apt-get install bfgminer
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package bfgminer

regards
I think Raspbian is based on Debian stable, which is too old for Bitcoin stuff.
Usually I just build from source.
legendary
Activity: 3990
Merit: 2695
Have anyone the same problem on the PI?

Quote
root@sunwatch:/usr/src# apt-get install bfgminer
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package bfgminer

regards
legendary
Activity: 2576
Merit: 1186
Hello,

you know about when the Bfgminer support the Technobit HEX8A1 miner?

regards

... &  other Technobit hardware.
Only support for HEX16A is planned at this time, and possibly only for Mac/Windows since they're incompatible with Linux.
We'll need samples of the newer hardware to support them (although maybe it's possible they use the same interface and would just work).
newbie
Activity: 8
Merit: 0
Hello,

you know about when the Bfgminer support the Technobit HEX8A1 miner?

regards

... &  other Technobit hardware.
legendary
Activity: 3990
Merit: 2695
Hello,

you know about when the Bfgminer support the Technobit HEX8A1 miner?

regards
legendary
Activity: 2576
Merit: 1186
will the new bfgminer 5.0 support antminer u3 like the cgminer?
When/if Bitmain sends me something to work with... which depends on their customers requesting BFGMiner support.
CCW
newbie
Activity: 29
Merit: 0
will the new bfgminer 5.0 support antminer u3 like the cgminer?
legendary
Activity: 938
Merit: 1000
LIR DEV
Wow nice BFG re-work. U-r-a-machine Luke.... amazing
full member
Activity: 186
Merit: 100
Hi,

I've got number of the Avalon Nano (https://bitcointalk.org/index.php?topic=779612.msg8841428;topicseen#msg8841428) and have successfuly downloaded and compiled fresh version of bfgminer and run it. It works fine for couple of minutes, then it starts to get slower and finally stall at all. Restarting the bfgminer helps but for same couple of minutes.

I've got configuration here: https://en.bitcoin.it/wiki/Avalon_nano#BFGMiner
here is a log (last half of that): http://pastebin.com/EQAj58HH

The obvious solution -- to make the simple script that restart BFGMiner each 2 minutes, but it's doesn't looks good.

Would be appreciate for any help and hints!

PS I'm on linux (if it may concern...)
I have a similar issue but with Scrypt on multipools (Clevermining, in this case).  Nwools noted that it's a known issue with BFGminer that the hashrate will drop as the multipool switches blockchains.  I'm using a mix of Gridseed Orbs and a Blizzard.  I'm not sure if this has been fixed in version 5.0. 

Are you using a multipool, Dimoza?  If yes, that might be issue.

actually, not. I use classical stratum "single" pool.
But... concerning to your issue, does your hashrate drops to 0 or just getting relatively lower? Cause mine drops to zero.
(and I was trying it on ver 5.0 as well, by the way)
The hashrate will get progressively slower rather than just dropping to 0.
legendary
Activity: 2576
Merit: 1186
I've got number of the Avalon Nano (https://bitcointalk.org/index.php?topic=779612.msg8841428;topicseen#msg8841428) and have successfuly downloaded and compiled fresh version of bfgminer and run it. It works fine for couple of minutes, then it starts to get slower and finally stall at all. Restarting the bfgminer helps but for same couple of minutes.

I've got configuration here: https://en.bitcoin.it/wiki/Avalon_nano#BFGMiner
here is a log (last half of that): http://pastebin.com/EQAj58HH
That looks like a hardware issue - but obviously if restarting the software helps, it must be something else... unless the downtime from the restart is giving it time to cool?

Unfortunately, I never received an Avalon Nano sample to debug with - IIRC, the vendor only wanted to send a sample if I was going to personally buy a large volume myself.
I'd recommend customers express their interest in well-tested BFGMiner support, so that perhaps they will understand the importance of sending a developer unit.
newbie
Activity: 31
Merit: 0
Hi,

I've got number of the Avalon Nano (https://bitcointalk.org/index.php?topic=779612.msg8841428;topicseen#msg8841428) and have successfuly downloaded and compiled fresh version of bfgminer and run it. It works fine for couple of minutes, then it starts to get slower and finally stall at all. Restarting the bfgminer helps but for same couple of minutes.

I've got configuration here: https://en.bitcoin.it/wiki/Avalon_nano#BFGMiner
here is a log (last half of that): http://pastebin.com/EQAj58HH

The obvious solution -- to make the simple script that restart BFGMiner each 2 minutes, but it's doesn't looks good.

Would be appreciate for any help and hints!

PS I'm on linux (if it may concern...)
I have a similar issue but with Scrypt on multipools (Clevermining, in this case).  Nwools noted that it's a known issue with BFGminer that the hashrate will drop as the multipool switches blockchains.  I'm using a mix of Gridseed Orbs and a Blizzard.  I'm not sure if this has been fixed in version 5.0. 

Are you using a multipool, Dimoza?  If yes, that might be issue.

actually, not. I use classical stratum "single" pool.
But... concerning to your issue, does your hashrate drops to 0 or just getting relatively lower? Cause mine drops to zero.
(and I was trying it on ver 5.0 as well, by the way)
full member
Activity: 186
Merit: 100
Hi,

I've got number of the Avalon Nano (https://bitcointalk.org/index.php?topic=779612.msg8841428;topicseen#msg8841428) and have successfuly downloaded and compiled fresh version of bfgminer and run it. It works fine for couple of minutes, then it starts to get slower and finally stall at all. Restarting the bfgminer helps but for same couple of minutes.

I've got configuration here: https://en.bitcoin.it/wiki/Avalon_nano#BFGMiner
here is a log (last half of that): http://pastebin.com/EQAj58HH

The obvious solution -- to make the simple script that restart BFGMiner each 2 minutes, but it's doesn't looks good.

Would be appreciate for any help and hints!

PS I'm on linux (if it may concern...)
I have a similar issue but with Scrypt on multipools (Clevermining, in this case).  Nwools noted that it's a known issue with BFGminer that the hashrate will drop as the multipool switches blockchains.  I'm using a mix of Gridseed Orbs and a Blizzard.  I'm not sure if this has been fixed in version 5.0. 

Are you using a multipool, Dimoza?  If yes, that might be issue.
newbie
Activity: 31
Merit: 0
Hi,

I've got number of the Avalon Nano (https://bitcointalk.org/index.php?topic=779612.msg8841428;topicseen#msg8841428) and have successfuly downloaded and compiled fresh version of bfgminer and run it. It works fine for couple of minutes, then it starts to get slower and finally stall at all. Restarting the bfgminer helps but for same couple of minutes.

I've got configuration here: https://en.bitcoin.it/wiki/Avalon_nano#BFGMiner
here is a log (last half of that): http://pastebin.com/EQAj58HH

The obvious solution -- to make the simple script that restart BFGMiner each 2 minutes, but it's doesn't looks good.

Would be appreciate for any help and hints!

PS I'm on linux (if it may concern...)
legendary
Activity: 1274
Merit: 1000
nice man I just loaded it into two zeus miner they both have been run'in for two hours now  so far no hash drain it's like run'in with BFG 4.3.1 as far as  hashing goes, one of my zeus the only thunder x3 I have is run'in great now with the latest BFG  so far very low HW errors and the HASH stays on the mark even in minera with a donation pool set up. now the other one has great hashing as well  but the HW errors shot thu the roof so I'm going to remount the boards with new paste later this week then see and my other three are x6 thunders I'll  get to them later to day .  but so far so good . i need to play a round with the cyclone a  little for the HW errors or just use 4.3.1 after i try to re paste the boards thing.



HM. just switched pools to see may be it was westhash on the hw errors it seems it was so far all the Zeus's i have tried with 5. 0 work awesome, it just depends on which pool for one ..







Cya
hero member
Activity: 560
Merit: 509
I prefer Zakir over Muhammed when mentioning me!
I used : --cmd-dead shutdown-r-f .  Smiley
I think you want a few spaces in there...
P.S. Added '> bfgminer.txt' at-last which made a log file. Log file:

Code:

 [2014-11-29 14:30:47] bfgminer: -r: unrecognized option


Do you think the command will work if there is no space(s)?

If anybody is using this command, then I just want to tell that, bfgminer won't open on startup(when restarting). So to do that, drag and drop .bat file to Start - All Programs - Startup , if you are unable to do it, then to %AppData%\Microsoft\Windows\Start Menu\Programs\Startup\ or if you have made config file, then right click bfgminer and click create shortcut, then drag and drop the shortcut to startup folder like you do .bat file. Smiley

   ~~MZ~~
legendary
Activity: 1274
Merit: 1000
wow nice im gonna try this in command mode giving my  lowly farm a break for a few days  i don't trust my power company it seems every month for 3 month it gets down to the last week or so and they play with prices . so i want to see if there doing bad things .Smiley . I'm run-in five zeusminer trying not to buy an other one before the L1's  hit .
Pages:
Jump to: