Branch: refs/heads/master
Home: https://github.com/conformal/btcwallet
Commit: 5dbf69d23e48685a95ebb17a8eb2a8b89426809a
https://github.com/conformal/btcwallet/commit/5dbf69d23e48685a95ebb17a8eb2a8b89426809a
Author: Josh Rickmar <[email protected]>
Date: 2013-11-19 (Tue, 19 Nov 2013)
Changed paths:
M README.md
M cmd.go
M config.go
M params.go
M sample-btcwallet.conf
M sockets.go
Log Message:
-----------
Enable TLS support for btcd websocket connections.
This adds an additional config option, -cafile, to specify the root
certificates checked when verifying a btcd TLC connection. btcd will
now automatically generate certs in
~/.btcd/data/{main,test}net/rpc.cert, and this file should be copied
to ~/.btcwallet/cert.pem.
The -btcdport option is also gone now, and replaced with -connect (or
-c), to specify both the hostname/ip and port of the server running
btcd.