I find a bash script to ban ip list,like this :
#!/bin/bash
for x in $(cat hardfork.txt)
do
bitcoin-cli setban $x add
done
Can I get IP list node of hardfork? please give me the list. I can not write them down one by one from
https://bitnodes.21.co ..
and how I banned nodes hardfork in my peer list for long time or forever?
very thanks for helping ..