Skip to content

Commit

Permalink
Updated README for 0.9.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
caraphinneth committed May 15, 2019
1 parent 4862dd6 commit 3d0ca25
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Animecoin 0.9.1
Animecoin 0.9.2
====================

Intro
Expand All @@ -17,8 +17,14 @@ Upgrading to 0.9 is meant to be fully transparent for both database and network.

Downgrading
---------------------
However, if you decide to switch back to 0.8 release for any reason, you might get a blockchain validation error when starting the old client (due to 'pruned outputs' being omitted from the index of unspent transaction outputs). Running the old client with the -reindex option will rebuild the chainstate data structures and fix this the problem.
Also, the first time you run a 0.8 release on a 0.9 wallet it will rescan the blockchain for missing spent coins, which may take a long time.
If you decide to switch back to 0.8 release for any reason, you might get a blockchain validation error when starting the old client (due to 'pruned outputs' being omitted from the index of unspent transaction outputs). Running the old client with the -reindex option will rebuild the chainstate data structures and fix this the problem.
Also, the first time you run a 0.8 release on a 0.9+ wallet it will rescan the blockchain for missing spent coins, which may take a long time.

What's new in 0.9.2
---------------------
- Default fee policy has been adjusted to ensure relaying of huge transactions.
- Paper wallet generation and printing support.
- DNS seed is online.

What's new in 0.9.1
---------------------
Expand Down Expand Up @@ -46,6 +52,7 @@ You may use either way to build the Qt client:
- make (use e.g. make -j8 for utilizing 8 CPU cores to speed up the build process)

You may want to use the strip utility to reduce the size of resulting executables.
Autotools will also build commandline utilities.

Required libraries
---------------------
Expand Down

0 comments on commit 3d0ca25

Please sign in to comment.