-
Notifications
You must be signed in to change notification settings - Fork 225
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
GOLOS #42
Comments
Can you try with http:// prefix? |
No, this is not work, cause library still trying connection to wss://steemit.com/wspa. So, better i ask team about official node, which works throw websocket? Or you have one more solution? |
Yes you could try with this WS wss://ws.golos.io see if it solve the issue. |
I have changed node to url: "wss://ws.golos.io" and connection establishment successful. I change prefix STM to GLS everywhere. But when i broadcast vote, i see: And reason - i see different keys in 'ops' segment with real authority keys
Any suggestions? When i command |
So, what can i do? {"ops":[["vote",{"voter":"dark.sun","author":"natka2","permlink":"zharkii-ogon","weight":10000}]],"sigs":["GLS7bSTdfLrNVLYe7GE1JLrXXqBPnk4edvg3RLwiGcHzhQuJ5bHBU"]} {"ops":[["vote",{"voter":"dark.sun","author":"natka2","permlink":"zharkii-ogon","weight":10000}]],"sigs":["GLS6euRymsEN1X96d4r7c2eLd76tLw3ENTWyucBTymhFUcKFtVyGS"]} How i can fix it? |
After change chain-id all works fine. Thanks for attention. %) |
I trying to change parameter in library for contact it with Golos:
var A = { url: "127.0.0.1:8090", .....
But of course i have answer:
SyntaxError: Failed to construct 'WebSocket': The URL '127.0.0.1:8090' is invalid
How i can configure it for work with Golos blockchain?
The text was updated successfully, but these errors were encountered: