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

[Feature Request] Run Outside of Docker #1

Open
htafolla opened this issue Jun 11, 2020 · 2 comments
Open

[Feature Request] Run Outside of Docker #1

htafolla opened this issue Jun 11, 2020 · 2 comments

Comments

@htafolla
Copy link

Great work! I was planning to do the same thing in Nodejs. How can this run outside of Docker?

@masknetgoal634
Copy link
Owner

masknetgoal634 commented Jun 12, 2020

Thanks for your feedback!

To deploy near exporter you need:
go build -a -installsuffix cgo -ldflags="-w -s" -o main .

if run the exporter on your node:
./main -accountId <pool_id>

or using public rpc:
./main -url https://rpc.betanet.near.org -accountId <pool_id>

@htafolla
Copy link
Author

Thanks!

masknetgoal634 pushed a commit that referenced this issue Jul 29, 2022
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