Bitcoin Forum
May 09, 2024, 05:36:21 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 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 828 829 830 831 832 833 834 835 836 837 838 839 840 841 [842] 843 »
  Print  
Author Topic: OFFICIAL CGMINER mining software thread for linux/win/osx/mips/arm/r-pi 4.11.1  (Read 5805223 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.)
+POOL
Newbie
*
Offline Offline

Activity: 27
Merit: 0


View Profile WWW
March 29, 2018, 08:51:37 PM
 #16821

Hi cgminer devs,

someone sells modded firmware for antminer d3 on ebay... as far as i know this contains modified cgminer and your source are under GPLv3.

https://www.ebay.de/itm/AntMiner-D3-Custom-Firmware-50-Stromkosten/162961717033?hash=item25f1467729:g:XuIAAOSwihpataEA

best regards
1715232981
Hero Member
*
Offline Offline

Posts: 1715232981

View Profile Personal Message (Offline)

Ignore
1715232981
Reply with quote  #2

1715232981
Report to moderator
I HATE TABLES I HATE TABLES I HA(╯°□°)╯︵ ┻━┻ TABLES I HATE TABLES I HATE TABLES
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1715232981
Hero Member
*
Offline Offline

Posts: 1715232981

View Profile Personal Message (Offline)

Ignore
1715232981
Reply with quote  #2

1715232981
Report to moderator
-ck (OP)
Legendary
*
Offline Offline

Activity: 4102
Merit: 1632


Ruu \o/


View Profile WWW
April 30, 2018, 10:28:45 AM
 #16822

Dragonmint T1 driver and asicboost rolling support for cgminer is now part of the public master cgminer code.

https://github.com/ckolivas/cgminer/commit/e7128f35d9b5ba816113e7f959aba47c6a870a3b

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: 4102
Merit: 1632


Ruu \o/


View Profile WWW
May 16, 2018, 09:11:47 AM
 #16823

Why is the API in Restricted mode?
You choose the settings for the API. Not sure what you're talking about but my guess is you're talking about some hardware specific implementation of cgminer; that's nothing to do with me.

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: 4102
Merit: 1632


Ruu \o/


View Profile WWW
May 22, 2018, 11:11:57 PM
Merited by igotek (1)
 #16824

this is only for mining BTC ?

is there another algos ?


i have custom FPGA boards and i can connect to my FPGA with cgminer by using usb com port
it is minnig but very low hashrate so i need to mine different algos.
Yes

No.

Then you're asking for help in the wrong place.

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

Activity: 11
Merit: 0


View Profile
May 29, 2018, 03:59:34 PM
 #16825

At what point in the mining cycle do new mempool transactions typically get added to the Merkle tree of a candidate block and what variables govern this?

Is a mempool snapshot taken once and then mined until a winner arrives or is found?
Or does cgminer continually add new transactions to the existing block opportunistically? If so is there any impact on the hashing speed due to the re-computation of the header? Maybe there isn't since the CPU can do that, while the ASIC does the mining? I suppose that would be an opportunity to reset the Nonce too.

Thanks for any insights, I am not a miner, but interested in the effect on the mempool and chances of a new TX getting into the next block.
-ck (OP)
Legendary
*
Offline Offline

Activity: 4102
Merit: 1632


Ruu \o/


View Profile WWW
May 29, 2018, 09:13:50 PM
 #16826

At what point in the mining cycle do new mempool transactions typically get added to the Merkle tree of a candidate block and what variables govern this?

Is a mempool snapshot taken once and then mined until a winner arrives or is found?
Or does cgminer continually add new transactions to the existing block opportunistically? If so is there any impact on the hashing speed due to the re-computation of the header? Maybe there isn't since the CPU can do that, while the ASIC does the mining? I suppose that would be an opportunity to reset the Nonce too.

Thanks for any insights, I am not a miner, but interested in the effect on the mempool and chances of a new TX getting into the next block.
The mempool snapshot is done at the server level in the bitcoin daemon which is handed off to the mining pool, about once per minute so they're always up to date. Cgminer is at the client end and does not do any of this unless you are solo mining with it.

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

