Bitcoin Forum
August 03, 2024, 02:49:08 PM *
News: Latest Bitcoin Core release: 27.1 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1]
1  Alternate cryptocurrencies / Mining (Altcoins) / Re: The Official LighteningAsic/GridSeed 5 Chip Setup Guide by UnicornHasher on: March 06, 2014, 07:21:38 PM
EDIT: if you are using the root account and have files stored in /root/ you will have to change all of the /home/miner/ paths to /root/

Oddly enough I can make that setup happen via script:

pool0.sh - pool9.sh
Code:
POOL="-o stratum+tcp://us.clevermining.com:3333 -u 13zKJjzxGpjbqJDAWAhFNHVqALqcsCWiat -p x"
FREQ="800"

cd /home/miner/cpuminer/
./minerd -F $FREQ -G /dev/ttyACM9 $POOL

aio_screen
Code:
screen -t miner0  /home/miner/pool0.sh
split
split -v
focus down
screen -t miner1 /home/miner/pool1.sh
focus down
screen -t miner2 /home/miner/pool2.sh
split
split -v
focus down
screen -t miner3 /home/miner/pool3.sh
focus down
screen -t miner4 /home/miner/pool4.sh
split
split -v
focus down
screen -t miner5 /home/miner/pool5.sh
focus down
screen -t miner6 /home/miner/pool6.sh
split
split -v
focus down
screen -t miner7 /home/miner/pool7.sh
focus down
screen -t miner8 /home/miner/pool8.sh
split -v
focus down
screen -t miner9 /home/miner/pool9.sh

Then as root run
Code:
 screen -c /home/miner/aio_screen

Should output 10 consoles like this: I only ran one actual unit in the window as a test.


The only issue I had was that upon detaching and reattaching to the screen session or starting detached all of the windows reset to windows with no positioning Sad



Thank uuuu Kiss
very helpful

im created
https://i.imgur.com/9ohjhQS.jpg

miner0~9.sh
Code:
mkdir -p home/cpuminer/miner_conf;for i in {9..0};do echo -en "POOL=\"-o stratum+tcp://pool -u worker -p x -q\"\nFREQ=\"850\"\ncd home/cpuminer\n./minerd -F \$FREQ -G /dev/ttyACM$i \$POOL" > home/cpuminer/miner_conf/miner$i.sh;done

change permission for miner0~9.sh
Code:
chmod -R 755 home/cpuminer/miner_conf

my_screen
Code:
screen -t m0 ./home/cpuminer/miner_conf/miner0.sh
split -v
split
focus down
screen -t m1 ./home/cpuminer/miner_conf/miner1.sh
split
focus down
screen -t m2 ./home/cpuminer/miner_conf/miner2.sh
split
focus down
screen -t m3 ./home/cpuminer/miner_conf/miner3.sh
split
focus down
screen -t m4 ./home/cpuminer/miner_conf/miner4.sh
focus right
screen -t m5 ./home/cpuminer/miner_conf/miner5.sh
split
focus down
screen -t m6 ./home/cpuminer/miner_conf/miner6.sh
split
focus down
screen -t m7 ./home/cpuminer/miner_conf/miner7.sh
split
focus down
screen -t m8 ./home/cpuminer/miner_conf/miner8.sh
split
focus down
screen -t m9 ./home/cpuminer/miner_conf/miner9.sh

then as user run
Code:
screen -c my_screen

good working!! Smiley
2  Alternate cryptocurrencies / Mining (Altcoins) / Re: The Official LighteningAsic/GridSeed 5 Chip Setup Guide by UnicornHasher on: March 05, 2014, 07:11:52 PM

thank youuu Kiss
i can study Roll Eyes
3  Alternate cryptocurrencies / Mining (Altcoins) / Re: The Official LighteningAsic/GridSeed 5 Chip Setup Guide by UnicornHasher on: March 05, 2014, 06:38:54 PM
please tell meee Huh
screen split automatically

http://imgur.com/pXRC5ae
4  Alternate cryptocurrencies / Mining (Altcoins) / Re: UnicornHasher Official LighteningAsic GridSeed Purchase and Setup Guide on: March 03, 2014, 03:23:34 PM
accepted: 1166/1166 (100.00%), 0.00 khash/s (yay!!!)
i want to chack hashrate cpuminer 2.3.2...

is not there any way other than to check pool?

There is currently no way to check hashrate aside from using the controller or checking at the pool.

It'll likely be 0-3 months before full support is added to make that possible.

okay...
thx
5  Alternate cryptocurrencies / Mining (Altcoins) / Re: UnicornHasher Official LighteningAsic GridSeed Purchase and Setup Guide on: March 03, 2014, 11:18:38 AM
 accepted: 1166/1166 (100.00%), 0.00 khash/s (yay!!!)
i want to chack hashrate cpuminer 2.3.2...

is not there any way other than to check pool?
6  Bitcoin / Hardware / Re: LightningAsic usb miners based Gridseed GC3355 Tech Support Thread on: March 01, 2014, 02:46:26 PM
i did builded for raspi cpuminer2.3.2(https://github.com/gridseed/usb-miner)
miner is good runing
but hashrate 0.00 why?  Huh https://i.imgur.com/74skQjJ.jpg

Seems like you are hashing, but have 90% rejected (11% accepted).

There was some discussion about the windows cpuminer version not calculating hash rates. If it is the same software, it probably does not calculate it either.



thanks for your reply
my options ->./minerd -G /dev/ttyACM0, /dev/ttyACM1,...../dev/ttyACM9 -F 850 -o [POOL] -O [worker0:pass, worker2:pass,...worker9:pass]
i'm wrong?
and what do you recommend of cpuminer?
7  Bitcoin / Hardware / Re: LightningAsic usb miners based Gridseed GC3355 Tech Support Thread on: March 01, 2014, 11:08:19 AM
i did builded for raspi cpuminer2.3.2(https://github.com/gridseed/usb-miner)
miner is good runing
but hashrate 0.00 why?  Huh https://i.imgur.com/74skQjJ.jpg
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!