Nikita Verkhovin

Results 12 comments of 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 ... ```

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:...

Thanks for feedback and new ideas 😊

I don't have H9 for development, but if I would have it I think it's possible.

@tiksa thanks. I'm not sure that it's simply by changing those uuids. But you could try. Here where I found them https://github.com/polarofficial/polar-ble-sdk/blob/39c809ab4a3398d3ea88ff8a0cc6f6d44cd58bda/sources/iOS/ios-communications/Sources/iOSCommunications/ble/api/model/gatt/client/BlePfcClient.swift#L68-L70 I could try to add H9 support, but...