New Wallet Version 1.2.5 | SoftFork on Block 255000 | Superfast Blockchain Sync!
-
Version 1.2.5 Changelog:
- Bugfix-release
- added maven support
Download:
https://github.com/burst-team/burstcoin/releasesVersion 1.2.4 Changelog:
- Added support for parallel blockchain downloads
- Multicore Blockchain verification
- Updated GUI (fixed links & other minor changes)
- Optional: OpenCL / GPU acceleration for Blockchain sync
- Improvement of Automated Transactions
Download:
https://github.com/burst-team/burstcoin/releases- Flush accountTable batch changes before commit in TransactionProcessor
- Add VersionedBatchEntityDbTable and convert Account to use it
- Updated /conf
- Upgraded h2 to 1.4.191. DB paths must now start with ./ in conf
- Remove old nxt forging-related code from Account.java
- Batch insert transactions to db instead of individually
- Cache baseTargets and timestamps to avoid looking up old blocks during verification
- Permanent enable escrow + subscriptions to prevent alias lookups every block
- Pre-verify transaction signatures
- Cache and fork handling improvements
- Duplicate PoC coded changed to calls to Generator. Generator moved to Generatorlmpl implementing Generator. Added MockGenerator enabled by config option for easier testing.
- Fix AT txid bug
- Upgraded to jetty 9.2.15
-
https://bitcointalk.org/index.php?topic=1323657.msg15495268#msg15495268
With some other links, including dawallet's new Windows Client.
-
Good work! Will try out the new wallet later this evening. Is there a portable variant available too?
-
The newest Win Client (0.3) has this core update included. Just install it over your old version.
-
@daWallet How do I know if I'm using the old version? I think I am still using the old wallet. miner can't close properly. So I'll just install it without deleting the previous version? Wallet balance won't be affected or even the plotted HDD?
-
@belijone the AIO plotter/miner/wallet has an "About" button that will tell you the version you're on. If it's not 0.3.0 upgrade. Just install the new one over the old. It won't affect you balance or cause you to need to replot.
-
@haitch sorry i check on links and I'm confused which one to use for upgrading my old wallet client.
-
I downloaded a burstcoin-master.zip and opened it. Which is the application?
-
@belijone said:
I downloaded a burstcoin-master.zip and opened it. Which is the application?
never mind went to software link and downloaded new version
-
The wallets are frozen.
-
Yep there seams to be a issue with new wallet version (may stuck sometimes), and it will be fixed.
Meanwhile, you can always return to old wallet version.
-
Just to keep you all informed ... dev is working hard to debug, test and bugfix this awesome update. It is time consuming to reproduce the stuck and db issues. Once issues are resolved, we will test-run it for a week internal, to ensure everything is fine, before we will make it public.
Edit: The test time was discussed and reduced to 3 days as compromise.
-
@luxe let us know if there is anything we can do to help...
test net etc
-
There is a bug-fixed version now, that will be tested internal for next 3 days.
If no problem occurs, it will be released.
-
Release Version 1.2.5
Changelog:
Bugfix-release
added maven support
-
I'm still having trouble with it finding java. There has to be a way to specify the java file path in the bat file.
Does anyone know how to do this?
I have installed many versions of java both 32 and 64 bit for windows 7 with no luck.
1.2.3 always worked no matter what but for some reason 1.2.4 and 1.2.5 can't find java on two windows 7 machines.
-
-
On problems using run scripts ... please use command line to ...
check java version:
java -version
Should result in something like
java version "1.8.0_92" Java(TM) SE Runtime Environment (build 1.8.0_92-b14) Java HotSpot(TM) 64-Bit Server VM (build 25.92-b14, mixed mode)
If not you may need to set PATH variables or install java at all.
http://stackoverflow.com/questions/1672281/environment-variables-for-java-installationThe 1.2.5 release can be started from within burstcoin directory by execute:
Windows (command line or put in a *.bat file):
java -cp burst.jar;conf nxt.Nxt
Linux (command line or put in a *.sh file):
java -cp burst.jar:conf nxt.Nxt
Edit: Make sure to download the release binaries from:
https://github.com/burst-team/burstcoin/releases
and not the source code without burst.jar file.
-
@crutsy Use this version instead of the one in the wallet - it'll find your Java.0_1468966759631_run.bat
-
@haitch Thanks guys figured it out! (thanks luxe) I was downloading the master. It was my bad.