awgilyas
|
|
April 23, 2014, 05:17:59 AM |
|
Hey marto. Could I have the address to ship to? The store is asking for a tracking number and I can only get that after printing the shipping label. Thanks.
|
1AwangATDktxLw8e6VaDijw9AMWz5wy8bx
|
|
|
monsters4r
|
|
April 23, 2014, 06:59:49 AM |
|
Hey marto. Could I have the address to ship to? The store is asking for a tracking number and I can only get that after printing the shipping label. Thanks. +1
|
--- APOM - Anti Pre-Order Movement ---
|
|
|
marto74 (OP)
|
|
April 23, 2014, 07:06:55 AM |
|
Pm's sent
|
|
|
|
marto74 (OP)
|
|
April 24, 2014, 12:47:09 PM |
|
|
|
|
|
stan258
|
|
April 24, 2014, 08:33:43 PM |
|
Anybody know what a decent port size usb hub compatible with the TP Link routers? I want to get as many ports available per router.
|
|
|
|
loshia
Legendary
Offline
Activity: 1610
Merit: 1000
|
|
April 25, 2014, 04:58:06 AM |
|
Anybody know what a decent port size usb hub compatible with the TP Link routers? I want to get as many ports available per router.
10 not more tplink is not strong enough but it handles 9 hex8 without issue Look through my posts there is one recommended and well tested available from amazon de for about 9eu
|
|
|
|
stan258
|
|
April 25, 2014, 05:11:21 AM |
|
Anybody know what a decent port size usb hub compatible with the TP Link routers? I want to get as many ports available per router.
10 not more tplink is not strong enough but it handles 9 hex8 without issue Look through my posts there is one recommended and well tested available from amazon de for about 9eu Understood. Thanks
|
|
|
|
Zich
Legendary
Offline
Activity: 1190
Merit: 1000
|
|
April 25, 2014, 05:12:35 AM |
|
|
|
|
|
loshia
Legendary
Offline
Activity: 1610
Merit: 1000
|
|
April 25, 2014, 06:07:58 AM |
|
thanks Zich
|
|
|
|
marto74 (OP)
|
|
May 11, 2014, 08:52:14 AM |
|
price updated
|
|
|
|
christhegoth
|
|
July 11, 2014, 12:37:33 PM |
|
Set-up guide for cgminer?
|
|
|
|
loshia
Legendary
Offline
Activity: 1610
Merit: 1000
|
|
July 11, 2014, 01:00:27 PM |
|
Set-up guide for cgminer?
Please
|
|
|
|
ZBC3
|
|
July 11, 2014, 01:04:38 PM |
|
Christhegoth
Set up guide for cgminer?
For what system?
|
|
|
|
christhegoth
|
|
July 11, 2014, 02:30:19 PM Last edit: July 11, 2014, 03:40:31 PM by christhegoth |
|
Win 7, and I'll need to know what driver to use ( Zadig needed? ). So far I've tried as is, and also the Zadig WinUSB one, and both do not allow cgminer to see the unit. It's been a frustrating afternoon
|
|
|
|
christhegoth
|
|
July 11, 2014, 02:48:49 PM Last edit: July 11, 2014, 04:35:52 PM by christhegoth |
|
Win 7, and I'll need to know what driver to use ( Zadig needed? ). So far I've tried as is, and also the Zadig WinUSB one, and both do not allow cgminer to see the unit. It's been a frustrating afternoon A Debian one would be useful as well. Getting the old file-server doing some work would be cool.
|
|
|
|
Zich
Legendary
Offline
Activity: 1190
Merit: 1000
|
|
July 12, 2014, 12:31:38 AM |
|
Compiling cgminer for windows is pain in the ass. If you are not soft guy, forget it.
Use linux or use TPLINK TL-MR3020
|
|
|
|
Zich
Legendary
Offline
Activity: 1190
Merit: 1000
|
|
July 12, 2014, 01:03:15 AM Last edit: July 12, 2014, 01:23:04 AM by Zich |
|
1. sudo apt-get update 2. sudo apt-get upgrade 3. sudo apt-get install libudev-dev libusb-1.0-0-dev libfox-1.6-dev 4. sudo apt-get install autotools-dev autoconf automake 5. sudo apt-get install libtool libncurses-dev yasm 6. sudo apt-get install curl libcurl4-openssl-dev libjansson-dev screen 7. sudo apt-get install pkg-config uthash-dev make git-core
Download cgminer 4.4.1 1. git clone https://github.com/ckolivas/cgminer.git 2. mv cgminer cgminer-4.4.1 3. cd cgminer-4.4.1 4. git checkout 48ef55a6c58fd7d8b5f2fc46988be836724dee5f 5. wget https://www.dropbox.com/s/jb27h5tq21drdks/rev_48ef55a6c58fd7d8b5f2fc46988be836724dee5f.patch 6. patch -p1 < 48ef55a6c58fd7d8b5f2fc46988be836724dee5f.patch 7. ./autogen.sh --enable-hexminera --enable-hexminerc --enable-hexminer3 --enable-hexminerb --enable-hexmineru --enable-hexminer8 --enable-hexminerm --enable-hexminerbe200 8. make
|
|
|
|
christhegoth
|
|
July 12, 2014, 06:41:05 AM |
|
1. sudo apt-get update 2. sudo apt-get upgrade 3. sudo apt-get install libudev-dev libusb-1.0-0-dev libfox-1.6-dev 4. sudo apt-get install autotools-dev autoconf automake 5. sudo apt-get install libtool libncurses-dev yasm 6. sudo apt-get install curl libcurl4-openssl-dev libjansson-dev screen 7. sudo apt-get install pkg-config uthash-dev make git-core
Download cgminer 4.4.1 1. git clone https://github.com/ckolivas/cgminer.git 2. mv cgminer cgminer-4.4.1 3. cd cgminer-4.4.1 4. git checkout 48ef55a6c58fd7d8b5f2fc46988be836724dee5f 5. wget https://www.dropbox.com/s/jb27h5tq21drdks/rev_48ef55a6c58fd7d8b5f2fc46988be836724dee5f.patch 6. patch -p1 < 48ef55a6c58fd7d8b5f2fc46988be836724dee5f.patch 7. ./autogen.sh --enable-hexminera --enable-hexminerc --enable-hexminer3 --enable-hexminerb --enable-hexmineru --enable-hexminer8 --enable-hexminerm --enable-hexminerbe200 8. make
I can confirm this works on latest Debian build. Thanks! PS: Anyone know the command for lowering the voltage? I'd be curious about undervolting to try and get power consumption down.
|
|
|
|
Zich
Legendary
Offline
Activity: 1190
Merit: 1000
|
|
July 12, 2014, 06:51:58 AM |
|
I can confirm this works on latest Debian build. Thanks! PS: Anyone know the command for lowering the voltage? I'd be curious about undervolting to try and get power consumption down. OFC it's work you need to run cgminer with additional command, --hexminer3-voltage is voltage setting sudo ./cgminer --hexminer3-chip-mask 255 --hexminer3-voltage 750 --hexminer3-options 16:7000
or add that setting to cgminer.conf
|
|
|
|
|