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

Cannot successfully start TestNet node #16

Open
husafan opened this issue May 17, 2021 · 1 comment
Open

Cannot successfully start TestNet node #16

husafan opened this issue May 17, 2021 · 1 comment

Comments

@husafan
Copy link

husafan commented May 17, 2021

I am on an Apple M1. I have Docker Engine 20.10.6 with Docker Desktop 3.3.3 (64133).

When I create a new node by clicking "New Instance" on TestNet and then click the "Start" button, I get the following output. It repeats for a while until I get an error "Proposal Frozen":

docker run -dt --rm --name algorand-Test-2.5.6 -p 8080:8080 -v algorand-Test:/data algorand/stable:2.5.6 /bin/bash
WARNING: The requested image's platform (linux/amd64) does not match the detected host platform (linux/arm64/v8) and no specific platform was requested
1cf5ad09122193eaf078450d44184fda7ff87302b720c6a36ba5fa189688b935
docker exec algorand-Test-2.5.6 ./goal node start -d /data -l 0.0.0.0:8080
Algorand node successfully started!
docker exec algorand-Test-2.5.6 cat /data/algod.token
204c4bd0420ae2fe798ce71bbae7bd64c2ca0c7edb01766bc2842c2db3a533d1
docker exec algorand-Test-2.5.6 ./carpenter -color -d /data
Watching file: /data/node.log...
could not decode line from JSON: ++++++++++++++++++++++++++++++++++++++++
could not decode line from JSON: Logging Starting
could not decode line from JSON: Telemetry Disabled
could not decode line from JSON: ++++++++++++++++++++++++++++++++++++++++
12307329.0.0: RoundInterrupted - |
12307330.0.0: RoundInterrupted - |
12307331.0.0: RoundInterrupted - |
12307333.0.0: RoundInterrupted - |

@wyonghao
Copy link

wyonghao commented Dec 4, 2021

I installed Algorand Studio v0.3.0 for mac, starting Algorand node 3.0.1 for quite a while ( a few hours) still showing the following messages:
....
17:38:36.703 13291780.0.0: RoundInterrupted - |
.....
Also the Faucet deposit to the account is successful ( you can check it was done from the algoexplorer.io), but it does not show in the Balance UI of the account. it shows 0 ALGO.

I am new to the system, not sure if these two problems are linked. Using sandbox approach to have the basic accounts setup are ok. Please someone to check it out. thanks

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