Skip to content

mode80/arvanity

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

arvanity

a vanity address generator for Arweave

installation

fetch dependencies with

npm install

usage

node index.js XXX

where "XXX" is the prefix you want the generated address to have

a wallet file with the found key will be written out to the current directory

it ain't fast

a 3 letter prefix takes all night to generate on my laptop
a 4 letter prefix would take... all month or so

however if you have some cores to spare you can spin up a bunch, as in

node index.js XXX &  
node index.js XXX &  
node index.js XXX &  

in this case you'd get there 3x faster

or you can ignore case, which is ~8x faster for a 3-letter prefix:

node index.js XXX true

About

a vanity address generator for Arweave

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors