Bitcoin Forum
May 01, 2024, 06:40:06 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 [91] 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 »
  Print  
Author Topic: GekkoScience Compac BM1384 Stickminer Official Support Thread  (Read 267687 times)
justchill
Newbie
*
Offline Offline

Activity: 28
Merit: 0


View Profile WWW
April 11, 2016, 09:09:22 PM
 #1801

OK I've replugged it and now they are both working.

I want for each device a seperate worker. Do I need to run 3 cgminer commands?
According to NIST and ECRYPT II, the cryptographic algorithms used in Bitcoin are expected to be strong until at least 2030. (After that, it will not be too difficult to transition to different algorithms.)
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714588806
Hero Member
*
Offline Offline

Posts: 1714588806

View Profile Personal Message (Offline)

Ignore
1714588806
Reply with quote  #2

1714588806
Report to moderator
1714588806
Hero Member
*
Offline Offline

Posts: 1714588806

View Profile Personal Message (Offline)

Ignore
1714588806
Reply with quote  #2

1714588806
Report to moderator
gt_addict
Hero Member
*****
Offline Offline

Activity: 2492
Merit: 621


View Profile
April 11, 2016, 09:25:29 PM
 #1802

Well just a little update for information purposes. Bought a usb oled monitor thingy (basically a screen with a read out of Volt,Amps,Watts) how accurate it is I don't know but seemed about right.

The U3's I have, one pulled 0.00A through the usb at 4.85v. The other pulled 0.05A at the same voltage. The gekko was pulling 5.2watts, 4.87v and 1.16A. I turned the voltage down on the stick and have kept it running at 235mhz for now. Since ive turned it down ive gained 0.6Ghs  Grin

Some may find the info about the U3's useful  Wink

**SUPPORT SIDEHACK** Miner Development Donations to:  1BURGERAXHH6Yi6LRybRJK7ybEm5m5HwTr

Donations/Tips to:-   1GTADDicTXD1uachKKgW24DZDxDGhSMdRa

Join Bitconnect: https://bitconnect.co/?ref=gtaddict
sidehack
Legendary
*
Offline Offline

Activity: 3318
Merit: 1848

Curmudgeonly hardware guy


View Profile
April 11, 2016, 09:27:32 PM
 #1803

Glad it's working.

For pretty much any question you may have regarding setting up a working stick, the answer is: search bar.

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
justchill
Newbie
*
Offline Offline

Activity: 28
Merit: 0


View Profile WWW
April 11, 2016, 09:51:14 PM
 #1804

I read the whole thread and I searched for it but I can't seem getting this right, sidehack.

Can somebody just help me with the USB arguments setting. I just want to select 1 USB device:

cgminer lists 0,1,2. 1 and 2 being the sticks

my command:

cgminer -o stratum+tcp://stratum.bravo-mining.com:3333 -u justchillz.CGa -p *** --usb 1 --compac-freq 220

when I do this the cgminer quits immediately. What should be the usb <arg> ?
sidehack
Legendary
*
Offline Offline

Activity: 3318
Merit: 1848

Curmudgeonly hardware guy


View Profile
April 11, 2016, 10:00:52 PM
 #1805

Someone, I think it was notlist3d, had a multi-stick multi-instance setup. Possibly his discussion of that was in the sales thread. I know it exists somewhere because it was repeated a couple times.

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

Activity: 1274
Merit: 1000



View Profile
April 11, 2016, 10:08:39 PM
 #1806

when I do this the cgminer quits immediately. What should be the usb <arg> ?

In order to limit the number of usb devices cgminer will initialize to 1, which is what I think you are trying to do, use:
Code:
--usb :1

This doesn't specify which device, but if you only have 1 plugged in it will initialize that one.  Then you can plug in more and this instance will not try to see them.
Jake36
Sr. Member
****
Offline Offline

Activity: 331
Merit: 250


View Profile
April 12, 2016, 01:10:27 AM
 #1807

when I do this the cgminer quits immediately. What should be the usb <arg> ?

In order to limit the number of usb devices cgminer will initialize to 1, which is what I think you are trying to do, use:
Code:
--usb :1

