Bitcoin Forum
April 23, 2024, 01:40:56 PM *
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 43 44 45 46 47 48 49 50 51 ... 115 »
  Print  
Author Topic: GekkoScience NewPac / Terminus R606 (BM1387) Official Support Thread  (Read 61318 times)
This is a self-moderated topic. If you do not want to be moderated by the person who started this topic, create a new topic. (1 post by 1+ user deleted.)
vh (OP)
Hero Member
*****
Offline Offline

Activity: 699
Merit: 666


View Profile
October 20, 2018, 02:53:01 AM
Last edit: May 27, 2019, 03:46:27 PM by vh
Merited by klintay (12), frodocooper (5), philipma1957 (4), malevolent (4), NotFuzzyWarm (2), OgNasty (1), vapourminer (1), hugeblack (1), hedgy73 (1), paid2 (1), rockmoney (1)
 #1

########################################
#GekkoScience NewPac / Terminus R606 (BM1387) Official Support Thread#
########################################

NewPac:


Terminus R606:


=================
=Thanks To The Community=
=================
Thank you to all who are following along and supporting the creation of these miners.  
Your feed back and participation really goes a long way to keep the momentum and R&D moving forward.

=================
=How to get a Miner=
=================
Visit the corresponding announcement threads for up to date info.

Quote from: sidehack
MinerSupply on Amazon.com (forum user Rockmoney)
MineFarmBuy.com (forum user minefarmbuy)
419Mining.com (forum user 419mining)

Limited direct sales are also available; contact kalahn@gekkoscience.com for information.

=================
=Expected Performance=
=================
The expected performance of the NewPac is about 0.228 * MHz = GH.  
At the default frequency of 100MHz, the NewPac runs at 22.8 GH.

Rough power usage and efficiency of a NewPac:



The expected performance of the R606 is about 1.368 * MHz = GH.  
At the default frequency of 400MHz, the R606 runs at 547.2 GH.





=================
=How to Run=
=================
At the moment, you will need to a build of cgminer with the latest gekko driver to mine with the NewPac / R606.

The driver is under active development in an fork of ckolivas/cgminer.  
A pull request will be redirected to the ckolivas/cgminer repo once the code approached a stable point.

Run syntax:

*nix [if not root level privileges, see Q&A]
./cgminer -o stratum+tcp://pool.ckpool.org:3333 -u 1BURGERAXHH6Yi6LRybRJK7ybEm5m5HwTr -p x --suggest-diff 128

Windows
cgminer.exe -o stratum+tcp://pool.ckpool.org:3333 -u 1BURGERAXHH6Yi6LRybRJK7ybEm5m5HwTr -p x --suggest-diff 128

OS X
cgminer -o stratum+tcp://pool.ckpool.org:3333 -u 1BURGERAXHH6Yi6LRybRJK7ybEm5m5HwTr -p x --suggest-diff 128


Linux cgminer build steps

    Ubuntu 18.04.1 LTS new install.
    Default Install (+OpenSSH server)

Code:
sudo apt-get update
sudo apt-get upgrade -y

sudo apt-get install -y build-essential git autoconf automake libtool pkg-config zlib1g-dev libcurl4-openssl-dev libncurses5-dev libusb-1.0-0-dev libudev-dev
    
mkdir -p git/vthoang; cd git/vthoang
git clone -b r606 https://github.com/vthoang/cgminer.git
cd cgminer

CFLAGS="-O2 -march=native" ./autogen.sh --enable-gekko
make -j 2

#see Q&A further below for instruction to grant USB permission to non root accounts.


    Debian 8.7.1 new install.
        Default Install (No desktop environment, + SSH Server)
        (*do not specify root password to enable sudo)
   
    or Raspbian - Kernel version: 4.4 (Raspberry Pi) [*note]

Code:
sudo apt-get update
sudo apt-get upgrade -y

sudo apt-get install -y build-essential git libusb-1.0-0-dev libusb-1.0-0 libcurl4-openssl-dev libncurses5-dev libudev-dev screen libtool automake pkg-config libjansson-dev

mkdir -p git/vthoang; cd git/vthoang
git clone -b r606 https://github.com/vthoang/cgminer.git
cd cgminer

CFLAGS="-O2" ./autogen.sh --enable-gekko
make -j 2

#see Q&A further below for instruction to grant USB permission to non root accounts.



Windows : cgminer.exe (download and extract the 7z file below)

    Cross compiling instructions can be found in the next post.

    May 26, 2019 @ 9e51f0b - cgminer-4.11.1-windows-gekko-9e51f0b.7z
    May 13, 2019 @ a62385f - cgminer-4.11.1-windows-gekko-a62385f.7z
    Apr 30, 2019 @ 0d524aa - cgminer-4.11.1-windows-gekko-0d524aa.7z
    Dec 13, 2018 @ 3339a51 - cgminer-4.11.1-windows-gekko-3339a51.7z

http://23.108.83.14/images/cgminer-4.11.1-windows-gekko-9e51f0b.7z

    Use 7zip or WinZip to extract the archive

Install the zadig generic WinUSB drivers from:

http://zadig.akeo.ie



If all is well, you can list and see the miner from cgminer.
Code:
cgminer.exe -n

Powershell check:
Code:
PS C:\> gwmi Win32_USBControllerDevice |%{[wmi]($_.Dependent)} | ? { $_.DeviceId -match "GS-" } | sort Manufacturer,Description,DeviceID | ft -groupby Manufacturer Description,Service,DeviceId -auto




Mac OSX Compiling with Homebrew (NewPac Only / R606 support on the way)

    El Capitan (10.11.6)

Code:
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
brew doctor
brew tap vthoang/cgminer
brew install cgminer


=================
=Cooling=
=================
If you run a stick miner, use a cooling fan.  
 
Increased cooling can reduce the chip's overall power usage.

Non cooled sticks are subject to thermal runaway where heat will trigger increased amperage draw increasing heat in a cycle until the unit fails.

===============
=Basic Q&A / Troubleshooting=
===============

Q. How can I set a different frequency for the R606 vs NewPac vs 2Pac vs the Compac?

cgminer will accept a custom frequency per device type.
--gekko-r606-freq 600 --gekko-newpac-freq 200 --gekko-compac-freq 200 --gekko-2pac-freq 150

Q. Does the NewPac/R606 support AsicBoost.

Mostly.  
  • If you receive shared rejected messages from a specific pool, you can disable asicboost with "--gekko-noboost".

AsicBoost on Win10 may not always work.  
  • If you see the frequency drop as soon as it starts up, you can use a modified version of AsicBoost "--gekko-lowboost" or disable asicboost with the command above.

Q: What is causes message: "make: *** No targets specified and no makefile found.  Stop."

Generated by a failure in the autogen command.   Read the last few outputted lines from the command before make.
Generally seen when running make after running the autogen line with a zero instead of a "O" capital o.

Q. How to get past "USB init, open device failed" ... "you don't have privilege to access" error.
Code:
cd ~/git/vthoang/cgminer/
sudo usermod -G plugdev -a `whoami`
sudo cp 01-cgminer.rules /etc/udev/rules.d/
sudo reboot

Q. How to get past "failed to initialse (incorrect device?)" error.

Generally seen when another driver has a hold on the device.

Q. Something doesn't look correct..  

Here are some of the more common ways to address issue(s):
  • Isolate to test only the usb stick
            Remove any usb extension cables.
            Try a single device without any other accessories drawing power (usb fan, other miners).
            Plug into a into different computer.
  • Check for and git the latest build of cgminer.
  • Look through the README.txt file for relevant notes.
  • Handling problems in Windows:
            Switch to linux Ubuntu or Raspbian.
            Enable High Performance in Power Options Setting.
            Confirm the WinUSB driver is attached to the device.
            Reboot the computer.
            Try one cgminer process per device with "--usb :1".
  • Search for / post the details to this thread.


1713879656
Hero Member
*
Offline Offline

Posts: 1713879656

View Profile Personal Message (Offline)

Ignore
1713879656
Reply with quote  #2

1713879656
Report to moderator
1713879656
Hero Member
*
Offline Offline

Posts: 1713879656

View Profile Personal Message (Offline)

Ignore
1713879656
Reply with quote  #2

1713879656
Report to moderator
1713879656
Hero Member
*
Offline Offline

Posts: 1713879656

View Profile Personal Message (Offline)

Ignore
1713879656
Reply with quote  #2

1713879656
Report to moderator
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1713879656
Hero Member
*
Offline Offline

Posts: 1713879656

View Profile Personal Message (Offline)

Ignore
1713879656
Reply with quote  #2

1713879656
Report to moderator
1713879656
Hero Member
*
Offline Offline

Posts: 1713879656

View Profile Personal Message (Offline)

Ignore
1713879656
Reply with quote  #2

1713879656
Report to moderator
1713879656
Hero Member
*
Offline Offline

Posts: 1713879656

View Profile Personal Message (Offline)

Ignore
1713879656
Reply with quote  #2

1713879656
Report to moderator
vh (OP)
Hero Member
*****
Offline Offline

Activity: 699
Merit: 666


View Profile
October 20, 2018, 02:53:14 AM
 #2

Linux cgminer.exe cross-compile steps (for windows use)

    Ubuntu 16.04.1 LTS new install.
    Default Install (+OpenSSH server)

Code:
sudo apt-get update
sudo apt-get upgrade -y

sudo apt-get install -y build-essential git autoconf autopoint bison flex gperf libtool libtool-bin python ruby scons unzip intltool p7zip-full libgtk2.0-dev


cd /opt
sudo git clone https://github.com/mxe/mxe.git

export MXE_DIR=/opt/mxe
export MXE_TARGETS='i686-w64-mingw32.static'
sudo make -j 4 -C $MXE_DIR MXE_TARGETS="$MXE_TARGETS" curl pthreads pdcurses ncurses libusb1


echo 'export PATH=/opt/mxe/usr/bin:$PATH' >> ~/.profile
echo 'export PKG_CONFIG_PATH=/opt/mxe/usr/i686-w64-mingw32.static/lib/pkgconfig/' >> ~/.profile

export PATH=/opt/mxe/usr/bin:$PATH
export PKG_CONFIG_PATH=/opt/mxe/usr/i686-w64-mingw32.static/lib/pkgconfig/

cd ~
mkdir -p git/vthoang
cd git/vthoang

git clone https://github.com/vthoang/cgminer.git
cd cgminer

autoreconf -fi
CFLAGS="-O2 -msse2" ./configure --host=i686-w64-mingw32.static --disable-shared --enable-gekko

make -j 2
strip cgminer.exe



philipma1957
Legendary
*
Online Online

Activity: 4102
Merit: 7762


'The right to privacy matters'


View Profile WWW
October 29, 2018, 03:56:44 PM
Last edit: October 30, 2018, 12:11:23 AM by frodocooper
 #3

Code:
cgminer -o stratum+tcp://stratum.bravo-mining.com:3333 -u philipma1957.two --gekko-compac-freq 125 --gekko-2pac-freq 100 -p x

waiting for a better hub but I have 1 stick working!

note bat file above and please tell me how to add new stick at a freq like 150

I have a new hub coming from eyeboot and plan to mine

2 of these at freq 150
1 2pac     at  freq 125
5 compac at freq  150

with cooling

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

Activity: 3304
Merit: 1842

Curmudgeonly hardware guy


View Profile
October 29, 2018, 04:23:34 PM
 #4

===============
=Basic Q&A / Troubleshooting=
===============

Q. How can I set a different frequency for the NewPac vs 2Pac vs the Compac?

cgminer will accept one or all three parameters for the stickminer.
--gekko-newpac-freq 200 --gekko-compac-freq 200 --gekko-2pac-freq 150

Cool, quiet and up to 1TH pod miner, on sale now!
Currently in development - 200+GH USB stick; 6TH volt-adjustable S1/3/5 upgrade kit
Server PSU interface boards and cables. USB and small-scale miners. Hardware hosting, advice and odd-jobs. Supporting the home miner community since 2013 - http://www.gekkoscience.com
philipma1957
Legendary
*
Online Online

Activity: 4102
Merit: 7762


'The right to privacy matters'


View Profile WWW
October 29, 2018, 06:51:12 PM
Last edit: October 29, 2018, 08:15:53 PM by philipma1957
 #5

===============
=Basic Q&A / Troubleshooting=
===============

Q. How can I set a different frequency for the NewPac vs 2Pac vs the Compac?

cgminer will accept one or all three parameters for the stickminer.
--gekko-newpac-freq 200 --gekko-compac-freq 200 --gekko-2pac-freq 150

thanks

give me an hour I will fire all up.

two new pacs at freq 125 giving me 60gh


edit 2 new pacs at freq 125 giving me 56gh and 20hw

I am using a good gub with fan cooling.

going to bump to freq 150

▄▄███████▄▄
▄██████████████▄
▄██████████████████▄
▄████▀▀▀▀███▀▀▀▀█████▄
▄█████████████▄█▀████▄
███████████▄███████████
██████████▄█▀███████████
██████████▀████████████
▀█████▄█▀█████████████▀
▀████▄▄▄▄███▄▄▄▄████▀
▀██████████████████▀
▀███████████████▀
▀▀███████▀▀
.
 MΞTAWIN  THE FIRST WEB3 CASINO   
.
.. PLAY NOW ..
zachj00
Jr. Member
*
Offline Offline

Activity: 120
Merit: 2


View Profile
October 29, 2018, 08:21:46 PM
 #6

Anybody on Raspian having issues with the new CGminer? I can only run CGminer for abour 24 hours before it crashes and gives me this error "corrupted size vs prev_size: 0x01b727d0

Then I get GSH 7: toggling ASIC nRST to reset, and then nothing.
philipma1957
Legendary
*
Online Online

Activity: 4102
Merit: 7762


'The right to privacy matters'


View Profile WWW
October 29, 2018, 08:36:05 PM
Last edit: October 30, 2018, 12:10:53 AM by frodocooper
 #7

Anybody on Raspian having issues with the new CGminer? I can only run CGminer for abour 24 hours before it crashes and gives me this error "corrupted size vs prev_size: 0x01b727d0

Then I get GSH 7: toggling ASIC nRST to reset, and then nothing.

try a bigger os drive (guessing)

i will get back to this in a day to see if I get your problem


▄▄███████▄▄
▄██████████████▄
▄██████████████████▄
▄████▀▀▀▀███▀▀▀▀█████▄
▄█████████████▄█▀████▄
███████████▄███████████
██████████▄█▀███████████
██████████▀████████████
▀█████▄█▀█████████████▀
▀████▄▄▄▄███▄▄▄▄████▀
▀██████████████████▀
▀███████████████▀
▀▀███████▀▀
.
 MΞTAWIN  THE FIRST WEB3 CASINO   
.
.. PLAY NOW ..
irritant
Sr. Member
****
Offline Offline

Activity: 473
Merit: 250


Sodium hypochlorite, acetone, ethanol


View Profile
October 29, 2018, 09:55:37 PM
 #8

Anybody on Raspian having issues with the new CGminer? I can only run CGminer for abour 24 hours before it crashes and gives me this error "corrupted size vs prev_size: 0x01b727d0

Then I get GSH 7: toggling ASIC nRST to reset, and then nothing.

i've read somewhere it helps if you add

Code:
slub_debug=FP

 to /boot/cmdline.txt

https://bitcointalk.org/index.php?topic=494625.msg5932931#msg5932931
zachj00
Jr. Member
*
Offline Offline

Activity: 120
Merit: 2


View Profile
October 29, 2018, 11:10:05 PM
Last edit: October 30, 2018, 12:12:37 AM by frodocooper
 #9

i've read somewhere it helps if you add

Code:
slub_debug=FP

 to /boot/cmdline.txt

