We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5960be0 + 4f9d062 commit eacfc62Copy full SHA for eacfc62
README.md
@@ -18,10 +18,12 @@ Use go1.17 or later and build with `make`.
18
With no options, the UI will be displayed instead of starting a service.
19
20
## Local Algod
21
+If you're using the downloaded binary, use `./node-ui` instead of `./nodeui`
22
```
23
~$ ALGORAND_DATA=path/to/data/dir ./nodeui
24
25
## Remote Algod
26
27
28
~$ ./nodeui -t <algod api token> -u http://<url>
29
0 commit comments