blur-network/blur

chain reset?

Closed this issue · 3 comments

hi
was mining on windows, but latest release is linux only, restored wallet from seed but balance is now 0
has the chain been reset?
block height showing as 2107?

Check the port number you've been using on that Windows daemon:

if (nettype == cryptonote::TESTNET)
{
full_addrs.insert("165.227.241.93:18565"); //USA
full_addrs.insert("167.99.28.215:18565"); //SG
full_addrs.insert("159.65.215.48:18565"); //UK
}
else if (nettype == cryptonote::STAGENET)
{
full_addrs.insert("165.227.241.93:19565"); //USA
full_addrs.insert("167.99.28.215:19565"); //SG
full_addrs.insert("159.65.215.48:19565"); //UK
}
else
{
full_addrs.insert("144.202.62.30:18094"); //USA
full_addrs.insert("45.76.29.176:18094"); //USA
}
return full_addrs;

If that number was 18565 or 19565, then you've possibly been mining on a testnet. Please note that the current Windows binary release uses the old port numbers.

Current bc height is 2348.

it didnt say testnet anywhere, noob error i guess
bugger

Please be advised that the old chain is NOT compatible with the new network. Those Windows binaries are from the previous chain (now invalid) and your mined coins WILL BE LOST once binaries are compiled for Windows on the new chain. Please see announcements on Discord at: https://discord.gg/VFP2VES

those ports are invalid.