2
0
I read somewhere that running a full node at full functionality requires 200 GB/month bandwidth. Since that is too uneconomical in my country, I would like to run the client such that it simply adds the accepted blocks and does not take part in the rest of the p2p network activity. So is there an option to do that in Bitcoin-Core ?
Perhaps OP is asking about receiving just blocks (including their transactions), but no other P2P activity (i.e., no unconfirmed transactions)? – Pieter Wuille – 2016-06-13T00:57:42.420
In that case, perhaps setting the minimum relay fee to an unreasonably high level. I don't think that would prevent the client from receiving unconfirmed transactions, but it would at least prevent the bandwidth from relaying them. – Jestin – 2016-06-13T01:04:38.043
5We have
-blocksonly... – Pieter Wuille – 2016-06-13T01:18:29.933