Open HiHat opened 1 year ago
Describe the bug Downloading restrictions not working.
To Reproduce Steps to reproduce the behavior:
whitebind=mempool,relay@0.0.0.0:37070 # download and noban permissions removed maxuploadtarget=10 # MiB per 24h
pocketcoin-cli getpeerinfo | jq -r '.[] | [.addr, .subver, .synced_headers, .synced_blocks, .bytesrecv, .bytessent, .connection_type] | @tsv'
Expected behavior There are no nodes downloading more than granted expected.
Linux host
Hi @HiHat
I apologize for the long silence. Could you confirm that this problem is present in version 0.22, so that I can understand whether to close this issue or delve into the problem.
Yes! Confirmed on 0.22.0!
Describe the bug Downloading restrictions not working.
To Reproduce Steps to reproduce the behavior:
pocketcoin-cli getpeerinfo | jq -r '.[] | [.addr, .subver, .synced_headers, .synced_blocks, .bytesrecv, .bytessent, .connection_type] | @tsv'
Expected behavior There are no nodes downloading more than granted expected.
Linux host