Skip to content
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

Mac network fails #41

Closed
BillWeld opened this issue Mar 2, 2018 · 1 comment
Closed

Mac network fails #41

BillWeld opened this issue Mar 2, 2018 · 1 comment
Assignees

Comments

@BillWeld
Copy link

BillWeld commented Mar 2, 2018

Describe the issue

Log shows many error messages like

2018-03-02 12:48:55 connect() to [2001::4137:9e76:30ff:161a:f5ff:ffae]:8767 failed: No route to host (65)
2018-03-02 12:48:57 connect() to 67.207.45.43:8767 failed after select(): Connection refused (61)
2018-03-02 12:48:58 connect() to [2001::9d38:6ab8:45f:de76:d10d:f62b]:8767 failed: No route to host (65)

Can you reliably reproduce the issue?

Yes

If so, please list the steps to reproduce below:

  1. Run the app.

Expected behaviour

Not sure. Fewer error messages and some indication of progress.

Actual behaviour

Some peers, lots of activity but, apparently, no mining.

What version of bitcoin-core are you using?

Raven Core version v0.15.99.0-6229502 (64-bit)
official binary

Machine specs:

  • OS: macOS 10.13.3
  • CPU: Intel Core i7
  • RAM: 16 GB
  • Disk size: 500 GB
  • Disk Type (HD/SDD): SDD

Any extra information that might be useful in the debugging process.

debug.log

@jediwarpraptor jediwarpraptor self-assigned this Mar 2, 2018
@jediwarpraptor
Copy link

Based on the debug.log attached, your node is processing and validating blocks as expected. I'm pretty certain that the connect errors are benign and don't impact performance or functionality of your node. Essentially what's happening is that your Raven node is reaching out trying to make connections to other peer nodes but those nodes are not responding to external connections. This could be for a number of legitimate reasons, most likely because those peers have blocked incoming connections via firewall rules.

The reason you aren't seeing any coins from mining is almost certainly because the network difficulty is so high at this point that your likelihood of finding a block doing solo-CPU mining is extremely low.

underdarkskies pushed a commit to underdarkskies/Ravencoin that referenced this issue Jul 11, 2018
fe805ea74 Declare single-argument (non-converting) constructors "explicit"
8a2d6f1e3 Merge pull request RavenProject#41 from jgarzik/get-obj-map
ba341a20d Add getObjMap() helper method.  Also, constify checkObject().
ceb119413 Handle .pushKV() and .checkObject() edge cases.
107db9829 Add ::push_back(double) method for feature parity.
d41530031 Move one-line implementation of UniValue::read() to header.
52e85b35b Move exception-throwing get_* methods into separate implementation module.
dac529675 README.md: update code quotes
3e31dcffb README.md: close code quote
d09b8429d Update README.md
f1b86edb4 Convert README to markdown style.
1dfe464ef Import UniValue class unit tests from bitcoin project.
0d3e74dd1 operator[] takes size_t index parameter (versus unsigned int)
640158fa2 Private findKey() method becomes size_t clean, and returns bool on failure.
709913585 Merge pull request RavenProject#36 from ryanofsky/pr/end-str
a31231b51 Version 1.0.3
4fd5444d1 Reject unterminated strings
81eba332b Merge pull request RavenProject#26 from isle2983/pushBackHelpers
36405413e Merge PR RavenProject#32 from branch 'nul-not-special' of git://github.com/ryanofsky/univalue into merge
89bb07322 Merge pull request RavenProject#31 from ryanofsky/raw-literals
511008c36 Merge pull request RavenProject#30 from ryanofsky/test-driver
77974f3a9 Merge pull request RavenProject#34 from paveljanik/20161116_Wshadow_codepoint
a38fcd355 Do not shadow member variable codepoint.
fd32d1ab8 Don't require nul-terminated string inputs
0bb1439d0 Support parsing raw literals in UniValue
28876d045 Merge pull request RavenProject#29 from btcdrak/exportspace
839ccd71f Add test driver for JSONTestSuite
26ef3fff1 Remove trailing whitespace from JSON export
cfa0384d6 Convenience wrappers for push_back-ing integer types
REVERT: 16a1f7f6e Merge RavenProject#3: Pull upstream
REVERT: daf1285af Merge pull request RavenProject#2 from jgarzik/master
REVERT: f32df99e9 Merge branch '2016_04_unicode' into bitcoin
REVERT: 280b191cb Merge remote-tracking branch 'jgarzik/master' into bitcoin
REVERT: 2740c4f71 Merge branch '2015_11_escape_plan' into bitcoin

git-subtree-dir: src/univalue
git-subtree-split: fe805ea74f8919382720b09a905a14e81311b3ad
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants