You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, thanks for the great work.
I have a problem while using blocksci by cron.
if I run a python file in linux terminal , the blocksci can be used as normal, but while i add this python file as a cron task ,the blocksci will throw a exception.
Traceback (most recent call last): File "/root/btc_search/filter_btc.py", line 15, in <module> CHAIN = blocksci.Blockchain(config.BLOCKSCI) File "/root/BlockSci/blockscipy/blocksci/__init__.py", line 296, in new_init old_init(self, loc) RuntimeError: Could not open hash index with error: While opendir: /root/.bitcoin/blocksci_data/hashIndex: Too many open files ~
about "too many files ", I have googled about a solution by changing system config “open files”,but it does't work.
System Information
Using AMI: no
BlockSci version: (please provide a commit id if you're on a development branch)
Blockchain: bitcoin
Parser: Disk ,RPC
Total memory: 64GB
The text was updated successfully, but these errors were encountered:
Hi, thanks for the great work.
I have a problem while using blocksci by cron.
if I run a python file in linux terminal , the blocksci can be used as normal, but while i add this python file as a cron task ,the blocksci will throw a exception.
Traceback (most recent call last): File "/root/btc_search/filter_btc.py", line 15, in <module> CHAIN = blocksci.Blockchain(config.BLOCKSCI) File "/root/BlockSci/blockscipy/blocksci/__init__.py", line 296, in new_init old_init(self, loc) RuntimeError: Could not open hash index with error: While opendir: /root/.bitcoin/blocksci_data/hashIndex: Too many open files ~
about "too many files ", I have googled about a solution by changing system config “open files”,but it does't work.
System Information
Using AMI: no
BlockSci version: (please provide a commit id if you're on a development branch)
Blockchain: bitcoin
Parser: Disk ,RPC
Total memory: 64GB
The text was updated successfully, but these errors were encountered: