Bitcoin Forum
May 26, 2024, 10:27:08 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Warning: One or more bitcointalk.org users have reported that they strongly believe that the creator of this topic is a scammer. (Login to see the detailed trust ratings.) While the bitcointalk.org administration does not verify such claims, you should proceed with extreme caution.
Pages: [1]
  Print  
Author Topic: Satoshimines.com automatic script + guide  (Read 681 times)
zaradoz (OP)
Full Member
***
Offline Offline

Activity: 211
Merit: 100


View Profile
August 11, 2015, 08:21:43 AM
 #1

Hi, I've locked the old thread and moved the guide here to avoid all the clutter. You can read the original thread  here

This guide contain all the information you'll need to run automatic bets on satoshimines.com, using either manual bets or automatic auto-pilot.

You can buy the script here and you can also resale it using the affiliate link

As always, if you have any question, I'll be more than happy to answer them.

I've gathered together some of the questions I've got regarding the script and composed a quick start tutorial. Here are the basic steps to get you up and running with the auto-pilot script. I will create a full manual with screenshots and videos hopefully I will get around it this week.

What you'll need:

  • A copy of the script, you can use the link in my signature.
    Once unzipped, you'll find a .PS1 script, this is a clear text PowerShell script.
    I tried to write it a self-explanatory as possible, please take the time to read through the introduction in the header, the inline comments and the script itself to make sure you understand what it does.
  • A windows machine with Powershell 3.0 and above - this can be found in every Windows 8 and above.
    I personally recommend setting up a free-tier Windows 2012 AWS virtual machine, which already include all the required libraries. there are many tutorials online on how to set it up in less than an hour.
  • If you are using Windows 7 please follow this link to Microsoft's blog and update your Powershell
  • Open a new game on Satoshimines.com just go on the site and click Start Playing button
  • Note the game address, you will need it to set up the script (make sure to bookmark the address, otherwise you will not be able to return to it)
  • Make an initial deposit - click on the Deposit / Withdrew it is recommended to use minimum of 0.05BTC less than that will not leave enough leeway for the script to run

How to use the script:

  • Open the file in Powershell ISE (integrated scripting environment)
  • On line 49, change the game secret according to the URL of your game - DO NOT USE THE LINK IN THE SCRIPT IT IS USED AS EXAMPLE ONLY!
  • In line 54, change the payout address to your own wallet address.
    Yes, the address in the script is my own address, if you don't change it to your own, any withdrawal will be sent to my wallet and I will consider it as a tip  Grin
  • you can change any other global variable to tweak and tune the script, I have set the default settings to a conservative settings to prevent loss:
    Increment - The initial amount in Bits the script will try to win each round. Default 100 bits.
    PrecInc- The percentage of which the Increment will increase after each win. Default 0.5%
    MaxLoses - The maximum number of losses for each run, after which the script will stop. Default 30.
    StopPercentage - This is the trailing stop loss, it is calculated after each win as a percentage of the total balance. This stop will only increase and never decrease. Default 80%
  • Run the script (Simply hit F5), this will set the globals, load the functions and print the quick start guide.
    It will not start the auto-pilot!
  • Desicion time -
    - you need to decide what type of board you want to play 1, 3 or 4 mines. This is done by running the command
      Set-Mines -MINES (1,3 or 5)    default - 3 mines board
    - Now you need to choose how you want to run the bets, fully automatic or manual:

      Automatically: you can run the auto-pilot function in two modes targeting Fixed or Percentage,

      Fixed start with a target of 100 bits and increment by 1 bit each winning round. this is the default method.
      Perc Increase the target by the set global percentage (Default 0.5%)
      Auto-Pilot -Methos (Fixed/Perc) -TILES X - Defaults are Fixed with 2 tiles

    - Manual There are 3 functions to run bets manually:

      Bet-ToGain -WantedGain GAIN -TILES X
       This function will calculate the bet amount exactly by the
       wanted gain and number of tiles.
       For example, if you wish to gain 1000 bits by guessing 3 tiles:
       Bet-ToGain -WantedGain 1000 -TILES 3
      
     Bet-ToTaget -TARGET TARGET -TILES X
       This function will calculate the bet amount exactly by the wanted
       new balance (target), for example, if you are aiming at getting
       to 1000 bits by guessing 4 tiles: Bet-ToTaget -TARGET 1000 -TILES 4
      
     Run-Bet -BET BET -TILES X
       This function will simply guess x number of tiles with the given bet.
       For example guessing 2 tile on a 1000 bits board: Run-Bet -BET 1000 -TILES 2
  • Withdrawing - Easiest way to withdraw using the game URL on a browser. There is a withdrawal function please note it will take the input in BTC and not Bits! (and yes, I know you don't spell it that way.)
       Withdrew -WithdrewAmount AMOUNT

    • Most important, this is not a "Get rich fast" script, you have to let it run for hours sometimes days, but it will provide you with a steady income. Don't be tempted to run high risky bets, try to aim at 0.1-0.25BTC a day.


    I hope I covered everything, if you have any questions, please feel free to PM me or contact via Bitmassages - BM-2cVDx7eqN8TFkE7LsaFhFoDUC6RqqQAujh

zaradoz (OP)
Full Member
***
Offline Offline

Activity: 211
Merit: 100


View Profile
August 11, 2015, 09:34:53 AM
 #2

Sorry for the duplicate post, I was trying to move the post from another subforum.

I can't seem to be able to delete this one, so I will lock it.

Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!