Bitcoin Forum
May 22, 2024, 03:10:28 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1]
1  Bitcoin / Hardware / Re: GekkoScience 2Pac BM1384 Stickminer Official Support Thread on: May 30, 2018, 12:21:15 PM
Why are you trying to let it run below 100 MHz? 100 MHz should run fine. What position is the voltage pot looking at it on the electronics side with the usb port facing down? Should be at about 2 or 3 o`clock.

There is no potentiometer on the Gekko 2PAC PCB (top or bottom).

See Page #2, Post #25
https://bitcointalk.org/index.php?topic=1764803.msg17678108#msg17678108
2  Bitcoin / Hardware / Re: GekkoScience Terminus R808 Miner Official Support Thread on: April 09, 2018, 11:55:34 AM
What's your controller setup? Because at 250MHz you should be seeing 110GH each.
The units are fluctuating between ~95G and ~140G the average is slowing climbing. sitting at just over 101 each right now.
Im running 3 off of a laptop, each in its own USB port right now. It might be the Intel USB 3.0 controller if that still effects the Terminus as well.

I'm seeing a daily average of 195G with 2 units at 225Mhz on a PI3, which is pretty close to the expected 99G/unit at that speed.

How many USB ports does your laptop have and how many internal controllers?  If you have all three on the same internal hub, could you be hitting the limit of the USB controller?
3  Bitcoin / Hardware / Re: GekkoScience Terminus R808 Miner Official Support Thread on: April 02, 2018, 05:11:42 PM
I know that the (optional) bundled bricks are --rated-- at 6A, but what are people finding for an actual usable rating?

I've got 2 pods up and running. I started them off with the default settings in cgminer and they ran with no issues for a day at 200MHz.  At that point I decided to see if they would go a little higher so I upped it to 225MHz.  As soon as it ramped up to 225MHz one pod dropped back to 200MHz and would repeat going up and down.  The second pod followed a little after.  Thinking it might be the tipping point of the power supply, I tried lowering the voltage adjustment.  Dropping it slightly allowed both pods to run at 225MHz and that was the highest they would go.
4  Bitcoin / Hardware / Re: GekkoScience Terminus R808 Miner Official Support Thread on: February 24, 2018, 01:54:10 PM
The start frequency is obvious, but how do the step and delay settings work?  Where does it stop?

Thanks!
5  Bitcoin / Hardware / Re: Who likes pod miners? on: February 24, 2018, 04:10:51 AM

Interesting - can you share how you did that? I usually go crazy trying to figure out the software setups and I'm trying a pi this time around

Here is what I did from a fresh install of Raspbian Stretch.  Feel free to comment.

1) Start by enabling ssh. Open a terminal:

Code:
sudo systemctl enable ssh
sudo systemctl start ssh

Ideally you should change the password for the pi user using the passwd command.

From here you can now run the pi headless and do everything remotely via ssh

2) An optional step that can prevent the pi from locking up after a while.

Code:
sudo nano /boot/cmdline.txt

add slub_debug=FPUZ to the existing line, do not add a new line.

3) Build cgminer - follow the steps on page 1 of the 2pac thread:
https://bitcointalk.org/index.php?topic=1764803.0

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 https://github.com/vthoang/cgminer.git
cd cgminer

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

Copy cgminer to /home/pi/cgminer (the location is up to you, you just need to adjust the path below if you change it)

Create /home/pi/cgminer.conf with your pool information and custom settings, here is an example:

Code:
{
"pools" : [
   {
      "url" : "stratum+tcp://pool.ckpool.org:3333",
      "user" : "1BURGERAXHH6Yi6LRybRJK7ybEm5m5HwTr",
      "pass" : "x"
   }
],

"gekko-terminus-freq" : "150",
"gekko-start-freq" : "100",
"gekko-step-freq" : "25",
"gekko-step-delay" : "15"
}

4) Setup a screen session to run at startup:

Create this file: /lib/systemd/system/cgminer.service
Code:
[Unit]
Description=cgminer
After=network.target

[Service]
Type=forking
User=pi

#Start:
# screen -dm creates detached session that forks.
#  use this with Type=forking
ExecStart=/usr/bin/screen -dmS cgminer /home/pi/cgminer --config /home/pi/cgminer.conf

#Stop:
# tell cgminer to quit (not screen), and screen will exit
ExecStop=/usr/bin/screen -S cgminer -X stuff 'q'

# or tell screen to quit and clobber cgminer - not best choice
#ExecStop=/usr/bin/screen -S cgminer -X quit
#Probably need a kill definition in case the miner is hung

#Reload:
# sending the string 'scy' (settings, restart, yes) to cgminer will
#  cause a restart which will re-read config file if using one
ExecReload=/usr/bin/screen -S cgminer -X stuff 'scy'

[Install]
WantedBy=multi-user.target

Then run:
Code:
sudo systemctl daemon-reload
sudo systemctl enable cgminer.service
sudo systemctl start cgminer.service

The screen setup  was a modification of instructions from https://techsparx.com/cryptocurrency/mining/setup-usb-miner-cgminer.html

If you want to check on things, you can ssh into the pi and type:
screen -r cgminer

This will reconnect you to the session running cgminer.

To disconnect and leave the screen session running, just type ‘ctrl-a d’ or ‘ctrl-a ctrl-d’
6  Bitcoin / Hardware / Re: Who likes pod miners? on: February 23, 2018, 08:45:06 PM
Cool!   

Just pulled the updated version of cgminer and built it on my pi3, so I'll be ready when the time comes.  Also decided to ditch minera and just have it auto-start cgminer in a screen session on boot.
7  Bitcoin / Hardware / Re: Who likes pod miners? on: February 12, 2018, 01:58:08 AM
No pod for you! Next!

 Wink
8  Bitcoin / Hardware / Re: Who likes pod miners? on: February 06, 2018, 02:14:31 PM
What the port face looks like. We've got USB-A for 5V power out, and a mini USB for control. 12V can be drawn from either a PCIe 6-pin jack or a 2.1/5.5mm barrel jack (for running off a brick). The blue knob is used to adjust core voltage from about 0.63 to 0.80V chip-level, basically the same range as the 2Pac. It can be assembled with a vertical (pictured) or right-angle (front-facing) adjuster.

Wow! nice to see you got things to this point.  I would think that case designers would prefer the right-angle adjuster.
9  Bitcoin / Hardware / Re: Now that usb sticks are being sold by sidehack here is a new usb hub thread. on: January 08, 2018, 05:19:47 PM
I got an ad for surge protectors/USB chargers and had a thought.

I have four 2pacs.

If I got four USB 3 Y cables, two of these power blocks, and any old el cheapo USB 2 hub, I should be in good shape, right?
Power blocks:
http://a.co/3uJgw5y

I could connect the 2pacs to the female end of the Y, connect the power side of the Y cable to the power blocks, and have data sent through the USB 2 hub through the data side of the Y.

It could work, right? From what I read, each of the two USB ports on the power block supplies 2.1A, which should be enough to power a 2pac at around 225-250Hz at the right voltage.

Thanks.

I did something similar with a single 2.1A charger and a Y cable and it worked just fine.  My only concern with your setup is whether the power supply can supply 2.1A to BOTH ports at the same time.

The description says:
"Two USB ports (2.1 Amp shared)"
10  Bitcoin / Hardware / Re: GekkoScience 2Pac BM1384 Stickminer Official Support Thread on: October 25, 2017, 07:34:52 PM
Question:
I have a geekscience  usb running cgminer on a windows 10 laptop using Slushpool.
Everything is working fine.
However the clock speed is 100(by default) and I want to increase this.
How is this done?

When I run cgminer the black window pops up and says url
then I type
stratum+tcp://stratum.slushpool.com:3333
then
username.worker
then
password

where would i type the clock speed? or is it done on the slushpool website?

Well, you found the correct thread.  That's a good start.

1) It's not geekscience
2) Go to page 1 of this thread and start reading, it's all there, most of it on page 1.  You will find examples of how to enter all the options on the command line and how to change the frequency.

If you still have a problem, post the complete command line you entered and a screen shot of what your problem is.

Thanks.
11  Bitcoin / Hardware / Re: GekkoScience 2Pac BM1384 Stickminer Official Support Thread on: October 25, 2017, 12:38:24 PM
sunk818, if you look at the chart, it shows that you should only need 1.32V to run at 200mhz.  If you have them at 1.5V you are pulling around 1.82A.  Can you check the specs on the pluggable hub?  The one I saw mentioned a limit of 1.5A/port. 

Is this what you have?

http://plugable.com/products/usb3-hub7bc/
"USB over-current protection supporting up to 900mA per port (up to 1.5A for BC 1.2 devices)"

It's possible that the hub is shutting down the power at some point. Unless you are planning on running at 300mhz, i would drop the vcore way down.
12  Bitcoin / Hardware / Re: GekkoScience 2Pac BM1384 Stickminer Official Support Thread on: October 17, 2017, 12:22:21 AM
Could be because that's not a real flag. Read the first post.

any ideas on my problem? the -p was a typeo on my side, when you posted first.... i always put a -p x since none of the pools require a password..... again i have tried 4 pools no connection.


also just for testing purposes I will set it to 150 and not push it to 200, but it is on a dedicated POWERED 2.0 USB strip

https://www.amazon.com/gp/product/B0051PGX2I/ref=oh_aui_detailpage_o07_s00?ie=UTF8&psc=1 - I  AM NOT ADVERTISING THIS ITEM I AM MERELY SHOWING WHAT MY HARDWARE IS

That hub may have a lot of ports and lights and switches, but the specs say it will only provide a max of 250 Milliamps per port and a max of 2A total.  That's not going to power anything if correct
13  Bitcoin / Hardware / Re: GekkoScience 2Pac BM1384 Stickminer Official Support Thread on: September 28, 2017, 02:17:54 PM
How do you read the charts?

If I use the exampel 0.11*Mhz=GH

0.11 * 150 = 16.5 GH

How much watts do I use?


=================
=Expected Performance=
=================
The expected performance of the 2Pac is 0.11*MHz=GH.  For example, 150MHz gives 16.5 GH (theoretical expectation).

Rough chart of power draw:




If you want to run at 150Mhz, then look down the 150Mhz column. The watts you will use depend on the voltage you have it set to.  You probably want to run at the lowest voltage that doesn't get HW errors, and according to that chart 1.26V -should- be ok and will draw 5.27watts or 1.05amps.
14  Bitcoin / Hardware / Re: GekkoScience 2Pac BM1384 Stickminer Official Support Thread on: September 20, 2017, 05:28:24 PM
Quote
Currently, that is the version linked to at: gekkoscience.com/misc/cgminer-gekko.tar.gz

what version do you recommend?

You might want to try version 4.10.0, referenced in the first post of this thread.
Pages: [1]
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!