Open
Conversation
arunasank
reviewed
Jan 22, 2019
|
|
||
| ```bash | ||
| ./lit --tn3=true | ||
| ./lit --tn3 localhost |
There was a problem hiding this comment.
Hi! I pushed a fix for something similar to #444. I wanted to make sure that this works, but when I run this on my system, I get:
...
...
...
2019/01/22 22:11:13.949962 [INFO] created hardcoded genesis header at /Users/arunasank/.lit/testnet3/header.bin
2019/01/22 22:11:13.949992 [INFO] opened header file /Users/arunasank/.lit/testnet3/header.bin
2019/01/22 22:11:13.950003 [INFO] Attempting connection to node at localhost:18333
2019/01/22 22:11:13.952335 [ERROR]dial tcp4 127.0.0.1:18333: connect: connection refused
2019/01/22 22:11:13.952354 [ERROR] Tried to connect to all available node Addresses. Failed
2019/01/22 22:11:13.952359 [INFO] Couldn't dial node localhost, Moving on
2019/01/22 22:11:13.952365 [ERROR] Can't connect to host localhost
2019/01/22 22:11:13.952369 [ERROR] NewWallit Hook.Start crash Couldn't establish connection with node. Exiting.
2019/01/22 22:11:13.953296 [INFO] adr 0 hash is <hash>
2019/01/22 22:11:13.953742 [ERROR]Unsupported coin daemon or coin daemon not running
2019/01/22 22:11:13.953756 [ERROR]Unsupported coin daemon or coin daemon not running
2019/01/22 22:11:13.953769 [DEBUG] Trying to listen on %!s(int=2448)
2019/01/22 22:11:13.953778 [DEBUG] eventbus: Published event: lnp2p.listen.start
2019/01/22 22:11:13.953784 [INFO]PORT: 2448
2019/01/22 22:11:13.953955 [INFO] Listening with ln address: <address>
2019/01/22 22:11:13.953985 [INFO] Done, tried 0 hosts
...
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Since we migrated to the new Jenkins system and archived the old ones, the links broke. I also updated the recommended way for Lit to talk to the Bitcoin network, which used to be just pick random peers (
--tn3 true) but we usually make it connect to a locally-running node (--tn3 localhost).