Bitcoin Forum
June 21, 2024, 06:35:40 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1] 2 »
1  Bitcoin / Mining software (miners) / Re: OFFICIAL CGMINER mining software thread for linux/win/osx/mips/arm/r-pi 4.6.1 on: October 12, 2014, 03:58:46 AM
BUG: the "devs" command returns invalid JSON if no shares have been accepted yet:

Code:
            
    "Difficulty Accepted": -nan,
    "Difficulty Rejected": -nan,

It'd be *really* nice to be able to file these in Github so they can be related to the code, and we can track when they are fixed.
2  Other / Meta / Dear Admins: How can I change my username? on: October 11, 2014, 05:29:57 PM
I'd really like to change my username to "hashware". Is this possible?
3  Bitcoin / Mining software (miners) / Re: OFFICIAL CGMINER mining software thread for linux/win/osx/mips/arm/r-pi 4.6.1 on: October 10, 2014, 08:27:37 PM
API Documentation Bug:

Code:
check|cmd     COMMAND        Exists=Y/N, <- 'cmd' exists in this version
                              Access=Y/N| <- you have access to use 'cmd'

The reply for the "check" command is actually "CHECK", not "COMMAND".
4  Bitcoin / Mining software (miners) / Re: OFFICIAL CGMINER mining software thread for linux/win/osx/mips/arm/r-pi 4.6.1 on: October 10, 2014, 03:09:38 PM
There's a bug with the "restart" JSON API command. It returns this data on success:

Code:
{"RESTART","id":1}

Of course, this is not valid JSON, so it has to be parsed differently and handled as a special case in my API: https://github.com/hashware/node-cgminer-api.
5  Bitcoin / Mining software (miners) / Re: OFFICIAL CGMINER mining software thread for linux/win/osx/mips/arm/r-pi 4.6.1 on: October 10, 2014, 02:49:58 PM
Thanks for the reply.

Quote
2. Unfortunately every time I did that people tried using it as a support channel instead, including asking for support for cgminer forks, and not for code issues. I'm contactable enough on the forum and via email as listed in the code base that I respond where appropriate anyway.

For most of my projects I let people use the Github issues for support and it works out fine. I can understand, though, if you want to contain that knowledge in bitcointalk. That said, it's difficult to find what the outstanding bugs/issues actually are, and so I imagine you have lots of repeat questions about things. It's also hard to find stuff when all knowledge about the project is lumped into a single, linear forum thread. I'm sure you have your share of opinions about bfgminer, but an open and thriving issue tracker is a definite advantage of that project: https://github.com/luke-jr/bfgminer/issues.
6  Bitcoin / Mining software (miners) / Re: OFFICIAL CGMINER mining software thread for linux/win/osx/mips/arm/r-pi 4.6.1 on: October 10, 2014, 04:14:20 AM
Hey @ckolivas:

1. Is it possible to add a feature to the "addpool" API command to return the id of the pool? All pool commands rely on this id, but it is not known unless you first issue the "pools" command and deduce the id of the pool that was just added. Even this is vulnerable to race conditions, for example if I write logic that quickly adds two pools; this has to be managed carefully. I think returning an id is a sensible feature.

2. Maybe this has been asked before, but would you consider opening up the github issues? This is typically how developers communicate and collaborate on github; while your project is open-source, the lack of code-oriented discussion makes it quite a bit more opaque than it otherwise could be.

Thanks for your hard work, and I look forward to your response.
7  Bitcoin / Hardware / Re: ANTMINER S4 Discussion and Support Thread on: October 06, 2014, 01:02:15 AM
I just switched from eligius to ghash.io and set the difficulty to 4096, and I'm getting 1.85TH/s pool-side. Closest I've gotten yet.
8  Bitcoin / Hardware / Re: ANTMINER S4 Discussion and Support Thread on: October 06, 2014, 12:28:25 AM
Possibly. An hour later, I'm only getting about 1.25TH/s
9  Bitcoin / Hardware / Re: ANTMINER S4 Discussion and Support Thread on: October 05, 2014, 11:15:01 PM
Well, I figured out at least one problem: my S4 was configured totally wrong from the factory. It looks like the firmware was re-used from an S2 machine or something:

in /config/asic-freq.config:

Code:
    
    option 'freq_value'    '0781'  #200M
    option 'chip_freq'     '200'
    option 'timeout'       '80'

This is not even remotely correct. 0781 isn't a valid value for anything according to the S4 manual, and the timeout is way too high. The manual says for 200MHz, timeout should be 20ms. So I changed it to:

Code:
    
    option 'freq_value'    '0782'  #200M
    option 'chip_freq'     '200'
    option 'timeout'       '20'

Then rebooted the S4, and now my Diff1 on Eligius climbed from 256 to 512, to 1.02k, and my hashrate is climbing as well. After 2 minutes, it's now above 1.2TH/s when it used to show only like 50Gh/s. I'll update in a few hours on the status, but things are looking much better.
10  Bitcoin / Hardware / Re: ANTMINER S4 Discussion and Support Thread on: October 05, 2014, 11:06:00 PM
I don't see anywhere in eligius where to set this. Can I set it on cgminer?
11  Bitcoin / Hardware / Re: ANTMINER S4 Discussion and Support Thread on: October 05, 2014, 10:26:10 PM
My antminer s4 is also not working on eligius or ghash, but it's reporting in its own control panel that it's mining at 2000+ gh/s. What is the deal?
12  Bitcoin / Hardware / Re: antminer s4 batch 1 high rate of discarded shares on: October 02, 2014, 09:41:06 PM
I am having the same issue; mining on eligius, but eligius does not seem to accept any of its work for some reason. I started a separate thread on this here: https://bitcointalk.org/index.php?topic=808196.msg9059046#msg9059046
13  Bitcoin / Hardware / Re: antminer s4 batch 1 high rate of discarded shares on: October 02, 2014, 09:31:08 PM
It only gets worse the longer I run it: now 1032 discard, with 41 accepted. But it's reported all ASICs online and its showing that it's running at 2000-ish GH/s.
14  Bitcoin / Hardware / antminer s4 batch 1 high rate of discarded shares on: October 02, 2014, 09:29:40 PM
More of my s4 shares are discarded than accepted. As a result, my pool is recording only a couple hundred GH/s of work from my 2TH/s rated S4. Any insight is appreciated.

15  Bitcoin / Hardware / Re: [Antminer S1 Sales open] Price changes daily, now 0.893 BTC for 180GH/s on: April 09, 2014, 04:37:12 AM
Yea, don't worry about bitmaintech, they are legit and won't take your money. I have 12 Antminers humming along right now that I ordered all directly from the site, and I couldn't be happier with them. It sucks that the site is down right now, I want to order 3 more.
16  Bitcoin / Group buys / Re: [OPEN - Group Buy]Dualminer USB ASIC sha/scrypt miner $85 [USA Only] on: January 31, 2014, 05:30:21 AM
Put me down for 10. Let me know where to pay; I'll send BTC tomorrow evening.
17  Economy / Computer hardware / [WTS] USB DualMiner LTC ASIC on: January 31, 2014, 05:03:10 AM
http://cgi.ebay.com/ws/eBayISAPI.dll?ViewItem&item=151222230989
18  Bitcoin / Hardware / Re: [ANN] Introduction to DualMiner USB (could mine both BTC and LTC) on: January 31, 2014, 04:56:44 AM
I have one up there. I didn't see any others.

http://cgi.ebay.com/ws/eBayISAPI.dll?ViewItem&item=151222230989
19  Bitcoin / Hardware / Re: [ANN] Introduction to DualMiner USB (could mine both BTC and LTC) on: January 29, 2014, 09:30:46 AM
Same here, to be delivered on Thursday. I ordered 6 of them, looking forward to testing them out.

I've got some of the 5x gc3355 (the goofy round ones) on their way too. Next week will be interesting.
20  Bitcoin / Hardware / Re: [ANN] Introduction to DualMiner USB (could mine both BTC and LTC) on: January 28, 2014, 06:25:21 PM
I won't buy these until I can get more than 3 at a time.. I refuse to buy if I'm forced into the highest price.
That's fine, I'm happy to mine at the lower difficulty while you wait Smiley

I ordered 3 yesterday, but I see that they are now sold out. I also bought ten of the 5x gc3355 round miners (300kh/s ea.) and I am looking for larger quantities of basically anything with the gc3355 chip in it.
Pages: [1] 2 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!