You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-8Lines changed: 7 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -118,30 +118,29 @@ For Westend's WND tokens, see the faucet [instructions on the Wiki](https://wiki
118
118
119
119
When starting _vedran loadbalancer_ it is possible to configure automatic payout by providing these flags:
120
120
121
-
`--private-key` - loadbalancers wallet private key (string representation of hex value prefixed with 0x), used for sending rewards on payout
121
+
`--private-key` - loadbalancers wallet private key (string representation of hex value prefixed with 0x), used for sending rewards on the payout
122
122
123
123
`--payout-interval` - automatic payout interval specified as number of days
124
124
125
-
`--payout-reward` - defined total reward amount that will be distributed on the payout (amount in Planck). If omittedentire balance of lb wallet will be used as total reward. If this options is selected than`--lb-payout-fee-address` must be set
125
+
`--payout-reward` - defined total reward amount that will be distributed on the payout (amount in Planck). If omitted, the entire balance of lb wallet will be used as a total reward, and in this case`--lb-payout-fee-address` must be set
126
126
127
127
`--lb-payout-address` - address on which load balancer fee will be sent. If omitted, load balancer fee will be left on load balancer wallet after payout. This flag is **required** if `--payout-reward` is set to 0
128
128
129
129
If all flags have been provided, then each {_payout-interval_} days automatic payout will be started.
130
130
131
131
### Manual payout
132
132
133
-
It is possible to run payout script at any time by invoking `vedran payout` command trough console.
134
-
This command has two required flags:
133
+
It is possible to run payout script at any time by invoking `vedran payout` command through the console.
135
134
136
-
`--private-key` - loadbalancers wallet private key (string representation of hex value prefixed with 0x), used for sending founds on payout
135
+
`--private-key` - loadbalancers wallet private key (string representation of hex value prefixed with 0x), used for sending rewards on the payout
137
136
138
-
`--payout-reward` - defined total reward amount that will be distributed on the payout (amount in Planck). If omittedentire balance of lb wallet will be used as total reward. If this options is selected than`--lb-payout-fee-address` must be set
137
+
`--payout-reward` - defined total reward amount that will be distributed on the payout (amount in Planck). If omitted, the entire balance of lb wallet will be used as a total reward, and in this case`--lb-payout-fee-address` must be set
139
138
140
139
`--lb-payout-fee-address` - address on which load balancer fee will be sent. If omitted, load balancer fee will be left on load balancer wallet after payout. This flag is **required** if `--payout-reward` is set to 0
141
140
142
-
Additionally, it is possible to change url on which payout script will connect with loadbalancer when executing transactions by setting flag (default value will be _http://localhost:80_)
141
+
Additionally, it is possible to change URL on which payout script will connect with loadbalancer when executing transactions by setting flag (default value will be _http://localhost:80_)
143
142
144
-
`--load-balancer-url` - loadbalancer url
143
+
`--load-balancer-url` - loadbalancer URL
145
144
146
145
### Get private key
147
146
You can use [subkey](https://substrate.dev/docs/en/knowledgebase/integrate/subkey) tool to get private key for your wallet.
0 commit comments