Pages:
Author

Topic: PonziDOGE... this naugty shibe started a transparent ponzi game - page 6. (Read 13055 times)

newbie
Activity: 35
Merit: 0
ready for the round tonight!
sr. member
Activity: 336
Merit: 250
Got Crypto?
holy crap. I made 10K Doge! nice site!
member
Activity: 112
Merit: 10
people are cheating with bots on this site. DO NOT USE!

Follow quick send tips... and you too can be one of the first guys...

Here is the guy who won end of round
https://twitter.com/PonziDOGE1/status/463107362245472256
member
Activity: 112
Merit: 10
people are cheating with bots on this site. DO NOT USE!

Follow quick send tips... and you too can be one of the first guys...
sr. member
Activity: 261
Merit: 250
people are cheating with bots on this site. DO NOT USE!

citation needed. explain how someone even COULD cheat.
sr. member
Activity: 336
Merit: 250
Got Crypto?
Awesome Return! Thanks. It was a bit iffy at first but turned out good.
member
Activity: 112
Merit: 10
I deposited some Doge and someone deposited after me. Shouldnt I get a return now?

Formula is (Total Deposits - Paid Deposits) - (5% of Total Deposits) = Balance
sr. member
Activity: 336
Merit: 250
Got Crypto?
I deposited some Doge and someone deposited after me. Shouldnt I get a return now?
member
Activity: 112
Merit: 10
I'm not sure how many people would join in from doge but your bitcoin ponzi might benefit from advertising on http://freebitco.in Just noticed a banner for sale that gets over 500 clicks per day.

We got some very nice advertising for DOGE...we are looking places to advertise the litcoin and btc games but only high traffic legitimate places.

Thanks

New Rounds for DOGE and BTC tonight
newbie
Activity: 35
Merit: 0
I'm not sure how many people would join in from doge but your bitcoin ponzi might benefit from advertising on http://freebitco.in Just noticed a banner for sale that gets over 500 clicks per day.
sr. member
Activity: 261
Merit: 250
That got me thinking, and I figured out another small trick, doubleclick to the left of the address. But yeah, browser has to be wide enough or it gets harder, can't lose those precious seconds. I see you still won though, whew!
newbie
Activity: 35
Merit: 0
Just another tip for you guys I almost waited too long i was the 130k had the page minimized and couldn't grab the full address almost didn't make it in time so keep your browser in full screen.
sr. member
Activity: 261
Merit: 250
EDIT: It took me too long to type this, and I see poncrypto beat me to answering. But I don't have the heart to delete it. Smiley I also went full nerd and showed how to export/import private key if you really really ever need to remove the password, so maybe it has some value.


This is what I get for not testing things. I just kind of thew in the "remove password" thing in at the last minute, when just trying to picture what other people might be doing that is slowing them down. I googled around and it doesnt seem like you can't directly do it! I can't believe it!

I just played around with it, and you can still send with a password set with the debug window like this:

> walletpassphrase

I tried this when I had a password set, and it worked:

walletpassphrase 999999
sendtoaddress 1000

the 999999 is how many seconds it should keep it in memory, put a smaller number if you want.
Just send to yourself so you know it works.


And just to geek out, here is how you could remove the passphrase with exporting:

> sendtoaddress
> dumpprivkey

It is necessary to ensure all of your coins are in a single address, the client likes to keep change in different addresses, so thats why that first sendtoaddress is in there.
Then dumpprivkey will print out your private key, it should start with a Q. Copy that into a notepad window or something.
then stop dogecoin-qt, and find the dogecoin folder that has wallet.dat, in windows that is %appdata%\dogecoin (just paste that into run menu), then rename wallet.dat to something like wallet.dat.old just in case you fuck up you can get back to it. Start up dogecoin-qt so it makes a new wallet.dat, then get back into the debug console and do this:

> importprivkey

it will freeze up a bit as it imports, don't freak out. When it is done you should see your dogecoin, and of course there's no password set.


Now watch I'm gonna lose everytime now that other people are gonna beat me, oh well it was a good run! Smiley
newbie
Activity: 35
Merit: 0
Thanks just tried it and it works.
member
Activity: 112
Merit: 10
I would like to share 2 big tips:

1. The more obvious one: Remove the wallet password, you can put it back when you're done playing.

2. Use the debug window. This eliminates the delay in having to click the "are you sure" window after sending.

A quick guide on debug window:
Go to the help menu, then debug window, then click on the console tab. You'll see a window where you can enter commands at the bottom. Type "getinfo" into it, just as practice. See how it works? Good. To send to an address, test it on yourself, the command is:
sendtoaddress

it automatically adds the miner fee on top of that amount (usually only 1 doge), so make sure to send a tiny bit less than the entire contents of your wallet. This is an important point since its horrifying when it says "insufficient funds" and you lose precious seconds because of that.

So when it's GO time, have the command all typed out with the amount, then when the address appears on the website, copy it, paste into the right spot, slam the enter key, win.

edit: I see the site owner liked this and is spreading it in places. I didn't want to highlight the fact that I've never lost a round, I feel like a jerk admitting that part, but its true. I've been chatting with him in PMs and told him that for some reason I'm always in the top 3, and I am not cheating. I finally came to the conclusion it must be the debug window thing so I decided to share. I think if more people win more often, it will get popular, since a dead game would kill the free lunches I've been getting from this. And I'm not going to just "play slower", that's stupid. Smiley



How do you remove the wallet password seems i cant figure out how.

Basically to open console
1. Open Bitcoin QT the go to Help -> Debug Window -> Console

2. Unlock wallet in console  (time out is in seconds) (Remove the <  > )
walletpassphrase

3. Use send to address to send coins
sendtoaddress
newbie
Activity: 35
Merit: 0
I would like to share 2 big tips:

1. The more obvious one: Remove the wallet password, you can put it back when you're done playing.

2. Use the debug window. This eliminates the delay in having to click the "are you sure" window after sending.

A quick guide on debug window:
Go to the help menu, then debug window, then click on the console tab. You'll see a window where you can enter commands at the bottom. Type "getinfo" into it, just as practice. See how it works? Good. To send to an address, test it on yourself, the command is:
sendtoaddress

it automatically adds the miner fee on top of that amount (usually only 1 doge), so make sure to send a tiny bit less than the entire contents of your wallet. This is an important point since its horrifying when it says "insufficient funds" and you lose precious seconds because of that.

So when it's GO time, have the command all typed out with the amount, then when the address appears on the website, copy it, paste into the right spot, slam the enter key, win.

edit: I see the site owner liked this and is spreading it in places. I didn't want to highlight the fact that I've never lost a round, I feel like a jerk admitting that part, but its true. I've been chatting with him in PMs and told him that for some reason I'm always in the top 3, and I am not cheating. I finally came to the conclusion it must be the debug window thing so I decided to share. I think if more people win more often, it will get popular, since a dead game would kill the free lunches I've been getting from this. And I'm not going to just "play slower", that's stupid. Smiley



How do you remove the wallet password seems i cant figure out how.
sr. member
Activity: 261
Merit: 250
I searched /r/dogecoin reddit for ponzi and found this:

http://www.reddit.com/r/dogecoin/comments/1yctpw/why_you_should_not_put_your_money_in_ponzi/
http://wowsuchponzi.com/

that other ponzi looks really shady though, it doesn't look active, yet they still have an address showing. I just put in 100 doge for the heck of it (I can afford to throw away 5 cents) to ping it, and it didn't show up. If its dead, the dude ought to just remove the site. Sites like this give ponzidoge.com a bad name. Maybe this is why this isn't catching on more, people assume its like that other one and is a scam.
member
Activity: 112
Merit: 10
Todays Email was like this

New BTC and Doge Rounds are tonight 30 minutes after the end of current rounds.
For BTC check http://btcpile.com and for DOGE check http://ponzidoge.com

One of the players who never lost decided to share his tips
https://bitcointalksearch.org/topic/m.6501402

For BITCOIN IMPORTANT ... make sure you have the recommended fee for bitcoin set if you are sending from console or it will cause delays in your payout!
Go to Bitcoin-QT - > Preferences -> Wallet -> Transaction Fee to "0.0001"

Basically to open console
1. Open Bitcoin QT the go to Help -> Debug Window -> Console

2. Unlock wallet in console  (time out is in seconds) (Remove the <  > )
walletpassphrase

3. Use send to address to send coins
sendtoaddress
sr. member
Activity: 261
Merit: 250
I would like to share 2 big tips:

1. The more obvious one: Remove the wallet password, you can put it back when you're done playing.

2. Use the debug window. This eliminates the delay in having to click the "are you sure" window after sending.

A quick guide on debug window:
Go to the help menu, then debug window, then click on the console tab. You'll see a window where you can enter commands at the bottom. Type "getinfo" into it, just as practice. See how it works? Good. To send to an address, test it on yourself, the command is:
sendtoaddress

it automatically adds the miner fee on top of that amount (usually only 1 doge), so make sure to send a tiny bit less than the entire contents of your wallet. This is an important point since its horrifying when it says "insufficient funds" and you lose precious seconds because of that.

So when it's GO time, have the command all typed out with the amount, then when the address appears on the website, copy it, paste into the right spot, slam the enter key, win.

edit: I see the site owner liked this and is spreading it in places. I didn't want to highlight the fact that I've never lost a round, I feel like a jerk admitting that part, but its true. I've been chatting with him in PMs and told him that for some reason I'm always in the top 3, and I am not cheating. I finally came to the conclusion it must be the debug window thing so I decided to share. I think if more people win more often, it will get popular, since a dead game would kill the free lunches I've been getting from this. And I'm not going to just "play slower", that's stupid. Smiley
Pages:
Jump to: