Bitcoin Forum
June 21, 2024, 05:26:13 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
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 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 »
  Print  
Author Topic: Bitmain AntMiner U1 Tips & Tricks  (Read 106568 times)
philipma1957
Legendary
*
Offline Offline

Activity: 4158
Merit: 8049


'The right to privacy matters'


View Profile WWW
January 07, 2014, 06:11:11 AM
 #201

im having issues on a few things. got my u1 to detect, but cant get it above 1gh. using the modded cgminer, using windows 8.1, on an anker usb 9port. im at wits end trying to figure this out on whats wrong. any help would be greatly appreciated


yeah did you use a .bat  file? with this in it



https://bitcointalk.org/index.php?topic=390929.msg4272492#msg4272492   I had the 1/2 rate problem


the fix was here

https://bitcointalk.org/index.php?topic=390929.msg4279482#msg4279482

▄▄███████▄▄
▄██████████████▄
▄██████████████████▄
▄████▀▀▀▀███▀▀▀▀█████▄
▄█████████████▄█▀████▄
███████████▄███████████
██████████▄█▀███████████
██████████▀████████████
▀█████▄█▀█████████████▀
▀████▄▄▄▄███▄▄▄▄████▀
▀██████████████████▀
▀███████████████▀
▀▀███████▀▀
.
 MΞTAWIN  THE FIRST WEB3 CASINO   
.
.. PLAY NOW ..
mrspades
Newbie
*
Offline Offline

Activity: 9
Merit: 0


View Profile
January 07, 2014, 06:50:29 AM
 #202

im having issues on a few things. got my u1 to detect, but cant get it above 1gh. using the modded cgminer, using windows 8.1, on an anker usb 9port. im at wits end trying to figure this out on whats wrong. any help would be greatly appreciated


yeah did you use a .bat  file? with this in it



https://bitcointalk.org/index.php?topic=390929.msg4272492#msg4272492   I had the 1/2 rate problem


the fix was here

https://bitcointalk.org/index.php?topic=390929.msg4279482#msg4279482


i looked at these, my issue is im still learning a bit and i created a start.bat file, but it hasnt done a thing. i must be missing out on something.
mrspades
Newbie
*
Offline Offline

Activity: 9
Merit: 0


View Profile
January 07, 2014, 07:30:44 AM
 #203

okay, ive created it and put cgminer.exe --bmsc-options 115200:20 -o stratum.bitcoin.cz:3333 -u MisterSpades.worker2 -p x  --bmsc-freq 0881 --  into the start.bat, but its giving me a bmsc send golden nonce  and bmsc recv nonce timeout. any suggestions?
elpres
Newbie
*
Offline Offline

Activity: 57
Merit: 0


View Profile
January 07, 2014, 07:53:16 AM
 #204

for those who are curious I am running 12 on a 20 port hub using minepeon on the RPI.
built cgminer from fractalbc git repo (page 9).
all running at around 2GHs.
chadgroover
Newbie
*
Offline Offline

Activity: 42
Merit: 0


View Profile
January 07, 2014, 09:32:45 AM
 #205

okay, ive created it and put cgminer.exe --bmsc-options 115200:20 -o stratum.bitcoin.cz:3333 -u MisterSpades.worker2 -p x  --bmsc-freq 0881 --  into the start.bat, but its giving me a bmsc send golden nonce  and bmsc recv nonce timeout. any suggestions?

Have you only got one plugged in when you start the batch? And have you definitely updated the driver with Zadig? (try unplugging and plugging back into the same port after you've done that)
chadgroover
Newbie
*
Offline Offline

Activity: 42
Merit: 0


View Profile
January 07, 2014, 10:01:32 AM
 #206

Has anybody managed to get their RPI setup working with the Adafruit 16x2 LCD + Piminer python script?...

I've run a sample python script for the LCD and the display and all buttons are working perfectly (which is surprising considering I hadn't soldered anything for a decade before today!), but when I launch "python PiMiner.py &", the display comes on and just sticks on displaying the RPI's IP address... Occasionally after stopping and starting cgminer the display will change to "connecting to cgminer...", but it then just sticks on that indefinitely... None of the buttons respond when it's stuck on the IP address or "connecting" screens.

The default port is definitely listening;

root@RASPBIAN:~# netstat -l
Active Internet connections (only servers)
Proto Recv-Q Send-Q Local Address           Foreign Address         State
tcp        0      0 *:ssh                   *:*                     LISTEN
tcp        0      0 *:4028                  *:*                     LISTEN



The following lines are in my .conf file;
"api-listen" : true,
"api-mcast-port" : "4028",
"api-port" : "4028",
"api-allow" : "0/0"
Did that ever work for you?  I "could" read that as saying "listen on port 4028 but don't allow anyone to talk to me".  My .conf has the following:

Code:
"api-listen" : true,
"api-mcast-port" : "4028",
"api-network" : true,
"api-port" : "4028",

I needed the "api-network" before mine would work.


I was pretty much just going with whatever they suggested on the Adafruit article - http://learn.adafruit.com/piminer-raspberry-pi-bitcoin-miner/configure-settings
I've just tried it without api-allow and with api-network enabled, but no change  Sad (same thing with the bitmaintech and your own version of cgminer)
HellDiverUK
Hero Member
*****
Offline Offline

Activity: 1246
Merit: 501



View Profile
January 07, 2014, 10:06:56 AM
Last edit: January 07, 2014, 10:31:51 AM by HellDiverUK
 #207

nwoolls' version of bfgminer works properly with these miners.  WAY better than the botched cgminer supplied.  

Getting 17GH from 10 U1's using bfg, was only seeing 11GH with cg.
cs2000
Newbie
*
Offline Offline

Activity: 28
Merit: 0


View Profile
January 07, 2014, 10:40:41 AM
 #208

I don't get stuck there, but the changes Bitmain have made to CGminer break something that adafruits scripts reply on. Guess we will just have to wait until the drivers are merged back into the main Git of CGminer
That could be the api change they made.  They pissed kanoi off when they changed the hashrate from MHS to GHS.  I changed it back on my branch.  Try it and see if it works with your adafruits scripts.  It did get miner.php to work properly when there were both old and new miners in the config.

It built and ran perfectly for me just now (no more fiddling around with the driver! Yay!!!), but the Adafruit display is still stuck on the IP address unfortunately...
yeah I did notice the API change over on Github when I looked at this

https://github.com/bitmaintech/cgminer/commit/bf453120ef7a6a2e9dbe4f0da5f3136c8aaf0cb6

Tried undoing the changes and recompiling but that gavce an error. Im now almost 100% sure that the changes made here have broken the piminer's lcd api as what im seeing on my screen is "MHS av" which is part of the line they removed (line 2111).

Any ideas if I could take the same file from the official version of Cgminer and compile correctly with that?
elpres
Newbie
*
Offline Offline

Activity: 57
Merit: 0


View Profile
January 07, 2014, 11:57:41 AM
 #209

minepeon is crashing after about 2 hours with the new cgminer from fractal. i've also checked that setting is in my boot/cmdline.txt file.
philipma1957
Legendary
*
Offline Offline

Activity: 4158
Merit: 8049


'The right to privacy matters'


View Profile WWW
January 07, 2014, 12:38:52 PM
 #210

nwoolls' version of bfgminer works properly with these miners.  WAY better than the botched cgminer supplied.  

Getting 17GH from 10 U1's using bfg, was only seeing 11GH with cg.

good.  I need to see if bfgminer will allow for oc. 

