
Name: LiteBitcoin
Ticker: LBTC
PoW Algorithm: Scrypt (before fork, till block 68000)
Block Reward: 500 LBTC (before fork, till block 68000)PoW Algorithm: NeoScrypt (After fork, from block 68001)
Block Reward: 125 LBTC (After fork, from block 68001)PoW Algorithm: YescryptR32 (After fork, from block 95531)
Block Reward: 125 LBTC (After fork, from block 95531)
From this update you can start mining solo by using https://github.com/JayDDee/cpuminer-opt/releasesExample of option's
litebitcoin.conf
rpcuser=user
rpcpassword=password
server=1
listen=1
daemon=1
txindex=1
rpcallowip=127.0.0.1
rpcport=19038
rpcthreads=8 ( not nessesary, use if miner diconnect after some time )
rpcworkqueue=4096 ( not nessesary, use if miner diconnect after some time, try from more litle value)
Miner option's
cpuminer-avx.exe -a yescryptr32 -o
http://127.0.0.1:19038 -u user -p password -t "thread's of cpu" --coinbase-addr="wallet address"
pause