Segmentation fault (core dumped)
Hi - any thoughts on why i'm receiving this message or what i should look into to resolve?
ubuntu@xx:~/blockparser$ ./parser show
info: starting command "dumpTX" warning: no TX hashes specified, using the infamous 10K pizza TX Segmentation fault (core dumped)
Is the issue memory? I am running this on a mico EC2 instance and looking at your documentation the ram is probably way too low.
Did anyone solve this problem? I have also encountered the same problem @bkoffler thx
Hi - I ended up just creating my own program using the bitcoin core API calls - did the trick for me and wasn't too difficult to put together once I played around with it.
On May 27, 2017, at 10:34 AM, Demontf [email protected] wrote:
Did anyone solve this problem? I have also encountered the same problem @bkoffler thx
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub, or mute the thread.
I have already solve this problem by upgrading the memory to 128G, from the code more than 64G it's ok