Collects rewards from the definite blocks on the wallet (using address).
`Command syntax:`
```actionscript
block collect reward
-net <net_name>
-chain <chain_name>
-cert <priv_cert_name>
-addr <addr>
-hashes <hashes_list>
-fee <value>
```
`Options:`
```actionscript
-net - name of the Cellframe Network. The list of networks can be found in the <Config_dir> \ etc \ network folder or received by The Cellframe-Node-CLI using command - net list
-chain - the name of Chain. The list of chains can be found in the directory <Config_dir> \ etc \ network \ <network_name> or by the Cellframe-Node-CLI using command - net list chains
-cert - name of the private master node certificate
-addr - wallet address for collecting reward
-hashes - list of blocks (hashes) from which reward will be collected
-fee - commission for transaction
```
If you request command in the Cellframe network, use parameter `-chain main`.
### CLI Example
`Command:`
```actionscript
cellframe-node-cli block reward collect
-hashes 0x257676AF454C7751F171B4AFEACC1DA24E676818C01F37136C692FB2A3E6EE9A
-cert raiden.my_cool_cert
-fee 5.0e+16
-net raiden
-chain main
-addr jrmnGqeeds4Dp67AcKWcuMdcEk1w93oKzAGr9rGQNMvxXn3hgGmtVpee75rsaNxAWUxiGcMUvhjiNdmxhA9pUPdiZy51ZeJhYx8SNxf5
```
`Response:`
```
TX for reward collection created succefully, hash=0xBCECBBF52782E64266980E4234BFD0F1B8AB4B64A1D9BC4237F01051BC7CB9AF
```
### JSON-RPC Example
![[JSON-RPC Request - BLOCK COLLECT REWARD]]