HomePhabricator

Move pMiningKey init out of StartRPCThreads
d98bf10f23e0Unpublished

Unpublished Commit ยท Learn More

Repository Importing: This repository is still importing.

Description

Move pMiningKey init out of StartRPCThreads

This commit decouples the pMiningKey initialization and shutdown from the RPC
threads.

getwork and getblocktemplate rely on pMiningKey, and can also be ran
from the debug window in the UI even when the RPC server is not running.

Solves issue #2706.

Details

Provenance
Wladimir J. van der Laan <laanwj@gmail.com>Authored on May 30 2013, 13:51
schancelPushed on Jan 5 2018, 21:58
schancelPushed on Jan 5 2018, 21:39
schancelPushed on Jan 5 2018, 21:17
Parents
rSTAGINGba35ecc003d1: Merge pull request #2697 from Michagogo/master
Branches
Unknown
Tags
Unknown

Event Timeline

Wladimir J. van der Laan <laanwj@gmail.com> committed rSTAGINGd98bf10f23e0: Move pMiningKey init out of StartRPCThreads (authored by Wladimir J. van der Laan <laanwj@gmail.com>).May 30 2013, 14:41