Skip to content

Commit eea5915

Browse files
committed
update demo readme
1 parent e1e74dc commit eea5915

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff 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

4152
Download prebuild binary from [releases](https://github.com/NodeFactoryIo/vedran/releases).

0 commit comments

Comments
 (0)