Hi guys, can anyone help me please .
Im still having issues with staking. I have downloaded new wallet(2.1.0), i have added following line to my lux.conf file :
server=1
listen=1
daemon=1
rpcuser=user
rpcpassword=xx
rpcport=6667
rpcallowip=127.0.0.1
staking=1
with all the addnodes, i have unlocked my wallet, i have 6 LUX there, but i can still see weight 0
Hi,
You don't need all the server/rpc stuff if you only want to stake.
Staking depends on multiple factors: coin maturity (36 hours in LUX case), your stake weight and network stake weight.
Here's an example config which should cover 2 issues:
staking=1
addnode=100.38.72.134:28666
addnode=119.205.186.149:28666
addnode=158.140.182.43:62061
addnode=171.6.243.89:65458
addnode=176.215.59.192:49626
addnode=185.159.82.62:28666
addnode=24.220.149.200:61041
addnode=24.220.149.200:65523
addnode=31.10.109.4:28666
addnode=31.207.135.185:28666
addnode=46.147.148.58:12711
addnode=47.184.94.53:52141
addnode=5.9.143.117:37814
addnode=61.38.133.139:28666
addnode=78.85.212.216:50438
addnode=79.114.5.25:8473
addnode=81.21.15.251:28666
addnode=82.229.222.84:32786
addnode=86.122.139.17:36812
addnode=88.234.224.104:28666
addnode=89.43.195.115:28666
addnode=92.255.178.183:28666
addnode=96.125.207.136:28666
addnode=[2001:0:9d38:90d7:2c17:2a9b:2077:e61a]:28666
Hope it helps.