Oleksandr Vorona

Results 30 comments of Oleksandr Vorona

@FeurJak Pick up any [8+cpu 32GB+ RAM] instance on [GCP](https://cloud.google.com/compute/docs/disks#localssds) or [AWS](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/InstanceStorage.html#instance-store-volumes) with ephemeral local NVME disks and place BSC datadir on local NVME. You may attach additional disks to...

@chevoisiatesalvati >Now I'm getting blocks at blockchain time, being stuck at 2d21h50m behind. LOL `diffsync` may improve sync performance starting from ~1h40m lag and less. 2 days is too large...

I saw more than 2 statuses over the internet. Thus just adding all my statuses to ups_status.sh is not a generic solution. There can be 2 or 3 statuses simultaneously...

@happy-code-com thanks for the PR! Could you plz bump chart version inside `Chart.yaml` ?

Yes, readme doesn't cover how to proceed with [separate] traces streaming. We need to run one more etl-streaming instance to parse traces, and it stores it's state into separate `last_synced_block.txt`...

Having the same issue ``` 24-02-22 15:57:00 CRITICAL (MainThread) [supervisor.hardware.monitor] Not privileged to run udev monitor! ``` Removal of app-armor from supervisor compose file eliminates this error, HA updates work...

Here is an updated patch with sha1(path) http://vorona.com.ua/pyinotify/pyinotify.py.2.patch and additional indexing for directory delete, so it is now fast too. Same test gaves 12 seconds instead of 57 with original...

@wayoutmind pyinotify supports python 2.4+, while hashlib is only from 2.5. Of course hashlib can be added via OS packages or easy_install, but ... BTW why did You used `hexdigest()`...

@ataki you may check [Dysnix BSC helm chart](https://github.com/dysnix/charts/tree/main/dysnix/bsc) to run BSC nodes. I'm not aware about ETL part unfortunately.

@ankitamadan how did you merge nodes with different start sync block into one to get a full node from block 0 ? `statesync` allows to start from any block after...