Bitcoin Forum
April 16, 2024, 07:09:36 PM *
News: Latest Bitcoin Core release: 26.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 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 ... 115 »
  Print  
Author Topic: GekkoScience 2Pac/Compac BM1384 Stickminer Official Support Thread  (Read 177069 times)
This is a self-moderated topic. If you do not want to be moderated by the person who started this topic, create a new topic. (1 post by 1+ user deleted.)
sidehack
Legendary
*
Offline Offline

Activity: 3304
Merit: 1842

Curmudgeonly hardware guy


View Profile
July 21, 2017, 01:57:43 AM
 #621

Well yeah, with a pool diff of 33K.

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
"Bitcoin: mining our own business since 2009" -- Pieter Wuille
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1713294576
Hero Member
*
Offline Offline

Posts: 1713294576

View Profile Personal Message (Offline)

Ignore
1713294576
Reply with quote  #2

1713294576
Report to moderator
1713294576
Hero Member
*
Offline Offline

Posts: 1713294576

View Profile Personal Message (Offline)

Ignore
1713294576
Reply with quote  #2

1713294576
Report to moderator
usao
Legendary
*
Offline Offline

Activity: 1109
Merit: 1000



View Profile
July 21, 2017, 02:28:16 AM
 #622

Well yeah, with a pool diff of 33K.
Is that a tuneable parameter?
anorganix
Copper Member
Sr. Member
****
Offline Offline

Activity: 970
Merit: 287


Per aspera ad astra


View Profile
July 21, 2017, 05:56:45 AM
 #623

Code:
--suggest-diff X

Replace X with values like 32 / 64 / 128 and see where you're comfortable.

I will never send private messages with payment requests for my auctions. I only communicate transparently via the forum (not Telegram, Discord, Skype & others). Please be wary of scammers.
moonface
Newbie
*
Offline Offline

Activity: 2
Merit: 0


View Profile
July 21, 2017, 06:32:05 AM
 #624

Anyone having trouble saving a cgminer config? Everytime I try to save one it segfaults. I'm running cgminer from a raspberry pi.
mrgoldy
Member
**
Offline Offline

Activity: 82
Merit: 10


View Profile
July 21, 2017, 12:15:57 PM
 #625

I have mine running weeks on end using windows 10 at 237.5mhz no zombie issues.

using cgminer 4.10 and a small fan.






I did not know you could 12.5 increments

Also, what are the increments/values for --suggest-diff?

If I leave it to a varying diff, sometimes I see some odd numbers  (22, 30, 61).  the 22 is what throws me off.  and I think I saw a 404 once.
sidehack
Legendary
*
Offline Offline

Activity: 3304
Merit: 1842

Curmudgeonly hardware guy


View Profile
July 21, 2017, 12:31:08 PM
 #626

I believe the minimum frequency step is 6.25MHz; the chips' PLL doesn't really go more granular than that. --suggest-diff is all positive integers.

The config issue is a bug in stock cgminer 4.10 as was mentioned here a couple months ago.

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

Activity: 14
Merit: 0


View Profile
July 23, 2017, 09:30:00 AM
 #627

Is CGMiner 4.10 still the latest program able to run the 2Pacs? My 2 is tricking along, still working to pay themselves off.
Lost.Soul
Newbie
*
Offline Offline

Activity: 2
Merit: 0


View Profile
July 24, 2017, 10:05:56 PM
 #628

I may have passed this but where are the log files located? When i was running the 2pac i did not see any hw errors on the screen but when i exit it out the summery said ~8k.
hookthem
Newbie
*
Offline Offline

Activity: 51
Merit: 0


View Profile
July 24, 2017, 11:52:49 PM
 #629

I may have passed this but where are the log files located? When i was running the 2pac i did not see any hw errors on the screen but when i exit it out the summery said ~8k.

LOGGING

cgminer will log to stderr if it detects stderr is being redirected to a file.
To enable logging simply add 2>logfile.txt to your command line and logfile.txt
will contain the logged output at the log level you specify (normal, verbose,
debug etc.)

In other words if you would normally use:
./cgminer -o xxx -u yyy -p zzz
if you use
./cgminer -o xxx -u yyy -p zzz 2>logfile.txt
it will log to a file called logfile.txt and otherwise work the same.

There is also the -m option on linux which will spawn a command of your choice
and pipe the output directly to that command.

The WorkTime details 'debug' option adds details on the end of each line
displayed for Accepted or Rejected work done. An example would be:

 <-00000059.ed4834a3 M:X D:1.0 G:17:02:38:0.405 C:1.855 (2.995) W:3.440 (0.000) S:0.461 R:17:02:47

The first 2 hex codes are the previous block hash, the rest are reported in
seconds unless stated otherwise:
The previous hash is followed by the getwork mode used M:X where X is one of
P:Pool, T:Test Pool, L:LP or B:Benchmark,
then D:d.ddd is the difficulty required to get a share from the work,
then G:hh:mm:ss:n.nnn, which is when the getwork or LP was sent to the pool and
the n.nnn is how long it took to reply,
followed by 'O' on it's own if it is an original getwork, or 'C:n.nnn' if it was
a clone with n.nnn stating how long after the work was recieved that it was cloned,
(m.mmm) is how long from when the original work was received until work started,
W:n.nnn is how long the work took to process until it was ready to submit,
(m.mmm) is how long from ready to submit to actually doing the submit, this is
usually 0.000 unless there was a problem with submitting the work,
S:n.nnn is how long it took to submit the completed work and await the reply,
R:hh:mm:ss is the actual time the work submit reply was received

If you start cgminer with the --sharelog option, you can get detailed
information for each share found. The argument to the option may be "-" for
standard output (not advisable with the ncurses UI), any valid positive number
for that file descriptor, or a filename.

To log share data to a file named "share.log", you can use either:
./cgminer --sharelog 50 -o xxx -u yyy -p zzz 50>share.log
./cgminer --sharelog share.log -o xxx -u yyy -p zzz

For every share found, data will be logged in a CSV (Comma Separated Value)
format:
    timestamp,disposition,target,pool,dev,thr,sharehash,sharedata
For example (this is wrapped, but it's all on one line for real):
    1335313090,reject,
    ffffffffffffffffffffffffffffffffffffffffffffffffffffffff00000000,
    http://localhost:8337,ASC0,0,
    6f983c918f3299b58febf95ec4d0c7094ed634bc13754553ec34fc3800000000,
    00000001a0980aff4ce4a96d53f4b89a2d5f0e765c978640fe24372a000001c5
    000000004a4366808f81d44f26df3d69d7dc4b3473385930462d9ab707b50498
    f681634a4f1f63d01a0cd43fb338000000000080000000000000000000000000
    0000000000000000000000000000000000000000000000000000000080020000
usao
Legendary
*
Offline Offline

Activity: 1109
Merit: 1000



View Profile
July 30, 2017, 02:48:40 PM
 #630

What is the recomended diff? Im using :
--suggest-diff 128 --gekko-2pac-freq 50
but not getting any accepted shares...

Code:
cgminer version 4.10.0 - Started: [2017-07-30 07:38:45.828]
--------------------------------------------------------------------------------
 (5s):5.762G (1m):5.354G (5m):3.963G (15m):1.965G (avg):5.184Gh/s
 A:0  R:0  HW:0  WU:72.4/m

Im seeing lines like this:
Code:
[2017-07-30 07:50:54.000] Pool 0 difficulty changed to 32768
Does this mean I should be using 32768 instead of 128?
hurricandave
Legendary
*
Offline Offline

Activity: 966
Merit: 1003



View Profile
July 30, 2017, 04:01:46 PM
 #631

It means your pool ignored your request and that is the new instructed difficulty to mine with. Some pools will only change from their user interface, while some require the first share to meet a preset min before completing a connection, some will slowly ramp you down over a period of time. Most pools are looking for a certain number of submits over a particular amount of time. This prevents a high hashing machine from dominating the connecting bandwidth while also preventing a network of low hashing machines from doing the same ie...a bot net.
gekkeleo
Newbie
*
Offline Offline

Activity: 20
Merit: 0


View Profile
August 01, 2017, 11:19:03 AM
 #632

i use at the moment one gekko i have a simple power usb hub 1,5 A
its running on 200 mhz with a fan. diff set of 16.
its working fine for me.
using a power hub was for me really needed even on 50 mhz the miner direct in my laptop pc or raspberry was not working for me.
usao
Legendary
*
Offline Offline

Activity: 1109
Merit: 1000



View Profile
August 01, 2017, 01:10:10 PM
 #633

i use at the moment one gekko i have a simple power usb hub 1,5 A
its running on 200 mhz with a fan. diff set of 16.
its working fine for me.
using a power hub was for me really needed even on 50 mhz the miner direct in my laptop pc or raspberry was not working for me.
Im  able to run a single 2Pac directly on a Pi 3b @ 50MHz. Other than the pook setting really high diff it's been working fine.
Ive been trying to find an appropriate powered hub, but may end up modding an existing powered hub with an external switching 5V psu.
usao
Legendary
*
Offline Offline

Activity: 1109
Merit: 1000



View Profile
August 02, 2017, 02:05:23 PM
 #634

The OP includes a chart showing amps and watts for different frequencies. The other axis in the chart is "Vcore", showing various voltages effect on the power draw.
Does anyone know how to adjust the vcore value? Is it a hardware adjustment or software setting?
NotFuzzyWarm
Legendary
*
Offline Offline

Activity: 3598
Merit: 2494


Evil beware: We have waffles!


View Profile
August 02, 2017, 02:24:49 PM
 #635

look in the 1st post here for the answer to almost any questions you have...
That said, the adj. is hardware Voltage adjustment picture

- For bitcoin to succeed the community must police itself -    My info useful? Donations welcome! 1FuzzyWc2J8TMqeUQZ8yjE43Rwr7K3cxs9
 -Sole remaining active developer of cgminer, Kano's repo is here
-Support Sidehacks miner development. Donations to:   1BURGERAXHH6Yi6LRybRJK7ybEm5m5HwTr
73blazer
Member
**
Offline Offline

Activity: 111
Merit: 17


View Profile
August 06, 2017, 04:57:28 AM
 #636

These sticks are awesome, I don't care what anyone says.

When you can make a chart that says freq 250, v 1.4 = 27.5gh/s and have the hardware supporting that work spot on.... that's nothing short of..... good math and a dedication to making it work right.
I came across 2 of these things from an abandon office we had came into, I recognized them straight away.

Had them running for two days now... superppag hub 1.4v exactly and mounted behind another server of mines exhaust fan asic backs at 60c ... and 2 days running rate:
 0: GSD 10012270: COMPAC-2 250.00MHz HW:0 | 37.49G / 27.52Gh/s WU:384.4/m
 1: GSD 10012287: COMPAC-2 250.00MHz HW:0 | 28.17G / 27.49Gh/s WU:384.0/m

I don't think you can get closer to the charts predicated 27.5 rate. I almost want to turn the voltage down, no HW errros.  Cheesy

Good work sidehack. Spot on hardware is no small achievement.
Biodom
Legendary
*
Online Online

Activity: 3724
Merit: 3836



View Profile
August 06, 2017, 03:40:30 PM
Last edit: August 06, 2017, 03:55:37 PM by Biodom
 #637

I came across 2 of these things from an abandon office we had came into, I recognized them straight away.

2pacs already saturating office spaces? Wow.
What could happen with the next gen (no apparent need to rush it)?
73blazer
Member
**
Offline Offline

Activity: 111
Merit: 17


View Profile
August 06, 2017, 04:07:18 PM
 #638

2pacs already saturating office spaces? Wow.
What could happen with the next gen (no apparent need to rush it)?

A company I was doing business with wanted me to go into this new space they bought and assess the power situation for a small server room we wanted to put in there  (nothing to do with bitcoin). It looks like the previous tenant of the space had at least some mining stuff in there because there were two busted bitmain power supply's, and these 2pacs just laying there on a table. I dunno why.  There was also this awesome old Fellows small office shredder. That thing is sweet, no cheap office depot crap there, that shredder will take 20 pages and credit cards and staples and CD's without hesitation.
COmpany didn't want them, they just want to get the space up and going for their business needs, so they're mine now!
Spiritminer
Newbie
*
Offline Offline

Activity: 5
Merit: 0


View Profile
August 07, 2017, 02:15:14 AM
 #639

Can you mine Scrypt with the Gekko Science 2pac or just SHA-256?


Any info would be great.



Spiritminer
xhomerx10
Legendary
*
Offline Offline

Activity: 3808
Merit: 7905



View Profile
August 07, 2017, 03:16:20 AM
 #640

Can you mine Scrypt with the Gekko Science 2pac or just SHA-256?


Any info would be great.



Spiritminer

 Here's a copy of the BM1384 spec sheet:



 The BM1384 is the ASIC (Application-Specific Integrated Circuit) chip used in the production of the GekkoScience 2Pac BM1384 Stickminer

 By the way, that's the end of section 1.2 and there are no other applications listed.
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 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 ... 115 »
  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!