You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: