One concern I have about honeyd is that it's listening on a global IP for RPC despite setting it to bind to loopback. This is a potential security problem, RPC should never listen on a global address unless there is a very good reason.
honey.conf
rpcconnect=127.0.0.1
rpcallowip=127.0.0.1
$ netstat -ln
tcp6 0 0 :::40639 :::* LISTEN
Other than this I'm very much enjoying this coin so far.