.TH "./SIAC\-HOST\-CONFIG" "1" "Apr 2017" "Auto generated by spf13/cobra" "siac Manual" .nh .ad l .SH NAME .PP \&./siac\-\&host\-\&config \- Modify host settings .SH SYNOPSIS .PP \fB\&./siac host config [setting] [value]\fP .SH DESCRIPTION .PP Modify host settings. .PP Available settings: acceptingcontracts: boolean maxduration: blocks maxdownloadbatchsize: bytes maxrevisebatchsize: bytes netaddress: string windowsize: blocks .PP .RS .nf collateral: currency collateralbudget: currency maxcollateral: currency mincontractprice: currency mindownloadbandwidthprice: currency / TB minstorageprice: currency / TB / Month minuploadbandwidthprice: currency / TB .fi .RE .PP Currency units can be specified, e.g. 10SC; run 'siac help wallet' for details. .PP 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. .PP For a description of each parameter, see doc/API.md. .PP To configure the host to accept new contracts, set acceptingcontracts to true: siac host config acceptingcontracts true .SH OPTIONS INHERITED FROM PARENT COMMANDS .PP \fB\-a\fP, \fB\-\-addr\fP="localhost:9980" which host/port to communicate with (i.e. the host/port siad is listening on) .SH SEE ALSO .PP \fB\&./siac\-\&host(1)\fP .SH HISTORY .PP 29\-Apr\-2017 Auto generated by spf13/cobra