im having trouble too. my wallet wont sync and i tried sending JWL to bittrex and the tx id isnt recognized. any help out there? i dmed jl team on twitter but no response
Try this.
Wallet's not syncing/staking. Anyone else having the same problem?
Yes, I do have the same problem. I've tried to PM Pro4Never and JewelsProject about it, but no reply… It was working fine until a few weeks ago, and then stopped syncing suddenly.
Maybe someone with a syncing client could paste his configuration file here?
Try with this:
addnode=104.172.24.79
addnode=104.237.2.192
addnode=148.251.8.18
addnode=149.202.197.102
addnode=192.99.200.144
addnode=195.46.241.228
addnode=202.156.173.45
addnode=207.6.74.177
addnode=213.157.93.235
addnode=45.79.128.38
addnode=68.197.13.94
addnode=69.55.253.225
addnode=70.81.199.49
addnode=71.35.103.120
addnode=77.127.10.141
addnode=77.20.227.81
addnode=81.217.42.85
addnode=88.206.186.58
addnode=88.207.140.10
addnode=91.153.109.149
addnode=93.103.195.205
addnode=95.208.248.28
Where do I add these?
I tried in the "Debug Window" and "Console" but it doesn't seem like it accepts the commands.
Also tried addnode
but nothing.
try again with eg.
addnode 104.172.24.79 add
without < >
where do i add this coomand? can u walk me thru it? i am not a coder or programmer just wanted to stake the jewels
do i got "help" --> "debug window"?
theres a few ways.
in windows hit windows key + r and enter %appdata% and hit enter. Then go to the jewels folder and edit the .conf file and add those lines.
OR
create a folder like c:\walletconfigs
Now create a jwl.conf inside walletconfigs. Open it with notepad or whatever and enter the nodes like
addnode=104.172.24.79
addnode=104.237.2.192
addnode=148.251.8.18
addnode=149.202.197.102
addnode=192.99.200.144
addnode=195.46.241.228
addnode=202.156.173.45
addnode=207.6.74.177
addnode=213.157.93.235
addnode=45.79.128.38
addnode=68.197.13.94
addnode=69.55.253.225
addnode=70.81.199.49
addnode=71.35.103.120
addnode=77.127.10.141
addnode=77.20.227.81
addnode=81.217.42.85
addnode=88.206.186.58
addnode=88.207.140.10
addnode=91.153.109.149
addnode=93.103.195.205
addnode=95.208.248.28
save the jwl.conf file
now create a shortcut to your jewels wallet. Right click on it and select properties. On the line that says target you will see the jewel qt wallet.exe on that same line put a space at the end and type -conf=c:\walletconfigs\jwl.conf
it will look like
C:\Users\something\blah\jewelsqt.exe -conf=c:\walletconfigs\jwl.conf
after you edit the shorcut (or run via command line with the -conf=c:\walletconfigs\jwl.conf option) run it.