Skip to content
Hüseyin Uslu edited this page Jan 24, 2018 · 6 revisions

Right now monero has two testnets, v6 and v7. To get sync working with testnet;

rpc daemon;

monerod.exe --testnet --add-exclusive-node 5.9.100.248:28080 --rpc-login user:pass

create wallet;

monero-wallet-cli.exe --testnet --daemon-login user:pass

wallet daemon;

monero-wallet-rpc.exe --testnet --password "" --wallet-file pool --daemon-login user:pass --rpc-login user:pass --rpc-bind-port 28085

Clone this wiki locally