Skip to content

ROIcoin v1.1.4.000

Compare
Choose a tag to compare
@ghobson2013 ghobson2013 released this 21 Feb 15:21
· 76 commits to master since this release

ROIcoin Release Notes for v1.1.4.0

Important Notice:

We still see many users using old obsolete wallets, for this reason there will be a hard fork at block 75000.
IF you are on the wrong chain ( not the same height as the block explorer ) , you will need to re-sync, this will be faster with v1.1.4, thanks to the fix for issue #47

The biggest new feature is the faster block loading times. The first time you start the new wallet it will still take as long as before, because it is building up a new hash index database ( You will see a new sub folder called "cache" in the blocks folder ).
Warning: You must let the loading process complete
The second time you restart the new wallet you will see a significantly faster loading time. This new cache only requires about 30 Mb extra disk space.

Changes

  • NEW - issue #15 a new flag -autoban (default is off) was introduced to automaticaly ban peers for 24hrs if they returned "Connection Refused" or "Host unreachable".
    This will reduce the cpu load when handling peers. ( recommended for 24/7 servers and VPS )
  • NEW - issue #16 a new flag -banobsoleteversion (default is off) was introduced to automaticaly ban peers for 24hrs who have obsolete old wallet version ( < v1.1.4 )
  • NEW - issue #40 matured coins will now show an alert bubble ( just like when you find a new block )
  • FIX - issue #39 TheTDD has rebuild the term deposit table from scratch and fixed the sorting issues ( should also be faster to sort and update ).
  • NEW - issue #47 TheTDD has implemented a deposit table delay mechanism to slow down UI updates during block sync at startup.
    Note: On Startup, it can take up to 5s before you see your term deposits, but it will speed up block syncing.
  • BUG - issue #19 the wallet rpcport was wrongly configured and conflicted with the p2p port, this was the reason for the slow syncing and low peer counts issues in the past.
    The rpcport is now by default set to 3376
  • NEW - issue #22 the sending addressbook will now contain the send and receive addresses combined , this will facilitate sending matured coins or combining inputs to yourself.
  • FIX - rpc gettransaction call will now show credit value without interest ( requested by elbandi, to help pool operators )
  • FIX - issue #42 estimated date is now based on 120s blocktime , this should provide a more accurate "Estimated Date" value.
  • FIX - issue #44 setban rpc command can now accept a custom bantime ( larger than 24hrs )

ROIcoin core v1.1.4.0 is now available at:
https://github.com/ROIcoin/ROIcoin/releases/

Please report bugs using the issue tracker at github, we will not use bitcointalk forum for handling bug reports.
https://github.com/ROIcoin/ROIcoin/issues

Upgrading and downgrading

How to Upgrade

If you are running an older version, shut it down. Wait until it has completely
shut down (which might take a few minutes for older versions).
Backup your wallet.dat file ( which you should always do regardless of an upgrade event )
then copy over ROIcoin-qt.exe (on Windows) or just copy over ROIcoin-qt (on Linux).

First time installers please use ROIcoin-1.1.4-win64-setup.exe

Credits:

  • TheTDD
  • Elbandi
  • ghobson2013

MD5 Signatures

8f742b3e8397438eb31e599760dfcabd ROIcoin-qt_x64_v1140.exe
a31771b84ee74d73a013bd245adb0cd9 ROIcoin-1.1.4-osx.dmg
2c1ae09aafdbdbfe65ca9a82ed7e5238 ROIcoin-1.1.4-linux64.tgz
34feca11a441394f9ebe378a6f6589af ROIcoin-1.1.4-win64.zip
becc9d44135d8183a4da813548907b55 ROIcoin-1.1.4-win64-setup.exe