https://bitcointalk.org/index.php?topic=494625.msg5932931#msg5932931

Already got the slub_debug hack in place. Think thats for the kernel and not CGminer though.



try a bigger os drive (guessing)

i will get back to this in a day to see if I get your problem

https://i.imgur.com/YiMHQjp.png

Using a 16GB micro SD with plenty of space left.
philipma1957
Legendary
*
Online Online

Activity: 4102
Merit: 7762


'The right to privacy matters'


View Profile WWW
October 30, 2018, 02:29:13 AM
 #10

My two are still running on bravo-mining


http://www.bravo-mining.com/index.php?page=statistics&action=pool



Contributor Hashrates
Rank-----User Name-------TH/s-------BTC/Day---USD/Day
1      jonnybravo........7.705.......0.000........0.0000
2      dsppage............5.110.......0.000........0.0000
3      MinerSRQ..........1.510.......0.000........0.0000
4      rkotsybar...........0.383.......0.000........0.0000
5      mofoq...............0.178.......0.000........0.0000
6      tubexc...............0.144.......0.000........0.0000

7      philipma1957......0.074.......0.000........0.0000

8      AB1042503........0.051.......0.000........0.0000
9      munkeyminer.....0.026.......0.000........0.0000
10      PhredPhrog........0.026.......0.000........0.0000
11      bugwash............0.023.......0.000........0.0000

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

Activity: 3304
Merit: 1842

Curmudgeonly hardware guy


View Profile
October 30, 2018, 02:30:53 AM
 #11

Hey, I know at least two of the other guys on that list.

Cool, quiet and up to 1TH pod miner, on sale now!
Currently in development - 200+GH USB stick; 6TH volt-adjustable S1/3/5 upgrade kit
Server PSU interface boards and cables. USB and small-scale miners. Hardware hosting, advice and odd-jobs. Supporting the home miner community since 2013 - http://www.gekkoscience.com
philipma1957
Legendary
*
Online Online

Activity: 4102
Merit: 7762


'The right to privacy matters'


View Profile WWW
October 30, 2018, 04:33:59 AM
 #12

Hey, I know at least two of the other guys on that list.

I figured that Grin

I now have my

5 compacs
1 2pac
2 newpacs

all running at a total of 125gh

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

Activity: 21
Merit: 8


View Profile
October 30, 2018, 04:56:11 PM
 #13

yup, thats me on the bravo miner lol..
just waiting for a little cash before i buy myself a NEWPAC or 2.. (wedding payments come first lol)

kipper01
Full Member
***
Offline Offline

Activity: 214
Merit: 100

1KippERXwH1PdBxKNt1ksgqh89WBv6CtWQ


View Profile
October 31, 2018, 01:31:15 AM
Last edit: October 31, 2018, 09:36:20 PM by frodocooper
 #14

Hopefully this post will not be delete...
But can you elaborate on you command line you are using for all the versions of 'pacs' you are using?  My original compacs appear to be coming up as unhealthy and reseting.

Code:
 [2018-10-30 21:28:05.810] Accepted c6edda73 Diff 329/128 GSH 2 
 [2018-10-30 21:28:10.224] Accepted 01bad167 Diff 148/128 GSC 3
 [2018-10-30 21:28:22.698] Accepted 3a031230 Diff 1.13K/128 GSH 1
 [2018-10-30 21:28:23.540] Accepted 01693d40 Diff 181/128 GSC 1
 [2018-10-30 21:28:28.591] Accepted 019e7299 Diff 158/128 GSH 1
 [2018-10-30 21:28:31.419] Accepted 7cc08b50 Diff 525/128 GSH 0
 [2018-10-30 21:28:35.420] Accepted 018304b8 Diff 169/128 GSH 3
 [2018-10-30 21:28:37.380] Accepted 01030972 Diff 253/128 GSH 0
 [2018-10-30 21:28:41.453] Accepted 7e039bef Diff 520/128 GSH 3
 [2018-10-30 21:28:41.667] 5735283823 : 2794884994 : 8250000000
 [2018-10-30 21:28:41.668] GSC 0: unhealthy miner
 [2018-10-30 21:28:41.773] GSC 0 failure, disabling!
 [2018-10-30 21:28:41.774] GSC 0: setting frequency to 100.00MHz
 [2018-10-30 21:28:49.283] GSC 6: Compac BM1384 Bitcoin Miner (10000175)
 [2018-10-30 21:28:49.284] Hotplug: GekkoScience added GSC 6
 [2018-10-30 21:28:49.285] GSC 6: read thread created
 [2018-10-30 21:28:49.334] GSH 3: missing nonces
 [2018-10-30 21:28:49.334] GSH 2: missing nonces
 [2018-10-30 21:28:49.392] GSC 6: found 1 chip(s)
 [2018-10-30 21:28:49.423] GSH 2: Toggling ASIC nRST to reset
 [2018-10-30 21:28:49.511] GSC 6: setting frequency to 150.00MHz
 [2018-10-30 21:28:49.517] GSC 6: open cores @ 150.00MHz
 [2018-10-30 21:28:49.552] 5851544532 : 3047242946 : 8250000000
 [2018-10-30 21:28:49.552] GSC 3: unhealthy miner
 [2018-10-30 21:28:49.555] GSC 3 failure, disabling!
 [2018-10-30 21:28:49.555] GSC 3: setting frequency to 100.00MHz
 [2018-10-30 21:28:49.608] GSH 3: Toggling ASIC nRST to reset
 [2018-10-30 21:28:50.069] GSH 2: found 2 chip(s)
 [2018-10-30 21:28:50.177] GSH 2: setting frequency to 100.00MHz
 [2018-10-30 21:28:50.184] GSH 2: open cores @ 100.00MHz
 [2018-10-30 21:28:50.192] GSH 2: start work @ 100.00MHz
 [2018-10-30 21:28:50.363] GSH 3: found 2 chip(s)
 [2018-10-30 21:28:50.477] GSH 3: setting frequency to 100.00MHz
 [2018-10-30 21:28:50.489] GSH 3: open cores @ 100.00MHz
 [2018-10-30 21:28:50.497] GSH 3: start work @ 100.00MHz
 [2018-10-30 21:28:52.783] Accepted 4d3477f4 Diff 849/128 GSC 4
 [2018-10-30 21:28:53.777] Accepted 016ce20a Diff 180/128 GSH 0
 [2018-10-30 21:28:54.534] GSC 7: Compac BM1384 Bitcoin Miner (10000391)
 [2018-10-30 21:28:54.534] Hotplug: GekkoScience added GSC 7
 [2018-10-30 21:28:54.534] GSC 7: read thread created
 [2018-10-30 21:28:54.641] GSC 7: found 1 chip(s)
 [2018-10-30 21:28:54.758] GSC 7: setting frequency to 150.00MHz
 [2018-10-30 21:28:54.763] GSC 7: open cores @ 150.00MHz
 [2018-10-30 21:28:55.837] Accepted b9610b8b Diff 354/128 GSH 3
 [2018-10-30 21:28:56.260] Accepted 3f53a426 Diff 1.03K/128 GSC 1
 [2018-10-30 21:28:59.183] GSC 6: start work @ 150.00MHz
 [2018-10-30 21:29:00.665] Accepted 01b78e2e Diff 149/128 GSH 1
 [2018-10-30 21:29:02.838] Accepted 01369efe Diff 211/128 GSC 6
 [2018-10-30 21:29:04.386] GSC 7: start work @ 150.00MHz
 [2018-10-30 21:29:05.514] Accepted 86bdee08 Diff 486/128 GSH 3

philipma1957
Legendary
*
Online Online

Activity: 4102
Merit: 7762


'The right to privacy matters'


View Profile WWW
October 31, 2018, 02:26:28 AM
Last edit: October 31, 2018, 09:37:03 PM by frodocooper
 #15

I did windows  win 10     Ccminer 4.11

Zadig on all sticks

I have a top end pc with 16 gb a 500 gb sd and an i7 6700t

I have an eyboot hub 49 ports with a high end psu 240 watts.

I will post bat in a bit.

So 8 sticks pull maybe

8+8 = 16
8.     = 16
5x4. = 40

So 72 watts.

Code:
cgminer -o stratum+tcp://stratum.bravo-mining.com:3333 -u philipma1957.two --gekko-compac-freq 150 --gekko-2pac-freq 125 --gekko-newpac-freq 175 -p x

My 2pac may be dying.

But all the compacs work with the NewPacs

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

Activity: 14
Merit: 0


View Profile
November 04, 2018, 06:46:23 AM
 #16

What should the vcore be set to?  I just got my newpac today and it isn't wanting to work.  I thought I would check the vcore but I couldn't find what it should be.  Thanks!
Emkoo
Jr. Member
*
Offline Offline

Activity: 103
Merit: 1


View Profile
November 05, 2018, 12:18:08 AM
Last edit: November 06, 2018, 12:33:28 AM by frodocooper
 #17

So I just got my NewPac works fine with windows7.
But I can't make work with my new Raspberry - I did everything step by step from the fist post and got stuck with "failed usb_init"

Code:
cd ~/git/vthoang/cgminer/
sudo usermod -G plugdev -a `whoami`
sudo cp 01-cgminer.rules /etc/udev/rules.d/
sudo reboot

Didn't help either

Does anybody has same issues like I do?
vh (OP)
Hero Member
*****
Offline Offline

Activity: 699
Merit: 666


View Profile
November 05, 2018, 01:59:45 AM
Last edit: November 06, 2018, 12:34:13 AM by frodocooper
 #18

So I just got my NewPac works fine with windows7.
But I can't make work with my new Raspberry - I did everything step by step from the fist post and got stuck with "failed usb_init"

[...]

Didn't help either

Does anybody has same issues like I do?

Looks like I missed a step.

Options:
1 - Run as root.
2 - Wait until next build release.
3 - Append this to the bottom of the 01-cgminer.rules file and try that step again.

Code:
# GekkoScience
ATTRS{idVendor}=="0403", ATTRS{idProduct}=="6015", SUBSYSTEM=="usb", ACTION=="add", MODE="0666", GROUP="plugdev"

Emkoo
Jr. Member
*
Offline Offline

Activity: 103
Merit: 1


View Profile
November 05, 2018, 03:02:37 AM
 #19

Took me 2 days trying to figure it out, now it works perfect, Thanks!!!!
vh (OP)
Hero Member
*****
Offline Offline

Activity: 699
Merit: 666


View Profile
November 07, 2018, 03:46:13 AM
 #20

A new build is available:  09a2f37

Windows binary: http://23.108.83.14/images/cgminer-4.11.1-windows-gekko-09a2f37.7z

 - Lowered unhealthy hashrate sensitivity for non-newpac down to 33%.

 - Added testing options --gekko-compac-detect, --gekko-2pac-detect, --gekko-terminus-detect and --gekko-newpac-detect

      usage: separates out miner types per cgminer instance.  detects all types if not specified.

      to assign only newpacs to a cgminer, include in the command line options:
         screen 1's cgminer add:   --gekko-newpac-detect
       
      remember if you set one, set all other instances too:
         screen 2's cgminer add:   --gekko-compac-detect --gekko-terminus-detect
         screen 3's cgminer add:   --gekko-2pac-detect
   
 - Added testing option --gekko-newpac-boost

      Triggers asics to do some extra stuff when connected to version rolling enabled pools.
      Hash rate remains as expected for the frequency, power usage is reduced by about 10%.
      Will hose startup if trying to connect with option to unsupported pool.

 - Updated udev rules file to allow access to newpac as non-root user.


Best practice update process: keep old working version handy.
  • move the existing "cgminer" folder to "cgminer.yyyymmdd"
  • clone repository to create a new cgminer folder as noted from first post instructions.



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 43 44 45 46 47 48 49 50 51 ... 115 »
  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!