Pages:
Author

Topic: Who likes pod miners? - page 6. (Read 56097 times)

full member
Activity: 1176
Merit: 111
February 27, 2018, 06:49:33 PM
i am little confued about mining speed and watt usage can some one share this product profitability?

I'm not under the impression that any of these products are profitable. You actually want to make your money back and make a profit? Go buy an Antminer S9 or DragonMint. Even then profitability is dicey.
newbie
Activity: 31
Merit: 0
February 27, 2018, 02:00:08 PM
i am little confued about mining speed and watt usage can some one share this product profitability?
newbie
Activity: 78
Merit: 0
February 27, 2018, 11:08:32 AM
I had my 4 - 808 and one 2 pac work but now only have 2 - 808 working.

Can't seem to fix the other two, they are stuck in zombie mode.

I might have missed this earlier on in the thread... its possible to run the new pods and some 2Pacs on the same rig?



Yes, they work fine, and have independent frequency settings
member
Activity: 223
Merit: 12
February 27, 2018, 01:10:40 AM
I had my 4 - 808 and one 2 pac work but now only have 2 - 808 working.

Can't seem to fix the other two, they are stuck in zombie mode.

I might have missed this earlier on in the thread... its possible to run the new pods and some 2Pacs on the same rig?

full member
Activity: 235
Merit: 100
February 26, 2018, 04:54:42 PM
I had my 4 - 808 and one 2 pac work but now only have 2 - 808 working.

Can't seem to fix the other two, they are stuck in zombie mode.
legendary
Activity: 4256
Merit: 8551
'The right to privacy matters'
February 26, 2018, 10:31:35 AM
I plan on using this psu
can do 4 with ease and is small sized

http://www.corsair.com/en-us/sf-series-sf600-600-watt-80-plus-gold-certified-high-performance-sfx-psu-na-refurbished

my 49 port hub has 6 compacs and a 2 pac

Wow really nice PSU, much cleaner than mine.

They sell spare pcie cables and the psu has three jacks for pcie/cpu

This means three dual pcie cables for six pods.  Pulling 300-320 watts.

Plus the 24 pin can plug into a 49 port usb hub doing a few two pacs
full member
Activity: 235
Merit: 100
February 25, 2018, 04:12:10 PM
I plan on using this psu
can do 4 with ease and is small sized

http://www.corsair.com/en-us/sf-series-sf600-600-watt-80-plus-gold-certified-high-performance-sfx-psu-na-refurbished

my 49 port hub has 6 compacs and a 2 pac

Wow really nice PSU, much cleaner than mine.
legendary
Activity: 4256
Merit: 8551
'The right to privacy matters'
February 25, 2018, 12:21:34 PM
I plan on using this psu
can do 4 with ease and is small sized

http://www.corsair.com/en-us/sf-series-sf600-600-watt-80-plus-gold-certified-high-performance-sfx-psu-na-refurbished

my 49 port hub has 6 compacs and a 2 pac.

I thought sidehack was sending me a tester unit but I must of dropped the ball on reminding him about it.

I simply get too many pms for  escrow and gpu reviews along with lots of other projects.

I would like to get one to show the setup.
jr. member
Activity: 94
Merit: 5
February 25, 2018, 12:16:33 PM
No response at all, or no response about placing an order? Because if there's no response at all, she probably didn't get your message.

Oh boy,   No response at all,  I did write I wanted 1,  resending email,  Guess my plan about not being annoying is going to go
out the window.  Grin
newbie
Activity: 65
Merit: 0
February 25, 2018, 10:05:15 AM
No response at all, or no response about placing an order? Because if there's no response at all, she probably didn't get your message.

I did hear back from her at the beginning of Feb saying I was on the list and she would let me know when they were available. So I expect I just wasnt quick enough to be at the top of the list.
legendary
Activity: 3374
Merit: 1859
Curmudgeonly hardware guy
February 24, 2018, 10:09:06 PM
No response at all, or no response about placing an order? Because if there's no response at all, she probably didn't get your message.
jr. member
Activity: 94
Merit: 5
February 24, 2018, 10:00:45 PM
My only annoyance is being involved in this thread for what seems like a very long time, yet missing a few weeks when the Laura email was mentioned and being at the back of the list. I understand there's not much to be done, but still frustrating! Looking forward to being able to place my order.

Don't feel so bad I sent my email to laura on the 5th of feb and i still have no response either, and i'm in the USA.
jr. member
Activity: 45
Merit: 1
February 24, 2018, 07:39:29 PM

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://bitcointalksearch.org/topic/gekkoscience-2paccompac-bm1384-stickminer-official-support-thread-1764803

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’

This is great!
If you want run not as root also set up USB access
Code:
sudo cp ~/git/vthoang/cgminer/01-cgminer.rules /etc/udev/rules.d/

sudo usermod -G plugdev -a pi
If your distribution does not have the plugdev group you can create it with:
Code:
groupadd plugdev

And to connect with older hubs add
to /boot/cmdline.txt and reboot

Code:
dwc_otg.lpm_enable=0 dwc_otg.speed=1 dwc_otg.fiq_enable=1 dwc_otg.fiq_fsm_enable=1 dwc_otg.fiq_fsm_mask=0x3
member
Activity: 161
Merit: 12
February 24, 2018, 04:06:34 PM
My only annoyance is being involved in this thread for what seems like a very long time, yet missing a few weeks when the Laura email was mentioned and being at the back of the list. I understand there's not much to be done, but still frustrating! Looking forward to being able to place my order.

I got a response but no offer yet.  I think Sidehack got swamped with orders.  I too am looking forward to placing an order. 
hero member
Activity: 595
Merit: 506
February 24, 2018, 12:06:24 PM
My only annoyance is being involved in this thread for what seems like a very long time, yet missing a few weeks when the Laura email was mentioned and being at the back of the list. I understand there's not much to be done, but still frustrating! Looking forward to being able to place my order.
sr. member
Activity: 427
Merit: 250
February 24, 2018, 08:37:45 AM
Sorry to be negative but I see some having already 4 pods.

Wasn't the deal to spread it to as much as possible starting with a max of 1 pod to give 'everyone' a chance to get one?

I and several others fished behind the net serveral times on other hardware due to bulk buyers.

Any news for us euro people?
The problem I think is the shipping costs, for us the Europeans need to wait for bitshopper, we have hard to get those little babyes and by legalities we get a enclosed pod.

sorry with my very bad English.
gvb
jr. member
Activity: 140
Merit: 9
February 24, 2018, 05:11:07 AM
Sorry to be negative but I see some having already 4 pods.

Wasn't the deal to spread it to as much as possible starting with a max of 1 pod to give 'everyone' a chance to get one?

I and several others fished behind the net serveral times on other hardware due to bulk buyers.

Any news for us euro people?
newbie
Activity: 14
Merit: 0
February 23, 2018, 11:10:51 PM

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://bitcointalksearch.org/topic/gekkoscience-2paccompac-bm1384-stickminer-official-support-thread-1764803

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’
newbie
Activity: 65
Merit: 0
February 23, 2018, 09:31:26 PM
Can't wait for my email from Laura to order. Smiley

same here
vh
hero member
Activity: 699
Merit: 666
February 23, 2018, 09:03:47 PM
As I see some of these are starting to get shipped.   I suppose this is a good time as any to start an official terminus support thread.     Wink
Pages:
Jump to: