File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -36,6 +36,17 @@ This demo starts three separate dockerized components:
3636- _ Vedran daemon_ ([ repository] ( https://github.com/NodeFactoryIo/vedran-daemon ) )
3737- _ Vedran loadbalancer_
3838
39+ ### Trigger Manual Payout
40+
41+ Our compose setup runs dev chain and our load balancer uses Allice account to do payout
42+ so you don't have to obtain dev DOTs. Polkadot node operator is Bob (he received payout from Allice).
43+ Load balancer in this setup runs payout daily, if you don't wan't to wait,
44+ you can run following command which will create additional container (in compose network) and trigger payout from Allice account:
45+
46+ ```
47+ docker run --network vedran_default nodefactory/vedran:v0.3.0 payout --private-key 0xe5be9a5092b81bca64be81d212e7f2f9eba183bb7a90954f7b76361f6edb5c0a --payout-reward 100 --load-balancer-url "http://vedran:4000/ws"
48+ ```
49+
3950## Get ** vedran** binary releases
4051
4152Download prebuild binary from [ releases] ( https://github.com/NodeFactoryIo/vedran/releases ) .
You can’t perform that action at this time.
0 commit comments