Martin Plattner

Results 27 comments of Martin Plattner

I have a problem that might be related to this issue. I use the shell script plugin with the following code. If i abort the job manually, or cronicle aborts...

No problem at all and thanks a lot @jhuckaby. It isn't particularly my use case either, but I was trying to understand how Cronicle measures CPU usage and found this...

I haven't tried it and killed the processes manually. Sorry.

I'd really like to see this project being updated and maintained further :) If not, are you aware of any suitable alternatives? @qmontal said a rewrite is being done at...

I have the same problem. It (mostly?) affects action methods in controllers - they are obviously never called directly from within the code, but only executed when a user (HTTP)...

That's a good idea. I think a separate directory that stores mempool data globally might be the better option. Then multiple parsed versions of a chain (eg. at different block...

Yes, you are right, the current implementation is not ideal. A simple Python script that connects to a Bitcoin node and logs `` and `` pairs, and an importer, may...

Whenever I had this issue the reason was insufficient permissions, i.e., parsed as `root`, and then running Python as a regular user.

I haven't used BlockSci with Dogecoin, but here are a few comments: * The `doctor` command does currently only work for disk-based configurations. This is a bug and will eventually...

You are right, 500 GB is probably not enough anymore for using BlockSci on Bitcoin. My fully synced Bitcoin node has 284GB of data, the parsed BlockSci data is additional...