Bitcoin Forum
June 14, 2024, 11:33:00 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 52 53 54 55 56 57 58 »
  Print  
Author Topic: GekkoScience has a new stickminer that does 300+GH  (Read 22302 times)
cygan
Legendary
*
Offline Offline

Activity: 3192
Merit: 8165


Crypto Swap Exchange


View Profile WWW
September 01, 2022, 04:32:21 PM
Last edit: September 01, 2022, 06:30:00 PM by cygan
 #841

a very interesting discussion from you 3 guys, which gladly earned all merits for you Wink👍
i will now test and adjust my 1622 stick today or tomorrow at full mining mode - let's see what comes out of it

edit: is there actually the possibility to operate all 3 miners with different mhz?

█████████████████████████
████▐██▄█████████████████
████▐██████▄▄▄███████████
████▐████▄█████▄▄████████
████▐█████▀▀▀▀▀███▄██████
████▐███▀████████████████
████▐█████████▄█████▌████
████▐██▌█████▀██████▌████
████▐██████████▀████▌████
█████▀███▄█████▄███▀█████
███████▀█████████▀███████
██████████▀███▀██████████
█████████████████████████
.
BC.GAME
▄▄░░░▄▀▀▄████████
▄▄▄
██████████████
█████░░▄▄▄▄████████
▄▄▄▄▄▄▄▄▄██▄██████▄▄▄▄████
▄███▄█▄▄██████████▄████▄████
███████████████████████████▀███
▀████▄██▄██▄░░░░▄████████████
▀▀▀█████▄▄▄███████████▀██
███████████████████▀██
███████████████████▄██
▄███████████████████▄██
█████████████████████▀██
██████████████████████▄
.
CASINO
.
SPORTS
.
RACING
EVENT DETAILS
EURO 2024
n0nce
Hero Member
*****
Offline Offline

Activity: 882
Merit: 5829


not your keys, not your coins!


View Profile WWW
September 01, 2022, 10:14:18 PM
Merited by vapourminer (1)
 #842

edit: is there actually the possibility to operate all 3 miners with different mhz?
Yes, by running an instance for each.

You can tell cgminer not to detect all devices, but just the one you want in a few ways.

--gekko-serial      Detect GekkoScience Device by Serial Number
[...]
--usb <arg>         USB device selection
[...]
The first version
  --usb 1:2,1:3,1:4,1:*
allows you to select which devices to mine on with a list of USB
 bus_number:device_address
All other USB devices will be ignored
Hotplug will also only look at the devices matching the list specified and
find nothing new if they are all in use
You can specify just the USB bus_number to find all devices like 1:*
which means any devices on USB bus_number 1
This is useful if you unplug a device then plug it back in the same port,
it usually reappears with the same bus_number but a different device_address

█▀▀▀











█▄▄▄
▀▀▀▀▀▀▀▀▀▀▀
e
▄▄▄▄▄▄▄▄▄▄▄
█████████████
████████████▄███
██▐███████▄█████▀
█████████▄████▀
███▐████▄███▀
████▐██████▀
█████▀█████
███████████▄
████████████▄
██▄█████▀█████▄
▄█████████▀█████▀
███████████▀██▀
████▀█████████
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
c.h.
▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
▀▀▀█











▄▄▄█
▄██████▄▄▄
█████████████▄▄
███████████████
███████████████
███████████████
███████████████
███░░█████████
███▌▐█████████
█████████████
███████████▀
██████████▀
████████▀
▀██▀▀
cygan
Legendary
*
Offline Offline

Activity: 3192
Merit: 8165


Crypto Swap Exchange


View Profile WWW
September 02, 2022, 07:27:59 AM
 #843

@n0nce
and what are the linux commands then?
am there unfortunately not so the all-rounder Tongue

█████████████████████████
████▐██▄█████████████████
████▐██████▄▄▄███████████
████▐████▄█████▄▄████████
████▐█████▀▀▀▀▀███▄██████
████▐███▀████████████████
████▐█████████▄█████▌████
████▐██▌█████▀██████▌████
████▐██████████▀████▌████
█████▀███▄█████▄███▀█████
███████▀█████████▀███████
██████████▀███▀██████████
█████████████████████████
.
BC.GAME
▄▄░░░▄▀▀▄████████
▄▄▄
██████████████
█████░░▄▄▄▄████████
▄▄▄▄▄▄▄▄▄██▄██████▄▄▄▄████
▄███▄█▄▄██████████▄████▄████
███████████████████████████▀███
▀████▄██▄██▄░░░░▄████████████
▀▀▀█████▄▄▄███████████▀██
███████████████████▀██
███████████████████▄██
▄███████████████████▄██
█████████████████████▀██
██████████████████████▄
.
CASINO
.
SPORTS
.
RACING
EVENT DETAILS
EURO 2024
n0nce
Hero Member
*****
Offline Offline

Activity: 882
Merit: 5829


not your keys, not your coins!


View Profile WWW
September 02, 2022, 11:01:32 PM
 #844

@n0nce
and what are the linux commands then?
am there unfortunately not so the all-rounder Tongue
Do you have GUI access to the machine?
If so, just open 3 different terminal windows.

In each of them, use whatever command you're already using and append corresponding flags as I described above. But you will need to figure out the bus numbers and device addresses, first.
I can't test with my Compac F's right now, but running cgminer with --usb-list-all should list all the attached devices with the information you need.

Something like this may work:
Code:
sudo ./cgminer --usb-list-all

Then, in each of your terminal windows you can execute your miner command with appended bus_number and device_address.
Code:
sudo ./cgminer [... whatever options you have, e.g. pool information, clock speed, ...] --usb bus_number:device_address



If you already know the serial number of each stick, you can instead just do:
Code:
sudo ./cgminer [... whatever options you have, e.g. pool information, clock speed, ...] --gekko-serial REPLACE_WITH_SERIAL_NUMBER

█▀▀▀











█▄▄▄
▀▀▀▀▀▀▀▀▀▀▀
e
▄▄▄▄▄▄▄▄▄▄▄
█████████████
████████████▄███
██▐███████▄█████▀
█████████▄████▀
███▐████▄███▀
████▐██████▀
█████▀█████
███████████▄
████████████▄
██▄█████▀█████▄
▄█████████▀█████▀
███████████▀██▀
████▀█████████
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
c.h.
▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
▀▀▀█











▄▄▄█
▄██████▄▄▄
█████████████▄▄
███████████████
███████████████
███████████████
███████████████
███░░█████████
███▌▐█████████
█████████████
███████████▀
██████████▀
████████▀
▀██▀▀
kano
Legendary
*
Offline Offline

Activity: 4522
Merit: 1844


Linux since 1997 RedHat 4


View Profile
September 03, 2022, 01:48:20 AM
Last edit: September 03, 2022, 02:44:20 AM by kano
 #845

The actual manual lines I wrote describing all the generic USB commands is here:
https://github.com/kanoi/cgminer/blob/master/README#L686

On linux, to see the serial numbers in advance it's probably best to use:
Code:
sudo lsusb -d 0x0403: -v
(since R606, Compac and CompacF all use the same USB chip from 0x0403)

It will report each USB device in detail but e.g. will have this sort of info in it:
Code:
...
  idVendor           0x0403 Future Technology Devices International, Ltd
  idProduct          0x6015 Bridge(I2C/SPI/UART/FIFO)
  bcdDevice           10.00
  iManufacturer           1 GekkoScience
  iProduct                2 CompacF Bitcoin Miner
  iSerial                 3 GS-10008346
  bNumConfigurations      1
...

To see the list of miners that cgminer knows about is probably easiest to use:
Code:
sudo ./cgminer -T --usb-dump 1
(since --usb-list-all will show also show all other USB devices e.g. mouse, keyboard, hubs etc)

Edit: added the -T option so it stops with the data on the screen. And --usb-dump 1 lists the serial numbers also.
And added the example below:

Code:
...
     dev 1: More Info:
Manufacturer: 'GekkoScience'
Product: 'CompacF Bitcoin Miner'
Serial 'GS-10008346'
...

Pool: https://kano.is - low 0.5% fee PPLNS 3 Days - Most reliable Solo with ONLY 0.5% fee   Bitcointalk thread: Forum
Discord support invite at https://kano.is/ Majority developer of the ckpool code - k for kano
The ONLY active original developer of cgminer. Original master git: https://github.com/kanoi/cgminer
cygan
Legendary
*
Offline Offline

Activity: 3192
Merit: 8165


Crypto Swap Exchange


View Profile WWW
September 03, 2022, 07:18:09 AM
Last edit: September 03, 2022, 10:54:22 AM by cygan
 #846

thanks for the numerous hints and commands but i still don't know with which cmd i can set a special mhz on my 1622
Code:
(iSerial                 3 GS-10051622)
so that it doesn't restaret all the time Tongue

█████████████████████████
████▐██▄█████████████████
████▐██████▄▄▄███████████
████▐████▄█████▄▄████████
████▐█████▀▀▀▀▀███▄██████
████▐███▀████████████████
████▐█████████▄█████▌████
████▐██▌█████▀██████▌████
████▐██████████▀████▌████
█████▀███▄█████▄███▀█████
███████▀█████████▀███████
██████████▀███▀██████████
█████████████████████████
.
BC.GAME
▄▄░░░▄▀▀▄████████
▄▄▄
██████████████
█████░░▄▄▄▄████████
▄▄▄▄▄▄▄▄▄██▄██████▄▄▄▄████
▄███▄█▄▄██████████▄████▄████
███████████████████████████▀███
▀████▄██▄██▄░░░░▄████████████
▀▀▀█████▄▄▄███████████▀██
███████████████████▀██
███████████████████▄██
▄███████████████████▄██
█████████████████████▀██
██████████████████████▄
.
CASINO
.
SPORTS
.
RACING
EVENT DETAILS
EURO 2024
jack1cryptotalk007
Member
**
Offline Offline

Activity: 60
Merit: 20


View Profile
September 03, 2022, 06:46:28 PM
 #847

thanks for the numerous hints and commands but i still don't know with which cmd i can set a special mhz on my 1622
Code:
(iSerial                 3 GS-10051622)
so that it doesn't restaret all the time Tongue


cmd on linux, insert:     ./cgminer  -o  ...   -u ...    -p  x    --gekko-serial   "GS-10051622"   
then, only 1622 stick is selected for mining. 
cygan
Legendary
*
Offline Offline

Activity: 3192
Merit: 8165


Crypto Swap Exchange


View Profile WWW
September 04, 2022, 09:08:28 AM
 #848

thanks for the numerous hints and commands but i still don't know with which cmd i can set a special mhz on my 1622
Code:
(iSerial                 3 GS-10051622)
so that it doesn't restaret all the time Tongue


cmd on linux, insert:     ./cgminer  -o  ...   -u ...    -p  x    --gekko-serial   "GS-10051622"   
then, only 1622 stick is selected for mining. 


okay. what do the -o and -u in this command stand for?

█████████████████████████
████▐██▄█████████████████
████▐██████▄▄▄███████████
████▐████▄█████▄▄████████
████▐█████▀▀▀▀▀███▄██████
████▐███▀████████████████
████▐█████████▄█████▌████
████▐██▌█████▀██████▌████
████▐██████████▀████▌████
█████▀███▄█████▄███▀█████
███████▀█████████▀███████
██████████▀███▀██████████
█████████████████████████
.
BC.GAME
▄▄░░░▄▀▀▄████████
▄▄▄
██████████████
█████░░▄▄▄▄████████
▄▄▄▄▄▄▄▄▄██▄██████▄▄▄▄████
▄███▄█▄▄██████████▄████▄████
███████████████████████████▀███
▀████▄██▄██▄░░░░▄████████████
▀▀▀█████▄▄▄███████████▀██
███████████████████▀██
███████████████████▄██
▄███████████████████▄██
█████████████████████▀██
██████████████████████▄
.
CASINO
.
SPORTS
.
RACING
EVENT DETAILS
EURO 2024
HagssFIN
Legendary
*
Offline Offline

Activity: 2436
Merit: 1706


Electrical engineer. Mining since 2014.


View Profile WWW
September 04, 2022, 09:45:27 AM
 #849

@cygan
After -o comes the pool server address and after -u your username.

Please see the instructions which are referred at sidehack's opening post (Kano's instructions https://bitcointalk.org/index.php?topic=5355470.msg58200639#msg58200639 ).

cygan
Legendary
*
Offline Offline

Activity: 3192
Merit: 8165


Crypto Swap Exchange


View Profile WWW
September 04, 2022, 07:04:15 PM
 #850

@cygan
After -o comes the pool server address and after -u your username.

Please see the instructions which are referred at sidehack's opening post (Kano's instructions https://bitcointalk.org/index.php?topic=5355470.msg58200639#msg58200639 ).

i dummy - could have even come up with it myself, if i had been a little smarter... Roll Eyes Lips sealed
but nevertheless many thanks Smiley

█████████████████████████
████▐██▄█████████████████
████▐██████▄▄▄███████████
████▐████▄█████▄▄████████
████▐█████▀▀▀▀▀███▄██████
████▐███▀████████████████
████▐█████████▄█████▌████
████▐██▌█████▀██████▌████
████▐██████████▀████▌████
█████▀███▄█████▄███▀█████
███████▀█████████▀███████
██████████▀███▀██████████
█████████████████████████
.
BC.GAME
▄▄░░░▄▀▀▄████████
▄▄▄
██████████████
█████░░▄▄▄▄████████
▄▄▄▄▄▄▄▄▄██▄██████▄▄▄▄████
▄███▄█▄▄██████████▄████▄████
███████████████████████████▀███
▀████▄██▄██▄░░░░▄████████████
▀▀▀█████▄▄▄███████████▀██
███████████████████▀██
███████████████████▄██
▄███████████████████▄██
█████████████████████▀██
██████████████████████▄
.
CASINO
.
SPORTS
.
RACING
EVENT DETAILS
EURO 2024
cygan
Legendary
*
Offline Offline

Activity: 3192
Merit: 8165


Crypto Swap Exchange


View Profile WWW
September 08, 2022, 06:02:11 PM
 #851

another question for my understanding
and namely what do all the numbers stand for in the accepted lines that are constantly generated by the miners?
the gsf 0, 1, 2,... means that it was generated by the respective stick/miner but the other 3 things I do not come on it Undecided

Code:
[2022-09-08 19:55:06.421] Accepted 044b2614 Diff 15.3K/641 GSF 1

█████████████████████████
████▐██▄█████████████████
████▐██████▄▄▄███████████
████▐████▄█████▄▄████████
████▐█████▀▀▀▀▀███▄██████
████▐███▀████████████████
████▐█████████▄█████▌████
████▐██▌█████▀██████▌████
████▐██████████▀████▌████
█████▀███▄█████▄███▀█████
███████▀█████████▀███████
██████████▀███▀██████████
█████████████████████████
.
BC.GAME
▄▄░░░▄▀▀▄████████
▄▄▄
██████████████
█████░░▄▄▄▄████████
▄▄▄▄▄▄▄▄▄██▄██████▄▄▄▄████
▄███▄█▄▄██████████▄████▄████
███████████████████████████▀███
▀████▄██▄██▄░░░░▄████████████
▀▀▀█████▄▄▄███████████▀██
███████████████████▀██
███████████████████▄██
▄███████████████████▄██
█████████████████████▀██
██████████████████████▄
.
CASINO
.
SPORTS
.
RACING
EVENT DETAILS
EURO 2024
BiticaMan
Newbie
*
Offline Offline

Activity: 28
Merit: 0


View Profile
September 08, 2022, 07:21:48 PM
 #852

Please, is there somewhere I can find the difference between mining for ckpool and kanopool?
Which would be better to mine solo with compacF sticks?

I saw that it is possible to mine for 2 different pools in the same cgminer, check? Have a problem or lose efficiency instead of mining for 1 pool only?
os2sam
Legendary
*
Offline Offline

Activity: 3578
Merit: 1091


Think for yourself


View Profile
September 08, 2022, 07:41:24 PM
 #853

Please, is there somewhere I can find the difference between mining for ckpool and kanopool?
Which would be better to mine solo with compacF sticks?

I saw that it is possible to mine for 2 different pools in the same cgminer, check? Have a problem or lose efficiency instead of mining for 1 pool only?

Both pools are good and trusted by the community.  And since your solo mining it doesn't really matter.

Use one pool as your primary and the other for the failover pool.

I would use kano.is as the primary since it has more nodes around the world and should have better block propagation should you find one.

Also this isn't really the place to post this since it's not a pool thread.  Check the web sites for the pools and they will give you the information you need.

A: Because it messes up the order in which people normally read text.
Q: Why is top-posting such a bad thing?
A: Top-posting.
Q: What is the most annoying thing on usenet and in e-mail?
kano
Legendary
*
Offline Offline

Activity: 4522
Merit: 1844


Linux since 1997 RedHat 4


View Profile
September 08, 2022, 11:16:52 PM
 #854

another question for my understanding
and namely what do all the numbers stand for in the accepted lines that are constantly generated by the miners?
the gsf 0, 1, 2,... means that it was generated by the respective stick/miner but the other 3 things I do not come on it Undecided

Code:
[2022-09-08 19:55:06.421] Accepted 044b2614 Diff 15.3K/641 GSF 1

641 is the worker difficulty you were mining at - so each share submitted is worth 641
15.3K is what the actual share difficulty was, which of course must be greater or equal to 641

See https://kano.is/index.php?k=workdiff

Pool: https://kano.is - low 0.5% fee PPLNS 3 Days - Most reliable Solo with ONLY 0.5% fee   Bitcointalk thread: Forum
Discord support invite at https://kano.is/ Majority developer of the ckpool code - k for kano
The ONLY active original developer of cgminer. Original master git: https://github.com/kanoi/cgminer
jack1cryptotalk007
Member
**
Offline Offline

Activity: 60
Merit: 20


View Profile
September 09, 2022, 03:29:57 AM
 #855

another question for my understanding
and namely what do all the numbers stand for in the accepted lines that are constantly generated by the miners?
the gsf 0, 1, 2,... means that it was generated by the respective stick/miner but the other 3 things I do not come on it Undecided

Code:
[2022-09-08 19:55:06.421] Accepted 044b2614 Diff 15.3K/641 GSF 1

641 is the worker difficulty you were mining at - so each share submitted is worth 641
15.3K is what the actual share difficulty was, which of course must be greater or equal to 641

See https://kano.is/index.php?k=workdiff

Does this Accepted 044b2614 ... mean miner compacF and pool communication ok? or both sides are working correctly?
Has pool side hashed submitted block and valid diff is above miner's setting diff?
jack1cryptotalk007
Member
**
Offline Offline

Activity: 60
Merit: 20


View Profile
September 09, 2022, 04:02:18 AM
Last edit: September 09, 2022, 03:52:27 PM by jack1cryptotalk007
 #856

Please, is there somewhere I can find the difference between mining for ckpool and kanopool?
Which would be better to mine solo with compacF sticks?

I saw that it is possible to mine for 2 different pools in the same cgminer, check? Have a problem or lose efficiency instead of mining for 1 pool only?


cgminer on compacF sticks can mine with two pools. But, reliability is reduced, I believe.

The criteria for a good pool are:
1. reliable.
2. convenient or user friendly.
3. fast traffic flow.
4. less traffic flow.

Too many factors affect performance of pool side and miner side.

There is a problem for both pools: too often (half second to 1 second), pool re-send the same block header data to miners, which causes too many repeat calculation on block header data. Data is not steady for continue mining. It is not good for small CPU, and it produces too much internet traffic, I believe.
kano
Legendary
*
Offline Offline

Activity: 4522
Merit: 1844


Linux since 1997 RedHat 4


View Profile
September 13, 2022, 01:25:25 PM
Last edit: September 14, 2022, 01:52:13 AM by kano
 #857

There is a problem for both pools: too often (half second to 1 second), pool re-send the same block header data to miners, which causes too many repeat calculation on block header data. Data is not steady for continue mining. It is not good for small CPU, and it produces too much internet traffic, I believe.

It has next to zero effect.
Even an RPi CPU can do millions of hashes a second.
Merkle slice work generation takes about 10 hashes.

However, how often?

My pool sends new work every 30 seconds with clean=false
Which is on purpose, by design and necessary for bitcoin.

and of course sends work on a network block change = about 144 times a day
... for the rather obvious reason
However, this ~144 times a day sends a clean=true work item coz working on stale blocks is a REALLY bad idea,
followed by a clean=false work item.

I can only guess you mean this extra clean=false work item about 144 times a day?

Edit: and total network is about ... 15Mbytes a day. That one extra work item is about 0.2Mbytes a day
Yikes! That's called too much?

Pool: https://kano.is - low 0.5% fee PPLNS 3 Days - Most reliable Solo with ONLY 0.5% fee   Bitcointalk thread: Forum
Discord support invite at https://kano.is/ Majority developer of the ckpool code - k for kano
The ONLY active original developer of cgminer. Original master git: https://github.com/kanoi/cgminer
bigdaddymccarron
Member
**
Offline Offline

Activity: 71
Merit: 16


View Profile
September 13, 2022, 07:05:35 PM
 #858

@sidehack,  any idea when the new USB Hub be available?

I was able to RMA the bad one.   Smiley
sidehack (OP)
Legendary
*
Offline Offline

Activity: 3332
Merit: 1854

Curmudgeonly hardware guy


View Profile
September 14, 2022, 02:15:00 AM
 #859

First batch should start shipping by the end of next week.

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
cygan
Legendary
*
Offline Offline

Activity: 3192
Merit: 8165


Crypto Swap Exchange


View Profile WWW
September 14, 2022, 11:01:03 AM
 #860

First batch should start shipping by the end of next week.

will there be a new gekkosience usb hub? Shocked
and if so, are there already any pics and details about the connections etc.?

█████████████████████████
████▐██▄█████████████████
████▐██████▄▄▄███████████
████▐████▄█████▄▄████████
████▐█████▀▀▀▀▀███▄██████
████▐███▀████████████████
████▐█████████▄█████▌████
████▐██▌█████▀██████▌████
████▐██████████▀████▌████
█████▀███▄█████▄███▀█████
███████▀█████████▀███████
██████████▀███▀██████████
█████████████████████████
.
BC.GAME
▄▄░░░▄▀▀▄████████
▄▄▄
██████████████
█████░░▄▄▄▄████████
▄▄▄▄▄▄▄▄▄██▄██████▄▄▄▄████
▄███▄█▄▄██████████▄████▄████
███████████████████████████▀███
▀████▄██▄██▄░░░░▄████████████
▀▀▀█████▄▄▄███████████▀██
███████████████████▀██
███████████████████▄██
▄███████████████████▄██
█████████████████████▀██
██████████████████████▄
.
CASINO
.
SPORTS
.
RACING
EVENT DETAILS
EURO 2024
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 52 53 54 55 56 57 58 »
  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!