Hi,
My getinfo returns for testnet in my local machine
#####################################
./bitbayd -testnet getinfo
{
“version” : “v2.0.0.0-g32a928e”,
“protocolversion” : 60016,
“walletversion” : 60000,
“balance” : 0.00000000,
“newmint” : 0.00000000,
“stake” : 0.00000000,
“blocks” : 0,
“timeoffset” : 0,
“moneysupply” : 0.00000000,
“connections” : 0,
“proxy” : “”,
“ip” : “0.0.0.0”,
“difficulty” : {
“proof-of-work” : 0.00001526,
“proof-of-stake” : 0.00001526
},
“testnet” : true,
“keypoololdest” : 1526974556,
“keypoolsize” : 101,
“paytxfee” : 0.00010000,
“mininput” : 0.00000000,
“errors” : “”
}
Now I have executed the below command
###############################
./bitbayd -testnet getnewaddress
This command returns the newv address "mj8CTgGPGHjab1iUipb7f2HS61KiiUQgK4"
Now I am trying to get some coin into this test net address.That later I will use the coins.Please help.