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

Wallet Server Don't start #15

Open
gonzariosm opened this issue Dec 4, 2018 · 4 comments
Open

Wallet Server Don't start #15

gonzariosm opened this issue Dec 4, 2018 · 4 comments

Comments

@gonzariosm
Copy link

gonzariosm commented Dec 4, 2018

~/lcoin/bin/lcoin --spv --http-host=0.0.0.0 --http-port=8832 --api-key=secret --wallet-http-host=0.0.0.0 --wallet-http-port=8834 --wallet-api-key=secret

the server strt fine, but i can connect only with this command

bcoin-cli --api-key=secret --url=http://127.0.0.1:8832 info

works fine!

but...

bwallet-cli --api-key=secret --url=http://127.0.0.1:8834 wallets

response:

Error: connect ECONNREFUSED 127.0.0.1:8834
at TCPConnectWrap.afterConnect [as oncomplete] (net.js:1191:14)

@pinheadmz
Copy link
Member

--wallet-http-port=8832
try using port 8834 there and in your bwallet-cli command. Node and wallet need to be on different ports

@gonzariosm
Copy link
Author

gonzariosm commented Dec 4, 2018

Thanks, but i had error in my post, please see my post again.
the wallet server did not respond.

(bcoin and bcash work fine...)

@pinheadmz
Copy link
Member

Gotcha, ok it's likely this is because lcoin is just not maintained. I'm not sure if the lcoin wallet has been refactored out like it was on bcoin and bcash, I don't think it has. You might still have to use lcoin cli (no dash, not an alias for bclient, deprecated in current bcoin).

Unfortunately we are a small team and our effort is focused on bcoin, bcash and handshake. Since lcoin hasn't been updated in over a year, I can't recommend even using it anymore.

@gonzariosm
Copy link
Author

Do you know other project LTC with TX notifications (socket.io) ?

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