You are viewing a single comment's thread from:

RE: Scouting Adventure - Game 48 - Day 44 (May 17, 2020)

in #steemace5 years ago (edited)

I was talking to someone about coding (they know nothing about blockchain), but between the 2 of us, we concluded that your bot is limited by the fact that the blockchain only allows an account to post once every 3 seconds (it used to be a longer time under the old Steem rules). So for your bot to answer to multiple calls, the code needs to be written so that all the calls from a single post are read and responded to in a single reply. My friend thinks it should be possible to do that.

Sort:  

ok. your friend can write one then.

He's busy on his own projects and has no interest in blockchain. It would be me that would have to write one and that's going to be a long while before I can get into studying how to write code. I've tried to get my friend to help write a simple random number generator bot for me and the response is always the same... learn how and do it yourself. At least now I have a bit of a clue about what kinds of things need to be considered.