./SIAC-HOST-CONFIG(1) | siac Manual | ./SIAC-HOST-CONFIG(1) |
./siac-host-config - Modify host settings
./siac host config [setting] [value]
Modify host settings.
Available settings:
acceptingcontracts: boolean
maxduration: blocks
maxdownloadbatchsize: bytes
maxrevisebatchsize: bytes
netaddress: string
windowsize: blocks
collateral: currency
collateralbudget: currency
maxcollateral: currency
mincontractprice: currency
mindownloadbandwidthprice: currency / TB
minstorageprice: currency / TB / Month
minuploadbandwidthprice: currency / TB
Currency units can be specified, e.g. 10SC; run 'siac help wallet' for details.
Durations (maxduration and windowsize) must be specified in either blocks (b), hours (h), days (d), or weeks (w). A block is approximately 10 minutes, so one hour is six blocks, a day is 144 blocks, and a week is 1008 blocks.
For a description of each parameter, see doc/API.md.
To configure the host to accept new contracts, set
acceptingcontracts to true:
siac host config acceptingcontracts true
-a, --addr="localhost:9980"
which host/port to communicate with (i.e. the host/port siad is listening
on)
29-Apr-2017 Auto generated by spf13/cobra
Apr 2017 | Auto generated by spf13/cobra |