▄▄███████▄▄
▄██████████████▄
▄██████████████████▄
▄████▀▀▀▀███▀▀▀▀█████▄
▄█████████████▄█▀████▄
███████████▄███████████
██████████▄█▀███████████
██████████▀████████████
▀█████▄█▀█████████████▀
▀████▄▄▄▄███▄▄▄▄████▀
▀██████████████████▀
▀███████████████▀
▀▀███████▀▀
.
 MΞTAWIN  THE FIRST WEB3 CASINO   
.
.. PLAY NOW ..
lucazane
Legendary
*
Offline Offline

Activity: 1198
Merit: 1000



View Profile WWW
January 07, 2014, 12:48:56 PM
Last edit: January 07, 2014, 01:01:15 PM by lucazane
 #211

Just received 30 units today

at the usb port (stock clock) :

voltage : 4,6 V
current : 0,39-0,4 A

so power = 1.84 w per miner , not bad

The Blocks Factory Mining POOL : DGB(sha256d, Skein, Qubit, Groestl & Scrypt), FTC
elpres
Newbie
*
Offline Offline

Activity: 57
Merit: 0


View Profile
January 07, 2014, 12:54:46 PM
Last edit: January 07, 2014, 01:44:35 PM by elpres
 #212

what configure options do i need to build bfgminer with antminer support?

:edit:

I don't know how to access the proper branch. The URL provided in his post doesn't clone and the main repo doesn't have the antminer driver.
Anyone got a walk through?
HellDiverUK
Hero Member
*****
Offline Offline

Activity: 1246
Merit: 501



View Profile
January 07, 2014, 01:00:58 PM
 #213

nwoolls' version of bfgminer works properly with these miners.  WAY better than the botched cgminer supplied.  

Getting 17GH from 10 U1's using bfg, was only seeing 11GH with cg.

good.  I need to see if bfgminer will allow for oc. 

It doesn't at the moment from the TUI.  I haven't had a chance to try it via command line, because I'm working remotely and don't want to mess things up.  Overclocking may not be available yet, either, I don't know.  Check the bfgminer thread I guess.
lucazane
Legendary
*
Offline Offline

Activity: 1198
Merit: 1000



View Profile WWW
January 07, 2014, 02:32:59 PM
 #214

works a lot better with bfgminer Smiley




it just don't display the HW error

The Blocks Factory Mining POOL : DGB(sha256d, Skein, Qubit, Groestl & Scrypt), FTC
philipma1957
Legendary
*
Offline Offline

Activity: 4158
Merit: 8049


'The right to privacy matters'


View Profile WWW
January 07, 2014, 02:45:33 PM
Last edit: January 07, 2014, 02:56:21 PM by philipma1957
 #215

works a lot better with bfgminer Smiley




it just don't display the HW error

 I play around with it sometime this week.
 I have 36 sticks running at 1.9-2.05 with the overclock on cgminer.
 

So 36 x 1.6 = 57.6 gh  vs  36 x 2 = 72  gh

So I will stay with cg as  it is getting 14 gh extra with the oc.



▄▄███████▄▄
▄██████████████▄
▄██████████████████▄
▄████▀▀▀▀███▀▀▀▀█████▄
▄█████████████▄█▀████▄
███████████▄███████████
██████████▄█▀███████████
██████████▀████████████
▀█████▄█▀█████████████▀
▀████▄▄▄▄███▄▄▄▄████▀
▀██████████████████▀
▀███████████████▀
▀▀███████▀▀
.
 MΞTAWIN  THE FIRST WEB3 CASINO   
.
.. PLAY NOW ..
mrspades
Newbie
*
Offline Offline

Activity: 9
Merit: 0


View Profile
January 07, 2014, 02:45:57 PM
 #216

okay, ive created it and put cgminer.exe --bmsc-options 115200:20 -o stratum.bitcoin.cz:3333 -u MisterSpades.worker2 -p x  --bmsc-freq 0881 --  into the start.bat, but its giving me a bmsc send golden nonce  and bmsc recv nonce timeout. any suggestions?

Have you only got one plugged in when you start the batch? And have you definitely updated the driver with Zadig? (try unplugging and plugging back into the same port after you've done that)

that was exactly what i had to do, start it up without anything else plugged in. but my question now would be, am i not able to add my 333mh bes in the same hub as it? is there a special command or is there just no way i can have them in the same hub?
Luc-
Newbie
*
Offline Offline

Activity: 10
Merit: 0


View Profile
January 07, 2014, 02:46:24 PM
 #217

@lucazane

How to install or configure bfgminer to make it working for Antminer U1? (debian weezy)

Thanks
chadgroover
Newbie
*
Offline Offline

Activity: 42
Merit: 0


View Profile
January 07, 2014, 02:57:41 PM
Last edit: January 07, 2014, 04:30:21 PM by chadgroover
 #218

@lucazane

How to install or configure bfgminer to make it working for Antminer U1? (debian weezy)

Thanks

I would imagine something like the following should do it;

Code:
git clone https://github.com/nwoolls/bfgminer.git
cd bfgminer
./autogen.sh
./configure --enable-bfsb
make

/edit
You'll also probably need to run the below if you haven't build bfgminer before;

Code:
apt-get update
apt-get install build-essential autoconf automake libtool pkg-config libcurl4-gnutls-dev libjansson-dev uthash-dev libncursesw5-dev libudev-dev libusb-1.0-0-dev libevent-dev libmicrohttpd-dev -y
philipma1957
Legendary
*
Offline Offline

Activity: 4158
Merit: 8049


'The right to privacy matters'


View Profile WWW
January 07, 2014, 02:58:54 PM
 #219

okay, ive created it and put cgminer.exe --bmsc-options 115200:20 -o stratum.bitcoin.cz:3333 -u MisterSpades.worker2 -p x  --bmsc-freq 0881 --  into the start.bat, but its giving me a bmsc send golden nonce  and bmsc recv nonce timeout. any suggestions?

Have you only got one plugged in when you start the batch? And have you definitely updated the driver with Zadig? (try unplugging and plugging back into the same port after you've done that)

that was exactly what i had to do, start it up without anything else plugged in. but my question now would be, am i not able to add my 333mh bes in the same hub as it? is there a special command or is there just no way i can have them in the same hub?

put them on the same hub and run bfgminer  look at my photo  a few posts above  I run both cg and bfg

▄▄███████▄▄
▄██████████████▄
▄██████████████████▄
▄████▀▀▀▀███▀▀▀▀█████▄
▄█████████████▄█▀████▄
███████████▄███████████
██████████▄█▀███████████
██████████▀████████████
▀█████▄█▀█████████████▀
▀████▄▄▄▄███▄▄▄▄████▀
▀██████████████████▀
▀███████████████▀
▀▀███████▀▀
.
 MΞTAWIN  THE FIRST WEB3 CASINO   
.
.. PLAY NOW ..
philipma1957
Legendary
*
Offline Offline

Activity: 4158
Merit: 8049


'The right to privacy matters'


View Profile WWW
January 07, 2014, 03:01:32 PM
 #220

here is a shot of the ant sticks on the hub







power for the sticks with 2 fans = 100 watts





the overclock is pretty stable been running it for 19 hours it was as high as 71gh right now it drifted to 68gh  but power went from 115 watts to 100watts.

  100 watts at the plug to run 68gh    = very good

2 cubes run one at 30 gh and 1 at 38 gh power = 500 watts and noisy.

▄▄███████▄▄
▄██████████████▄
▄██████████████████▄
▄████▀▀▀▀███▀▀▀▀█████▄
▄█████████████▄█▀████▄
███████████▄███████████
██████████▄█▀███████████
██████████▀████████████
▀█████▄█▀█████████████▀
▀████▄▄▄▄███▄▄▄▄████▀
▀██████████████████▀
▀███████████████▀
▀▀███████▀▀
.
 MΞTAWIN  THE FIRST WEB3 CASINO   
.
.. PLAY NOW ..
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 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 »
  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!