Author

Topic: What does "No Block Source Available" Mean? (Read 1801 times)

legendary
Activity: 1623
Merit: 1067
February 13, 2014, 12:01:49 AM
#7
Wow!  Thanks for this information.  I'm going to bookmark this and learn it.

One more question: If a coin is dead, is there any way to bring it back to life without the involvement of the coin's creator?

Right now I just promote, but I'm getting ready to learn how to mine.  Thanks again for the info.

if youre not mining by now, pm me, would love to help you get setup! it'll take u a couple hours of work provided you have a pc with a decent gfx card but theres just something sweet about mining your own coins! Smiley
legendary
Activity: 1623
Merit: 1067
February 13, 2014, 12:00:11 AM
#6
thanks for the info! just what i needed to know.
Im also curious what happens if the developer of a coin abandons it? who controls the coin service or mechanism? where does it live? someone must be able to make changes to the dynamics of a coin as its constantly done to other coins. who has access to that & so on, guess i have some research to do! Wink
full member
Activity: 210
Merit: 100
January 20, 2014, 04:39:40 AM
#5
Wow!  Thanks for this information.  I'm going to bookmark this and learn it.

One more question: If a coin is dead, is there any way to bring it back to life without the involvement of the coin's creator?

Right now I just promote, but I'm getting ready to learn how to mine.  Thanks again for the info.
sr. member
Activity: 336
Merit: 250
January 20, 2014, 04:28:41 AM
#4
It means your wallet doesn't sync. You should add addnodes on conf file.
legendary
Activity: 1218
Merit: 1003
January 20, 2014, 04:26:58 AM
#3
It means you need to add nodes.  Look at the ANN topic and generally there will be nodes to add.  If not then the coin is probably dead.
member
Activity: 70
Merit: 10
January 20, 2014, 04:26:43 AM
#2
I believe that means the wallet cannot connect to peers and therefore doesn't have access to the blockchain.

Some of the more obscure/abandoned coins do this as their original nodes have given up on the coin. You will want to find working nodes (peers) to connect to. I usually just do a Google search (eg. "bitbar addnode" or "doge addnode") which brings up posts where the coins are announced - and in those announcements you'll find the working nodes.

You can cut and paste the code into the wallets configuration file (eg. 42.conf for 42 coin, doge.conf for Doge, bitbar.conf for Bitbar) which looks like this (sample only):

listen=1
daemon=1
server=1
testnet=0
rpcuser=xx
rpcpassword=123
rpcport=5915
maxconnections=500
addnode=23.239.111.69
addnode=23.239.111.68
addnode=59.188.76.25


or go into the wallet -> help -> debug -> console
and type
addnode 23.239.111.69 add
addnode 23.239.111.68 add
etc.

Both methods work whereas the first method saves you having to type in the addnode command every time you run the wallet. The conf file goes into the Appdata folder (C:\Users\PCNAME\AppData\Roaming\BitBar)

Note you'd change bitbar to whatever folder your wallet is saved in (42, litecoin, multibit, doge, etc.)

The nodes listed above as examples, each coin uses different nodes so don't expect the code I've given you to work. Look for mention of the ".conf" file in the announcement thread for your coin here on Bitcointalk.


full member
Activity: 210
Merit: 100
January 20, 2014, 04:19:04 AM
#1
Sorry, I don't know much about mining, but when I open some of my wallets they just sit there for hours and say "No Block Source Available".  Is that a problem with the wallet or does that mean nobody's mining it?  Sorry for the noob question, but would be grateful for any information!

Jump to: