Add network node whitelisting (cannot be banned)#3403
Add network node whitelisting (cannot be banned)#3403jgarzik wants to merge 1 commit intobitcoin:masterfrom
Conversation
|
I had a similar idea about this once, though never got around to implementing it:
|
|
Code changes look good, haven't tested yet. |
|
@sipa but I suppose this is useful enough in its current state to merge? |
Includes 'addwhite' and 'listwhite' RPCs.
|
Rebased. |
|
Automatic sanity-testing: PASSED, see http://jenkins.bluematt.me/pull-tester/85519ff6875296dc929c179eff1b2ce95b34787a for binaries and test log. |
|
@gmaxwell @jgarzik @sipa @gavinandresen Regarding this: what are we going to do? I think that we all agree that some kind of whitelisting functionality should be in bitcoin core, but what implementation are we going for? There are two pulls requests that implement this functionality at the moment, this one and #3584. I do like @sipa's -whiteport idea as well. I vaguely remember some discussion on IRC a while ago and we came up with that solution as preferable, as it allows using the existing network access control to determine who gets 'preferred' access, but I don't know anymore who was involved in that discussion. |
|
Closing in favor of #4378 |
Includes 'addwhite' and 'listwhite' RPCs.