hi, is 1.2.3 recommended for those running masternode too ?
It is for everyone, but is not mandatory. It is a maintenance update. Below are the new things added as features.
8. First altcoin with Dynamic DNS Masternodes. This is for people who can't get a static IP from there provider. Released 4/2/2016
9. First altcoin with GUI for creating masternodes. Pic:
https://i.imgur.com/BqLuvmJ.png Released 4/2/2016
Edit: Here is a list of what was done, posted by infernoman.
https://bitcointalksearch.org/topic/m.14409746A broken down list for Bitcointalk.
The newest addition is the masternode manager. which has been re worked to use the masternode.conf. Now when you create a masternode in the wallet. it automatically gets added to the masternode.conf And makes for a much easier interface to manage all of your remote masternodes. There are still a few things that need to be done with it. But it works much better than it did before. and i'm hoping it will be a bit easier for users to make use of.
@Infernoman Changes to accommodate Android QT
@Infernoman Store transaction list order in memory rather than compute it every need
@Infernoman Don't process transaction's we already have.
@Infernoman Apply Bitcoin patch for miniupnpc 1.9 VULNERABILITY PATCH
@Infernoman Remove donation addresses from MM since they aren't working.
@Infernoman Add main-specific node state
@Infernoman Per-peer block tracking, stalled block download detection, orphan pool limiting
@io-eightyeight net: change max outbound connections to 12 (from 300)
@io-eightyeight trim: remove redundant scrypt files/references
@io-eightyeight Merge pull request #1 from io-eightyeight/trim-scrypt
@Infernoman fix secp256k1 build hack
@io-eightyeight win32: use a more modern API call in FileCommit()
@Infernoman Watch only addresses in AvailableCoins
@Infernoman Remove coin selection by coin age
@io-eightyeight Set TCP_NODELAY on P2P sockets
@io-eightyeight parameter interaction: disable upnp if -proxy set
@io-eightyeight compat: fix errors/cleanup
@io-eightyeight rpc: disable SSLv3 (in favor of TLS)
@io-eightyeight doc: add SSL instructions
@Infernoman Changing LockedPageManager to use a managed instance
@Infernoman Fixes when compiling in c++11 mode
@Infernoman Add support folder
@Infernoman Uses FixSpentCoins to fix PoS reward wallet corruption.
@Infernoman Cleanup compiler warning.
@Infernoman Move core implementations to core.cpp
@Infernoman Fix compiler warnings.
@Infernoman Fix linux build's