Nikita Verkhovin
Nikita Verkhovin
Any updates? My node is syncing from local node extremely slow too.
My current progress is 455746/532421 (85.5988%) for bitcoin cash (7 days of syncing). Bitcoin db - 159 GB, bitcore db - 303 GB. Looks like 5.x version is not usable...
Hey, how it's going? I have same issue.
Transaction above is `legacy`. ``` const tx = new Transaction(raw, undefined, undefined, 'legacy'); // Same error Error: recovery id invalid ... ```
Useful feature for me also.
Hello, thanks for ideas 😊 We will think about them.
Bug still exist. My solution for custom directory `/media/default-storage`: ``` kubectl patch deployment hostpath-provisioner -n kube-system --patch-file hostpath-provisioner.patch.yaml # hostpath-provisioner.patch.yaml apiVersion: apps/v1 kind: Deployment spec: template: spec: containers: - env:...