Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NET changed regtest RPCport to 18443 to avoid conflict with testnet 18332 #1

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

fametrano
Copy link
Owner

@fametrano fametrano commented Jul 14, 2017

using same RPCport for both testnet and regtest prevent running both at the same time on the same machine. Since RPCport=P2Pport-1 for both mainnet and testnet, and regtest P2Pport is 18444, 18443 is proposed for regtest RPCport

@fametrano
Copy link
Owner Author

manpages doc/man/bitcoin*.1 could include information for regtest too

fametrano pushed a commit that referenced this pull request Aug 4, 2017
c521b3a Merge bitcoin#11: fixup define checks. Cleans up some oopses from bitcoin#5.
8b1cd37 fixup define checks. Cleans up some oopses from bitcoin#5.
6b1508d Merge bitcoin#6: Fixes typo
fceb805 Merge bitcoin#10: Clean up compile-time warnings (gcc 7.1)
0ec2a34 Clean up compile-time warnings (gcc 7.1)
d4c268a Merge bitcoin#5: Move helper functions out of sse4.2 object
8d4eb08 Add HasAcceleratedCRC32C to port_win.h
77cfbfd25 crc32: move helper functions out of port_posix_sse.cc
4c1e9e0 silence compiler warnings about uninitialized variables
4953164 Merge bitcoin#2: Prefer std::atomic over MemoryBarrier
2953978 Fixes typo
f134284 Merge #1: Merge upstream LevelDB 1.20
ba8a445 Prefer std::atomic over MemoryBarrier

git-subtree-dir: src/leveldb
git-subtree-split: c521b3a
@fametrano fametrano force-pushed the fametrano-regtestport branch from b3cef9c to 3264588 Compare August 4, 2017 07:49
@fametrano fametrano force-pushed the fametrano-regtestport branch from 3264588 to ce3baa1 Compare August 4, 2017 08:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant