perone / protocoin

A pure Python Bitcoin protocol implementation
http://protocoin.readthedocs.org/
BSD 4-Clause "Original" or "Old" License
98 stars 34 forks source link

Add support for testnet #15

Open venzen opened 10 years ago

venzen commented 10 years ago

It is not enough to simply specify the port, it seems that due to a different magic in the message header, testnet doesn't accept connection and throws the following error:

PROCESSMESSAGE: INVALID MESSAGESTART

Perhaps add a default argument to BitcoinClient and BitcoinBasicClient?

jcrubino commented 6 years ago

@venzen Did you try using the Testnet magic?