dashpay / dash

Dash - Reinventing Cryptocurrency
https://www.dash.org
MIT License
1.49k stars 1.2k forks source link

Dash wallet "No block source available..." #1716

Closed Patrikas17 closed 6 years ago

Patrikas17 commented 6 years ago

Hello, could someone help me with my Dash wallet ? First time when I tried to launch it, it was "out of sync" and just nothing happen. In the right side down corner was written "0 active connections to Dash network" then I started searching for solution. What I tried: 1) Check Firewall (its fine) 2) Delete peers.data and launch it again with reindex (no reaction) 3) Donwload bootstrap.dat and put it in the folder and launch it again with reindex (stopped at 6 days behind and "no block source available...") 4) Then I add these nodes to dash.conf (still no changes) addnode=[2001:1608:10:25:10::101e:7241]:19999 addnode=[2001:1608:10:25:10::10d2:f4d1]:19999 addnode=[2001:1608:45:3::242:ac11:2]:19999 addnode=[2001:1608:45:3::242:ac11:3]:19999 addnode=[2001:1608:45:3::242:ac11:4]:19999 addnode=[2001:1608:45:3::242:ac11:5]:19999 addnode=[2001:1608:45:3::242:ac11:6]:19999 addnode=[2001:1608:45:3::242:ac11:7]:19999 addnode=[2001:19f0:9000:2042::2]:19999 addnode=[2001:19f0:9000:2049::2]:19999

That was everything what I found on the internet and it still doesn't work, PLEASE help me !

capture png2 capture

UdjinM6 commented 6 years ago

19999 is a port for testnet so these nodes won't help you, not sure where you got them from... Wallet should find correct nodes on its own, you shouldn't add nodes manually. If you are still having issues and want to add some nodes manually pls pick some masternodes instead https://www.dashninja.pl/masternodes.html

PS. also make sure that you are running the latest stable software i.e. 0.12.1.5 version, see https://www.dash.org/wallets/#wallets

Patrikas17 commented 6 years ago

Sorry I am begginer and I don't want to add something manually, I just want to make my wallet active, so I tried everything what I found. Yes at the moment I am running latest stable software and it still shows "No block source available..."(photo above) Do you have any suggestions to me, what should I do with these masternodes ?

Patrikas17 commented 6 years ago

In addition there is no network traffic and no active peers.

UdjinM6 commented 6 years ago

Well, you already did when you added "addnode=" strings to your dash.conf ;) Ok, so remove all these strings you added previously and add few new ones where IPs are picked from the page I linked to above e.g.

addnode=45.32.176.120:9999
addnode=194.135.82.81:9999
addnode=212.24.100.254:9999

etc. I just picked a few random ones from that list - you can use them I guess, they should work. Or you can pick other nodes from the list if you care about privacy a lot and don't want to leave any links to your wallet activities in open conversations. It's also usually a good idea to pick nodes from different network subsets (i.e. different first numbers in IP addresses).

Patrikas17 commented 6 years ago

unfortunately I added these string, but no reaction, same 0 active connections... Should dash.conf be empty ?

UdjinM6 commented 6 years ago

Can you send me debug.log pls? ---email address removed---

Patrikas17 commented 6 years ago

Of course.

UdjinM6 commented 6 years ago

Hmmm... ok, so it can get addresses from seeds which means that there is at least some connectivity which is good. Go to Settings -> Options -> Network, un-tick everything and restart the wallet.

Patrikas17 commented 6 years ago

Still no reaction. ( No block source available, 0 active connections, 7 days behind) But when I was launching wallet it asked me where I want to hold data, because wallet is lauching first time and I choosed "default". any other suggestions ? :disappointed:

KosherTableSalt commented 6 years ago

I had problem similar to this, but mine was related to the windows (DELL) update that messed something up, could never figure out what happened but kept getting a similar error something with the P2P connection. The fix may seem stupid and a little to simple but i just deleted and reinstalled the wallet and it worked. Hope it helps! Sorry for the trouble mate, Cheers

Patrikas17 commented 6 years ago

Sorry for making so much problems and questions to you guys, but it still doesn't work for me, I checked my windows latest update, everything is clear, uninstalled the "Dashcore" and deleted data from "appdata", then again donwloaded and installed wallet, but it still shows "Connecting to peers.." and no reaction. capture png111

nmarley commented 6 years ago

Hi @Patrikas17 , is this still an issue for you?

If yes, have you tried (or are you able to) installing on a brand-new system? This would be my current recommendation.

If you have, and it still doesn't have connectivity, I'd suggest starting from another physical location such as a café, to debug network connectivity issues.

nmarley commented 6 years ago

Closing as needs more info from OP