Author

Topic: When new coin mined, if some address receives share of it (Read 207 times)

legendary
Activity: 2618
Merit: 6452
Self-proclaimed Genius
Different pools, different methods.
Read this article from Bitcoin wiki: Comparison of mining pools

That (block reward mincing) was not a part of the blockchain, also it's not the traditional "mining" method.
For information about that, you can ask a Mining Pool Engineer or a Pool Expert.

Try your luck here: Altcoin Mining >Pools (Warning: it's full of shit)
jr. member
Activity: 413
Merit: 5
You're talking about a "mining pool".

Originally in major coin blockchain's design, the block reward will be generated in the block discoverer's address in whole.

Pools are designed to "gather" multiple miners and mine using their total Hashrate.
In pools, they have an API which "mince" the reward, split it among the miners who joined the pool, the amount they will receive will be based depending on their share (individual hash rate).
How pool automatically deal that process? Are there coin daemon has that pool related function? Automatic send to multiple addresses.
legendary
Activity: 2618
Merit: 6452
Self-proclaimed Genius
You're talking about a "mining pool".

Originally in major coin blockchain's design, the block reward will be generated in the block discoverer's address in whole.

Pools are designed to "gather" multiple miners and mine using their total Hashrate.
In pools, they have an API which "mince" the reward, split it among the miners who joined the pool, the amount they will receive will be based depending on their share (individual hash rate).
legendary
Activity: 3038
Merit: 4418
Crypto Swap Exchange
When a block is mined, a coinbase transaction generating the block reward and transaction fees is generated. The miner is responsible for generating the transaction which can be constructed with various outputs, just as with a normal transactions.

You've likely seen the miner sending the block subsidy to various addresses.
jr. member
Activity: 413
Merit: 5
If some coin's subsidy is 500, when new block mined,

some A address receives 7.5, other B address receives 0.5, what are these?

Is this 1.5% of 500, 0.1% of 500 is set on mining program?

I can't find anything strange above gimic at coin reward function at main.cpp

int64 static GetBlockValue(int nHeight, int64 nFees){

}



Jump to: