Pages:
Author

Topic: TECHNOBIT's HEX16A in hand - first impressions / mining software - page 4. (Read 24122 times)

legendary
Activity: 2730
Merit: 1192
I don't believe in denial.
Tutorial:
thanks for the tutorial 2GOOD!

After a substantial amount of time on this forum (and others) I tried to get my Technobit HEX16 to work on a Raspberry. It works on a Windows machine in combination with HEXminer but I am not impressed by it's stability...

Being a total newbie on Linux I followed several "tutorials" I found on the fora. The one I had the "best" result with (and being quoted by others as working) is this one described by you (BIG thank you once more for that one 2GOOD, BTW!).

But after I:

sudo apt-get update

and I:

sudo apt-get install autoconf yasm pkg-config make libusb-1.0-0-dev libusb-1.0-0 libcurl4-openssl-dev libncurses5-dev libudev-dev

succesfully, then I:

Download the build cgminer-hex16a-3.6.1.tar.gz with: wget https://dl.dropboxusercontent.com/u/8082585/cg/cgminer-hex16a-3.6.1.tar.gz 

I extract the archive with: tar -xvf cgminer-hex16a-3.6.1.tar.gz

But the tutorial then says to "Edit cgminer.conf - it is preconfigured for speeds 480Mhz @ 1440mV"
I have no idea what to do so I type: "edit cgminer.conf" and all it says is:

Warning: unknown mime-type for "cgminer.conf" -- using "application/octet-stream"
Error: no "edit" mailcap rules found for type "application/octet-stream"

I change directory by: cd cgminer-hex16a-3.6.1 and try again, but with the same result

Assuming I need some sort of editor to do this AND assuming that the preconfigured file should be OK for now I run cgminer with:
sudo ./cgminer -c ./cgminer.conf

But I get this message:
./cgminer: 1: ./cgminer: Syntax error: word unexpected (expecting ")")

Undeterred I continue with the tutorial (thinking maybe I should run the patch before this actually works), and I: cd

Then I: apt-get install autoconf libtool libcurl4-openssl-dev libncurses5-dev pkg-config yasm make

AND HERE IT STOPS FOR ME WITH THE MESSAGE:
E: Could not open lock file /var/lib/dpkg/lock - open (13: Permission denied)
E: Unable to lock the administration directory (/var/lib/dpkg/), are you root?



Just to be complete, the rest of the tutorial says to:
wget https://github.com/ckolivas/cgminer/archive/v3.6.1.tar.gz
tar -xvf v3.6.1.tar.gz
cd cgminer-3.6.1
wget https://dl.dropboxusercontent.com/u/8082585/cg/cgminer_3_6_1_rev_fe5da9672767e18116444dad18db54638936490a.patch
patch < cgminer_3_6_1_rev_fe5da9672767e18116444dad18db54638936490a.patch
./autogen.sh --disable-opencl --disable-adl --enable-avalon --enable-hexminer --enable-bflsc --enable-icarus
make
sudo ./cgminer -n
to check the HEX board is detected

Could you please help me get this Technobit HEX16 on a Raspberry with a clean install of Raspbian / Debian to work?
member
Activity: 86
Merit: 10
I have 3 Hex16A boards, they are running stable for about a week now. Getting them installed wasn't easy as a total Linux/Raspberry/programming noob, but thanks to all the great tutorials here I got them mining.
BUT, they are only putting out about 4.3GH/s instead of 7GH/s.
I'm using a Pi with minepeon and the patched cgminer.

When following the tutorial it says:

add following lines to opt/minepeon/etc/miner.conf

"hexminer­options" : "16:450",
 "heminer­voltage" : "1390",

If I do this, nothing changes. Maby I'm doing something wrong I don't know.

I open a session in Putty
I type: nano opt/minepeon/etc/miner.conf
and add the lines

I save the file, reboot my Pi and restart the miners, but nothing changes...Am I adding the lines at the wrong place, or anything else I'm doing wrong?

You should start cgminer with:

sudo ./cgminer -c /opt/minepeon/etc/miner.conf

this way it will read the conf file.

I start cgminer like this in minepeon:

 #!/bin/bash
sleep 10
/usr/bin/screen -dmS miner /opt/minepeon/bin/cgminer -c /opt/minepeon/etc/miner.conf

when I enter:

sudo ./cgminer -c /opt/minepeon/etc/miner.conf

I get command not found.

hero member
Activity: 547
Merit: 531
First bits: 12good
I have 3 Hex16A boards, they are running stable for about a week now. Getting them installed wasn't easy as a total Linux/Raspberry/programming noob, but thanks to all the great tutorials here I got them mining.
BUT, they are only putting out about 4.3GH/s instead of 7GH/s.
I'm using a Pi with minepeon and the patched cgminer.

When following the tutorial it says:

add following lines to opt/minepeon/etc/miner.conf

"hexminer­options" : "16:450",
 "heminer­voltage" : "1390",

If I do this, nothing changes. Maby I'm doing something wrong I don't know.

I open a session in Putty
I type: nano opt/minepeon/etc/miner.conf
and add the lines

I save the file, reboot my Pi and restart the miners, but nothing changes...Am I adding the lines at the wrong place, or anything else I'm doing wrong?

You should start cgminer with:

sudo ./cgminer -c /opt/minepeon/etc/miner.conf

this way it will read the conf file.
member
Activity: 86
Merit: 10
are yu sure you saved the conf file?
Maybe you need to use the "sudo" command?

When you changed the file, ctr+x and than you need to confirm the changes by pressing "y"


Yes, I'm sure I saved the file.
Just tried a sudo nano, but still no changes, they stay at 4GH/s...
legendary
Activity: 1470
Merit: 1000
Want privacy? Use Monero!
are yu sure you saved the conf file?
Maybe you need to use the "sudo" command?

When you changed the file, ctr+x and than you need to confirm the changes by pressing "y"
member
Activity: 86
Merit: 10
I have 3 Hex16A boards, they are running stable for about a week now. Getting them installed wasn't easy as a total Linux/Raspberry/programming noob, but thanks to all the great tutorials here I got them mining.
BUT, they are only putting out about 4.3GH/s instead of 7GH/s.
I'm using a Pi with minepeon and the patched cgminer.

When following the tutorial it says:

add following lines to opt/minepeon/etc/miner.conf

"hexminer­options" : "16:450",
 "heminer­voltage" : "1390",

If I do this, nothing changes. Maby I'm doing something wrong I don't know.

I open a session in Putty
I type: nano opt/minepeon/etc/miner.conf
and add the lines

I save the file, reboot my Pi and restart the miners, but nothing changes...Am I adding the lines at the wrong place, or anything else I'm doing wrong?
sr. member
Activity: 322
Merit: 250
Well, fast response, thank you Smiley
Will report back
hero member
Activity: 547
Merit: 531
First bits: 12good
I have 5 of those, i wonder if i can make them work under MacOS
(I mean w/o the router, directly usb on the macbook)

Has anyone tried it? If yes
any guides?

You have to compile cgminer yourself. Follow my linux guide with this one:
http://andarazoroflove.org/compiling-cgminer-with-scrypt-on-osx-mountain-lion-for-gpu-mining-ltc/

as you use mine ./configure command.

Good Luck Smiley

sr. member
Activity: 322
Merit: 250
I have 5 of those, i wonder if i can make them work under MacOS
(I mean w/o the router, directly usb on the macbook)

Has anyone tried it? If yes
any guides?
hero member
Activity: 547
Merit: 531
First bits: 12good
I did some (hopefully helpfull) tutorial how to setup the miner on W7.
Sorry for the bad sound quality, but i does not have a better one.
 
http://www.youtube.com/watch?v=l9SgoVm16Sw&feature=youtu.be

@2Good: Would be nice if you could post the video in your tutorial section.

Regards.

Great
sr. member
Activity: 339
Merit: 250
Vice versa is not a meal.
I did some (hopefully helpfull) tutorial how to setup the miner on W7.
Sorry for the bad sound quality, but i does not have a better one.
 
http://www.youtube.com/watch?v=l9SgoVm16Sw&feature=youtu.be

@2Good: Would be nice if you could post the video in your tutorial section.

Regards.
hero member
Activity: 728
Merit: 500
^^^^^^^^^^^^^^ nice rig  Grin

Can someone confirm if I will need to purchase usb cables or if they come with it. If so what type of usb are they?

Thanx
If you ordered thet in our shop you have.
If not it is like this :
http://www.ebay.co.uk/itm/1-8M-Meter-HI-SPEED-USB-2-0-CABLE-LEAD-A-MALE-TO-MINI-B-5-PIN-CAMERA-PC-/310555329418?pt=UK_Computing_USB_Cables&hash=item484e8a438a
sr. member
Activity: 1316
Merit: 253
Sugars.zone | DatingFi - Earn for Posting
^^^^^^^^^^^^^^ nice rig  Grin

Can someone confirm if I will need to purchase usb cables or if they come with it. If so what type of usb are they?

Thanx
newbie
Activity: 9
Merit: 0
First, .... a big Tnx to 2GOOD for explanation in first post...

Miners work well under ubuntu x64

here is my apiary Smiley :

http://img-cdn.filefactory.com/embed/m/1viijf716tu1.jpg

P.S. - i have some boards not working still

Will ask Marto74 for help these days...

WBR, DebeliaMark, BG
hero member
Activity: 728
Merit: 500
Plugged it into my other computer and it looks like the usb driver works there.

Now my problem is that i dont get the program working.
Can anyone please post a picture with youre options how to run this thing ?
Do yo have Teamviewer
If so give me log and pass
connect the boards and I'll show you

downloads here
http://technobit.eu/index.php?id_product=19&controller=product&id_lang=1
sr. member
Activity: 339
Merit: 250
Vice versa is not a meal.
Plugged it into my other computer and it looks like the usb driver works there.

Now my problem is that i dont get the program working.
Can anyone please post a picture with youre options how to run this thing ?

The Straum options does not work for me either.

Is there anyone who is possible to convert the cgminer version to windows ?

Regards
sr. member
Activity: 339
Merit: 250
Vice versa is not a meal.
I cant download the mining software there ?
Any other download links ?

My Windows does have problems communicating with the device and installing the driver.
Is it possible to load this drivers manually ?

Regards
full member
Activity: 154
Merit: 1000
Fica Tranquilo
Still waiting for my miner.
Will let you know once I receive it.
Any day now.
member
Activity: 90
Merit: 10
A question for the Linux specialists.

When the HEX16A is started without the SUDO command, you get following errors ;

Code:
USB init, open device failed, err -3, you don't have privilege to access - HEX device 1:4
hexminer detect (1:4) failed to initialise (incorrect device?)

Is there a way to get rid of these errors by giving the necessary authorities to a folder, file, etc. ?

Update:

After some research on the internet i found the solution.

In cgminer folder you'll find a file named '01-cgminer.rules'.
Add following line into file '01-cgminer.rules' and copy the updated file to /etc/udev/rules.d

Code:
# HEX16A
ATTRS{idVendor}=="04d8", ATTRS{idProduct}=="000a", SUBSYSTEMS=="usb", ACTION=="add", MODE="0666", GROUP="plugdev"

After a reboot of the raspi, i was able to start cgminer without the SUDO command.


legendary
Activity: 1470
Merit: 1000
Want privacy? Use Monero!
I have my miner in hand, and trying to configure now Smiley
Pages:
Jump to: