Bitcoin Forum
April 20, 2024, 03:12:39 AM *
News: Latest Bitcoin Core release: 26.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 [777] 778 779 780 781 782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 799 800 801 802 803 804 805 806 807 808 809 810 811 812 813 814 815 816 817 818 819 820 821 822 823 824 825 826 827 ... 843 »
  Print  
Author Topic: OFFICIAL CGMINER mining software thread for linux/win/osx/mips/arm/r-pi 4.11.1  (Read 5805205 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. (3 posts by 1+ user deleted.)
os2sam
Legendary
*
Offline Offline

Activity: 3578
Merit: 1090


Think for yourself


View Profile
October 10, 2014, 07:57:35 PM
 #15521

So is started it up with a .bat file

cgminer -o stratum.bitcoin.cz:3333 -u Fatal_Leg4cy.worker1 -p x

and it loaded and satarted but all that keeps coming up is "Stratum from pool 0 detected new block" nothing else.
So is it working?

Dunno.  What's your mining hardware?

I am just running it off of my computer, do you need a certain hardware for this? I am a noob at this so sorry

Yes, you need ASIC mining hardware.  CPU and GPU mining is no longer supported with CGMiner and is really a waste of money to mine Bitcoin like that now.

There is an alt coin forum where you can learn about other coin chains that can still be mined with CPU and/or GPU.

Edit:  If you want to research Bitcoin ASIC's you can start here

https://en.bitcoin.it/wiki/Mining_hardware_comparison

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

Posts: 1713582759

View Profile Personal Message (Offline)

Ignore
1713582759
Reply with quote  #2

1713582759
Report to moderator
"There should not be any signed int. If you've found a signed int somewhere, please tell me (within the next 25 years please) and I'll change it to unsigned int." -- Satoshi
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1713582759
Hero Member
*
Offline Offline

Posts: 1713582759

View Profile Personal Message (Offline)

Ignore
1713582759
Reply with quote  #2

1713582759
Report to moderator
1713582759
Hero Member
*
Offline Offline

Posts: 1713582759

View Profile Personal Message (Offline)

Ignore
1713582759
Reply with quote  #2

1713582759
Report to moderator
1713582759
Hero Member
*
Offline Offline

Posts: 1713582759

View Profile Personal Message (Offline)

Ignore
1713582759
Reply with quote  #2

1713582759
Report to moderator
abshnasko
Newbie
*
Offline Offline

Activity: 29
Merit: 0


View Profile
October 10, 2014, 08:27:37 PM
 #15522

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".
-ck (OP)
Legendary
*
Offline Offline

Activity: 4088
Merit: 1630


Ruu \o/


View Profile WWW
October 11, 2014, 12:08:45 AM
 #15523

Will look into your bug reports with Kano, the API maintainer, thanks.

Developer/maintainer for cgminer, ckpool/ckproxy, and the -ck kernel
2% Fee Solo mining at solo.ckpool.org
-ck
-ck (OP)
Legendary
*
Offline Offline

Activity: 4088
Merit: 1630


Ruu \o/


View Profile WWW
October 11, 2014, 04:13:28 AM
 #15524

just double checking but for the hashfast habanero devices, how do i tell cgminer to just use the clocks programmed ondevice? --hfa-hash-clock 1

anything else i need
Not sure in the case of the habanero since I only ever worked on actual hashfast gear. Probably, give it no clock command at all.

Developer/maintainer for cgminer, ckpool/ckproxy, and the -ck kernel
2% Fee Solo mining at solo.ckpool.org
-ck
abshnasko
Newbie
*
Offline Offline

Activity: 29
Merit: 0


View Profile
October 12, 2014, 03:58:46 AM
 #15525

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.
MrTeal
Legendary
*
Offline Offline

Activity: 1274
Merit: 1004


View Profile
October 12, 2014, 06:54:38 PM
 #15526

just double checking but for the hashfast habanero devices, how do i tell cgminer to just use the clocks programmed ondevice? --hfa-hash-clock 1

anything else i need
Yeah, 1 should use the values programmed into the device itself.
-ck (OP)
Legendary
*
Offline Offline

Activity: 4088
Merit: 1630


Ruu \o/


View Profile WWW
October 13, 2014, 10:48:33 AM
 #15527

BUG: the "devs" command returns invalid JSON if no shares have been accepted yet:

Code:
            
    "Difficulty Accepted": -nan,
    "Difficulty Rejected": -nan,
I don't get that when I try:
Code:
"Difficulty Accepted":0.00000000,"Difficulty Rejected":0.00000000

Perhaps you're trying to read them as integers? (They're doubles).

Developer/maintainer for cgminer, ckpool/ckproxy, and the -ck kernel
2% Fee Solo mining at solo.ckpool.org
-ck
-ck (OP)
Legendary
*
Offline Offline

Activity: 4088
Merit: 1630


Ruu \o/


View Profile WWW
October 14, 2014, 07:49:03 AM
 #15528

New release: Version 4.7.0, 14th October 2014


Human readable changelog:

- ipv6 support for the API
- Block erupter tube and prisma support
- Support for the avalon nano usb stick
- Support for the --suggest-diff stratum option, currently only supported by ckpools
- Add pool number to addpool response from API
- Make responses to restart and quit from the API valid json
- Change spondoolies sp30 hashrate to valid share based meter
- Add support for a minimum difficulty for slow controllers to not spiral out of control, this will initially make the devices look slow at the pool until vardiff bumps them up properly past the mindiff.
- Change the default queue back to 1 since increasingly devices are on slow controllers and will inevitably increase their queue size to max
- Avalon2 tweaks, show max temperature on command line


Full changelog:

- Implement generic inet_pton for windows
- Fix warnings
- Fix bulk of remaining style in blockerupter.c
- Tidy style in blockerupter.h
- Tidy bulk of style in blockerupter.c
- Fix missing minimum diff setting for blockerupter
- Fix unused variable warnings
- remove unnecessary sleep; fix potenital div by 0 errs; use min_diff in driver
definition
- Fix coding style
- Make the sp30 hashrate meter based on valid share generation
- Change default max queue back to 1 in line with speed of most current asic
controllers
- Change diff limits to values suitable for sp30
- Add pool number to response from addpool to the API
- Make the restart and quit API commands valid json responses
- Fix number of nos
- Add option to set clock ('--bet-clk X' actual clock is (X+1)*10 )
- compatible with X24 board
- Fix error when using v6 without mask in api-allow
- Support ipv6 multicast
- Set min_diff to 1
- Allow arbitrary clamping of lower device diffs for slow controllers by driver
- Don't set default fan to max on hashratio
- The 2nd read never gets anything on ava2 so remove it entirely and just return
an error if we are out of sync
- Implement support for mining.suggest_difficulty
- Fix client ip address output
- Free addrinfo garbage
- Remove the brackets when using v6 pool address
- Add ipv6 support for api listen
- Avalon Nano: Add support Avalon Nano usb miner
- fix bug in setdiff
- limit minimum diff to 64
- Add BlockErupter Driver
- Avalon2: display currect max temperature on statline
- Remove unused variable

Developer/maintainer for cgminer, ckpool/ckproxy, and the -ck kernel
2% Fee Solo mining at solo.ckpool.org
-ck
Buchi-88
Legendary
*
Offline Offline

Activity: 3780
Merit: 2495



View Profile
October 14, 2014, 06:15:47 PM
 #15529

Hello,

Support the Cgminer in the stock version also the Technobit:

240 GHs HEX8A1 Coincraft A1 miner?

sudo ./autogen.sh --enable-hexminera --enable-hexminerc --enable-hexminerb --enable-hexmineru --enable-hexminer8

or only with the HEX patch?

THX

█▀▀▀











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











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

Activity: 1288
Merit: 1004



View Profile
October 15, 2014, 07:19:35 AM
Last edit: October 15, 2014, 07:25:23 AM by ckolivas
 #15530

Do we use the zadig drivers for the Avalon Nanos or is there a different driver?
These things are buggy that is for sure.

- Support for the avalon nano usb stick

kano
Legendary
*
Offline Offline

Activity: 4466
Merit: 1798


Linux since 1997 RedHat 4


View Profile
October 15, 2014, 01:54:43 PM
 #15531

Do we use the zadig drivers for the Avalon Nanos or is there a different driver?
These things are buggy that is for sure.

- Support for the avalon nano usb stick
All cgminer USB on windows uses zadig - same driver config for everything.

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

Activity: 16
Merit: 1


View Profile
October 16, 2014, 07:56:22 AM
 #15532

Crazy unicode character showing up in cgminer "stats()" response: https://github.com/hashware/node-cgminer-api/issues/10#issuecomment-59324280

Maybe its a Antminer thing, but cgminer shouldn't let invalid JSON be returned.
tjwebb
Newbie
*
Offline Offline

Activity: 16
Merit: 1


View Profile
October 16, 2014, 08:02:36 AM
 #15533

Perhaps you're trying to read them as integers? (They're doubles).

0.0000 is not valid JSON at all, for anything. It should just read 0.0.

My workaround is here, so you can see: https://github.com/hashware/node-cgminer-api/blob/master/lib/client.js#L105. I have to manually replace "nan" with 0, otherwise JSON.parse() fails.
spiceminer15
Sr. Member
****
Offline Offline

Activity: 336
Merit: 250



View Profile
October 16, 2014, 11:05:23 PM
 #15534

anyone have any idea with w_allow low level detected  errors specifically with btcgarden am-v1
spiceminer15
Sr. Member
****
Offline Offline

Activity: 336
Merit: 250



View Profile
October 17, 2014, 06:10:33 AM
 #15535

anything special I need to do to compile cgminer to work with btcgarden asics?
-ck (OP)
Legendary
*
Offline Offline

Activity: 4088
Merit: 1630


Ruu \o/


View Profile WWW
October 17, 2014, 11:53:58 PM
 #15536

anything special I need to do to compile cgminer to work with btcgarden asics?
We don't have any specific code for that hardware so I'm guessing only an unofficial cgminer fork supports them so you'll have to seek help from whoever maintains that fork.

Developer/maintainer for cgminer, ckpool/ckproxy, and the -ck kernel
2% Fee Solo mining at solo.ckpool.org
-ck
spiceminer15
Sr. Member
****
Offline Offline

Activity: 336
Merit: 250



View Profile
October 18, 2014, 12:06:38 AM
 #15537

damn. thanks for the info
nwoolls
Hero Member
*****
Offline Offline

Activity: 840
Merit: 1002


View Profile WWW
October 21, 2014, 05:56:11 PM
 #15538

4.7 fails to compile on Mac OS X:

Code:
api.c:4708:56: error: use of undeclared identifier 'IPV6_ADD_MEMBERSHIP'
                        if (SOCKETFAIL(setsockopt(mcast_sock, IPPROTO_IPV6, IPV6_ADD_MEMBERSHIP,
                                                                            ^
./util.h:13:26: note: expanded from macro 'SOCKETFAIL'
        #define SOCKETFAIL(a) ((a) < 0)
                                ^
1 error generated.

MultiMiner: Any Miner, Any Where, on Any Device |  Xgminer: Mine with popular miners on Mac OS X
btc: 1BmXY4ZZQh1iHSVre658gM1gPAEtDnq8rv  |  ltc: LP1SsHZTDexndkvRKsqAkXNsienPHwaMb5  |  hardware: nwoolls at gmail dot com
Buchi-88
Legendary
*
Offline Offline

Activity: 3780
Merit: 2495



View Profile
October 22, 2014, 05:58:41 AM
 #15539

Hello,

Support the Cgminer in the stock version also the Technobit:

240 GHs HEX8A1 Coincraft A1 miner?

sudo ./autogen.sh --enable-hexminera --enable-hexminerc --enable-hexminerb --enable-hexmineru --enable-hexminer8

or only with the HEX patch?

THX

The "stock" Cgminer don't support the Technobit HEX miner? THX

█▀▀▀











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











▄▄▄█
▄██████▄▄▄
█████████████▄▄
███████████████
███████████████
███████████████
███████████████
███░░█████████
███▌▐█████████
█████████████
███████████▀
██████████▀
████████▀
▀██▀▀
sdjernes
Newbie
*
Offline Offline

Activity: 49
Merit: 0


View Profile
October 22, 2014, 10:59:57 PM
 #15540

Anyone have a guide to cross compiling CGminer?

Here is my environment:

Ubuntu 14.04 LTS 64-bit on XenServer w/ 8GB RAM and 8-cores.

I have installed all the multi arch tools for CubieTruck  (ArmL7) and can build the kernel and other tools.

Where I am having problems:

1. Configure says I don't have curses library or libudev installed.

2. When I try to compile, I get errors about curl functions.

Pages: « 1 ... 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 [777] 778 779 780 781 782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 799 800 801 802 803 804 805 806 807 808 809 810 811 812 813 814 815 816 817 818 819 820 821 822 823 824 825 826 827 ... 843 »
  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!