This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
DROP INDEX IF EXISTS transfers_in, transfers_out; | |
CREATE INDEX transfers_in ON transfers (target_account_id); | |
CREATE INDEX transfers_out ON transfers (source_account_id); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==UserScript== | |
// @name Best algorithm to play Multiply odd 1.5 win chance 63% (NOT FOR LOW BALANCE) | |
// @description Play with higher chance , READ FIRST | |
// @include https://freebitco.in/* | |
// @copyright 2020, [email protected] | |
// @namespace AnarchyHS | |
// ==/UserScript== | |
bconfig = { |