Branch: refs/heads/master
Home: https://github.com/conformal/btcd
Commit: 92ca0e92c02cef4a9a376d52879b57ddf743a234
https://github.com/conformal/btcd/commit/92ca0e92c02cef4a9a376d52879b57ddf743a234
Author: Dave Collins <[email protected]>
Date: 2014-05-01 (Thu, 01 May 2014)
Changed paths:
M blockmanager.go
M config.go
M doc.go
M mempool.go
M mining.go
M rpcserver.go
Log Message:
-----------
Implement getwork RPC.
This commit adds full support for the getwork RPC which can be used to
support external mining through applications such as cgminer.
Closes #125.