0
2
I want to be the fastest/first one at recognizing/receiving new transactions, so i set i set these in bitcoin.conf and running a bitcoin full node on dedicated centos server.
maxconnections=1000
timeout=15000
ref : How does one attain 1,000+ connections like blockchain.info?
but when i restarted the bitcoind i get
Warning: Reducing -maxconnections from 1000 to 865, because of system limitations.
why is that ? and how can i connect to maximum nodes to make sure i am the first one to get new transactions details.
bitcoin version
Bitcoin Core RPC client version v0.14.99.0-6adc3a3
where can i find list of fast peers ? – AMB – 2017-07-22T03:55:38.687
Look for yourself. Run a node for a while, see which ones have low ping times, ... – Pieter Wuille – 2017-07-22T04:13:17.443
what if i copy all nodes from https://blockchain.info/connected-nodes and do -addnode on my node, to force connect to all nodes ?
– AMB – 2017-07-22T05:25:55.567You can't -addnode more than 8 peers. – Pieter Wuille – 2017-07-22T05:57:21.067