Closed kumavis closed 9 years ago
yes defaintly! that was working. should be happening here https://github.com/ethereum/node-ethereum/blob/develop/lib/index.js#L293
@wanderer are we sure that stop is being called on keyboard interupt?
stop is being called here https://github.com/ethereum/node-ethereum/blob/develop/bin/ethereum#L25-L26
maybe a different issue... closing for now
when you run node-ethereum again, you get an error b/c the old instance is still running.
you should be able to make the dbServer a child process so it closes by default... right?