Activity: 8
Merit: 0


View Profile
June 08, 2018, 01:53:00 PM
 #16827

Hi,

did anyone solved the problem cgminer crashes the Raspberry Pi? (Raspbian)
After putting slub_debug=FP into /boot/config.txt systenm holds for about 8-24 hours then crashes on kernel paging:

Jun  8 12:00:20 RPinode kernel: [50708.328638] Unable to handle kernel paging request at virtual address 223fab15

I could find many other people having the same but no definitive fix or workaround
-ck (OP)
Legendary
*
Offline Offline

Activity: 4102
Merit: 1632


Ruu \o/


View Profile WWW
June 10, 2018, 09:55:02 PM
 #16828

Hi,

did anyone solved the problem cgminer crashes the Raspberry Pi? (Raspbian)
After putting slub_debug=FP into /boot/config.txt systenm holds for about 8-24 hours then crashes on kernel paging:

Jun  8 12:00:20 RPinode kernel: [50708.328638] Unable to handle kernel paging request at virtual address 223fab15

I could find many other people having the same but no definitive fix or workaround

It's a linux kernel crash; i.e. an operating system crash. No userspace program should be able to do that so it's not cgminer at fault.

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

Activity: 8
Merit: 0


View Profile
June 12, 2018, 09:11:37 AM
 #16829

Hi,

did anyone solved the problem cgminer crashes the Raspberry Pi? (Raspbian)
After putting slub_debug=FP into /boot/config.txt systenm holds for about 8-24 hours then crashes on kernel paging:

Jun  8 12:00:20 RPinode kernel: [50708.328638] Unable to handle kernel paging request at virtual address 223fab15

I could find many other people having the same but no definitive fix or workaround

It's a linux kernel crash; i.e. an operating system crash. No userspace program should be able to do that so it's not cgminer at fault.

Thanks, but I was trying bfgminer and it works so they maybe did some workaround
-ck (OP)
Legendary
*
Offline Offline

Activity: 4102
Merit: 1632


Ruu \o/


View Profile WWW
June 12, 2018, 09:20:20 AM
 #16830

Hi,

did anyone solved the problem cgminer crashes the Raspberry Pi? (Raspbian)
After putting slub_debug=FP into /boot/config.txt systenm holds for about 8-24 hours then crashes on kernel paging:

Jun  8 12:00:20 RPinode kernel: [50708.328638] Unable to handle kernel paging request at virtual address 223fab15

I could find many other people having the same but no definitive fix or workaround

It's a linux kernel crash; i.e. an operating system crash. No userspace program should be able to do that so it's not cgminer at fault.

Thanks, but I was trying bfgminer and it works so they maybe did some workaround
They don't use direct USB drivers. No, I'm not rewriting anything...

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

Activity: 8
Merit: 0


View Profile
June 12, 2018, 10:43:35 AM
 #16831

Hi,

did anyone solved the problem cgminer crashes the Raspberry Pi? (Raspbian)
After putting slub_debug=FP into /boot/config.txt systenm holds for about 8-24 hours then crashes on kernel paging:

Jun  8 12:00:20 RPinode kernel: [50708.328638] Unable to handle kernel paging request at virtual address 223fab15

I could find many other people having the same but no definitive fix or workaround

It's a linux kernel crash; i.e. an operating system crash. No userspace program should be able to do that so it's not cgminer at fault.

Thanks, but I was trying bfgminer and it works so they maybe did some workaround
They don't use direct USB drivers. No, I'm not rewriting anything...

thanks for explanation
litecoinbeast
Full Member
***
Offline Offline

Activity: 136
Merit: 100


View Profile
July 19, 2018, 01:04:49 AM
 #16832

Can anyone confirm this is legit link for windows binary:

http://www.majorgeeks.com/files/details/cgminer.html
-ck (OP)
Legendary
*
Offline Offline

