Stake generation changes
authoralex <alex@alex-VirtualBox.(none)>
Wed, 21 Aug 2013 20:08:00 +0000 (00:08 +0400)
committeralex <alex@alex-VirtualBox.(none)>
Wed, 21 Aug 2013 20:08:00 +0000 (00:08 +0400)
commit74a7badde0d9ba0a888d30b46133de50a5267f61
tree6462a832165926a53e6c37085b145963e61ca048
parentbfb1096c6a9f44e94048f1b82037b82dc91f8da5
Stake generation changes

1) Remove stakes verification code from CheckWork() function, create separate CheckStake() function.
2) Add -stakepooledkeys option, which allows user to get keys for the last coinstake output from keypool. This feature disabled by default.
src/init.cpp
src/kernel.cpp
src/kernel.h
src/main.cpp
src/main.h
src/wallet.cpp