win wallet works well about 10 hours with:
addnode=45.63.25.110:6666
addnode=175.130.123.23:6666
addnode=153.136.110.21:6666
addnode=107.181.174.211:6666
addnode=24.225.176.183:6666
has 39 active coonections at the moment
solo on testnet also working well
My buddy has 57 connections, i have 0-2. With the same config file options. Just copypasted.
Same for me, this nodes doesn't helping to synch.
If you use the latest wallet, maybe it won't as the chain's config is different.
Can you share your lux.conf?
I'm not adding any nodes. I just looked the config of v4.0 (master) and v3.2
Latest version:
pchMessageStart[0] = 0x68; // Modified pch messagestart by 216k155.
pchMessageStart[1] = 0x78;
pchMessageStart[2] = 0x88;
pchMessageStart[3] = 0x98;
vAlertPubKey = ParseHex("042d13c016ed91528241bcff222989769417eb10cdb679228c91e26e26900eb9fd053cd9f16a9a2
894ad5ebbd551be1a4bd23bd55023679be17f0bd3a16e6fbeba"); // Lux coin modified pubkey
nDefaultPort = 28886;
nRPCPort = 9898;
v3.2:
pchMessageStart[0] = 0xdf;
pchMessageStart[1] = 0xe2;
pchMessageStart[2] = 0xa2;
pchMessageStart[3] = 0xcd;
vAlertPubKey = ParseHex("0486cce1bac0d543f104cbff2bd23680056a3b9ea05e1137d2ff90eeb5e08472eb500322593a2cb
06fbf8297d7beb6cd30cb90f98153b5b7cce1493749e41e0284");
nDefaultPort = 6666;
nRPCPort = 6667;
Different configuations.