• Forum has been upgraded, all links, images, etc are as they were. Please see Official Announcements for more information

MEGA-"HELP! WALLET NOT SYNCING"-THREAD

Darkone

New member
getminiginfo comes up with this:

{
"blocks" : 68906,
"currentblocksize" : 0,
"currentblocktx" : 0,
"difficulty" : 18.11222981,
"errors" : "",
"generate" : false,
"genproclimit" : -1,
"hashespersec" : 0,
"networkhashps" : 374518558,
"pooledtx" : 0,
"testnet" : false
}

if that helps
 

chaeplin

New member
getminiginfo comes up with this:

{
"blocks" : 68906,
"currentblocksize" : 0,
"currentblocktx" : 0,
"difficulty" : 18.11222981,
"errors" : "",
"generate" : false,
"genproclimit" : -1,
"hashespersec" : 0,
"networkhashps" : 374518558,
"pooledtx" : 0,
"testnet" : false
}

if that helps

use getinfo and remove balance~~ before paste.
 

Darkone

New member
{
"version" : 90304,
"protocolversion" : 70014,
"walletversion" : 60000,
"balance" : ,
"blocks" : 68906,
"timeoffset" : 0,
"connections" : 0,
"proxy" : "",
"difficulty" : 18.11222981,
"testnet" : false,
"keypoololdest" : 1399648621,
"keypoolsize" : 100,
"paytxfee" : 0.00000000,
"mininput" : 0.00001000,
"unlocked_until" : 0,
"errors" : ""
}
 

chaeplin

New member
{
"version" : 90304,
"protocolversion" : 70014,
"walletversion" : 60000,
"balance" : ,
"blocks" : 68906,
"timeoffset" : 0,
"connections" : 0,
"proxy" : "",
"difficulty" : 18.11222981,
"testnet" : false,
"keypoololdest" : 1399648621,
"keypoolsize" : 100,
"paytxfee" : 0.00000000,
"mininput" : 0.00001000,
"unlocked_until" : 0,
"errors" : ""
}

restart walllet. give it 10 min.
this ""connections" : 0," should be incresed.
 

Darkone

New member
darkcoin-qt is set to home\work\private just like all my other wallets
replaced the peers.dat file, I'll open and let it run for awhile
 
B

buster

Guest
Okay so what if I just replaced the peers.dat file but did not create the extra text with addnodes and it worked? Is it okay to role like this or should I create the extra darkcoin.config file with the addnodes anyways?
 

chaeplin

New member
Okay so what if I just replaced the peers.dat file but did not create the extra text with addnodes and it worked? Is it okay to role like this or should I create the extra darkcoin.config file with the addnodes anyways?
no need to touch config file.
 

rothy6

New member
Seems many are asking.

First download the latest wallet: https://darkcointalk.org/threads/postponing-masternode-payments-till-may-25th.578/
Find your directory for Darkcoin (In Windows usually under Users, your account, App Data and Roaming. For some you may need to show hidden folders to find it). Delete the peers.dat file and then replace with this http://drk.poolhash.org/files/peers.dat
Open Notepad, enter the following:
addnode=23.23.186.131
addnode=50.16.206.102
addnode=50.19.116.123
addnode=98.165.130.67
addnode=23.21.204.34
addnode=188.142.39.105
addnode=54.248.227.151
addnode=42.121.58.91
addnode=50.81.192.39
addnode=5.254.96.3
addnode=175.115.201.44

Safe the file as a .conf file (note as a .conf.text file...if you need help on that let me know).
Reload the wallet and you should be syncing within a few minutes.

Hi. I know how to delete the old peers.dat file, but how do i replace it with the new peers.dat?
tx
 

pbleak

New member
peers.dat should work for most people, but for anyone still struggling config file is the next step. My post is really aimed at those who have been staring at for a day and cannot work out what is happening.
 
Top