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

balance of wallet is difference from each node #19

Open
nguyenvansutt opened this issue Aug 20, 2021 · 1 comment
Open

balance of wallet is difference from each node #19

nguyenvansutt opened this issue Aug 20, 2021 · 1 comment

Comments

@nguyenvansutt
Copy link

I try to run 2 nodes with different port eg: 3000 and 4000 so the portGrpc will be 3100 and 4100.
when I run ConsoleWallet. I got error "couldn't connect to port 5002. Then I change the serverAddress to http://localhost:3100 it work properly.
But each of ConsoleWallet if it connects to difference node (3100 or 4100) then the wallet is different.
For example, first I connect node 3100 and create a wallet: xxxxxxxxxxx and the balance is 5 but When I connect node 4100 and check the balance it is 0.
It looks like that each of the node is working independently and there is nothing related to each other

@jhonkus
Copy link
Owner

jhonkus commented Jan 2, 2022

I am not yet finish working on P2P

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