-
Notifications
You must be signed in to change notification settings - Fork 67
Monero
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;
- download building binaries from https://build.getmonero.org/waterfall?show=monero-static-win64
- for a working testnet block-explorer check; https://testnet.xmrchain.com/
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