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

Thanks! & auto loader for Windows Power shell #3

Open
PaulNaylor opened this issue Jun 17, 2021 · 3 comments
Open

Thanks! & auto loader for Windows Power shell #3

PaulNaylor opened this issue Jun 17, 2021 · 3 comments

Comments

@PaulNaylor
Copy link

Just wanted to let you know I appreciate the work you've done and I made the auto loader for Windows Power shell:
curl https://chia.keva.app/ | Select-String -Pattern '\b\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}\b' -AllMatches | % { $_.Matches } | % { $_.Value } | ForEach-Object { Start-Sleep -s 5; chia show -a $_ + ":8444" }

you may want to add it to the Unix one you have on your chia.keva.app page.
Thanks :)
Paul.

@MarFre22
Copy link

MarFre22 commented Aug 8, 2021

Hi, thank you very much for your help!
I tried your script but it does not work. I'd like to suggest a quick fix :)

curl https://chia.keva.app/ | Select-String -Pattern '\b\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}\b' -AllMatches | % { $_.Matches } | % { $_.Value } | ForEach-Object { Start-Sleep -s 5; chia show -a $_":8444" }

@kawww
Copy link
Contributor

kawww commented Aug 19, 2021

This is great, thanks.

@LoudSyncro
Copy link

"chia show -a" is deprecated.

Use ".\chia.exe peer full_node -a" instead :-)

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

4 participants