Why Nostr? What is Njump?
2022-08-29 18:19:08
in reply to

more-speech-86159 on Nostr: ``` #!/bin/bash PREFIX="ab" i=0 while [[ true ]] do ((i++)) PK=$(jq -r .pubkey <<< ...

```
#!/bin/bash

PREFIX="ab"

i=0
while [[ true ]]
do
  ((i++))
  PK=$(jq -r .pubkey <<< "$(nostril --kind 1)")
  if [[ $PK =~ ^$PREFIX ]]
  then
    echo "---"
    echo "Vanity pubkey found: $PK"
    echo "Private key is the last secret_key above"
    echo "Iterations: $i"
    break
  fi
done
```
Author Public Key
npub13sj090ma7vaw5rc9wpsky9mrg0e58zwetjjkjmd6rsnk3zrltphspy4uh9