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

grin server config wrong port #2498

Closed
TheRebelOfBabylon opened this issue Jan 31, 2019 · 3 comments
Closed

grin server config wrong port #2498

TheRebelOfBabylon opened this issue Jan 31, 2019 · 3 comments

Comments

@TheRebelOfBabylon
Copy link

Describe the bug
In the grin-server.toml file, in the field for api_http_addr, the port 3413 is there by default when 3415 should be there by default.

To Reproduce
Steps to reproduce the behavior:

  1. Install and Run Grin Node in ~/.grin
  2. Initialize a wallet
  3. Enter command "grin wallet info" receive an error message that it can't connect to the node
  4. Check grin-server.toml and see wrong port

Relevant Information
Cannot read from a live chain, using local cache...

Desktop (please complete the following information):

  • OS: macOS
  • Version 10.14.2
@antiochp
Copy link
Member

Pretty sure the default here should be 3413 and that we are setting the default correctly.
What do you have in your grin-wallet.toml? Possible you have this misconfigured?

@TheRebelOfBabylon
Copy link
Author

In grin-wallet.toml, I have 3415 but I don't remember if this is the default or not.

@antiochp
Copy link
Member

You should have the following in grin-wallet.toml -

api_listen_port = 3415
...
#where the wallet should find a running node
check_node_api_http_addr = "http://127.0.0.1:3413"

i.e. the wallet api will be listening on 3415 but the wallet will attempt to communicate with the node api on 3413.

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

3 participants