Author

Topic: Update information on bitcoin.it wiki regarding testnet ports (Read 1152 times)

legendary
Activity: 1512
Merit: 1036
The bitcoin client will tell you the answer to this if you ask it for help:

>bitcoin-qt -?

...
 -rpcport=        Listen for JSON-RPC connections on (default: 8332 or testnet: 18332)

It is true that the default RPC port change is not listed as one of the testnet changes on the Wiki. This option is in most people's bitcoin.conf file so it does not change when selecting testnet.
member
Activity: 105
Merit: 10
I am using testnet on Bitcoin version v0.8.1-beta and I found I had to connect to the daemon on port 18332 instead of port 18333.

I only figured that out because I found this:  https://github.com/bitcoin/bitcoin/pull/1862
legendary
Activity: 1512
Merit: 1036
Where do you get information that the port is outdated?

Quote from: protocol.h
extern bool fTestNet;
static inline unsigned short GetDefaultPort(const bool testnet = fTestNet)
{
    return testnet ? 18333 : 8333;
}
If you need some test coins, just put up your address.

Or importprivkey cMiCLUK7Hx9hviPdfPw4GTxfqao1TTDw43jmgmmRv2TENSw9cFrw (for the OP only)
member
Activity: 105
Merit: 10
Evidently the information on https://en.bitcoin.it/wiki/Testnet regarding the testnet ports is outdated.  Can someone in the know update this?

Thanks!

Matt

EDIT:
Faucet is closed?
https://testnet.freebitcoins.appspot.com/

And digital certificate issue make the https connection to this site painful.  Is https desirable for the testnet faucet?
https://testnet.freebitcoins.appspot.com/
Jump to: