Interesting! Do you perhaps have a video of your bot in action or something like that?
Of course you can see all of my bots' wins on the blockchain itself.
(BTW I might soon be collecting the remaining bounty for the web viewer as well, heh)
Here are some of my favorite plays by the favorite of my various bots, which I call "flipper" for its tendency to flip around wildly:
#9147 - The first coin that this particular bot grabbed. It is funny because there were still several bugs in the algorithm. The bot used all 60 of its moves immediately, for example.
#10573 - Most bugs fixed by here, a cute run.
#10925 - The last play by the first main iteration of this bot's code. You can see it is already much improved here, with most of the bugs in the basic implementation sorted out.
#11053 - The second major iteration of the code, and where the bot started really earning the flipper name.
#11061 - Just one of my favorite blocks, I like how the bot bounces off the ground upside down at the end to grab the coin.
#11164 - Some slight improvements to the acceleration control algorithm, now with even more tightly controlled flippage. I basically "borrowed" some tricks from the other bots to optimize at this point.
From there this bot was basically left to run as it was, while I moved on to developing on "smarter approaches." The replays after that point get tediously repetitive to watch.
How long did it take you to get your bot working?
Hah, by my own definition of "working" I still haven't yet! (I'd like the algorithms to be much smarter than they are, still!) However my first botted coin was grabbed just a few hours after this thread was started.
Did you have to start from scratch or there are resources to ease the process?
Coded from scratch, more or less. I'm using some off the shelf components for some "obvious" things (I wasn't going to code up yet-another-evolver when I could just grab FGA or Beagle, hehe) but the bots are entirely my own design.
Is this or another bot sold or shared somewhere?
Not to my knowledge. Since I consider some of the technology involved "proprietary" I probably would not be inclined to sell it, either. However, if anyone is really interested I suppose I would listen to offers. (I have considered setting up something like a mining pool, where users could contribute resources to the bots' calculations in exchange for a share of the coin mined.)
Also, I will be benevolent with my mining power. I have no intent to 51% attack or anything of that sort.