Skip to content

Allows you to check if your hotspot was banned by Helium Inc for violation of non-existing rules

Notifications You must be signed in to change notification settings

FezzFest/check-helium-bannedlist

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

check-helium-bannedlist

Allows you to check if your hotspot is banned by Helium Inc for violation of non-existing rules.

Update: use blacklist.longap.community or @ricopt5's exhaustive list of hotspots to verify whether you're affected.

Requirements:

How to extract your public key:

  • SSH to your hotspot and login to the remote_console with sudo docker exec -it miner miner remote_console
  • Execute rp(libp2p_crypto:pubkey_to_bin(libp2p_crypto:b58_to_pubkey("ADDRESS_OF_YOUR_MINER"))).

How to use this repo:

  • modify src/test_app.erl and add your public key where it says PUT_YOUR_PUBLIC_KEY_HERE
  • wget https://s3.amazonaws.com/rebar3/rebar3 && chmod +x rebar3
  • ./rebar3 shell
  • application:start(test).
  • ignore the crashes

About

Allows you to check if your hotspot was banned by Helium Inc for violation of non-existing rules

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages