Updated Debian example bitcoin.conf #4317

pull gdm85 wants to merge 1 commits into bitcoin:master from gdm85:master changing 1 files +63 −32
  1. gdm85 commented at 10:55 AM on June 10, 2014: contributor

    Here I am using the base config from wiki and I have removed some cruft as per developers' advices; comments updated accordingly.

    See also #4306

  2. in contrib/debian/examples/bitcoin.conf:None in aaaffbdff4 outdated
      80 | -# other hosts (and you may use * as a wildcard character):
      81 | -#rpcallowip=10.1.1.34
      82 | -#rpcallowip=192.168.1.*
      83 | +# By default, only RPC connections from localhost are allowed.
      84 | +# Specify as many rpcallowip= settings as you like to allow connections from other hosts
      85 | +# You may specify a subnet or use * as a wildcard character, although the latter is deprecated.
    


    laanwj commented at 11:56 AM on June 10, 2014:

    * doesn't work anyomore as a wildcard character. It's not deprecated, it will give an error. A bare rpcallowip=ip like rpcallowip=10.1.1.34 will also still work.

  3. gdm85 commented at 9:52 PM on June 10, 2014: contributor

    @laanwj updated. It's not the best default config I could come up with, but an improvement over the existing one.

    Also I think the pull-tester is failing for gcc parameters issues, nothing relevant for this commit

  4. Updated Debian example bitcoin.conf with config from wiki + removed some cruft and updated comments 68ba85fd75
  5. in contrib/debian/examples/bitcoin.conf:None in 105d0d59f8 outdated
      87 | +# NOTE: opening up the RPC port to hosts outside your local trusted network is NOT RECOMMENDED,
      88 | +# because the rpcpassword is transmitted over the network unencrypted.
      89 | +
      90 | +# server=1 tells Bitcoin-QT to accept JSON-RPC commands.
      91 | +# it is also read by bitcoind to determine if RPC should be enabled 
      92 | +rpcallowip=10.1.1.34/255.255.255.0
    


    cozz commented at 12:24 AM on June 11, 2014:

    forgot #

  6. gdm85 commented at 5:30 AM on June 11, 2014: contributor

    @cozz definitively. Updated.

  7. BitcoinPullTester commented at 5:45 AM on June 11, 2014: none

    Automatic sanity-testing: PASSED, see http://jenkins.bluematt.me/pull-tester/68ba85fd750e94861440ef15047d571d6b518217 for binaries and test log. This test script verifies pulls every time they are updated. It, however, dies sometimes and fails to test properly. If you are waiting on a test, please check timestamps to verify that the test.log is moving at http://jenkins.bluematt.me/pull-tester/current/ Contact BlueMatt on freenode if something looks broken.

  8. laanwj merged this on Jun 11, 2014
  9. laanwj closed this on Jun 11, 2014

  10. laanwj referenced this in commit d32c8bea96 on Jun 11, 2014
  11. MarcoFalke locked this on Sep 8, 2021

github-metadata-mirror

This is a metadata mirror of the GitHub repository bitcoin/bitcoin. This site is not affiliated with GitHub. Content is generated from a GitHub metadata backup.
generated: 2026-04-14 21:15 UTC

This site is hosted by @0xB10C
More mirrored repositories can be found on mirror.b10c.me