Author

Topic: [PULL REQUEST] Nolisten patch (Read 1410 times)

sr. member
Activity: 337
Merit: 285
February 06, 2011, 01:27:15 PM
#5
https://github.com/bitcoin/bitcoin/ is the integration branch and the patch is included.
dsg
jr. member
Activity: 37
Merit: 2
February 06, 2011, 12:32:05 PM
#4
Gavin, is this still part of your tree?

It seems your 'master' branch no longer exists and this isn't part of 'svn'. Does one of the other branches have it?
newbie
Activity: 14
Merit: 0
January 25, 2011, 10:33:26 AM
#3
Is there any indication of a time frame when this will be available in the standard windows binary? I'm just dying to try out this feature as I need it to create multiple bitcoin services on one machine.

Thanks in advance!
legendary
Activity: 1652
Merit: 2311
Chief Scientist
January 03, 2011, 02:44:26 PM
#2
Pulled into the git integration repository.
hero member
Activity: 812
Merit: 1022
No Maps for These Territories
December 24, 2010, 04:30:27 AM
#1
https://github.com/bitcoin/bitcoin/pull/11

With the current client it is impossible to start mulitple instances of bitcoin on one system, as they compete for the listen port. This patch adds a command line option to not accept bitcoin connection from outside.

This can be useful in some cases:

  • Testing e-commerce software on the testnet with multiple clients on one machine (akin to paypal sandbox testing)
  • When multiple users on one shared server want to run the bitcoin client
  • As a primitive security measure

Of course it would be even better to specify a port to listen on on the command line, but as I understood the current protocol has no support for alternative ports, so this would be useless at this stage.
Jump to: