3s3s / opentrade

OpenTrade - Open Source Cryptocurrency Exchange
MIT License
396 stars 401 forks source link

Litecoin version #298

Closed ghost closed 5 years ago

ghost commented 5 years ago

Hello,

I want to add Litecoin .. I tried version 0.17.0 but like no support for rpc 1.0. What appropriate version can be installed?

Thanks

zoowcoin commented 5 years ago

Hi

In litecoin.conf you add:

rpcuser=xxxxxx rpcpassword=xxxxxx rpcallowip=127.0.0.1 rpcport=48081 deprecatedrpc=accounts <---------------- You add this. rpcclienttimeout=10 server=1 daemon=1 upnp=0 rpcworkqueue=1000 enableaccounts=1 litemode=1 staking=0

ghost commented 5 years ago

Thanks @zoowcoin