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

Weird connection issues #2

Open
cipherzzz opened this issue Feb 22, 2018 · 1 comment
Open

Weird connection issues #2

cipherzzz opened this issue Feb 22, 2018 · 1 comment

Comments

@cipherzzz
Copy link

hey man, great stuff! I am able to run the image, but it is spitting out the following:
vertcoind_1 | 2018-02-22 01:41:25 receive version message: /Satoshi:0.11.1/: version 70015, blocks=881443, us=71.71.216.75:25378, peer=10

vertcoind_1 | 2018-02-22 01:41:26 connect() to [2001:0:9d38:90d7:ca7:78fd:53c7:d600]:5889 failed: Cannot assign requested address (99)

It doesn't appear to be syncing... I am a noob with docker, how can I check the ``.data``` dir if it's an image?

Thanks!

@lukechilds
Copy link
Owner

Sounds like it's probably just syncing, the data dir will be ./data/vertcoind (. being wherever you ran docker-compose up from) if you want to check.

You can see how it's mapped in the source on this line: https://github.com/lukechilds/docker-electrum-vertcoin/blob/master/docker-compose.yml#L11

Just check if the filesize of this directory is increasing. Sometimes it can take a while to write changes, maybe check on 10 minute intervals. If it's going up it's probably safe to ignore those errors.

You have connected to peers (peer=10) so it appears you are connected to the network.

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