Bitcoin Forum
June 03, 2024, 09:35:16 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 ... 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 [639] 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 »
12761  Local / Biete / Re: AntMiner S2 jetzt nur 1.439,- € für alle - ProTact on: June 26, 2014, 07:26:38 PM
Die Preise gehen erst runter wenn der Absatz nach unten geht. Angebot-Nachfrage und sone Geschichten Grin

Sorry für das OffTopic, aber warum sollten die Hersteller mit den Preisen runter?

Die neuen BITMAIN Chips (BM1382) stehen schon in der Pipe, und alle sind verrückt danach obwohl niemand weiß ob er damit jemals ROI erreicht....

mfg
12762  Bitcoin / Mining software (miners) / Re: BFGMiner 4.2.0: modular ASIC+FPGA, GBT+Strtm, RPC, Mac/Lnx/W64, RockMiner R-BOX on: June 25, 2014, 05:46:51 PM
Use this to find the correct package:

sudo aptitude search uthash

A list of programs will come up.  Just pick the -dev version that's at least 1.9.2.  Then run apt-get update and apt-get upgrade to make sure you're up to snuff...

The search will only have 1 hit so use this:

sudo apt-get install uthash-dev

The other thing I did when I first started mining was to go to google and type in Linux BTCGuild and found the steps necessary to install a miner.  Just get all the required programs first, then try installing BFGMiner

Thanks for your hint, but it's always the same:


Quote
checking whether HASH_ITER is declared... no
configure: error: Could not find HASH_ITER - please install uthash-dev 1.9.4+
root@sunwatch:/usr/src/bfgminer# sudo aptitude search uthash
i   uthash-dev                                   - A hash table and linked list for C structures
root@sunwatch:/usr/src/bfgminer# sudo apt-get install uthash-dev
Reading package lists... Done
Building dependency tree
Reading state information... Done
uthash-dev is already the newest version.
The following packages were automatically installed and are no longer required:
  libssh2-1-dev libssl-dev
Use 'apt-get autoremove' to remove them.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
root@sunwatch:/usr/src/bfgminer#

regards
12763  Bitcoin / Mining software (miners) / Re: BFGMiner 4.2.0: modular ASIC+FPGA, GBT+Strtm, RPC, Mac/Lnx/W64, RockMiner R-BOX on: June 24, 2014, 04:51:49 AM
Thanks Luke.
That go me a step farther.
Now I got
configure: error: Could not find HASH_ITER - please install uthash-dev 1.9.2+

tried
install uthash-dev 1.9.2+
but, of course, that didn't work.

Don'cha just hate newbies

but

Quote
root@sunwatch:~# sudo aptitude install uthash-dev
No packages will be installed, upgraded, or removed.
0 packages upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
Need to get 0 B of archives. After unpacking 0 B will be used.

and than
Quote
cd /usr/src

wget http://luke.dashjr.org/programs/bitcoin/files/bfgminer/4.2.0/bfgminer-4.2.0.zip

unzip bfgminer-4.2.0.zip && mv bfgminer-4.2.0 bfgminer

cd bfgminer

sudo ./configure

sudo make

always the same and I don't know?Huh
Code:
checking whether HASH_ITER is declared... no
configure: error: Could not find HASH_ITER - please install uthash-dev 1.9.4+

On my Pi is the newest Kernel!?

greets


Can anyone help me, i don't know why i can't install bfgminer?

Regards
12764  Bitcoin / Mining software (miners) / Re: CGMINER ASIC miner monitoring RPC linux/win/osx/mips/arm/r-pi 4.4.1 on: June 21, 2014, 08:04:59 PM
New release: Version 4.4.1, 21st June 2014

Catching a flight in a few hours but couldn't stand the thought I might be able to fix some bugs, so this is an attempt to rectify a couple of known issues.


Human readable changelog:

- Failover stopped working on some recent releases when a pool was down for an extended period it would never fail back even though the pool was alive. This is an attempt to rectify that code.
- An attempt to rectify the problem with Antminer U* devices not working for some people.
- Finally stop calling the Icarus devices FPGA via the API - I'm quite sure no one is still running an actual Icarus FPGA any more, they're all just ASICs that used the original Icarus protocol (I wish they didn't since the protocol was designed for much slower devices).


Full changelog:

- Move icarus driver to being seen as an asic
- Clear usb reads on each pass through icarus detect to hopefully prevent false
positives for detecting rboxes
- Clean up pool failure and failover code for stratum


Thanks for the Fix, but my problem https://bitcointalk.org/index.php?topic=28402.msg7420495#msg7420495 is still present!

I have start the cgminer in "debug" modus where can i find the debug file?

regards
12765  Bitcoin / Mining software (miners) / Re: BFGMiner 4.2.0: modular ASIC+FPGA, GBT+Strtm, RPC, Mac/Lnx/W64, RockMiner R-BOX on: June 21, 2014, 06:39:40 PM
Thanks Luke.
That go me a step farther.
Now I got
configure: error: Could not find HASH_ITER - please install uthash-dev 1.9.2+

tried
install uthash-dev 1.9.2+
but, of course, that didn't work.

Don'cha just hate newbies

but

Quote
root@sunwatch:~# sudo aptitude install uthash-dev
No packages will be installed, upgraded, or removed.
0 packages upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
Need to get 0 B of archives. After unpacking 0 B will be used.

and than
Quote
cd /usr/src

wget http://luke.dashjr.org/programs/bitcoin/files/bfgminer/4.2.0/bfgminer-4.2.0.zip

unzip bfgminer-4.2.0.zip && mv bfgminer-4.2.0 bfgminer

cd bfgminer

sudo ./configure

sudo make

always the same and I don't know?Huh
Code:
checking whether HASH_ITER is declared... no
configure: error: Could not find HASH_ITER - please install uthash-dev 1.9.4+

On my Pi is the newest Kernel!?

greets
12766  Bitcoin / Mining software (miners) / Re: CGMINER ASIC miner monitoring RPC linux/win/osx/mips/arm/r-pi 4.3.5 on: June 20, 2014, 04:56:21 PM
Good day,

i have an existing problem with my configuration:

8 x Antminer U2 +
8 x BFx2 Bitfury

as soon as I both operate (. / configure - enable-bitfury - enable-icarus) remains Cgminer hang over again, and "watchdog" restarts the Raspberry new!

Once I only BFx2 Bitfury (. / Configure - enable-bitfury) used, runs the Cgminer 24/7.
Code:
 0: BXM 0       :                         | 3.810G / 3.751Gh/s WU:52.9/m
 1: BXM 1       :                         | 2.394G / 3.187Gh/s WU:44.6/m
 2: BXM 2       :                         | 3.136G / 3.167Gh/s WU:44.6/m
 3: BXM 3       :                         | 2.990G / 3.006Gh/s WU:42.1/m
 4: BXM 4       :                         | 3.767G / 3.819Gh/s WU:53.7/m
 5: BXM 5       :                         | 3.894G / 3.919Gh/s WU:55.0/m
 6: BXM 6       :                         | 3.952G / 3.932Gh/s WU:55.5/m
 7: BXM 7       :                         | 3.804G / 3.867Gh/s WU:54.4/m
--------------------------------------------------------------------------------
 [2014-06-12 23:19:41] Zero length string passed to valid_hex from in util.c ini
tiate_stratum():2609
 [2014-06-12 23:19:41] Zero length string passed to valid_hex from in util.c ini
tiate_stratum():2609


Exactly the same is in the use of Antminer (. / Configure - enable-icarus)?

The problem is only with the simultaneous use, is it possibly there is a compatibility issue between the two drivers?

I had raised the issue before, but still wanted to thoroughly test!

On the Pi is the newest Kernel installed.

regards


Hello,

So after several tests I have to correct my results, the Bitfury driver is working perfect, instabilities with trailers from Cgminer (Pi hangs and the watchdog restarts), problems only with the Antminer U2+!?

Is it possible that the new Antminer Design V1.2 + U2 (Icarus Driver) is to blame with increased voltage?

The Antminer U2 + just is not stable, tested with 4.2.x, 4.3.x and 4.4.0??

regards
12767  Local / Suche / Re: [SUCHE] USB-Stick Miners BlueFury / RedFury / Twinfury etc on: June 18, 2014, 02:24:35 PM
Ist deine Suche noch Aktuell?

mfg
12768  Bitcoin / Hardware / Re: ANN: BITMAIN has Tested Its 28nm Bitcoin Mining Chip BM1382 on: June 18, 2014, 12:03:41 PM
Any news on a successor to the U2 USB miner, the U3?   Wink

Soon, I guess. The U3 will be using the new BM1382 chip.

Probably will hash around the hr of 1 BM1382 (which is 15GH/s)?

I don't think so, the Chip needs by 15 GH/s to much power, but I think 5 - 8 GH/s with one USB miner (One Chip) are possible!?

greets
12769  Local / Mining (Deutsch) / Re: Mining doch noch profitabel und wie? on: June 18, 2014, 09:19:47 AM
Effizienter und schneller werden die schon, sie sind nur einfach viel zu teuer (um noch profitabel zu sein).

Wenn der Miner in der Anschaffung schon mehr kostet, als er an Erträgen einbringt, nützt die weltbeste Effizienz nichts
und das ist leider bei so ziemlich jedem verfügbaren Bitcoin-Miner der Fall.

Da die Leute die Dinger aber trotzdem immernoch kaufen, ist auch nicht davon auszugehen, daß sich an den Preisen in Zukunft was ändert.

Brauchst du dir nur den neuen Bitmain Chip ansehen:

https://bitcointalk.org/index.php?topic=656461.msg7374916;boardseen#new

Da wird sich noch lange nichts ändern... hätte nicht gedacht, das das Interesse so groß ist!?

mfg

Edit: Interessant eventuell zum Testen aber nie im Leben Profitabel Wink Eventuell ein kleiner 5 GH/s USB Miner mit einem Chip wäre da schon interessant für Testzwecke...
12770  Bitcoin / Mining software (miners) / Re: How to Install BFG Miner on your new Raspberry Pi - A Step by Step Guide on: June 17, 2014, 09:32:23 PM
Thanks Luke.
That go me a step farther.
Now I got
configure: error: Could not find HASH_ITER - please install uthash-dev 1.9.2+

tried
install uthash-dev 1.9.2+
but, of course, that didn't work.

Don'cha just hate newbies

but

Quote
root@sunwatch:~# sudo aptitude install uthash-dev
No packages will be installed, upgraded, or removed.
0 packages upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
Need to get 0 B of archives. After unpacking 0 B will be used.

and than
Quote
cd /usr/src

wget http://luke.dashjr.org/programs/bitcoin/files/bfgminer/4.2.0/bfgminer-4.2.0.zip

unzip bfgminer-4.2.0.zip && mv bfgminer-4.2.0 bfgminer

cd bfgminer

sudo ./configure

sudo make

always the same and I don't know?Huh
Code:
checking whether HASH_ITER is declared... no
configure: error: Could not find HASH_ITER - please install uthash-dev 1.9.4+

On my Pi is the newest Kernel!?

greets



12771  Local / Presse / Re: Jetzt NEU bei Caseking: Wir akzeptieren Bitcoin als Zahlungsmethode! on: June 17, 2014, 01:07:12 PM
Find ich auch "Geil" das Caseking da ein Vorreiter ist Wink

mfg
12772  Local / Mining (Deutsch) / Re: Mining doch noch profitabel und wie? on: June 17, 2014, 08:18:26 AM
Habe mir selber bei einem guten Angebot auf ebay 5x Antminer U2 für ca 50 € angeschafft, aber eher weil ich noch einen großen USB Hub und einige Lüfter übrig hatte und mich bunte Lichter immer noch faszinieren Smiley

Gewinn werde ich damit nie erwirtschaften, es ist mehr das Gefühl Teil des großen Bitcoin Schürfens zu sein. Sobald der minimale Auszahlbetrag erreicht worden ist, werden die 5 noch Lotto spielen dürfen Wink

1+ au meine Einstellung Wink da die sehr geringe Kosten verursachen sind die zu vernachlässigen...

mfg
12773  Local / Biete / Re: Zum WM-Auftakt: Bitcoin bei Amazon, Zalando, u.v.m. on: June 16, 2014, 06:08:26 PM
Welcher Wechselkurs wird als Referenz verwendet?

Mfg
12774  Economy / Services / Re: GAW MINERS PAYS FOR YOUR SIGNATURE >>> HIGH RATES 50posts = 0.1BTC JOIN US! on: June 15, 2014, 03:39:44 PM
Payment received, perfect!

Posts: 316

Address: 18kpcEdDjeZ7nifaE6CvGLPs1SBBV2gerf

THX and regards
12775  Bitcoin / Mining software (miners) / Re: CGMINER ASIC miner monitoring RPC linux/win/osx/mips/arm/r-pi 4.3.5 on: June 13, 2014, 08:13:31 AM
Good day,

i have an existing problem with my configuration:

8 x Antminer U2 +
8 x BFx2 Bitfury

as soon as I both operate (. / configure - enable-bitfury - enable-icarus) remains Cgminer hang over again, and "watchdog" restarts the Raspberry new!

Once I only BFx2 Bitfury (. / Configure - enable-bitfury) used, runs the Cgminer 24/7.
Code:
 0: BXM 0       :                         | 3.810G / 3.751Gh/s WU:52.9/m
 1: BXM 1       :                         | 2.394G / 3.187Gh/s WU:44.6/m
 2: BXM 2       :                         | 3.136G / 3.167Gh/s WU:44.6/m
 3: BXM 3       :                         | 2.990G / 3.006Gh/s WU:42.1/m
 4: BXM 4       :                         | 3.767G / 3.819Gh/s WU:53.7/m
 5: BXM 5       :                         | 3.894G / 3.919Gh/s WU:55.0/m
 6: BXM 6       :                         | 3.952G / 3.932Gh/s WU:55.5/m
 7: BXM 7       :                         | 3.804G / 3.867Gh/s WU:54.4/m
--------------------------------------------------------------------------------
 [2014-06-12 23:19:41] Zero length string passed to valid_hex from in util.c ini
tiate_stratum():2609
 [2014-06-12 23:19:41] Zero length string passed to valid_hex from in util.c ini
tiate_stratum():2609


Exactly the same is in the use of Antminer (. / Configure - enable-icarus)?

The problem is only with the simultaneous use, is it possibly there is a compatibility issue between the two drivers?

I had raised the issue before, but still wanted to thoroughly test!

On the Pi is the newest Kernel installed.

regards
12776  Local / Projektentwicklung / Re: RaspControl & CGMiner auf dem Raspberry Pi (11.01.14) on: June 10, 2014, 05:52:44 PM
Hallo Space,

da der Raspcontrol zur Zeit eigentlich gar nicht rund läuft deinstalliere ich ihn wieder mal sehen ob er mit einer neueren Cgminer Version wieder läuft???

mfg und trotzdem Danke
12777  Local / Projektentwicklung / Re: RaspControl & CGMiner auf dem Raspberry Pi (11.01.14) on: June 04, 2014, 08:02:46 PM
Hallo,

danke an das habe ich auch gedacht, darum hängt der Pi an einem extra Netzteil. Erst wenn alles Stabil laufen würde, würde ich den Pi dazu hängen Wink

mfg
12778  Local / Projektentwicklung / Re: RaspControl & CGMiner auf dem Raspberry Pi (11.01.14) on: June 04, 2014, 06:30:58 AM
Hallo,

da der Raspi nur max. 1,2 A aufnehmen kann ist das mmn überdimensioniert. Und nach meiner Messung zieht er bei mir nur max. 0,6A also gehe ich eher von einer Software Inkompatibilität
aus!?

mfg
12779  Local / Projektentwicklung / Re: RaspControl & CGMiner auf dem Raspberry Pi (11.01.14) on: June 03, 2014, 06:56:34 PM
Danke, habe aber schon 3 verschiedene bis 1,5A versucht und immer das selbe...

Mein Pi zieht ca 0,6A also vollkommene ausreichen!

Mfg
12780  Economy / Computer hardware / Re: [IN-STOCK] Dipo Electronic 19 port USB hubs [As low as $130 usd each] on: June 03, 2014, 09:33:35 AM
Hello,

i know it's a cheap comparative and no measurement, but on a other Power Supply ( Solo 1,5A@5V) is the measurement with the USB about 4,95V.

It should also be noted tolerances:



For my purposes, it was sufficient that I've seen that it can not be due to the current strength. When comparing the one should also note that the ~ 4.5V were measured at load in idle it was at ~ 4.85 V.

regards
Pages: « 1 ... 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 [639] 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!