Bitcoin Forum

Bitcoin => Mining support => Topic started by: Trongersoll on November 12, 2013, 12:23:30 AM



Title: Since I can't find it or figure it out I'll ask.
Post by: Trongersoll on November 12, 2013, 12:23:30 AM
Ok, assuming that i'm solo mining by pointing cgminer at bitcoin-QT in server mode. what do i have to modify, or how do i add a text identifier in a found block like the pools do. Like a pool name. ???

BTW, don't bother with the "it is a waste" "don't do it" comments. They are falling on deaf ears. I don't care for you opinion. If you don't have an answer to the question, don't waste the electrons.


Title: Re: Since I can't find it or figure it out I'll ask.
Post by: -ck on November 12, 2013, 12:29:48 AM
Cgminer does not support adding a text identifier and will generate whatever block is generated based on the work from bitcoind/qt which will be all random.


Title: Re: Since I can't find it or figure it out I'll ask.
Post by: Trongersoll on November 12, 2013, 12:34:11 AM
Cgminer does not support adding a text identifier and will generate whatever block is generated based on the work from bitcoind/qt which will be all random.

I didn't think CGminer would support this. Is there support for this in bitcoin-QT? If not, could CGminer be hacked/patched to do this?

Thanks for your response ckolivas.


Title: Re: Since I can't find it or figure it out I'll ask.
Post by: os2sam on November 12, 2013, 12:36:16 AM
Cgminer does not support adding a text identifier and will generate whatever block is generated based on the work from bitcoind/qt which will be all random.

But, I could have sworn there was a bitcoin client/bitcoind command line option that would do that too, so that the mining software didn't have to do it.


Title: Re: Since I can't find it or figure it out I'll ask.
Post by: -ck on November 12, 2013, 12:46:27 AM
If not, could CGminer be hacked/patched to do this?
It would require me to write support for the most low level GBT support which I've been avoiding doing since it's a lot of work, and the demand for better solo mining support has never been big or on my priority list for obvious reasons...


Title: Re: Since I can't find it or figure it out I'll ask.
Post by: -ck on November 12, 2013, 12:47:10 AM
Cgminer does not support adding a text identifier and will generate whatever block is generated based on the work from bitcoind/qt which will be all random.

But, I could have sworn there was a bitcoin client/bitcoind command line option that would do that too, so that the mining software didn't have to do it.
Could be, could be. I'm no expert on the bitcoin client software.


Title: Re: Since I can't find it or figure it out I'll ask.
Post by: Trongersoll on November 12, 2013, 12:55:11 AM
If not, could CGminer be hacked/patched to do this?
It would require me to write support for the most low level GBT support which I've been avoiding doing since it's a lot of work, and the demand for better solo mining support has never been big or on my priority list for obvious reasons...

Thanks, that gives me an idea of the degree of difficulty. I wouldn't expect you to mod your software for something like this. I thought maybe it was just a matter of changing the value in a field somewhere.