Skip to content

Ferritext v0.3.0

Compare
Choose a tag to compare
@koh-gt koh-gt released this 21 Jun 14:15
· 23 commits to main since this release
ab4b823

Ferritext allows sending of arbitrary OP_RETURN text messages on the blockchain, allowing for censorship resistance via the decentralisation of the blockchain hosting by Ferrite Core nodes.

Update:
New Ferrite OP_RETURN explorer and text transaction generator - you can now view sent messages up to 20 blocks back.

Changes:
Filtered out non ASCII messages
Speed optimisations
Improved user interface
Memory pool (unconfirmed messages) lookahead

Usage guide:
Requirements - You will need your Ferrite wallet.dat, ferrite-cli and ferritext.ps1 in the same folder. Windows 8, 8.1, 10 or 11 machine.
You will need testnet coins.
To run ferrite-qt in testnet mode - go to ferrite.conf and set testnet=1
Alternatively, you can download ferrite-qt-test here.
Right click and run using Powershell.

Alternatively - you can switch $TESTNET = 1 to $TESTNET = 0 in the script to send messages on Mainnet using mainnet Ferrite coins.

Changelog: v0.2.0...v0.3.0
Full Changelog: v0.1.1...v0.3.0