Activity: 4102
Merit: 1632


Ruu \o/


View Profile WWW
July 19, 2018, 01:08:07 AM
 #16833

Can anyone confirm this is legit link for windows binary:

http://www.majorgeeks.com/files/details/cgminer.html
There is no legit link for any windows binary any more. The only legit ones were on my website, and antivirus scans falsely tagged them as malware and there was no way to appeal the tag so I've given up on windows binaries entirely and removed them all from my site. Anyone mining today should be mining with linux and most hardware is using a controller device that already runs linux.

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: 4102
Merit: 1632


Ruu \o/


View Profile WWW
August 15, 2018, 04:07:13 AM
Last edit: August 16, 2018, 02:24:16 AM by -ck
 #16834

I've tagged a new version - 4.11.0 - the first in a while. Apart from numerous small bugfixes, the main new features are the Dragonmint T1 driver and the coinbase decode option. As you're unlikely to use anything but the latter, I've summarised the basic instructions from the README here:

Q: How do I use the --decode function to decode a pool's coinbase?
A: You need to have a bitcoind with server functionality and pass it the
credentials as the first pool in your config, and pass the pool's address that
you wish to decode as the second pool configured. Note the bitcoind NEEDS the
http:// prefix.

e.g.:
./cgminer -o http://localhost:8332 -u user -p pass -o solo.ckpool.org:3333 -u 15qSxP1SQcUX3o4nhkfdbgyoWEFMomJ4rZ --decode

EDIT: Updated to 4.11.1 for a missing bugfix and included NEWS outlining changelog.

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

Activity: 177
Merit: 2


View Profile
August 28, 2018, 07:19:24 AM
 #16835

Hi all,

I have added cgminer support to rig-monitor. Check here: https://bitcointalk.org/index.php?topic=2128602.0
Darakris
Newbie
*
Offline Offline

Activity: 1
Merit: 0


View Profile
September 02, 2018, 11:46:10 PM
 #16836

Hi ck, you uploaded this file, here?: m.majorgeeks.com/files/details/cgminer.html
Or was some other people.
-ck (OP)
Legendary
*
Offline Offline

Activity: 4102
Merit: 1632


Ruu \o/


View Profile WWW
September 03, 2018, 12:32:21 AM
 #16837

Hi ck, you uploaded this file, here?: m.majorgeeks.com/files/details/cgminer.html
Or was some other people.
Nope. Only the one at http://ck.kolivas.org/apps/cgminer/ and the source https://github.com/ckolivas/cgminer is uploaded by me.

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

Activity: 473
Merit: 250


Sodium hypochlorite, acetone, ethanol


View Profile
November 03, 2018, 07:27:49 AM
 #16838

i noticed something strange with the started time/date, it shows
Code:
 cgminer version 4.11.1 - Started: [1970-01-01 01:38:34.881]
on one system, and
Code:
 cgminer version 4.11.1 - Started: [1971-12-19 03:49:24.590]
on the other, maybe some bug? i get correct output from command date
PiotrMP006
Newbie
*
Offline Offline

Activity: 1
Merit: 0


View Profile
November 06, 2018, 03:53:08 PM
 #16839

Hi

Where download binaries CGMiner 4.11.1 for windows ?
os2sam
Legendary
*
Offline Offline

Activity: 3578
Merit: 1090


Think for yourself


View Profile
November 06, 2018, 05:30:32 PM
Merited by frodocooper (1)
 #16840

Hi

Where download binaries CGMiner 4.11.1 for windows ?

A page back says this

There is no legit link for any windows binary any more. The only legit ones were on my website, and antivirus scans falsely tagged them as malware and there was no way to appeal the tag so I've given up on windows binaries entirely and removed them all from my site. Anyone mining today should be mining with linux and most hardware is using a controller device that already runs linux.

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?
Pages: « 1 ... 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 828 829 830 831 832 833 834 835 836 837 838 839 840 841 [842] 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!