Wallet UpdateThe new sources are up. Exchanges and pools, please update your wallets as soon as possible. The fork to correct the issues we are having will happen at block 861677, which should be sometime around 12/9/14 12pm UTC. Note: this version will not accept incoming blocks from previous versions, but it will still be capable of connecting to them and also send blocks to them.
The wallet sources can be found here
https://github.com/Kracko/ultracoin-2.gitTo verify the version, the version and protocolversion lines should show as so with the getinfo RPC command to the wallet:
"version" : "v0.7.3.3-15-g0bcf258-beta",
"protocolversion" : 70056,
I recommend using these addnodes as at first they'll be the only wallets the new version will be able to communicate with.
addnode=31.220.0.203
addnode=192.99.8.7
addnode=198.27.82.163
To confirm that you are on the correct chain please use the block explorer here
http://ultrabex.tumblingblock.com as it's source wallet is using the latest version.
The new version of the Windows wallet can be found here:
http://www.tumblingblock.com/ultracoin_733.1_win32.zipmd5sum ultracoin_733.1_win32.zip
41b51c93ddb2028d15e48a0385e712dd ultracoin_733.1_win32.zip
If you have already installed v733 and downloaded the chain you will not have to go through that again.
* Back up your existing wallet. This should be happening anyway. If you're like me you have it encrypted and in 10 different places, including offsite locations.
* Extract the downloaded zip file
* Stop the current version Ultracoin wallet if you have it running.
* Start the MSI file and go through the installation. If you picked the install for All Users last time, do that again. It will install over the top of your existing installation if you have already installed the v733 wallet that was put out.
* If you have a pre-v733 wallet, delete the UltraCoin-qt.exe executable. Starting it up won't do you much good
I have included an ultracoin.conf file in the install with the addnodes above. This should help get us over the initial hump. You can confirm your version in the about menu of the wallet. It show up on the first line as v0.7.3.3-g15-g0bcf258-beta. The last part (0bcf258) will match the first 7 characters of the current master branch guid of the repository.