Skip to content

Commit

Permalink
Create gen-wallets.bash
Browse files Browse the repository at this point in the history
  • Loading branch information
Bill-Kunj authored May 10, 2022
1 parent 88c0f23 commit 409d969
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions gen-wallets.bash
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
#!/bin/bash
TREASURY=rpc.treasury.wallets.txt
AIRDROP=rpc.wallets.txt
RCHAIN_TREASURY=rpc.rchain-treasury.wallets.txt
wget https://raw.githubusercontent.com/r-publishing/mainnet-genesis/master/$RCHAIN_TREASURY
wget https://raw.githubusercontent.com/r-publishing/mainnet-genesis/master/$TREASURY
wget https://raw.githubusercontent.com/r-publishing/mainnet-genesis/master/$AIRDROP

cat $TREASURY $AIRDROP $RCHAIN_TREASURY > wallets.txt

0 comments on commit 409d969

Please sign in to comment.