Skip to content

Releases: steppsr/xchdev_bashtools

v0.3.2

04 Nov 02:25
d7124c8
Compare
Choose a tag to compare

Updated the chia commands for Chia 1.6.1 version.

v0.3.1

22 Jul 21:58
8d80cc2
Compare
Choose a tag to compare

Forgot to include the newer script file in v0.3.0 so making a new version with the correct file.

v0.3.0

22 Jul 16:35
2528eef
Compare
Choose a tag to compare

nftmon v0.3.0

Changes:

  • Changed from using 'ssmtp' to 'mailx' command to send HTML email without using 'echo' or 'printf', which were causing issues for urls with spaces urlencoded (ex. %20)
  • Removed user configuration in script. No editing of the script is required after downloading. There is a new method to running the script. You will need to add the send to email after the name of the script when executing the script.
    Ex. $ bash nftmon.sh [email protected]

New features:

  • The script now supports multiple NFT wallets with no setup required. The script will gather all NFTs in all NFT wallets automatically.

v0.2.1

16 Jul 04:01
e38ed06
Compare
Choose a tag to compare

Changes:

  • Bug fix: Fixed so only new NFTs are emailed, not all NFTs.

v0.2.0

07 Jul 01:22
f44cdf5
Compare
Choose a tag to compare

New Tool:

  • mojomon is a tool to monitor a wallet and send an email notification when the balance changes.

Changes:

  • Updated nftmon to use 'pwd' command instead of 'dirname' as the working path.
  • Updated documentation for main page. Each tool has it's own README.md document.

v0.1.3

06 Jul 04:46
988ab74
Compare
Choose a tag to compare

Replaced ./ path notation with $appdir variable

v0.1.2

06 Jul 04:13
988ab74
Compare
Choose a tag to compare

Updated the wallet id in the NFT count line to not be hardcoded and instead use the user config value.

v0.1.1

06 Jul 00:13
988ab74
Compare
Choose a tag to compare

Correction to default values

v0.1.0

05 Jul 23:58
988ab74
Compare
Choose a tag to compare

Initial Release

  • Email notification for any new NFTs since the last time the script ran.
  • Included hyperlinked images of the new NFTs.
  • Instructions on installing and setting up ssmtp with a Gmail account.