RE: Procrastinating Rank 1 in Splinterlands

You are viewing a single comment's thread from:

Procrastinating Rank 1 in Splinterlands

in steemmonsters •  5 years ago 

hi @bauolewe, please could you help me understand how the secret and team_hash fields are generated by sending the customJSON to the blockchain, my idea is to program a simple bot

Authors get paid when people like you upvote their post.
If you enjoyed what you read here, create your account today and start earning FREE STEEM!
Sort Order:  
  ·  5 years ago (edited)

Hi @ydavgonzalez :) I do have an example in one of my github repositories for python. https://github.com/Bauloewe/SMBotFramework/blob/master/Requests.py

Check the submit team function. It's essentially an md5 hash over your team's uids and the secret. The secret is a string of 10 random ASCII characters and numbers.