Bitcoin Forum

Alternate cryptocurrencies => Mining (Altcoins) => Topic started by: snowbreeze on May 17, 2017, 12:22:45 AM



Title: Litrcoin-qt gettempleteblock Support for 'segwit' rule requires explicit client
Post by: snowbreeze on May 17, 2017, 12:22:45 AM
 have downloaded the Windows version litecoin client from https://litecoin.org/. I am trying to setup CoiniumServ to serve as a LiteCoin Pool.

Most configuration are done. However, I am facing this issue. When I try to query getblocktemplate from the litecoin-cli, I will get this error Support for 'segwit' rule requires explicit client support (code -8).

Can anyone help ? Thanks in advance!


Title: Re: Litrcoin-qt gettempleteblock Support for 'segwit' rule requires explicit client
Post by: titan68 on June 14, 2017, 08:12:24 AM
This command line works:
Code:
C:\Program Files\Litecoin\daemon>litecoin-cli getblocktemplate "{\"rules\":[\"segwit\"]}"