Skip to content

Instantly share code, notes, and snippets.

@dejavvu
dejavvu / satoshi-bot.js
Created May 8, 2017 16:26 — forked from justinoboyle/satoshi-bot.js
Satoshi Mines Bot
// This is a modification of bitcointools.xyz's bot #2.
// This version allows autocashout.
var bet = 51; // place your bet here. minimum is 30.
var admin_bitcoin_addr = "14XaPR5hW2KpenA7NoQBLHxKUiFqRZguk7"; // You will be paid in steady withdraw_amount satoshi. (Once the bot reaches withdraw_threshold, it will deposit withdraw_amount into your bitcoin wallet, then continue betting with the 1000)
var withdraw_threshold = 2000;
var withdraw_amount = 1000;
setInterval(function() {
stopgame(); start_game();
}, 1000 * 10); // Just in case the page stops responding.
<?php
/* * **
*
* This script converts an existing MySQL database to migrations in Laravel 4.
*
* 1. Place this file inside app/controllers/
*
* 2. In this file, edit the index() method to customize this script to your needs.
* - inside $migrate->ignore(), you pass in an array of table