Ninjastic
Home
Search
Users
Boards
Addresses
Ctrl + K
Toggle theme
Open menu
Post
Edited versions
Quotes to this post
Post
51772524
Topic
2042673
Board
Announcements (Altcoins)
Re: [ANN] [QRK] Quark | POW+MN/POS | 0.10.7.0 - New Self Moderated Thread
by
Tpf0505
on
10/07/2019, 09:46:28 UTC
rpc-getblocktemplate calls CreateNewBlock()
(
https://github.com/quark-project/quark/blob/f813e83ee229d9dce9f798051f96ca73f36d91f5/src/rpcmining.cpp#L517
)
in CreateNewBlock() after MN-startblock it calls FillBlockPayee()
(
https://github.com/quark-project/quark/blob/f813e83ee229d9dce9f798051f96ca73f36d91f5/src/miner.cpp#L360
)
where FillTreasuryPayee() is called
(
https://github.com/quark-project/quark/blob/f813e83ee229d9dce9f798051f96ca73f36d91f5/src/masternode-payments.cpp#L304
)