Bitcoin Forum
June 14, 2024, 03:48:46 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 ... 579 580 581 582 583 584 585 586 587 588 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 656 »
12561  Bitcoin / Hardware / Re: [ANN] Technobit HEX8A1 -240 GHs Coincraft A1 board- Finished production on: October 23, 2014, 10:40:13 AM
Yes you should build cgminer with our patch and the options you need for Rpi and run it

Ok, thanks i will test it after work with these options:

Quote
cd /usr/src

git clone http://ck.kolivas.org/apps/cgminer/4.4/cgminer-4.4.2.tar.bz2

tar xvf cgminer-4.4.2.tar.bz2

cd cgminer-4.4.2

wget -U 'Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.6) Gecko/20070802 SeaMonkey/1.1.4' http://sven-goessling.de/wp-content/uploads/2014/09/rev_45dbbb4cac091e41b0123fd211b6293436921681.patch

git checkout 45dbbb4cac091e41b0123fd211b6293436921681

patch < rev_45dbbb4cac091e41b0123fd211b6293436921681.patch

./autogen.sh --enable-icarus --enable-bitfury --enable-hexminer8

sudo make

regards
12562  Bitcoin / Hardware / Re: [ANN] Technobit HEX8A1 -240 GHs Coincraft A1 board- Finished production on: October 23, 2014, 09:34:57 AM
OK thanks,

also no chance to run the Technobit (USB Port 1 on Pi) miner and the Bfx2 (USB Port 2 on Pi) Bitfury miner on one Cgminer instance?

Or I can to Cgminer instance on one Pi?

Also the only chance for one Cgminer instance is the integration from the HEX driver in the official Cgminer from choklivas?

THX
12563  Bitcoin / Hardware / Re: [ANN] Technobit HEX8A1 -240 GHs Coincraft A1 board- Finished production on: October 23, 2014, 06:13:49 AM
Hello THX for your answer,

you think so it's OK?

Quote
cd /usr/src

git clone http://ck.kolivas.org/apps/cgminer/4.4/cgminer-4.4.2.tar.bz2

tar xvf cgminer-4.4.2.tar.bz2

cd cgminer-4.4.2

wget -U 'Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.6) Gecko/20070802 SeaMonkey/1.1.4' http://sven-goessling.de/wp-content/uploads/2014/09/rev_45dbbb4cac091e41b0123fd211b6293436921681.patch

git checkout 45dbbb4cac091e41b0123fd211b6293436921681

patch < rev_45dbbb4cac091e41b0123fd211b6293436921681.patch

./autogen.sh --enable-icarus --enable-bitfury --enable-hexminer8

sudo make

Is it even possible to use the HEX8A1 with other USB Miner(Bitfury BFx2 and Antminer U2) on the same USB HUB?

regards
12564  Local / Biete / Re: Runde 2# Gewinne einen 240GH Miner! on: October 23, 2014, 05:35:50 AM
So zur Zeit läuft er einmal mit diesen Einstellugnen:
Quote
"hexminer8-set-diff-to-one" : "0",
"hexminer8-chip-mask" : "230",
"hexminer8-voltage"  : "866",
"hexminer8-options" : "8:250",

leider noch ohne meine USB Miner, mal sehen ob ich heute mehr Zeit finde Wink

aber für was gehören diese Einstellungen?

"hexminer8-options" : "8:250" ??

mfg
12565  Local / Trading und Spekulation / Re: Umfrage: Erste Wirtschaftskrise nach 2008 im Anmarsch? on: October 22, 2014, 09:35:44 AM
Einfach mal so in die Runde gefragt ...

Ist die Krise irgendwann wirklich vorbei gewesen???

USA hat noch mehr auf "Pump" als vorher, und über EU braucht man ja gar nicht schreiben, da alle noch mehr Schulden haben als vorher...
12566  Bitcoin / Hardware / Re: [ANN] Technobit HEX8A1 -240 GHs Coincraft A1 board- Finished production on: October 22, 2014, 07:58:08 AM
Good day,

i have a bought a HEX8A1 miner and i will install the miner with Bitfurys an Antminer sticks on my Pi, but yesterday i have problems with the new Cgminer:

Quote
Entering directory `/usr/src/cgminer-4.7.0'
  CC       cgminer-cgminer.o
  CC       cgminer-util.o
  CC       cgminer-sha2.o
  CC       cgminer-api.o
  CC       cgminer-logging.o
  CC       cgminer-klist.o
  CC       cgminer-noncedup.o
  CC       cgminer-usbutils.o
usbutils.c: In function ‘usb_cleanup’:
usbutils.c:3826: error: ‘DRIVER_hexminera’ undeclared (first use in this function)
usbutils.c:3826: error: (Each undeclared identifier is reported only once
usbutils.c:3826: error: for each function it appears in.)
usbutils.c:3827: error: ‘DRIVER_hexminerb’ undeclared (first use in this function)
usbutils.c:3828: error: ‘DRIVER_hexminerc’ undeclared (first use in this function)
usbutils.c:3829: error: ‘DRIVER_hexmineru’ undeclared (first use in this function)
usbutils.c:3830: error: ‘DRIVER_hexminer8’ undeclared (first use in this function)
make[2]: *** [cgminer-usbutils.o] Error 1
make[2]: Leaving directory `/usr/src/cgminer-4.7.0'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/src/cgminer-4.7.0'
make: *** [all] Error 2

so I think the older patch is't compatible with the new Cgminer version...

I hope the new commands are correct for the older Cgminer version 4.4.2??

Quote
apt-get install dh-autoreconf libapr1 libaprutil1 libaprutil1-dbd-sqlite3 libaprutil1-ldap libonig2 libqdbm14 lsof curl libcurl3 libcurl3-dev libncurses-dev libudev-dev screen

cd /usr/src

wget http://ck.kolivas.org/apps/cgminer/4.4/cgminer-4.4.2.tar.bz2

tar xvf cgminer-4.4.2.tar.bz2

cd cgminer-4.4.2

wget -U 'Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.6) Gecko/20070802 SeaMonkey/1.1.4' http://sven-goessling.de/wp-content/uploads/2014/09/rev_45dbbb4cac091e41b0123fd211b6293436921681.patch

git checkout 45dbbb4cac091e41b0123fd211b6293436921681

patch < rev_45dbbb4cac091e41b0123fd211b6293436921681.patch

./configure --enable-icarus --enable-bitfury --enable-hexminera --enable-hexminerc --enable-hexminerb --enable-hexmineru --enable-hexminer8

sudo make

Quote
Configuration Options Summary:

  libcurl(GBT+getwork).: Enabled: -lcurl
  curses.TUI...........: FOUND: -lncurses

  Antminer.S1.Bitmain..: Disabled
  Antminer.S2.Bitmain..: Disabled
  Avalon.ASICs.........: Disabled
  Avalon2.ASICs........: Disabled
  BlackArrowMinion.ASIC: Disabled
  BlackArrow.ASICs.....: Disabled
  BFL.ASICs............: Disabled
  BitForce.FPGAs.......: Disabled
  BitFury.ASICs........: Disabled
  Cointerra.ASICs......: Disabled
  Spond-sp10.ASICs.....: Disabled
  Spond-sp30.ASICs.....: Disabled
  Bitmine-A1.ASICs.....: Disabled
  Drillbit.BitFury.....: Disabled
  Hashfast.ASICs.......: Disabled
  Icarus.ASICs/FPGAs...: Disabled
  Klondike.ASICs.......: Disabled
  KnC.ASICs............: Disabled
  ModMiner.FPGAs.......: Disabled
configure: error: No mining configured in

Huh

THX for your help Wink

regards
12567  Bitcoin / Mining software (miners) / Re: OFFICIAL CGMINER mining software thread for linux/win/osx/mips/arm/r-pi 4.7.0 on: October 22, 2014, 05:58:41 AM
Hello,

Support the Cgminer in the stock version also the Technobit:

240 GHs HEX8A1 Coincraft A1 miner?

sudo ./autogen.sh --enable-hexminera --enable-hexminerc --enable-hexminerb --enable-hexmineru --enable-hexminer8

or only with the HEX patch?

THX

The "stock" Cgminer don't support the Technobit HEX miner? THX
12568  Local / Biete / Re: Runde 2# Gewinne einen 240GH Miner! on: October 22, 2014, 05:57:50 AM
Danke kann es gerade auf Arbeit nicht testen sollte dann aber so aussehen mit Cgminer 4.4.2 laut deinem Screenshot Wink?

Quote
apt-get install dh-autoreconf libapr1 libaprutil1 libaprutil1-dbd-sqlite3 libaprutil1-ldap libonig2 libqdbm14 lsof curl libcurl3 libcurl3-dev libncurses-dev libudev-dev screen

cd /usr/src

wget http://ck.kolivas.org/apps/cgminer/4.4/cgminer-4.4.2.tar.bz2

tar xvf cgminer-4.4.2.tar.bz2

cd cgminer-4.4.2

wget -U 'Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.6) Gecko/20070802 SeaMonkey/1.1.4' http://sven-goessling.de/wp-content/uploads/2014/09/rev_45dbbb4cac091e41b0123fd211b6293436921681.patch

git checkout 45dbbb4cac091e41b0123fd211b6293436921681

patch < rev_45dbbb4cac091e41b0123fd211b6293436921681.patch

./configure --enable-icarus --enable-bitfury --enable-hexminera --enable-hexminerc --enable-hexminerb --enable-hexmineru --enable-hexminer8

sudo make


Wenn es wieder Probleme geben sollte, muss ich auch den von GIT Mainthread nehmen, hoffe der "stock" 4.4.2 lässt sich auch compilieren...

mfg und werd mich am Abend wieder melden Wink
12569  Local / Biete / Re: Runde 2# Gewinne einen 240GH Miner! on: October 21, 2014, 05:24:25 PM
Hmm der neueste Technobit Patch is für Cgminer 4.6.1 wie könnte ich den am Besten compilieren?

Schade das der HEX Miner nicht per stock funktioniert, die Ants wären mir egal habe ich nur mehr 2 Stück...
12570  Local / Biete / Re: Runde 2# Gewinne einen 240GH Miner! on: October 21, 2014, 04:41:59 PM
Welche CGminer Version kannst du Empfehlen?

Auf der 3.8.5 laufen glaube ich die Ants noch nicht so richtig?

Welche wäre die neue Version und für welchen Cgminer will die einmal auf dem Pi testen?

mfg
12571  Local / Biete / Re: Runde 2# Gewinne einen 240GH Miner! on: October 21, 2014, 03:55:06 PM
Hallo,

puuh hatte die Tage ganz schön Stress und bin erst heute dazugekommen, aber leider nein, ich bekomme immer folgende Fehlermeldung:

Quote
Entering directory `/usr/src/cgminer-4.7.0'
  CC       cgminer-cgminer.o
  CC       cgminer-util.o
  CC       cgminer-sha2.o
  CC       cgminer-api.o
  CC       cgminer-logging.o
  CC       cgminer-klist.o
  CC       cgminer-noncedup.o
  CC       cgminer-usbutils.o
usbutils.c: In function ‘usb_cleanup’:
usbutils.c:3826: error: ‘DRIVER_hexminera’ undeclared (first use in this function)
usbutils.c:3826: error: (Each undeclared identifier is reported only once
usbutils.c:3826: error: for each function it appears in.)
usbutils.c:3827: error: ‘DRIVER_hexminerb’ undeclared (first use in this function)
usbutils.c:3828: error: ‘DRIVER_hexminerc’ undeclared (first use in this function)
usbutils.c:3829: error: ‘DRIVER_hexmineru’ undeclared (first use in this function)
usbutils.c:3830: error: ‘DRIVER_hexminer8’ undeclared (first use in this function)
make[2]: *** [cgminer-usbutils.o] Error 1
make[2]: Leaving directory `/usr/src/cgminer-4.7.0'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/src/cgminer-4.7.0'
make: *** [all] Error 2

Huh

mfg
12572  Local / Mining (Deutsch) / Re: Peltier-Element on: October 20, 2014, 12:20:50 PM
Sollte er noch zusätzlich die Spannung anheben ist bei entsprechender Kühlung einiges drin, natürlich nur zum testen/basteln...

Da mir die Ausbeute der Übertacktung meiner U1 nich gefallen hat, habe ich mich nochmal rangesetz.

Ausganslage:

Ant1 -> 393MHz@1V stabil
Ant2 -> 393MHz@1V stabil
Ant3 -> 393MHz@1V HW/F -> 356MHz@1V stabil
Ant4 -> 393MHz@1V viel HW/F -> 331MHz@1V stabil

nun habe ich versucht Ant 3&4 auf das level von 1&2 zu bringen, durch Erhöhung der Asic Vcore.

Ergebnis:

Ant1 -> 393MHz@1V stabil
Ant2 -> 393MHz@1V stabil
Ant3 -> 393MHz@1,05V stabil
Ant4 -> 393MHz@1,1V stabil HW/F <0,5%

So kann ich nun das volle Potential von Ant 1&2 ausnutzen leider ist Ant 4 ne ziemliche Krücke, aber nun kann ich wenigstens alle anstatt mit 331MHz mit 393MHz laufen lassen.

Der Pool meines Vertrauens hat mir im 3 Stunden Durchschnitt 11,4GHs angerechnet, macht also effektiv 2,85GHs pro Ameise


[EDIT]

die MHz Werte stimmen leider nicht, habe da einen Fehler in meinen MHz Rechner...(Tabelle)


12573  Local / Projektentwicklung / Re: [Kostenlos] => 5-in-1-Wallet | Keine Fees on: October 20, 2014, 11:02:35 AM

Backups werden MINDESTENS alle 6 Stunden gemacht und auf meinem NAS-Server mit RAID-0-Verbund hochgeladen ( Backups sind auch verschlüsselt. - Sind RAR-Dateien.).


Aber warum RAID 0?? Das ist ja so gut wie das unsicherste was es gibt für "heikle" Daten?
12574  Economy / Services / Re: GAW MINERS PAYS FOR YOUR SIGNATURE >>> HIGH RATES 50posts = 0.1BTC JOIN US! on: October 18, 2014, 01:04:32 PM
Thanks for the payment.

Joining for another month please.

Posts: 546

Address: 18kpcEdDjeZ7nifaE6CvGLPs1SBBV2gerf

THX and regards

@EvilPanda

Is this OK for you?
12575  Local / Biete / Re: Runde 2# Gewinne einen 240GH Miner! on: October 17, 2014, 11:51:43 AM
Hallo Sven,

also als erstes der Pool läuft wieder und CGMiner hat automatisch geswitched Wink

Ausserdem habe ich heute den Mineeer bekommen und werde ihn dieses Wochenende in Betrieb nehmen Wink erstmals DANKE

Zur Einstellung am Pi mit Cgminer passt das dann so:

Quote
cd /usr/src
wget http://ck.kolivas.org/apps/cgminer/cgminer-4.7.0.tar.bz2
tar xvf cgminer-4.7.0.tar.bz2
cd cgminer-4.7.0
git checkout 5ed45a0d7a3bd71ed1b8726e5f1cdac55bf68196
sudo wget -U 'Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.6) Gecko/20070802 SeaMonkey/1.1.4' http://sven-goessling.de/wp-content/uploads/2014/04/5ed45a0d7a3bd71ed1b8726e5f1cdac55bf68196.patch
sudo patch -p1 < 5ed45a0d7a3bd71ed1b8726e5f1cdac55bf68196.patch
./configure --enable-icarus --enable-bitfury --enable-hexminera --enable-hexminerc --enable-hexminerb --enable-hexmineru --enable-hexminer8
sudo make

Oder gibt es bereits eine neuere Patch Version?

Würde gerne diese Einstellungen verwenden (Der Technobit sollt mit U2+ und TwinFurys am selben USB HUB laufen Wink :

Quote
"load-balance" : true,
"api-listen" : true,
"api-allow" : "W:0/0",
"api-port" : "4028",
"expiry" : "120",
"failover-only" : true,
"log" : "5",
"no-pool-disable" : true,
"queue" : "2",
"scan-time" : "60",
"worktime" : true,
"shares" : "0",
"kernel-path" : "/usr/local/bin",
"usb" : ":10",
"bxm-bits" : "55",
"anu-freq" : "300"
"hexminer8-set-diff-to-one" : "0",
"hexminer8-chip-mask" : "255",
"hexminer8-voltage"  : "1000",
"hexminer8-options" : "8:250",
"set_default_to_8" : true
}

Wären diese Einstellungen dann richtig?

Zusätlich würde ich später einmal diese Effizienz Tabelle testen sollte man ja gut auf den 240er ummünzen können  Wink



mfg

Sobald er läuft gibts ein Update...
12576  Economy / Services / Re: GAW MINERS PAYS FOR YOUR SIGNATURE >>> HIGH RATES 50posts = 0.1BTC JOIN US! on: October 17, 2014, 06:47:40 AM
Thanks for the payment.

Joining for another month please.

Posts: 546

Address: 18kpcEdDjeZ7nifaE6CvGLPs1SBBV2gerf

THX and regards
12577  Local / Projektentwicklung / Re: Miner-Control.de Pools on: October 16, 2014, 09:57:15 AM
Hallo Sven,

der Pool ist immer wieder DOWN, da meine Miner immer wieder auf Bitminter switchen Wink

Latest Shifts
09:54
Time                Ghps      Your Ghps    Your score
09:53              1,848,775   37            0.0020%
07:37              1,877,768   36            0.0019%
05:23              1,659,709   38            0.0023%
02:51           1,671,617   36            0.0021%
00:21           1,836,939   25            0.0013%
22:05              2,228,992   7            0.0003%
20:11              2,224,742   0            0.0000%
18:18              2,015,150   26            0.0013%
16:13              1,633,853   6            0.0004%
13:39              1,447,447   0            0.0000%

mfg

12578  Economy / Services / Re: GAW MINERS PAYS FOR YOUR SIGNATURE >>> HIGH RATES 50posts = 0.1BTC JOIN US! on: October 15, 2014, 06:35:02 AM
Joining for another month please.

Posts: 545

Address: 18kpcEdDjeZ7nifaE6CvGLPs1SBBV2gerf

THX and regards
12579  Bitcoin / Mining software (miners) / Re: OFFICIAL CGMINER mining software thread for linux/win/osx/mips/arm/r-pi 4.7.0 on: October 14, 2014, 06:15:47 PM
Hello,

Support the Cgminer in the stock version also the Technobit:

240 GHs HEX8A1 Coincraft A1 miner?

sudo ./autogen.sh --enable-hexminera --enable-hexminerc --enable-hexminerb --enable-hexmineru --enable-hexminer8

or only with the HEX patch?

THX
12580  Local / Biete / Re: Runde 2# Gewinne einen 240GH Miner! on: October 14, 2014, 10:59:07 AM
Hey Buchi-88 herzlichsten Glückwunsch Smiley

Na dann mal sehen wer in Runde 2 der oder die Glückliche wird Smiley

Ich meld mich natürlich gleich wieder an Tongue

Hallo Floppy,

danke das werd ich auch natürlich wieder machen, aber dieses mal mit mehr GH/s Wink

mfg und starke Aktion hier Wink
Pages: « 1 ... 579 580 581 582 583 584 585 586 587 588 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 656 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!