Skip to content

AudiusProject/keypair-grinder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

script that grinds for keypairs and dumps them to a database with this schema

sol_keypairs(
  public_key varchar primary key,
  private_key bytea
)

make sure to have

  • solana-keygen
  • psql
  • python
DATABASE_URL=xxx bash keypair_grinder.sh

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published