Some people are picky about the bitcoin nodes they connect to.
You need a working full node on your machine. The bitcoin-cli
command should be functional.
gem install pickynode
Display list of currently connected nodes:
pickynode
Add node type:
pickynode --add=USER_AGENT_FILTER
Ban node type:
pickynode --ban=USER_AGENT_FILTER
Connect to node type:
pickynode --connect=USER_AGENT_FILTER
Disconnect from node type:
pickynode --disconnect=USER_AGENT_FILTER
pickynode v0.2.1
Options:
-a, --add=<s> Add node type
-c, --connect=<s> Connect to node type
-b, --ban=<s> Ban node type
-d, --debug Debug mode
-i, --info Local node info
-o, --output Output commands
-s, --disconnect=<s> Disconnect from node type
-l, --limit=<i> Limit number of nodes to add/connect
-t, --ticker=<s> Currency ticker symbol (BCH/BTC) (default: BCH)
-v, --version Print version and exit
-h, --help Show this message
The --add and --connect commands pull data from the Blockchair API.