This doesn't specify which device, but if you only have 1 plugged in it will initialize that one.  Then you can plug in more and this instance will not try to see them.

I read the whole thread and I searched for it but I can't seem getting this right, sidehack.

Can somebody just help me with the USB arguments setting. I just want to select 1 USB device:

cgminer lists 0,1,2. 1 and 2 being the sticks

my command:

cgminer -o stratum+tcp://stratum.bravo-mining.com:3333 -u justchillz.CGa -p *** --usb 1 --compac-freq 220

when I do this the cgminer quits immediately. What should be the usb <arg> ?

As Mikestang showed. You have to put the ":" in front of the # --usb :1 and space between usb and :

So, if you want to do just 1 device in it's own cgminer, but have 3 devices, you would do:

cgminer -o stratum+tcp://stratum.bravo-mining.com:3333 -u justchillz.CGa -p *** --usb :1 --compac-freq 220
cgminer -o stratum+tcp://stratum.bravo-mining.com:3333 -u justchillz.CGa -p *** --usb :1 --compac-freq 220
cgminer -o stratum+tcp://stratum.bravo-mining.com:3333 -u justchillz.CGa -p *** --usb :1 --(whatever it is for the U3's)

In any order you like.

Or you could do 2, 1 for compac and 1 for U3:
cgminer -o stratum+tcp://stratum.bravo-mining.com:3333 -u justchillz.CGa -p *** --usb :2 --compac-freq 220
cgminer -o stratum+tcp://stratum.bravo-mining.com:3333 -u justchillz.CGa -p *** --usb :1 --(whatever it is U3)
justchill
Newbie
*
Offline Offline

Activity: 28
Merit: 0


View Profile WWW
April 12, 2016, 08:03:30 AM
 #1808

thanks! will try this out asap.
I indeed did not use the double point!! It was unclear to me as the documentation said:

--usb <arg>

I'm mining a week @Johhny Bravo's but still no payout; can anyone recommand a pool for a smaller hashrate (90GH/s) or would you go solo?
Jake36
Sr. Member
****
Offline Offline

Activity: 331
Merit: 250


View Profile
April 12, 2016, 12:26:31 PM
 #1809

thanks! will try this out asap.
I indeed did not use the double point!! It was unclear to me as the documentation said:

--usb <arg>

I'm mining a week @Johhny Bravo's but still no payout; can anyone recommand a pool for a smaller hashrate (90GH/s) or would you go solo?

At 90GH/s your going to be making dust, so under most pools there is a 0.001BTC minimum for payout to be sent. So you need to look for/find a pool where your payments will accumulate until you get over the min amount and then send a payout.

I don't like doing pool suggestions, so all I'll say is that you need to find a pool that you can set a minimum payout on and have it sent once it's over the set amount. So check around on Johny Bravo's and see if there is a minimum payout setting or ask in the pool's support page. https://bitcointalk.org/index.php?topic=1330452.0

Also, I don't think they have found a block in the week you've been mining there, so until they find a block, no payment (all pools are the same). You only earn a payment AFTER a block is found and if your mining with-in the time frame the pool has set. IE: the 5nd

Also just thought, when you do the --usb :# it would probably be better to do the U3 last, that way you can have the U3 unplugged until the compac's are hashing. I don't think cgminer will know which is which and may pick one of the compac's as the U3 and the U3 as a compac.
sidehack
Legendary
*
Offline Offline

Activity: 3318
Merit: 1848

Curmudgeonly hardware guy


View Profile
April 12, 2016, 12:29:28 PM
 #1810

cgminer-gekko can tell which is which, but stock cgminer cannot.

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
gt_addict
Hero Member
*****
Offline Offline

Activity: 2492
Merit: 621


View Profile
April 12, 2016, 12:36:02 PM
 #1811

Bitminter has a minimum payout of 0.01 but your earnings will accumulate and the minimum will auto payout once the minimum is reached. I started there with 3xU2 sticks and the dust payments just sat there and accumulated.

**SUPPORT SIDEHACK** Miner Development Donations to:  1BURGERAXHH6Yi6LRybRJK7ybEm5m5HwTr

Donations/Tips to:-   1GTADDicTXD1uachKKgW24DZDxDGhSMdRa

Join Bitconnect: https://bitconnect.co/?ref=gtaddict
Mikestang
Legendary
*
Offline Offline

Activity: 1274
Merit: 1000



View Profile
April 12, 2016, 11:21:49 PM
 #1812

I'm mining a week @Johhny Bravo's but still no payout; can anyone recommand a pool for a smaller hashrate (90GH/s) or would you go solo?
I am a huge fan of supporting the smaller pools, especially with my little usb "dust farm".  I used to point it to kano.is when that pool was less than 3PH, but it grew to where I no longer received payouts so I switched my usb dusters to bitminter.  It does merged mining, which there are opinions on, but it is a very old and reputable pool at at <4PH I still see payouts from my usb miners.  For my S5 and Avalon6 I use them on cksolo, or Bravo, or BCMonster.

So check around on Johny Bravo's and see if there is a minimum payout setting or ask in the pool's support page.
Bravo does have a minimum payout, but with only 90GH it'll probably take a couple blocks for you to get above it.  Bravo and BCMonster are small pools so they do not find blocks as often as larger pools, but what is kinda cool is that even though they are PPLNS the round lasts for basically 1 block solve, so you'll get paid for all shares submitted.
aarons6
Legendary
*
Offline Offline

Activity: 1736
Merit: 1006


View Profile
April 13, 2016, 12:24:22 AM
 #1813

I'm mining a week @Johhny Bravo's but still no payout; can anyone recommand a pool for a smaller hashrate (90GH/s) or would you go solo?
I am a huge fan of supporting the smaller pools, especially with my little usb "dust farm".  I used to point it to kano.is when that pool was less than 3PH, but it grew to where I no longer received payouts so I switched my usb dusters to bitminter.  It does merged mining, which there are opinions on, but it is a very old and reputable pool at at <4PH I still see payouts from my usb miners.  For my S5 and Avalon6 I use them on cksolo, or Bravo, or BCMonster.

So check around on Johny Bravo's and see if there is a minimum payout setting or ask in the pool's support page.
Bravo does have a minimum payout, but with only 90GH it'll probably take a couple blocks for you to get above it.  Bravo and BCMonster are small pools so they do not find blocks as often as larger pools, but what is kinda cool is that even though they are PPLNS the round lasts for basically 1 block solve, so you'll get paid for all shares submitted.

i put mine on peercoin solo.. i figure i have a better chance of getting a block on that coin then i do on bitcoin.
philipma1957
Legendary
*
Offline Offline

Activity: 4116
Merit: 7824


'The right to privacy matters'


View Profile WWW
April 13, 2016, 12:37:45 AM
 #1814

I hit a block on PPC solo Ming 66 coins  got,me about 33 used.

Also mmpool.org is a decent dust pool. That gives some alt coins at the same time


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

Activity: 238
Merit: 10


View Profile
April 13, 2016, 06:01:43 AM
 #1815

Hi guys !

I've just finished a custom OpenWRT firmware for small router !

This firmware can make easy use of Gekko usb stick (plug and play)



For now I have released version for MR3020 and WR703N

I'll publish them this evening...


Olivier
justchill
Newbie
*
Offline Offline

Activity: 28
Merit: 0


View Profile WWW
April 13, 2016, 11:20:39 AM
Last edit: April 13, 2016, 11:40:51 AM by justchill
 #1816

I'm mining a week @Johhny Bravo's but still no payout; can anyone recommand a pool for a smaller hashrate (90GH/s) or would you go solo?
I am a huge fan of supporting the smaller pools, especially with my little usb "dust farm".  I used to point it to kano.is when that pool was less than 3PH, but it grew to where I no longer received payouts so I switched my usb dusters to bitminter.  It does merged mining, which there are opinions on, but it is a very old and reputable pool at at <4PH I still see payouts from my usb miners.  For my S5 and Avalon6 I use them on cksolo, or Bravo, or BCMonster.

So check around on Johny Bravo's and see if there is a minimum payout setting or ask in the pool's support page.
Bravo does have a minimum payout, but with only 90GH it'll probably take a couple blocks for you to get above it.  Bravo and BCMonster are small pools so they do not find blocks as often as larger pools, but what is kinda cool is that even though they are PPLNS the round lasts for basically 1 block solve, so you'll get paid for all shares submitted.

i put mine on peercoin solo.. i figure i have a better chance of getting a block on that coin then i do on bitcoin.


On JB I have now:
0.00154751999999999993

BTC Est. Earnings

But I will only get this when a block is found?

Compacs are running 250 MHz, heatsink is quite hot, they run on the USB 3.0 bus. Should see with USB doctor how much current they draw now.. (av 13.5 GH/S)
Jake36
Sr. Member
****
Offline Offline

Activity: 331
Merit: 250


View Profile
April 13, 2016, 12:37:02 PM
 #1817

I'm mining a week @Johhny Bravo's but still no payout; can anyone recommand a pool for a smaller hashrate (90GH/s) or would you go solo?
I am a huge fan of supporting the smaller pools, especially with my little usb "dust farm".  I used to point it to kano.is when that pool was less than 3PH, but it grew to where I no longer received payouts so I switched my usb dusters to bitminter.  It does merged mining, which there are opinions on, but it is a very old and reputable pool at at <4PH I still see payouts from my usb miners.  For my S5 and Avalon6 I use them on cksolo, or Bravo, or BCMonster.

So check around on Johny Bravo's and see if there is a minimum payout setting or ask in the pool's support page.
Bravo does have a minimum payout, but with only 90GH it'll probably take a couple blocks for you to get above it.  Bravo and BCMonster are small pools so they do not find blocks as often as larger pools, but what is kinda cool is that even though they are PPLNS the round lasts for basically 1 block solve, so you'll get paid for all shares submitted.

i put mine on peercoin solo.. i figure i have a better chance of getting a block on that coin then i do on bitcoin.


On JB I have now:
0.00154751999999999993

BTC Est. Earnings

But I will only get this when a block is found?

Compacs are running 250 MHz, heatsink is quite hot, they run on the USB 3.0 bus. Should see with USB doctor how much current they draw now.. (av 13.5 GH/S)

Get a http://www.amazon.com/ARCTIC-USB-Powered-Portable-Solution-Gooseneck/dp/B003XN24GY%3Fpsc%3D1%26SubscriptionId%3DAKIAILSHYYTFIVPWUY6Q%26tag%3Dduckduckgo-d-20%26linkCode%3Dxm2%26camp%3D2025%26creative%3D165953%26creativeASIN%3DB003XN24GY

to move some air on them.
Mikestang
Legendary
*
Offline Offline

Activity: 1274
Merit: 1000



View Profile
April 13, 2016, 07:01:46 PM
 #1818

On JB I have now:
0.00154751999999999993

BTC Est. Earnings

But I will only get this when a block is found?

Compacs are running 250 MHz, heatsink is quite hot, they run on the USB 3.0 bus. Should see with USB doctor how much current they draw now.. (av 13.5 GH/S)

Yes, you will only receive a payout from a pool when a block is found.  Any pool, not just bravo mining.  The estimate is made based on the number of shares you submitted vs. the total shares of the pool for that round.

You should have a fan on the compacs at that frequency.  They will be pulling just about 1.0 amps at 250 freq.
gt_addict
Hero Member
*****
Offline Offline

Activity: 2492
Merit: 621


View Profile
April 13, 2016, 08:01:35 PM
 #1819

Mines running 235Mhz and pulls 1.14-1.16Amps.

**SUPPORT SIDEHACK** Miner Development Donations to:  1BURGERAXHH6Yi6LRybRJK7ybEm5m5HwTr

Donations/Tips to:-   1GTADDicTXD1uachKKgW24DZDxDGhSMdRa

Join Bitconnect: https://bitconnect.co/?ref=gtaddict
Mikestang
Legendary
*
Offline Offline

Activity: 1274
Merit: 1000



View Profile
April 13, 2016, 11:34:51 PM
 #1820

Really?  Wow, mine at 262.5 freq only pulled 1.0-ish amps.  Running them at 362.5 freq now and they see 2.04 amp.
Pages: « 1 ... 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 [91] 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 »
  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!