Author

Topic: How to put specific text in the Coinbase? (Read 1124 times)

kjj
legendary
Activity: 1302
Merit: 1026
November 12, 2013, 07:00:12 AM
#5
In init.cpp, search for pszP2SH.  That will show you exactly what you need to do to put custom tags in your coinbase.

Is this the same as what pools do with their coinbase signature?

Depends.  If the pool uses bitcoind for block assembly, they probably use a similar method.  If the pool has custom software that builds the block, that software probably handles the coinbase too.
legendary
Activity: 3583
Merit: 1094
Think for yourself
November 11, 2013, 08:20:03 PM
#4
In init.cpp, search for pszP2SH.  That will show you exactly what you need to do to put custom tags in your coinbase.

Is this the same as what pools do with their coinbase signature?
kjj
legendary
Activity: 1302
Merit: 1026
September 17, 2013, 09:07:44 PM
#3
In init.cpp, search for pszP2SH.  That will show you exactly what you need to do to put custom tags in your coinbase.
legendary
Activity: 3472
Merit: 4794
September 17, 2013, 09:04:35 PM
#2
Hi all,
I'm just messing about with the miner code and I was wondering, how would I put a specific message into the coinbase if i manage to mine a block?

You'd have to put the specific message into the coinbase BEFORE you mine the block.
newbie
Activity: 30
Merit: 0
September 17, 2013, 05:24:16 PM
#1
Hi all,
I'm just messing about with the miner code and I was wondering, how would I put a specific message into the coinbase if i manage to mine a block?
Jump to: