marcdk

Results 6 comments of marcdk

Hi @AndriianChestnykh, I'm experiencing that same problem - have you found a solution?

Setting the build flags worked for me `go get -ldflags=-s github.com/getamis/istanbul-tools/cmd/istanbul` Apparently, this is no longer an issue with go 1.8.1 Reference: https://github.com/shirou/gopsutil/issues/339

Hi guys, I noticed that the `testnet` param is missing - adding that solved the problem for me https://github.com/jimmysong/programmingbitcoin/pull/193

Hi @lucidprojects Port `8333` is used by nodes to communicate according to the P2P protocol and port `8332` is typically configured for JSON-RPC. The node doesn't expose a web interface...

Just a couple of things from my understanding that can hopefully help: - `SimpleNode` is trying to create a socket connection in the constructor: `self.socket.connect((host, port))`. The `host` can't contain...

Hi @GKenu, I've just had a look, but I don't have the code anymore. Sorry about that!