pybitcash/bitcash

Search strings in OP_RETURN

Closed this issue · 4 comments

I think that providing a functionality to search strings inside op_return will be nice.
Using fountainhead.cash (BitDB for BCH) makes it easy.

I'm new to coding, but I've write a script to provide this functionality that could be later extended and even used for SLP tokens:

search.txt

What do you think? Also, I believe that some things here could be cleaned a little, like fees. 1 sat/B is enough for BCH so fee calculation is not an issue.

This is pretty cool. Unfortunately, haven't looked into SLP or done anything with OP_RETURN. I think someone else will have to chime in here.

I'll take a look at SLP tokens and try to integrate them in bitcash, although my technical knowledge is limited. Electron Cash SLP edition is written in Python, that's a good start.

Alright. I think there was some work done already on SLP, may want to look around the pull requests here. Might be worth pinging a few of the people already involved.

Closing as SLP is now unused.