Research Article
A Novel Pricing Mechanism for User Coalition in Blockchain
| Input: Reports submitted by user coalition: | | Reports submitted by miner: | | Output:: the sets of winning user coalition | | 1 initialize maximum size of a block | | 2 for alldo | | 3 | | 4 | | 5 | | 6 end for | | 7 sort in non-increasing order of : | | 8 for alldo | | 9 ifthen | | 10 | | 11 | | 12 end if | | 13 end for | | 14 | | 15 | | 16 return |
|