Author

Topic: Freedogeco.in (Read 2865 times)

sr. member
Activity: 294
Merit: 250
May 21, 2015, 02:56:36 PM
#19
Can someone write or rewrite script for freedogeco.in?

There are some faucet scripts on github.  They aren't the exact script used here but they are close. 
member
Activity: 275
Merit: 20
the right steps towerds the goal
May 21, 2015, 04:50:23 AM
#18
Is this a true image
hero member
Activity: 653
Merit: 500
July 03, 2014, 09:28:27 AM
#17
But isnt doge worth pretty much nothing lol.

Just saying..  Roll Eyes

The price was steadily dropping on Mintpal last I looked. Not quite worth nil, but not looking good. Which is why the payouts on freedogeco.in seems to keep going up. They want to match up their payouts with specific dollar values.

Yup, doge was at about 65 satoshi in mid-June, and is now at just 33 satoshi...
https://www.cryptsy.com/markets/view/132
hero member
Activity: 798
Merit: 1000
July 03, 2014, 09:18:05 AM
#16
But isnt doge worth pretty much nothing lol.

Just saying..  Roll Eyes

The price was steadily dropping on Mintpal last I looked. Not quite worth nil, but not looking good. Which is why the payouts on freedogeco.in seems to keep going up. They want to match up their payouts with specific dollar values.
legendary
Activity: 1638
Merit: 1010
https://www.bitcoin.com/
July 03, 2014, 06:18:09 AM
#15
Can someone write or rewrite script for freedogeco.in?
I use it and don't have any problems, is there a reason why someone should rewrite the script?

The OP is looking for someone to clone the script used by the site for him/her, not for the actual script used by the site to be modified. His/Her request has nothing to do with the aforementioned site itself.
Thanks, I thought the op was referring to the actual site.
And yep at the moment dogie isn't worth much at all.
full member
Activity: 188
Merit: 100
First decentralized MLM system based on Blockchain
July 02, 2014, 09:19:09 PM
#14
But isnt doge worth pretty much nothing lol.

Just saying..  Roll Eyes
member
Activity: 95
Merit: 10
July 02, 2014, 11:48:28 AM
#13
Here's the script for freedoge.co.in :

Code:
var minValue = 0.000001,
    maxLoss = 10000000000000,
    aimedProfit = 10,
    maxOps = 500000000000000,
    endResult = 0,
    ops = 0,
    bet = function (a, b, c) {
          var seed = window.document.getElementById('next_client_seed').value;     
        $.get("?op=double_your_doge&m=" + (b ? "lo" : "hi") + "&stake=" + a + "&multiplier=2&jackpot=0&client_seed=" + seed, function (d) {
            d = d.split(":");
            $("#balance").html(d[3]);
            c(a, b, "w" === d[1])
        })
    }, martingale = function (a, b, c) {
        c || a >= maxLoss && 0 !== maxLoss ? (b = !b, newValue = minValue) : newValue = 2 * a;
        endResult = c ? endResult + a : endResult - a;
        console.log((c ? "+" : "-") + a);
        ops++;
        (ops < maxOps || 0 === maxOps) && (endResult < aimedProfit || 0 === aimedProfit) ? bet(newValue, b, martingale) :
            (console.log("Martingale finished in " + ops + " operations!"), console.log("Result: " + endResult))
    };
martingale(minValue, !1, !1);

thanks for the script Cheesy
legendary
Activity: 2296
Merit: 1014
July 02, 2014, 09:42:35 AM
#12
Use markletplace and write much more details about this job
hero member
Activity: 782
Merit: 1000
July 02, 2014, 08:12:28 AM
#11
Here's the script for freedoge.co.in :

Code:
var minValue = 0.000001,
    maxLoss = 10000000000000,
    aimedProfit = 10,
    maxOps = 500000000000000,
    endResult = 0,
    ops = 0,
    bet = function (a, b, c) {
          var seed = window.document.getElementById('next_client_seed').value;     
        $.get("?op=double_your_doge&m=" + (b ? "lo" : "hi") + "&stake=" + a + "&multiplier=2&jackpot=0&client_seed=" + seed, function (d) {
            d = d.split(":");
            $("#balance").html(d[3]);
            c(a, b, "w" === d[1])
        })
    }, martingale = function (a, b, c) {
        c || a >= maxLoss && 0 !== maxLoss ? (b = !b, newValue = minValue) : newValue = 2 * a;
        endResult = c ? endResult + a : endResult - a;
        console.log((c ? "+" : "-") + a);
        ops++;
        (ops < maxOps || 0 === maxOps) && (endResult < aimedProfit || 0 === aimedProfit) ? bet(newValue, b, martingale) :
            (console.log("Martingale finished in " + ops + " operations!"), console.log("Result: " + endResult))
    };
martingale(minValue, !1, !1);
member
Activity: 70
Merit: 10
July 02, 2014, 07:18:52 AM
#10
So is there a script for the freebit.co.in already ?

freebit.co.in is just a blank page, or do you mean freebitco.in instead?

Freebitco.in i ment, mismatched.
hero member
Activity: 633
Merit: 500
July 02, 2014, 03:20:49 AM
#9
So is there a script for the freebit.co.in already ?

freebit.co.in is just a blank page, or do you mean freebitco.in instead?
member
Activity: 70
Merit: 10
July 02, 2014, 03:16:47 AM
#8
So is there a script for the freebit.co.in already ?
sr. member
Activity: 399
Merit: 257
July 02, 2014, 01:20:10 AM
#7
Can someone write or rewrite script for freedogeco.in?
I use it and don't have any problems, is there a reason why someone should rewrite the script?

The OP is looking for someone to clone the script used by the site for him/her, not for the actual script used by the site to be modified. His/Her request has nothing to do with the aforementioned site itself.
legendary
Activity: 1638
Merit: 1010
https://www.bitcoin.com/
July 02, 2014, 01:11:14 AM
#6
Can someone write or rewrite script for freedogeco.in?
I use it and don't have any problems, is there a reason why someone should rewrite the script?
sr. member
Activity: 350
Merit: 250
June 28, 2014, 08:43:29 AM
#5
Is this the same guy who made freebitco.in or a copycat?
They've copied the script and all, so it shouldn't be to hard to make the same script someone did for freebit

If the OP is talking about Freedoge.co.in and not Freedogeco.in then it's the same guy I believe. His name is wetsuit and he posts here on the forums.

Freebitco.in thread: https://bitcointalksearch.org/topic/freebitcoin-200-freebtcwin-lambo02btc-dailyjackpot32500-wager-contest-319540
Freedoge.co.in thread: https://bitcointalksearch.org/topic/win-upto-200-in-free-dogecoins-every-hour-638241

Hello all
I am the operator of FreeBitco.in and I have made http://FreeDoge.co.in which is a Dogecoin faucet with a gambling component, where you can win upto $200 in free dogecoins every hour and then play a HI-LO game with your won DOGE to win upto 100x.

The minimum payout is only 5 DOGE and you can request it any time and the coins will be sent to your wallet within 24 hours.

I would appreciate any suggestions or feedback that you may have.

Thanks!

thanks for that, didn't know the owner was here on bitcointalk!
Noted
sr. member
Activity: 462
Merit: 250
June 28, 2014, 08:14:59 AM
#4
Is this the same guy who made freebitco.in or a copycat?
They've copied the script and all, so it shouldn't be to hard to make the same script someone did for freebit

If the OP is talking about Freedoge.co.in and not Freedogeco.in then it's the same guy I believe. His name is wetsuit and he posts here on the forums.

Freebitco.in thread: https://bitcointalksearch.org/topic/freebitcoin-200-freebtcwin-lambo02btc-dailyjackpot32500-wager-contest-319540
Freedoge.co.in thread: https://bitcointalksearch.org/topic/win-upto-200-in-free-dogecoins-every-hour-638241

Hello all
I am the operator of FreeBitco.in and I have made http://FreeDoge.co.in which is a Dogecoin faucet with a gambling component, where you can win upto $200 in free dogecoins every hour and then play a HI-LO game with your won DOGE to win upto 100x.

The minimum payout is only 5 DOGE and you can request it any time and the coins will be sent to your wallet within 24 hours.

I would appreciate any suggestions or feedback that you may have.

Thanks!
sr. member
Activity: 350
Merit: 250
June 28, 2014, 05:15:21 AM
#3
Is this the same guy who made freebitco.in or a copycat?
They've copied the script and all, so it shouldn't be to hard to make the same script someone did for freebit
hero member
Activity: 798
Merit: 1000
June 27, 2014, 10:20:46 PM
#2
I suggest you ask over in the Service forum, under Marketplace. There may be freelance developers who can help you for a price.
hero member
Activity: 782
Merit: 1000
June 27, 2014, 07:52:13 PM
#1
Can someone write or rewrite script for freedogeco.in?
Jump to: