Skip to content

Releases: litebitcoins/litebitcoin

Release 6.0.0.0 New fork for swicth to yescryptR32 cpu algo.

05 Oct 14:28
Compare
Choose a tag to compare

This update is nessesary for all, nodes/pool/user's Core Wallet.

This update make switch from neoscrypt to yescryptR32 at block 95531.

How to update ?

Bakup somewhere wallet.dat for security reason ( simple copy paste somewhere when wallet is offline)

And reinstall wallet, if it ask rebuild block chain ? click yes.

Then it's be updated.

From this update you can start mining solo by using https://github.com/JayDDee/cpuminer-opt/releases

Example 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

Or you can up this simple instaling pool https://github.com/xavatar/yiimp_install_scrypt and configurate LBTC how YescryptR32 and mine at them.

Release 5.1.0.0 Fixed CVE-2018-17144

23 Sep 10:05
Compare
Choose a tag to compare

More info you can find here bitcoin/bitcoin#14249
It is recommended to upgrade any of the vulnerable versions to 5.1.0.0 as soon as possible.

Release 5.0.0.0 Change algo from Scrypt to Neoscrypt to support GPU Mining.

29 May 02:26
Compare
Choose a tag to compare

This release is for a change of algo from scrypt to neoscrypt.

Last block to be mined with scrypt is 68000.

First fork block is 68001 - it must be mined with neoscrypt algo.

After fork chain / from block 68001 reward will be 125 coin per block.

This is necessary update for all, user's, exchangers and pool's. Old wallet 4.0.0.0 will be unsupported with LBTC team after fork which will happen on block 68001.

This updated created with community proposion's for return decentralization and to support GPU mining.

always backup your wallet.dat file before update !!!

Any problem's write to support, and if you in case any questions, contact us at our telegram channel https://t.me/Litebitcoin

Update to latest stable sources

08 May 11:14
Compare
Choose a tag to compare

Release Wallet with fixed node url.

23 Aug 16:54
Compare
Choose a tag to compare

Fixed url's of nodes list.

Windows, Mac OS and Linux Wallet's Release

11 Aug 23:00
Compare
Choose a tag to compare

Release notes:-

This is a new minor version release, including various bug fixes and performance improvements, as well as updated translations.

  1. Fully update to latest available sources from LTC https://github.com/litecoin-project/litecoin/tree/v0.14.2
  2. Fixed high difficulty problem at block 3339 and reset to 1
  3. Added new re-target algorithm from Dash named DarkGravityWave.
  4. To activate new re-target configuration, changed Reward at block 3339 from 10 to 256 and the reward will be 500 from the block 3389.

Windows wallet and Linux daemon

10 Aug 22:14
Compare
Choose a tag to compare

Redesigned Windows Wallet and fix some compiling problem.