Bitcoin Forum
May 27, 2024, 05:19:24 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 [2] 3 4 5 6 7 8 9 10 11 »
21  Economy / Digital goods / Re: Satoshimines l.com automatic script + guide on: August 11, 2015, 09:24:49 AM
Since you are trying to sell a script, I believe the best place for your thread should be the digital goods section.  https://bitcointalk.org/index.php?board=93.0

Hi, thank you, I was told in the past that since the script handles gambling this is the right forum for it.

Yep, but you are selling something so this needs to be in the digital goods section! The gambling section is for gambling sites.

I have moved the post to the digital goods section.
22  Economy / Digital goods / Satoshimines.com automatic script + guide on: August 11, 2015, 08:21:43 AM
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
23  Economy / Digital goods / Re: Satoshimines l.com automatic script + guide on: August 11, 2015, 08:20:30 AM
Since you are trying to sell a script, I believe the best place for your thread should be the digital goods section.  https://bitcointalk.org/index.php?board=93.0

Hi, thank you, I was told in the past that since the script handles gambling this is the right forum for it.
24  Economy / Digital goods / Satoshimines.com automatic script + guide on: August 11, 2015, 08:07:21 AM
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
25  Economy / Gambling / Re: Slow and safe way to make Ƀ Ƀ Ƀ on satoshimines.com - Quick guide on: August 10, 2015, 08:35:27 PM
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
26  Economy / Gambling / Re: Slow and safe way to make Ƀ Ƀ Ƀ on satoshimines.com on: August 10, 2015, 12:56:12 PM
I've added affiliate option to the script sell page:
http://satoshibox.com/5520410612fb6dfc0c8b456d/partner

If you bought the script and happy with it, and you wish to resale it, please use this link. You will get 60% of each sale
27  Economy / Gambling / Re: Slow and safe way to make Ƀ Ƀ Ƀ on satoshimines.com on: August 10, 2015, 08:53:31 AM
I finally found the time to work on a video capture of the script, it should be available in a day or so, I am recording 24 hours run of the script and probably have to speed it up so people won't have to watch characters on the screen for a whole day Smiley

Link?

I haven't had the opportunity to upload it yet. It's a 24 hours recording, over 5GB Smiley

You can check older videos I made for short runs:
https://m.youtube.com/watch?v=V-CIJpZQz3c
https://m.youtube.com/watch?v=ok-DNofVNgM
28  Economy / Gambling / Re: Slow and safe way to make Ƀ Ƀ Ƀ on satoshimines.com on: August 10, 2015, 06:58:54 AM
i find it really strange that you are selling it, because of that i believe its not too good strategy, despite of those facts i might think about buying it in the future

Well its probably because it doesn't work very well. If he was making millions of his autobot he wouldn't be trying to sell it for such a cheap price. Not a scam but it won't make you rich either.
By the way, the thread title is "slow and safe" not "get rich quick"
29  Economy / Gambling / Re: Slow and safe way to make Ƀ Ƀ Ƀ on satoshimines.com on: August 10, 2015, 06:57:39 AM
i find it really strange that you are selling it, because of that i believe its not too good strategy, despite of those facts i might think about buying it in the future

Well its probably because it doesn't work very well. If he was making millions of his autobot he wouldn't be trying to sell it for such a cheap price. Not a scam but it won't make you rich either.

It works okay but it's not worth spending money on.  It's just as good as any basic betting system rather it be martingale, variation of martingale, or other strategies like d'alambert or cancellation systems.  The only thing that's really interesting is that it's a nice and welcome change from overly repeated game formats like dice.  It gives a sense of greater control since you can manually choose which block or blocks to open up before you land on a mine.  However, I usually just like to let the random chooser do that.

The main reason I sell it and not give it for free is the fact I was able to reverse engineer all the functions of the site using quick and easy poweshell command. You can use them in any method you like, I find the adaptive martiginal most profitable but you can use which ever method you like.
30  Economy / Gambling / Re: Slow and safe way to make Ƀ Ƀ Ƀ on satoshimines.com on: August 10, 2015, 06:52:48 AM
i find it really strange that you are selling it, because of that i believe its not too good strategy, despite of those facts i might think about buying it in the future

Well its probably because it doesn't work very well. If he was making millions of his autobot he wouldn't be trying to sell it for such a cheap price. Not a scam but it won't make you rich either.

I never claimed it makes million, if you follow the instructions and use common sense, it can make you 0.5-1btc a day, which is pretty good if you ask me.
31  Economy / Gambling / Re: Slow and safe way to make Ƀ Ƀ Ƀ on satoshimines.com on: August 09, 2015, 10:18:18 PM
Hi guys,

I got some messages asking me about the link to the auto-pilot script -
http://satoshibox.com/5520410612fb6dfc0c8b456d

Enjoy.

If you are making money with it ... can I ask you why are you selling this "auto-pilot script"? 

I hardly use it anymore, currently working on other projects. I got a couple of PMs in the past few days asking for the link so I thought I'll just paste it again.

I am selling it because it works, and it worth the money.

I think i will try this...I even read most of the related threads... any other advice before i get started? Recommendations for a noob I'm prepared to dive in...n hope for the best
i think your script will work and those guys giving you shit have a special place in bitcoin hell... if that makes u feel better lol...
thanks for the support

You have all the information you need on the script header, make sure to read the instructions and understand how the script work before running it.
start with a reasonable stack but not too big - 0.05-0.1BTC should be enough to get you going.

Let the auto-pilot run its course, it has a built in stop, which aim to protect your gains, don't try and intervene.

Also, most important, don't try to play on a browser the same time as the script runs, it can cause you to hit the stop even if you don't actually losing.

if you have any questions, I am available on PM or Bitmessages, it might take me a few hours to reply.

Alright will do... Any discounts on the full version at this time?

I am sorry, there are no discounted versions at this time. Although, if you follow the instructions you will regain the script price in less than a day.

OK i will follow as best i can... will report back if have positive results
Good luck! I am here if you have any questions. Also, I'd appreciate any positive feedbacks Smiley
32  Economy / Gambling / Re: Slow and safe way to make Ƀ Ƀ Ƀ on satoshimines.com on: August 09, 2015, 10:17:18 PM
i find it really strange that you are selling it, because of that i believe its not too good strategy, despite of those facts i might think about buying it in the future

As I mentioned before, the system does work but it require time and patience, nothing in this world comes for free.
33  Economy / Gambling / Re: Slow and safe way to make Ƀ Ƀ Ƀ on satoshimines.com on: August 09, 2015, 10:14:39 PM
Hi guys,

I got some messages asking me about the link to the auto-pilot script -
http://satoshibox.com/5520410612fb6dfc0c8b456d

Enjoy.

If you are making money with it ... can I ask you why are you selling this "auto-pilot script"? 

I hardly use it anymore, currently working on other projects. I got a couple of PMs in the past few days asking for the link so I thought I'll just paste it again.

I am selling it because it works, and it worth the money.

I think i will try this...I even read most of the related threads... any other advice before i get started? Recommendations for a noob I'm prepared to dive in...n hope for the best
i think your script will work and those guys giving you shit have a special place in bitcoin hell... if that makes u feel better lol...
thanks for the support

You have all the information you need on the script header, make sure to read the instructions and understand how the script work before running it.
start with a reasonable stack but not too big - 0.05-0.1BTC should be enough to get you going.

Let the auto-pilot run its course, it has a built in stop, which aim to protect your gains, don't try and intervene.

Also, most important, don't try to play on a browser the same time as the script runs, it can cause you to hit the stop even if you don't actually losing.

if you have any questions, I am available on PM or Bitmessages, it might take me a few hours to reply.

Alright will do... Any discounts on the full version at this time?

I am sorry, there are no discounted versions at this time. Although, if you follow the instructions you will regain the script price in less than a day.
34  Economy / Gambling / Re: Slow and safe way to make Ƀ Ƀ Ƀ on satoshimines.com on: August 09, 2015, 10:04:57 PM
on offence but it is hard to believe you when you have your trust telling that this method is just a classic scam, and you are selling because it works? why dont you use it with big sums to earn endless money?

Look again at my trust, the scam accusations were made by users who didn't even bother to check the script before posting negative feedbacks, users who actually used it posted positive feedbacks.

unfortunately, trolls on this forum are self-appointed judge, jury and executioners, and there is nothing I can do about it, except hoping that those who buy my script post positive feedbacks.

About your seconds question - because running the script require time, I am currently setting up a new company and involved in two other projects so I don't have the time to run is.
35  Economy / Gambling / Re: Slow and safe way to make Ƀ Ƀ Ƀ on satoshimines.com on: August 09, 2015, 10:03:36 PM
on offence but it is hard to believe you when you have your trust telling that this method is just a classic scam, and you are selling because it works? why dont you use it with big sums to earn endless money?

Look again at my trust, the scam accusations were made by users who didn't even bother to check the script before posting negative feedbacks, users who actually used it posted positive feedbacks.

unfortunately, trolls on this forum are self-appointed judge, jury and executioners, and there is nothing I can do about it, except hoping that those who buy my script post positive feedbacks.
36  Economy / Gambling / Re: Slow and safe way to make Ƀ Ƀ Ƀ on satoshimines.com on: August 09, 2015, 10:00:29 PM
Hi guys,

I got some messages asking me about the link to the auto-pilot script -
http://satoshibox.com/5520410612fb6dfc0c8b456d

Enjoy.

If you are making money with it ... can I ask you why are you selling this "auto-pilot script"? 

I hardly use it anymore, currently working on other projects. I got a couple of PMs in the past few days asking for the link so I thought I'll just paste it again.

I am selling it because it works, and it worth the money.

I think i will try this...I even read most of the related threads... any other advice before i get started? Recommendations for a noob I'm prepared to dive in...n hope for the best
i think your script will work and those guys giving you shit have a special place in bitcoin hell... if that makes u feel better lol...
thanks for the support

You have all the information you need on the script header, make sure to read the instructions and understand how the script work before running it.
start with a reasonable stack but not too big - 0.05-0.1BTC should be enough to get you going.

Let the auto-pilot run its course, it has a built in stop, which aim to protect your gains, don't try and intervene.

Also, most important, don't try to play on a browser the same time as the script runs, it can cause you to hit the stop even if you don't actually losing.

if you have any questions, I am available on PM or Bitmessages, it might take me a few hours to reply.
37  Economy / Gambling / Re: Slow and safe way to make Ƀ Ƀ Ƀ on satoshimines.com on: August 09, 2015, 09:24:38 PM
Hi guys,

I got some messages asking me about the link to the auto-pilot script -
http://satoshibox.com/5520410612fb6dfc0c8b456d

Enjoy.

If you are making money with it ... can I ask you why are you selling this "auto-pilot script"? 

I hardly use it anymore, currently working on other projects. I got a couple of PMs in the past few days asking for the link so I thought I'll just paste it again.

I am selling it because it works, and it worth the money.
38  Economy / Gambling / Re: Slow and safe way to make Ƀ Ƀ Ƀ on satoshimines.com on: August 09, 2015, 08:52:58 PM
Hi guys,

I got some messages asking me about the link to the auto-pilot script -
http://satoshibox.com/5520410612fb6dfc0c8b456d

Enjoy.
39  Economy / Lending / Re: 0.2BTC for 6 weeks on bitbond on: July 26, 2015, 12:29:35 PM
I am sorry, I am very confused by your reply. why should I go away? is there something wrong with publishing a legitimate loan on a lending forum? did I miss something on the forum rules?

you missed a collateral and your negative trust. no one will loan you that amount without a collateral, sir. especially when you have been marked as an untrusted individual.

now, collateral or shoo.

As I replaied before, kindly click on the trust link. unfortunately this site allow trolls to post negative feedbacks without any basis.

actually that's the first thing I did when I saw your post. and I didn't see anything wrong there. well, there is one feedback that was a little off but looks like they removed it right away.

300% return sounds too good too be true for most people. and they have the right to be suspicious

there is a difference between being suspicious and trashing someone's reputation without even checking.
Regarding the negative feedbacks, all of them came from people who have appointed themselves as judge and jury, even though I have offered to provide all the information and scripts but instead of actually checking my claims - they've decided to give negative feedback.
40  Economy / Lending / Re: 0.2BTC for 6 weeks on bitbond on: July 26, 2015, 12:24:52 PM
Kinda funny to see that you claimed you raised 6 BTC before on bitbond and ask for 0.2 BTC here, you might as well just go to bitbond to raise for another loan. You do know that there is a rule of no collateral no loan and speaking frankly, with your red trust account you wont get anything here.
Here's an advice, kindly lock this thread and go to bitbond for your loan otherwise you might get alot more rude approach here . Sad fact is that , it is pretty normal around here

I am raising on Bitbond, and published the link to bitbond. I am not asking for a direct loan.
about the trust - I recommend you will click on the link and see that the red is based on trolls how gave negative feedback without even checking, there are some very positive feedbacks on my trust page.

I am used to trolls on bitcointalk, it is normal not only here but in every forum on this site.

I know and noticed that and I kindly have suggested you to lock this thread and leave because this is how this section works . No collateral no loan . Of course if you are a trusted member than you can get a loan with/without collateral ( which you are not ). Another facts of this forum is that, no matter how many positive untrusted feedback that you have, once you got a valid red trust from a trusted feedback than you are deem not trustworthy ( sad fact isnt it, but its the truth here )

P.S : you might get alot more rude approaches though you are just posting links here

I do apologize,  I was confused by the title "lending forum".
I will lock this thread. I am sorry to wake up the trolls.
Pages: « 1 [2] 3 4 5 6 7 8 9 10 11 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!