# register address to keyfile, if you have already created
# an account with Telliot, you can skip this step.
chained add <choose-acct-name> <private-key>
First scan oracle for your reports, you can update the start-block to a known block after your last claims:
Linux:
scanner scan 369 -a PulsechainAccount --start-block 21610542
Windows:
python /mnt/your/path/to/tenv/bin/scanner scan 369 -a PulsechainAccount --start-block 21610542
Then, to claim tips:
one time tips:
Linux:
scanner claim-one-time-tip 369 -a PulsechainAccount
Windows:
python /mnt/your/path/to/tenv/bin/scanner claim-one-time-tip 369 -a PulsechainAccount
feed tips:
Linux:
scanner claim-tip 369 -a PulsechainAccount
Windows:
python /mnt/your/path/to/tenv/bin/scanner claim-tip 369 -a PulsechainAccount