Wolfram Function Repository
Instant-use add-on functions for the Wolfram Language
Function Repository Resource:
Get the words found in the input transaction bytes in bitcoin blockchains
ResourceFunction["WordsFromBitcoinBlockchain"][blocknumber,amount] returns the words in the transaction inputs in the bitcoin blocks starting from blocknumber and ending with blocknumber + amount. | |
ResourceFunction["WordsFromBitcoinBlockchain"][blocknumber,amount,prop] returns the given property prop of the words found. |
Returns the words found in the bitcoin blocks 589,489 through 589,539:
In[1]:= |
Out[1]= |
Create a WordCloud from these words:
In[2]:= |
Out[2]= |
This can be done directly using the optional third argument "WordCloud":
In[3]:= |
Out[3]= |
Create a Dataset from the words found:
In[4]:= |
Out[4]= |
This can be done directly using the optional third argument "Counts":
In[5]:= |
Out[5]= |
Progression of signatures throughout bitcoin blockchain:
In[6]:= |
Out[6]= |
This work is licensed under a Creative Commons Attribution 4.0 International License