Created wif lovb by Pupmøs
- Rust
- Throwaway 24 word mnemonic for a Junø Wallet
- Do not reuse an existing wallet.
- Clone this repo
git clone https://github.com/Pupmos/juno-pixels-bot.git- Insert your image into the
imagesfolder
- Create a
.envfile in the root directory
touch .env- Add your throwaway mnemonic to the
.envfile
MNEMONIC="your throwaway mnemonic"- Add your image to the
.envfile
IMAGE="./images/your-image.jpg"- Add
SQUARE_XandSQUARE_Yto the.envfile- the pixel grid is broken into 35x35 chunks, numbered top to bottom and left to right (see .env.example for all corners)
# top left square
SQUARE_X=0
SQUARE_Y=1- Add
COOLDOWNto the.envfile (OPTIONAL)- the cooldown is in seconds.
- default is
0 - at time of writing, cooldown duration is zero. this may change in the future
- default is
- the cooldown is in seconds.
COOLDOWN=10- run script
cargo run