Hi,
I have a program that executes 4 getnewaddress commands in sequence. The fourth one blocks. Once this has happened, a curl invocation for the same command blocks.
The body looks like this {"method":"getnewaddress","id":":4","params":[],"chain_name":"chain1"}
Attempting to kill the server with ctrl-c fails. kill -9 works. starting it up again we get
----
MultiChain Core Daemon build 1.0 alpha 16 protocol 10003
IO error: lock /home/vagrant/.multichain/galaxy/permissions.db/LOCK: Resource temporarily unavailable
ERROR: Couldn't initialize permission database for blockchain galaxy. Probably multichaind for this blockchain is already running. Exiting...
---
I think this is a red-herring perhaps. Waiting a moment, the restart works.
Any help much appreciated.
thanks
Farzad.