Pages:
Author

Topic: [PATCH REQUEST] Variable ports (205BTC reward) - page 2. (Read 10259 times)

legendary
Activity: 1596
Merit: 1091
September 15, 2010, 04:55:43 PM
#8
This doesn't seem to be compatible with Slight change so that JSON-RPC binds to all/any IPs instead of just the loopback..  Can these patches be combined or is one better than the other?

Those two patches attempt similar things, and so should be considered mutually incompatible.
hero member
Activity: 574
Merit: 507
September 15, 2010, 04:38:02 PM
#7
This doesn't seem to be compatible with Slight change so that JSON-RPC binds to all/any IPs instead of just the loopback..  Can these patches be combined or is one better than the other?
full member
Activity: 307
Merit: 102
September 09, 2010, 12:41:07 PM
#6
Thank you jgarzik. The patch is working great, and I've sent the 200 BTC to the address in your signature.
legendary
Activity: 1596
Merit: 1091
September 09, 2010, 04:16:52 AM
#5

Does this patch work for you guys?

     http://yyz.us/bitcoin/patch.bitcoin-bindaddr

The patch adds four command line parameters,

     -bindaddr=W.X.Y.Z      Bind to address W.X.Y.Z, instead of 127.0.0.1.  Supports bind-any modes via "*" and "0.0.0.0" addresses.
     -bindport=X         Bind to port X, instead of 8332
     -rpcaddr=W.X.Y.Z       Connect to address W.X.Y.Z, instead of 127.0.0.1
     -rpcport=X           Connect to port X, instead of 8332

Because of the way bitcoin works, all command line parameters may be specifed in the config file.  Therefore, the above would be added to the config file like this,

Code:
bindaddr=W.X.Y.Z
bindport=X
rpcaddr=W.X.Y.Z
rpcport=X
full member
Activity: 307
Merit: 102
September 09, 2010, 02:39:04 AM
#4
If someone wrote a patch that lets me set the IP/port for JSON-RPC in bitcoin.conf, I'll send them 200 BTC.  Grin
hero member
Activity: 574
Merit: 507
September 05, 2010, 03:13:17 AM
#3
(I am poor)
Quote
Bitcoin donations received: 344.29

You probably didn't need to claim poverty.

I've donated to others as well, especially nanotube who has helped me a lot with bitbot!  The amount in the image is not indicative of how much I have, but rather total amount of donations overall.  Also, I would like to preserve some balance for future usage/expenditures/donations.  However, beyond scope of my Bitcoin balance, I am still unemployed and have no money remaining for any purpose (including foods) and am still lazy other than dedicating most of my time/effort towards Bitcoin-related projects.
sr. member
Activity: 294
Merit: 252
Firstbits: 1duzy
September 05, 2010, 02:59:42 AM
#2
(I am poor)
Quote
Bitcoin donations received: 344.29

You probably didn't need to claim poverty.
hero member
Activity: 574
Merit: 507
September 05, 2010, 01:46:52 AM
#1
I would like to request for a patch to be developed that allows a bitcoin client to have configurable ports (currently 8332 and 8333) using configuration file to determine which ports to use.  So as to incentivize development for this patch I would like to offer 5btc (I am poor) and if anyone else would like to additionally contribute so as to offer more incentive, feel free to reply.

    5btc (miz)
+ 200btc (aceat64)
--------
  205btc


jgarzik's patch
Pages:
Jump to: