I change the propert file as you said, but:
1) When i use: NetworkParameters.TestNet()
On this line: Address endereco = new Address(@params, destino);
This error message: Mismatched version number, trying to cross networks? 0 vs 111
or
On this line: peerGroup.DownloadBlockChain();
This error message: Non-negative number required. Parameter name: maximumCount
2) When i use: NetworkParameters.ProdNet()
On this line: peerGroup.DownloadBlockChain();
This error message: Non-negative number required. Parameter name: maximumCount
or
Line: var sendTx = carteira.SendCoins(peerGroup, endereco, carteira.GetBalance());
Error: Failed to broadcast tx to all connected peers
Can you help me?
Thks
Hi Andre,
The startup parameters to get multibit to run in test is slightly different from the Satoshi client - it is set in a properties file.
The details are here:
https://github.com/jim618/multibit/blob/master/READMEThe test blockchain has a 'test' in the name to distinguish it from the production "multibit.blockchain" which I think is the one you are using.