Private keys

Unfortunately we still need to use a private key to interact with Ronin - this is something we are working on improving

IMPORTANT: Fish Pimp will never ask for your keys. We have made the decision to not encrypt your keys because we think our users know best how to secure this file. The launcher has no capability to send this data from your machine.

The only way to update the launcher, is to go to the Fish Pimp webapp and download the latest version. We will NEVER contact you about updates other than within the launcher itself.

Key File

The key file needs to be in json format. Simply copy and paste this into a *.txt file and save it with your information. In the launcher you will select this file. Store this file in a secure way of your choosing. We recommend something like key pass or the equivalent.

{
  "0xYOUR-ADDRESS":"0xYOUR-KEY",
  "0xYOUR-ADDRESS":"0xYOUR-KEY",
  "0xYOUR-ADDRESS":"0xYOUR-KEY"
}

Last updated