Bitcoin Forum
May 26, 2024, 10:01:50 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 2 3 4 5 6 [7] 8 »  All
  Print  
Author Topic: Slow and safe way to make Ƀ Ƀ Ƀ on satoshimines.com  (Read 7819 times)
zaradoz (OP)
Full Member
***
Offline Offline

Activity: 211
Merit: 100


View Profile
August 10, 2015, 08:35:27 PM
Last edit: August 11, 2015, 08:00:06 AM by zaradoz
 #121

Hi All,

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 16, 2015, 12:01:41 PM
 #122

Hi All,

Here's a quick video guide on how to use the script:

https://www.youtube.com/watch?v=bSdLWGwI_do

If you have any questions or suggestions, please send me a PM.

bitcoinprofit
Hero Member
*****
Offline Offline

Activity: 854
Merit: 1000


View Profile
August 16, 2015, 12:04:10 PM
 #123

Hi All,

Here's a quick video guide on how to use the script:

https://www.youtube.com/watch?v=bSdLWGwI_do

If you have any questions or suggestions, please send me a PM.

Glad to see this....
zaradoz (OP)
Full Member
***
Offline Offline

Activity: 211
Merit: 100


View Profile
August 16, 2015, 12:12:06 PM
 #124

Hi All,

Here's a quick video guide on how to use the script:

https://www.youtube.com/watch?v=bSdLWGwI_do

If you have any questions or suggestions, please send me a PM.

Glad to see this....

I'm looking forward for your review ;-)

bitcollins85
Full Member
***
Offline Offline

Activity: 235
Merit: 250


View Profile
August 16, 2015, 04:51:36 PM
 #125

Does it work? Someone tried this thing?
zaradoz (OP)
Full Member
***
Offline Offline

Activity: 211
Merit: 100


View Profile
August 16, 2015, 05:03:27 PM
 #126

Does it work? Someone tried this thing?

You can see in the video how the script works, and actually makes 11% in about 10 minutes. you can look up in this thread and read reviews from users who bought the script and couple who got a free copy for evaluation.

on my feedback page you can find reviews by users who got free copy a few months ago.

sana9821
Sr. Member
****
Offline Offline

Activity: 420
Merit: 250



View Profile
August 16, 2015, 09:19:20 PM
 #127

There is no way to make money out of the gambling site if you are not the owner of it and there is no successful strategy for it as all games have house edge

zaradoz (OP)
Full Member
***
Offline Offline

Activity: 211
Merit: 100


View Profile
August 17, 2015, 05:17:13 PM
 #128

There is no way to make money out of the gambling site if you are not the owner of it and there is no successful strategy for it as all games have house edge

If you read the title of this thread, and watch the video - the idea behind this script is to make small amounts each time, and make small gain. It is not intended to make you rich fast, but you will make a few coins out of it.

Revelation Machine
Hero Member
*****
Offline Offline

Activity: 518
Merit: 500


View Profile
August 17, 2015, 07:51:44 PM
 #129

There is no way to make money out of the gambling site if you are not the owner of it and there is no successful strategy for it as all games have house edge

If you read the title of this thread, and watch the video - the idea behind this script is to make small amounts each time, and make small gain. It is not intended to make you rich fast, but you will make a few coins out of it.

No, you are promoting (and selling) something that is a mathematical impossibility.  You can't turn a -ev bet into a +ev bet just by using a magical combination. 
zaradoz (OP)
Full Member
***
Offline Offline

Activity: 211
Merit: 100


View Profile
August 17, 2015, 08:00:25 PM
 #130

There is no way to make money out of the gambling site if you are not the owner of it and there is no successful strategy for it as all games have house edge

If you read the title of this thread, and watch the video - the idea behind this script is to make small amounts each time, and make small gain. It is not intended to make you rich fast, but you will make a few coins out of it.

No, you are promoting (and selling) something that is a mathematical impossibility.  You can't turn a -ev bet into a +ev bet just by using a magical combination. 

Actually the script is based on statistics, as long as you keep the margin small, statistically the script will win. Check the video and see for yourself.

RGBKey
Hero Member
*****
Offline Offline

Activity: 854
Merit: 658


rgbkey.github.io/pgp.txt


View Profile WWW
August 17, 2015, 08:03:21 PM
 #131

There is no way to make money out of the gambling site if you are not the owner of it and there is no successful strategy for it as all games have house edge

If you read the title of this thread, and watch the video - the idea behind this script is to make small amounts each time, and make small gain. It is not intended to make you rich fast, but you will make a few coins out of it.

No, you are promoting (and selling) something that is a mathematical impossibility.  You can't turn a -ev bet into a +ev bet just by using a magical combination. 

Actually the script is based on statistics, as long as you keep the margin small, statistically the script will win. Check the video and see for yourself.

You are lying. It is statistically impossible to win longterm at a -ev game. Statistically, the script will lose and you have 0 facts to present otherwise unless you have found a flaw or exploit in the game.
zaradoz (OP)
Full Member
***
Offline Offline

Activity: 211
Merit: 100


View Profile
August 17, 2015, 08:08:34 PM
 #132

There is no way to make money out of the gambling site if you are not the owner of it and there is no successful strategy for it as all games have house edge

If you read the title of this thread, and watch the video - the idea behind this script is to make small amounts each time, and make small gain. It is not intended to make you rich fast, but you will make a few coins out of it.

No, you are promoting (and selling) something that is a mathematical impossibility.  You can't turn a -ev bet into a +ev bet just by using a magical combination. 

Actually the script is based on statistics, as long as you keep the margin small, statistically the script will win. Check the video and see for yourself.

You are lying. It is statistically impossible to win longterm at a -ev game. Statistically, the script will lose and you have 0 facts to present otherwise unless you have found a flaw or exploit in the game.

There is no way to exploit the game as far as I know. What the script does is simple, it is running martiginal bets on a low margin extremely fast. As long as your margin is less than 0.1%, and you are running 3-5 mines on a 3 mines board you will win. Even if you lose 10 rounds in a row and win the 11th you will win. If not, the built in stop lose will end the run and make sure you still have gains to your initial balance.
The script is not intended to get 100% gain in an hour, but to get you 1000's of small gains in an average of 6 seconds per round.

Revelation Machine
Hero Member
*****
Offline Offline

Activity: 518
Merit: 500


View Profile
August 17, 2015, 08:31:59 PM
 #133

There is no way to make money out of the gambling site if you are not the owner of it and there is no successful strategy for it as all games have house edge

If you read the title of this thread, and watch the video - the idea behind this script is to make small amounts each time, and make small gain. It is not intended to make you rich fast, but you will make a few coins out of it.

No, you are promoting (and selling) something that is a mathematical impossibility.  You can't turn a -ev bet into a +ev bet just by using a magical combination. 

Actually the script is based on statistics, as long as you keep the margin small, statistically the script will win. Check the video and see for yourself.

You either are dumb and know nothing about statistics, or you know about statistics and are intentionally lying to people to try to sell a shitty script.

Every bet you make is a -ev bet.

There is no magical combination of bets you can make that will turn -ev bets into +ev situations.
zaradoz (OP)
Full Member
***
Offline Offline

Activity: 211
Merit: 100


View Profile
August 17, 2015, 08:44:43 PM
 #134

There is no way to make money out of the gambling site if you are not the owner of it and there is no successful strategy for it as all games have house edge

If you read the title of this thread, and watch the video - the idea behind this script is to make small amounts each time, and make small gain. It is not intended to make you rich fast, but you will make a few coins out of it.

No, you are promoting (and selling) something that is a mathematical impossibility.  You can't turn a -ev bet into a +ev bet just by using a magical combination. 

Actually the script is based on statistics, as long as you keep the margin small, statistically the script will win. Check the video and see for yourself.

You either are dumb and know nothing about statistics, or you know about statistics and are intentionally lying to people to try to sell a shitty script.

Every bet you make is a -ev bet.

There is no magical combination of bets you can make that will turn -ev bets into +ev situations.

I love it when people are so sure they are right, they will ignore anything that might prove them wrong.
I have vast knowledge of statistics, and the script is written around it. The main purpose of the script is to allow martiginal betting aiming at 100 bits per round. Statistically if you are running 5 gusses on a 3 mines board you have 60% win. Each losing round will increase your bet in 122%, as long as you keep your margin small enough you will eventually win 1 round.
The idea behind the script is not to try and make a big win on each round but to keep small gains and run thousands of rounds each day.

keepinquiet
Full Member
***
Offline Offline

Activity: 420
Merit: 151



View Profile
August 18, 2015, 04:02:14 PM
 #135

No, you will NOT eventually win 1 round. Thus, you claiming a vast knowledge of statistics is utter bullshit. If you have a 60% chance of winning, and a 40% chance of losing, you still have a chance to lose after 20 consecutive losses. And at +122% per loss, that 20th loss will cost you 3.8 bitcoin.

A SMALL chance is absolutely NOT "no" chance. After 19 losses, your chance to lose the 20th is .000001%

Sure, that sounds small. But it's 1 in 10 million.

Your chances of winning most lotteries are 1 in 150 million or so. And for $1 you win millions.

You are 15 times MORE LIKELY to lose 3.8 bitcoin trying to win .000001 bitcoin than you are to win a powerball lottery. STATISTICALLY, you WILL lose 3.8 bitcoin using this script FIFTEEN TIMES before you'd ever win a traditional lottery.

Additionally, to win ANY reasonable amount of bitcoin, lets say a measly .01 BTC, worth, mind you, about $2.70 US, enough for a pack of gum and a coke, you'd have to make ten thousand bets.

Ten thousand bets with a 1 in 10 million odds of losing 3.8 BTC (assuming you were stupid enough to bet that much)? Now you're at 1 in 10,000 odds of losing.

But lets assume the people using this are only willing to lose their entire bankroll of .00130000 BTC and they are going for that elusive .01 BTC.

THEY would bankrupt after 10 failures in a row. Which happens once every 25,000 rounds. Keeping in mind it takes about 10,000 wins to make .01 BTC using this, you have a 1 in 2.5 chance of bankrupting, nearly 50/50 odds, losing your .0013 bankroll trying to get .01 BTC out of it.

And you're charging how much for the script?

If you want to prove me wrong, please, do reply and use actual numbers, facts and these statistics you're an expert on, and prove me wrong. Show me how it's impossible to lose.

zaradoz (OP)
Full Member
***
Offline Offline

Activity: 211
Merit: 100


View Profile
August 18, 2015, 04:17:13 PM
 #136

No, you will NOT eventually win 1 round. Thus, you claiming a vast knowledge of statistics is utter bullshit. If you have a 60% chance of winning, and a 40% chance of losing, you still have a chance to lose after 20 consecutive losses. And at +122% per loss, that 20th loss will cost you 3.8 bitcoin.

A SMALL chance is absolutely NOT "no" chance. After 19 losses, your chance to lose the 20th is .000001%

Sure, that sounds small. But it's 1 in 10 million.

Your chances of winning most lotteries are 1 in 150 million or so. And for $1 you win millions.

You are 15 times MORE LIKELY to lose 3.8 bitcoin trying to win .000001 bitcoin than you are to win a powerball lottery. STATISTICALLY, you WILL lose 3.8 bitcoin using this script FIFTEEN TIMES before you'd ever win a traditional lottery.

Additionally, to win ANY reasonable amount of bitcoin, lets say a measly .01 BTC, worth, mind you, about $2.70 US, enough for a pack of gum and a coke, you'd have to make ten thousand bets.

Ten thousand bets with a 1 in 10 million odds of losing 3.8 BTC (assuming you were stupid enough to bet that much)? Now you're at 1 in 10,000 odds of losing.

But lets assume the people using this are only willing to lose their entire bankroll of .00130000 BTC and they are going for that elusive .01 BTC.

THEY would bankrupt after 10 failures in a row. Which happens once every 25,000 rounds. Keeping in mind it takes about 10,000 wins to make .01 BTC using this, you have a 1 in 2.5 chance of bankrupting, nearly 50/50 odds, losing your .0013 bankroll trying to get .01 BTC out of it.

And you're charging how much for the script?

If you want to prove me wrong, please, do reply and use actual numbers, facts and these statistics you're an expert on, and prove me wrong. Show me how it's impossible to lose.



That said, my script still making small gains 24/7. I am not aiming at getting 10btc a day, I am more than happy in making 0.1btc a day.

keepinquiet
Full Member
***
Offline Offline

Activity: 420
Merit: 151



View Profile
August 18, 2015, 04:53:42 PM
 #137

That said, my script still making small gains 24/7. I am not aiming at getting 10btc a day, I am more than happy in making 0.1btc a day.

So I've shown, using math, that there is a 1 in 2.5 chance (40% chance) of losing your entire bankroll if your bankroll is .0013 BTC, and ask you to refute the fact I claimed your statement of "you have to win" is utter BS, thus proving your claim that you're an expert in statistics is also a lie, and your response is "That said, it's still working"?

So, let me see if I have this right:

"I made a script. Others claim it's mathematically impossible for it to work long term, I say they are wrong, I'm an expert in statistics. Someone else uses math to show I am wrong and asks me to prove otherwise, so my response to that is 'Well even so (basically, you're right) I've so far been lucky and havent lost everything yet.' Anyway guys, trust me, I've been shown to have lied in order to sell my script, but I've been lucky so far, and so can you be! Just buy my unproven, luck based script!"

Sound about right?
Revelation Machine
Hero Member
*****
Offline Offline

Activity: 518
Merit: 500


View Profile
August 18, 2015, 08:34:18 PM
 #138



I have vast knowledge of statistics, and the script is written around it.

If you have a vast knowledge of statistics, and you are promoting a script that is making all -ev bets, and you are GUARANTEEING the people that buy it to make a profit, then you are literally a scammer.  You are intentionally misleading people in order to get their money.  That's even worse than just being dumb and not understanding math.  IT'S CRIMINAL!
zaradoz (OP)
Full Member
***
Offline Offline

Activity: 211
Merit: 100


View Profile
August 19, 2015, 09:40:54 AM
 #139



I have vast knowledge of statistics, and the script is written around it.

If you have a vast knowledge of statistics, and you are promoting a script that is making all -ev bets, and you are GUARANTEEING the people that buy it to make a profit, then you are literally a scammer.  You are intentionally misleading people in order to get their money.  That's even worse than just being dumb and not understanding math.  IT'S CRIMINAL!

Here's a deal - I can give you a free copy to test, if you run it according to the instructions,  starting with 0.2BTC you can see for yourself the script dies exactly what I am advertising.

Revelation Machine
Hero Member
*****
Offline Offline

Activity: 518
Merit: 500


View Profile
August 19, 2015, 10:57:24 AM
 #140



I have vast knowledge of statistics, and the script is written around it.

If you have a vast knowledge of statistics, and you are promoting a script that is making all -ev bets, and you are GUARANTEEING the people that buy it to make a profit, then you are literally a scammer.  You are intentionally misleading people in order to get their money.  That's even worse than just being dumb and not understanding math.  IT'S CRIMINAL!

Here's a deal - I can give you a free copy to test, if you run it according to the instructions,  starting with 0.2BTC you can see for yourself the script dies exactly what I am advertising.

As I said, you are either:

A. Very dumb

or

B. A scammer

Why would I ever ever EVER want to download and install something from someone who is either of those things?  Not to mention, in addition to taking that MASSIVE risk, I'm taking the 100% guaranteed risk of making a ton of -ev bets.

Here's a better idea: use you vast statistical knowledge to explain how your script/bot/scamware creates a +ev situation in the long term.
Pages: « 1 2 3 4 5 6 [7] 8 »  All
  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!