Category: Bitcoin
-
Decimal Values for Bitcoin C#
Hey everyone, Just linking to a few Stackoverflow posts that have helped me out with bitcoin precision requirements: Precision Values http://stackoverflow.com/a/22077085/522859 http://bitcoin.stackexchange.com/a/4099 Setting up Decimal Precision in MVC4+ http://stackoverflow.com/a/7769162/522859
-
Coinroll.it Betting Bot – Martingale System
Hey everyone, I received an odd request for a script the other day – a bot for an bitcoin gambling website. The request was for a simple JavaScript bookmarklet that would execute the martingale betting system autonomously. The code I ended up with as follows: javascript: /* MANUAL CONFIGURATION – Initialisation Only */ var reset_to…