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
RE: Procrastinating Rank 1 in Splinterlands
You are viewing a single comment's thread from:
Procrastinating Rank 1 in Splinterlands
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.
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit