-
Notifications
You must be signed in to change notification settings - Fork 34
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
unable to compile and run 0.9.7.4 on ubuntu 20.04 #107
Comments
Debug:
|
After a while it gives:
Perhaps I need an IP address to connect to? But it synced the first blocks fine. |
Tried a new install on the working machine This time it stalled at:
Same message
|
In regards to Berkeley DB ... these are my notes on how to install it on a new machine so that it is recognized: wget http://download.oracle.com/berkeley-db/db-4.8.30.zip |
I have experienced something like what you describe, where for some reason not clear to me yet, all the peers are judged "misbehaving" .. this lower their score and eventually they are discarded, leading to having no peers at all and of course, this stalls the initial blockchain download. |
@dbkeys thanks is there a peer that can be used with the |
Yes, these are in the source ( src/chainparams.cpp) as hard coded nodes: 45.33.65.161 173.255.252.140 but, also, the DNS seeeder / Node trackers do a good job of keeping a real-time list of up-to date active nodes. (These are the vSeed in chainparams.cpp) ; <<>> DiG 9.10.6 <<>> da.bitmark.guru ;; OPT PSEUDOSECTION: ;; ANSWER SECTION: ;; Query time: 415 msec There's also a web page: https://chainetics.com/bitmark-nodes.php |
@dbkeys thanks for the pointers, I've added this to bitmark.rocks When I try:
But when I try
So I can connect via telnet, but bitmarkd throws an error hmmm |
Putting them in bitmark.conf seems allow the exe to run Taking a given node:
This node, 91.134.145.201, is in the DNS list
|
the DNS seeder's list are very dynamic, because it's keeping track of active nodes in real-time; |
I tried a new install on my working machine, this time it got as far as: Block: 175933 Then:
|
On restart it connects but does not move forward:
|
I have always used the ~/.bitmark/bitmark.conf file for specifying nodes This is some info on the difference between
|
Tried running it again: This time it got to block: 135775, It seems to have the misbehaving message a few times. Sometimes it recovers, some times it does not It seems to stop at a different block each time |
Fresh try, it gets to Block: 37612 Another run Block: 108722 |
Which code are you running (repo & branch) ? |
Latest master : 69c1656 |
New Machine
Tried these three and it gives the error
Seeing if I can figure this out
Older machine
It does actually compile and bitcoind + bitcoin-cli make (but not bitcoin-qt for some reason)
Issue here is that it stalls at:
"blocks" : 119808,
Been there for about an hour. Other commands are working tho
Good progress on libssl and libboost, I'll keep seeing if I can figure out the issues
The text was updated successfully, but these errors were encountered: