wiggi
|
|
November 21, 2013, 04:07:39 PM |
|
Is it possible to reduce ping time and timeout? Like this: https://github.com/sipa/bitcoin/commit/f9eeb06c10d826a56389b8473ec48549d4d57787but just changing the numbers to 2 and 5 minutes is fine, i.e. // Keep-alive ping // if (pto->nLastSend && GetTime() - pto->nLastSend > 30 * 60 && pto->vSend.empty()) if (pto->nLastSend && GetTime() - pto->nLastSend > 2 * 60 && pto->vSend.empty()) pto->PushMessage("ping"); and // else if (GetTime() - pnode->nLastSend > 90*60 && GetTime() - pnode->nLastSendEmpty > 90*60) else if (GetTime() - pnode->nLastSend > 5*60 && GetTime() - pnode->nLastSendEmpty > 5*60) { printf("socket not sending\n"); pnode->fDisconnect = true; } // else if (GetTime() - pnode->nLastRecv > 90*60) else if (GetTime() - pnode->nLastRecv > 5*60) { printf("socket inactivity timeout\n"); pnode->fDisconnect = true; } Additional traffic is only a few bytes every 2 minutes and it really does help everyone with crappy internet connection to stay synced to the latest block and game turn, as the connections tend to "stall" otherwise after some time. (connection showing up as 'established' when it's actually dead)
|
|
|
|
Banthex
Newbie
Offline
Activity: 49
Merit: 0
|
|
November 21, 2013, 04:21:51 PM |
|
We walk faster with a better network hashrate right?
|
|
|
|
scientihark
Newbie
Offline
Activity: 14
Merit: 0
|
|
November 21, 2013, 05:11:36 PM |
|
hFfC9K7j8GJCftGAp5xNC9UN8sjSUn4G6D thanks
|
|
|
|
pabloangello
Legendary
Offline
Activity: 1344
Merit: 1001
|
|
November 21, 2013, 10:44:45 PM |
|
hFfC9K7j8GJCftGAp5xNC9UN8sjSUn4G6D thanks
Who and for what? Does it look like give away thread?
|
|
|
|
snailbrain (OP)
Legendary
Offline
Activity: 1807
Merit: 1020
|
|
November 21, 2013, 11:31:17 PM |
|
hFfC9K7j8GJCftGAp5xNC9UN8sjSUn4G6D thanks
Who and for what? Does it look like give away thread? i already sent it him for testing...
|
|
|
|
Coinpicker
Member
Offline
Activity: 99
Merit: 10
|
|
November 22, 2013, 07:13:24 AM |
|
"This application has request the runtime to terminate it in an unusual way. please contact the application´s support team for more information."
windows 7
|
|
|
|
deodecagone
|
|
November 22, 2013, 07:42:10 AM |
|
"This application has request the runtime to terminate it in an unusual way. please contact the application´s support team for more information."
windows 7
You need to run the wallet in -testnet mode
|
|
|
|
Coinpicker
Member
Offline
Activity: 99
Merit: 10
|
|
November 22, 2013, 09:27:11 AM Last edit: November 22, 2013, 09:50:51 AM by Coinpicker |
|
what is testnet
edit: ok i opened it whit cmd
can i get some coins to creat a player hQrbEbeLreaH8ZZB58axjtfKvpKnqA4WcF
|
|
|
|
Banthex
Newbie
Offline
Activity: 49
Merit: 0
|
|
November 22, 2013, 10:31:56 AM |
|
I send you a few coins.
|
|
|
|
Coinpicker
Member
Offline
Activity: 99
Merit: 10
|
|
November 22, 2013, 11:38:15 AM |
|
thank you
|
|
|
|
Coinpicker
Member
Offline
Activity: 99
Merit: 10
|
|
November 22, 2013, 01:33:07 PM |
|
I got some coins now but how can i send them to my wallte from my char it isn t working for me O_o
btw i m missing a delete function for chars.
|
|
|
|
snailbrain (OP)
Legendary
Offline
Activity: 1807
Merit: 1020
|
|
November 22, 2013, 01:58:43 PM |
|
I got some coins now but how can i send them to my wallte from my char it isn t working for me O_o
btw i m missing a delete function for chars.
you can't delete characters, to cash coins in you need to bring them back to your spawn area, then they will appear in your wallet (assuming you make it there alive)
|
|
|
|
Coinpicker
Member
Offline
Activity: 99
Merit: 10
|
|
November 22, 2013, 02:37:14 PM |
|
Ah ok ty
btw will the coins from the beta be lost at final version?
|
|
|
|
snailbrain (OP)
Legendary
Offline
Activity: 1807
Merit: 1020
|
|
November 22, 2013, 02:39:42 PM |
|
Ah ok ty
btw will the coins from the beta be lost at final version?
yes..
|
|
|
|
|
|
snailbrain (OP)
Legendary
Offline
Activity: 1807
Merit: 1020
|
|
November 22, 2013, 03:39:03 PM Last edit: November 22, 2013, 04:11:38 PM by snailbrain |
|
I did btw, how much are you mining with? (i noticed someone had quite high hash rate) @Jacky, why did you leave your characters with over 1.5k coins on them anyway?? i killed them and stole your coins lol p.s. very sorry if you thought the coins were live, the OP clearly states testnet is enforced and in the thread it's mentioned that the coins will not carry on.. There will be an update in a week or 2 which will improve the game considerably.
|
|
|
|
eiswuerfel
|
|
November 23, 2013, 04:33:11 AM |
|
I did btw, how much are you mining with? (i noticed someone had quite high hash rate) @Jacky, why did you leave your characters with over 1.5k coins on them anyway?? i killed them and stole your coins lol p.s. very sorry if you thought the coins were live, the OP clearly states testnet is enforced and in the thread it's mentioned that the coins will not carry on.. There will be an update in a week or 2 which will improve the game considerably. I mining with my GPUs (2,3GHs) but didnt found a block. Can i get some Coins for testing? hPawfZPDGFVXV2eABisgXKfb8Ki9VkYMnX
|
|
|
|
sdp
|
|
November 27, 2013, 11:33:06 AM Last edit: November 28, 2013, 12:17:41 AM by sdp |
|
I have come up with some suggestions for Huntercoin: Protocol:
Fast coin has 12 second blocks. Perhaps we could reduce huntercoin's turn length.
Client:
Immediate Feedback: Instead of showing 'pending' when a character is ordered to move, make this character have its red line immediately drawn to the destination specified on. Then send out the packet to the rest of the network. When the turn finishes, the game could just leave this alone, correct it (if say the character was killed), or redraw it (perhaps easier to code). Responsiveness: When a player arrives at a waypoint in the game, the client has to issue another move command to the network. When this happens, the user is to make this character move in some other direction for the next block and has to wait a whole minute before he issue his move command. Correction: What is more, a user might decide that he needs to correct his move after deciding to move.
Each player should have a 'next move' variable. map<PlayerID, Move *>. After all of the transactions have been processed, broadcast the commands that exist in the map to the network. Then empty the map. If some player already has a command pending, then put that in this 'next move' map. If there is already one there just discard the old.
|
Coinsbank: Left money in their costodial wallet for my signature. Then they kept the money.
|
|
|
durnkenWiz
|
|
November 27, 2013, 02:51:11 PM |
|
thx )
hU4NHU2sioyihkTLZyUrErxQKM89Bny3jQ
|
|
|
|
|