Sort:  
 5 years ago 

Ye throw the old knuckle bones and roll a 5

I don’t understand the question?
It is written in python and interacts with the blockchain with the Beem module

 5 years ago 

I was just curious where the bot resides, home pc, vps, dedicated, what os... just curious nothing really important 🤪

oh.. currently on home pc, mac os X,
Which is good as i can monitor them for when the api.steemit.com crashes and they have to be restarted. I need to re-write them all for using BEEM python module instead of STEEM module and and an api rollover to the other steem api's when the steemit one fails, like it is prone to do.

I will be migrating all my stuff to AWS soon.
This will happen after more of the build out of my other steem projects.
This was just a fun side bot to help our gaming community.
My other bots power the Steemquest and SteemTrek RPG's here on steem.
Once I finish building out the mongoDB / Flash site for them. I will work on AWS transition.

a lot of projects building right now.

 5 years ago 

What random algo do you use with the dice?

The python random module. I use the python probabilities code for my other bots.

 5 years ago 

ohh thats pseudo-random, not really random since it has to start with a value, but thats no biggie, its just a game 😋
I used to code in pascal and asm years ago, now I'm more of a script kid, not enough time on me hands.

Do you code ?