Why doesn't v0.17.0 Windows read the rcport from bitcoin.conf? #14229

issue molxyz opened this issue on September 16, 2018
  1. molxyz commented at 12:59 AM on September 16, 2018: none

    Hello,

    From running v0.17.0 (either by my compiled client or download from bitcoin core binaries) I've noticed that the node can't read the designated rpcport on bitcoin.conf. This never happens with the previous versions for Windows.

    Because I want to run more than one node, I need them to run on different ports, but for some reason unless I run the second node with -rpcport=xxxxx at the start up on commandline or put this in "target" of the shortcut, it won't take a different port than the default port.

    Is this a bug or a feature for the new version for Windows?

  2. MarcoFalke added this to the milestone 0.17.0 on Sep 16, 2018
  3. ken2812221 commented at 3:09 AM on September 16, 2018: contributor

    From the release notes at https://github.com/bitcoin-core/bitcoin-devwiki/wiki/0.17.0-Release-notes#configuration-sections-for-testnet-and-regtest, you should use either

    [main]
    rpcport=xxx
    [test]
    rpcport=xxx
    [regtest]
    rpcport=xxx
    

    or

    main.rpcport=xxx
    test.rpcport=xxx
    regtest.rpcport=xxx
    
  4. molxyz commented at 12:34 PM on September 16, 2018: none

    @ken2812221 It works now. Thank you very much! I wasn't aware of this change and didn't read the release notes yet. This change reminds me of the section convention in btcd, makes sense! 👍

    Devs, thanks for all your hard work. Closing this issue.

  5. molxyz closed this on Sep 16, 2018

  6. DrahtBot locked this on Sep 8, 2021
Contributors

Milestone
0.17.0


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-05-02 18:15 UTC

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