Bitcoin Forum
April 25, 2024, 01:45:21 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 2 3 [4] 5 6 7 8 9 10 »  All
  Print  
Author Topic: King of the Mount Automated Bitcoin 1.5x (GAME SUSPENDED)  (Read 13941 times)
Alex Beckenham
Full Member
***
Offline Offline

Activity: 154
Merit: 100


View Profile
June 27, 2011, 04:27:28 PM
 #61

You could prevent the above by having the GAME ID as part of the form data. So they have to wait for a round to start before submitting the form which takes them to mybitcoin.com.

eg, form says <input type="hidden" name="gameid" value="7"> so if they hit that submit button at the end of game 7, hoping to get in quick at the start of game 8, then it'll just ignore that payment because it came from game 7.

People will still have to race, but they won't be able to prepare for the race until the game has actually started...

Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714009521
Hero Member
*
Offline Offline

Posts: 1714009521

View Profile Personal Message (Offline)

Ignore
1714009521
Reply with quote  #2

1714009521
Report to moderator
herbertfilby (OP)
Full Member
***
Offline Offline

Activity: 140
Merit: 100



View Profile
June 27, 2011, 04:40:18 PM
 #62

I was thinking about doing that, but the only problem is that their payment WON'T count towards the last game if they submit it after the end-game processing script is run, because the last person in line will get the remaining pot... And their bet won't count towards the new game, because it's marked for the previous round... So their bet will essentially turn into a donation for me, and I feel that in a game of sniping, too many people would end up losing their money and blame me for it.
RevolutionMaster
Full Member
***
Offline Offline

Activity: 126
Merit: 100


View Profile
June 27, 2011, 07:02:00 PM
 #63

You could do some stuff with partial association. if($currentRound != $paymentRound), $pot += $bet

Toss those bets into the pot if the round ID doesn't match.
herbertfilby (OP)
Full Member
***
Offline Offline

Activity: 140
Merit: 100



View Profile
June 27, 2011, 07:25:49 PM
 #64

That's no different than what it's doing now.

Are you saying, put the money into the pot, but don't give that person a place in line? Would discourage cheaters.....
RevolutionMaster
Full Member
***
Offline Offline

Activity: 126
Merit: 100


View Profile
June 27, 2011, 11:17:33 PM
 #65

Exactly. Of course, we'd have to prevent a positive  pot from forming (everyone paid out, but coins still in the pot).

if($everyone_paid == 1){
   pay_operator($pot);
}
herbertfilby (OP)
Full Member
***
Offline Offline

Activity: 140
Merit: 100



View Profile
June 27, 2011, 11:50:48 PM
 #66

Well, the way it's programmed, the extra pot would go towards people's doubles or the End-Game last person in line, not me.
herbertfilby (OP)
Full Member
***
Offline Offline

Activity: 140
Merit: 100



View Profile
June 28, 2011, 12:08:30 AM
 #67

Another bet in King of the Mountain. Glad to see it's finally seeing some traffic

http://bitcoinsurf.net/kingofthemountain/
RevolutionMaster
Full Member
***
Offline Offline

Activity: 126
Merit: 100


View Profile
June 28, 2011, 12:36:56 AM
 #68

Well, the way it's programmed, the extra pot would go towards people's doubles or the End-Game last person in line, not me.

The scenario I'm talking about would be one where everyone is paid out, and whoever bids next gets doubled if they put in 50% of the pot. We don't want that scenario to occur, due to the potential for abuse.

Another possibility is to have all voided entries go towards a bitcoin lottery jackpot.
Delicious
Newbie
*
Offline Offline

Activity: 22
Merit: 0


View Profile
June 28, 2011, 04:09:52 AM
 #69

I am a bit confused on the King of the Mountain game.  The rules state it is an hourly game, however here it states it is 24 hours and the page time shows 24 hour game(and this is what I thought it was changed to).  At the end of countdown it said it was resetting the game, I put a payment in after 20 seconds+ (registered at 34) and then the game reloaded with all previous bets in place and the timer reset, while my bet is at the bottom.  Did I miss something?
RevolutionMaster
Full Member
***
Offline Offline

Activity: 126
Merit: 100


View Profile
June 28, 2011, 04:13:24 AM
 #70

Sorry you got caught up in this, we're on IRC now in #bitcoin-koth on freenode. There seems to be a bug that occurs when both kotm and koth end at the same time, leading to neither ending.


Right now, the current solution:

HerbertFilby:  ok, I will extend King of the Mountain for another 23 hours so people in the chain that bet 3.0 will have a chance to get multiplied, and king of the Hill should be fine at 1am EDT in 50 minutes
[12:11AM] HerbertFilby: I will tweak the cron settings so the games are not executing at the same time, offset it by like a minute
[12:11AM] HerbertFilby: then we will see how tomorrow goes
herbertfilby (OP)
Full Member
***
Offline Offline

Activity: 140
Merit: 100



View Profile
June 28, 2011, 04:27:56 AM
 #71

Yeah, we had a glitch at midnight. When both games were trying to reset, it in fact executed NONE of the resets, which is just odd... I reset the timer on King of the Mountain so that it now ends 1 minute past midnight every night. Hopefully this bug won't happen again.

Nobody lost their funds, but the round didn't reset like it was supposed to, so the game essentially was extended by 24 hours.
RevolutionMaster
Full Member
***
Offline Offline

Activity: 126
Merit: 100


View Profile
June 28, 2011, 05:14:54 AM
 #72

The issue has been resolved, the rounds are on! (It resets properly now!)
MtRev
Sr. Member
****
Offline Offline

Activity: 448
Merit: 250



View Profile WWW
June 28, 2011, 05:15:35 AM
 #73

Wouldn't it help if you ran both games on different databases?

Just make 2 copies of the games in different locations.
I know it's not exactly a fix, but could help keep the game running smoothly until the problem is corrected.

Don't trade alone! Let's Talk Money!
Stocks, Options, Crypto, Forex, Dividends and the Commodities market
tysat
Legendary
*
Offline Offline

Activity: 966
Merit: 1004


Keep it real


View Profile
June 28, 2011, 05:32:54 AM
 #74

Wouldn't it help if you ran both games on different databases?

Just make 2 copies of the games in different locations.
I know it's not exactly a fix, but could help keep the game running smoothly until the problem is corrected.

Separate databases would make a lot more sense.
herbertfilby (OP)
Full Member
***
Offline Offline

Activity: 140
Merit: 100



View Profile
June 28, 2011, 03:53:10 PM
 #75

That's what puzzles me... They are both in separate databases  Huh
RevolutionMaster
Full Member
***
Offline Offline

Activity: 126
Merit: 100


View Profile
June 28, 2011, 05:34:43 PM
 #76

Perhaps it's an issue with Cron?

Either way, it works now.
herbertfilby (OP)
Full Member
***
Offline Offline

Activity: 140
Merit: 100



View Profile
June 28, 2011, 07:20:01 PM
 #77

Yeah I think it was that both Cron jobs were trying to run at the same time. I offset the mountain game by 1 minute, so should be good tonight.

I would hold off sniping on King of the Mountain's new game tonight after 12:01am EDT, just in case. If the game STILL doesn't end, I will do it manually. Then you can feel free to go nuts. I will be in the chat tonight around that time to give everyone status updates on what's going on.
remssik
Newbie
*
Offline Offline

Activity: 37
Merit: 0



View Profile
June 28, 2011, 10:39:27 PM
 #78

Hey Herb, check your PMs   Smiley.

-Rem
herbertfilby (OP)
Full Member
***
Offline Offline

Activity: 140
Merit: 100



View Profile
June 29, 2011, 02:57:40 AM
 #79

Thanks for your feedback and encouragement, rem Smiley

New King of the Mountain game begins in about an hour at 12:01am EDT

Please hold off on sniping until I verify that the end-game script has run!
Trayber
Sr. Member
****
Offline Offline

Activity: 336
Merit: 252


View Profile
June 29, 2011, 03:39:38 AM
 #80

so thats the only way you get your money doubled is by sniping ? What a dumb game
Pages: « 1 2 3 [4] 5 6 7 8 9 10 »  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!