Content pfp
Content
@
0 reply
20 recasts
20 reactions

‎  pfp
@0xquick
Did you know that you can create solana address with custom prefix For example: MUNAZsDSWc15SSkfA8ZvizUZxhJfyf4CUDmjPg7Yf7B This address uses the prefix MUNA Let's break it down First follow @0xquick because I need followers 😄😄
1 reply
0 recast
0 reaction

‎  pfp
@0xquick
Ok get on with it I suggest you use Linux for example I use Ubuntu Linux for work. First install solana on your machine with the command sh -c "$(curl -sSfL https://release.solana.com/stable/install)"
1 reply
0 recast
0 reaction

‎  pfp
@0xquick
Then type the command "solana --version" If you get sample output solana-cli 1.17.21 (src:5bf32b4d; feat:3580551090, client:SolanaLabs) This means you have successfully installed solana-cli on your machine.
1 reply
0 recast
0 reaction

‎  pfp
@0xquick
Next there is a typed command "solana-keygen grind --num-threads 8 --starts-with pow:100"
1 reply
0 recast
0 reaction

‎  pfp
@0xquick
Explanation Solana-keygen: cli command grind : perform a search --num-threads : number of threads (default 8) --starts-with: pow:100 (prefix: search total) Now run the command and if you get the output Worth of keypair and save to xxx.json means you have got the solana address with the prefix you entered earlier
1 reply
0 recast
0 reaction