fshutdown

Results 14 comments of fshutdown

Added script to test the RPC methods: [TestRPC.zip](https://github.com/stratisproject/StratisBitcoinFullNode/files/2581840/TestRPC.zip)

I've managed to start the syncing process by modifying the `daemon.py` and `coins.py` on the ElectrumX side and removing charset header from the Stratis FullNode response. I suppose that PR...

@onnateldome You need to patch _daemon.py_ as per my diff above. The RPC call returns a time in Unix epoch and you try to parse it as a string. I...

Is there any issue caused by this error message? Overall this is caused by two nodes trying to establish connection while already being connected. From what I know this should...

I managed to reproduce the error with `An item with the same key has already been added` but this didn't cause any issues with the wallet balance. Here are the...

Here is a list of direct links to the Maven Repository: - http://mvnrepository.com/artifact/org.eclipse.jetty.websocket/websocket-server/9.1.1.v20140108 - http://mvnrepository.com/artifact/org.eclipse.jetty/jetty-io/9.1.1.v20140108 - http://mvnrepository.com/artifact/org.eclipse.jetty/jetty-util/9.1.1.v20140108 - http://mvnrepository.com/artifact/org.eclipse.jetty.websocket/websocket-api/9.1.1.v20140108 - http://mvnrepository.com/artifact/org.eclipse.jetty.websocket/websocket-client/9.1.1.v20140108 - http://mvnrepository.com/artifact/org.eclipse.jetty.websocket/websocket-common/9.1.1.v20140108

Thanks a lot for the suggestion, I'll try to implement this shortly.

The HTTP to WebSocket protocol upgrade is a part of the sampler code so I'm not sure whether you need both in your scrtipt. WebSocket sampler will return response with...