This is the QTC template for SOLO mining, please paste it into POOLs accordingly.
POOLs: [ { PoolName: "QTC-SOLO", CoinType: "QTC", PlotIDs: [ * ], Url: "127.0.0.1:3332", SoloMode: true, TargetDL: 2000, SkipWorse: true, ACTIONs: [ { Exec: QTC_ADDSIGNKEY, WalletPwd: "cipher-of-wallet-password", PrivKey: "cipher-of-wallet-private-key" } ] } ],
You also need to create wallet configuration file "qitcoin.conf" as below.
listen=1 server=1 rpcuser=test rpcpassword=test rpcbind=0.0.0.0 rpcallowip=0.0.0.0/0 rpcthreads=5000