mikeyfinn
|
|
September 11, 2014, 04:04:57 PM |
|
Yep, no pruned download yet - I'm waiting another week to give more time for users to upgrade. (I don't want to keep both a pruned and an unpruned download on the server, since it doesn't have an uber-huge disk.) I was getting a ton of pending stuck transactions using 11g and the domob bot files. Seemed to happen even if I manually created players as well.
|
Bitcoin: 1KZr3AvQ3m8NWEGbBPzFMFXbzHxpCbkbv4 Huntercoin: HQWSihm1WPJfjdPbeLfdVc6nsqrnJW5fYR Sync: Si1MjELBXaffuNgEN4Zd3PkM9qzu9pq5k5
|
|
|
domob
Legendary
Offline
Activity: 1135
Merit: 1170
|
|
September 11, 2014, 07:07:44 PM |
|
I was getting a ton of pending stuck transactions using 11g and the domob bot files. Seemed to happen even if I manually created players as well.
I think that I finally found the reason - fix is being tested.
|
Use your Namecoin identity as OpenID: https://nameid.org/Donations: 1 domobKsPZ5cWk2kXssD8p8ES1qffGUCm | NMC: NC domobcmcmVdxC5yxMitojQ4tvAtv99pY BM-GtQnWM3vcdorfqpKXsmfHQ4rVYPG5pKS | GPG 0xA7330737
|
|
|
|
BGB_HUC
Member
Offline
Activity: 114
Merit: 10
|
|
September 12, 2014, 02:36:08 PM |
|
I keep beating this drum lately... but if you are frustrated by the current game state and want to play here is what needs to happen... http://forum.huntercoin.org/index.php?topic=151.0Shows what a little teamwork (which was all by chance) can do.
|
|
|
|
MithrilMan
|
|
September 12, 2014, 02:51:04 PM |
|
I keep beating this drum lately... but if you are frustrated by the current game state and want to play here is what needs to happen... http://forum.huntercoin.org/index.php?topic=151.0Shows what a little teamwork (which was all by chance) can do. Replied there about the chat thing, I think that before releasing my bot system, that need more work and test, I'll release a new version with the possibility to create private chat room (i've already a realtime chat room in the client, but it has only one public channel) in game it would be useful to plan things, even because i've custom syntax that generate interactive things (see paragraph "clickable context" here http://www.mithrilman.com/Huntercoin/News/8 ) and I will add others interactive elements if needed (just ask what you think would be useful) another thing that i think would be useful, would be to allow an user to add a friend, so friends can share automatically within the client the list of their hunters in order to know which are friendly, what do you think?
|
|
|
|
BGB_HUC
Member
Offline
Activity: 114
Merit: 10
|
|
September 12, 2014, 03:14:52 PM |
|
another thing that i think would be useful, would be to allow an user to add a friend, so friends can share automatically within the client the list of their hunters in order to know which are friendly, what do you think?
The chat and friends are great. I am once again trying to see the best way to incorporate your client into my setup, which of course is a little crazier than normal, which is why I haven't been successful, although I haven't tried hard yet.
|
|
|
|
MithrilMan
|
|
September 12, 2014, 03:31:28 PM |
|
another thing that i think would be useful, would be to allow an user to add a friend, so friends can share automatically within the client the list of their hunters in order to know which are friendly, what do you think?
The chat and friends are great. I am once again trying to see the best way to incorporate your client into my setup, which of course is a little crazier than normal, which is why I haven't been successful, although I haven't tried hard yet. cool let me guess: your bot system is integrated into qt, so you need it to be running in order to have your bots my client just need an open RPC connection to the daemon (or qt, because even qt exposes RPC but from my experience it's a bit unstable if used for that and a bit slower, but I have used it only when i had to debug things , it's debug window was valuable for that) so theorically you could setup my settings in order to point to huntercoin-qt (or whatever is the name of your qt client). you can then set if you want that my client restart the client when it starts or no, and if you want to kill (it close it properly using "stop" RPC but after 2 min, if it doesn't respond, it kill the process) or not in my setup, I've both set to false (not the standard behaviour, where settings if i recall right are that it doesn't restart but close daemon on client exit), this mean that when i start my client, it doesn't restart the daemon if already found, but try to use it (so port and rpc settings must match with the running instance) and if no daemon is running, start it. when I close the client, it doesn't try to close/kill the daemon (that's important for me, because since i debug a lot, i keep closing and restarting client, and this way i don't have to wait daemon startup time and close time I think that you can try that way, even if as I said, using the QT as daemon isn't maybe the best choice let me know if you need help about setup P.S. I succeed on creating an Install .exe (using Inno Setup) so now installing the game would be easier (it will install XNA if not found and launch .NET 4.0 installer if the system miss it). not yet released tho
|
|
|
|
BGB_HUC
Member
Offline
Activity: 114
Merit: 10
|
|
September 12, 2014, 04:41:09 PM |
|
cool let me guess: your bot system is integrated into qt, so you need it to be running in order to have your bots my client just need an open RPC connection to the daemon (or qt, because even qt exposes RPC but from my experience it's a bit unstable if used for that and a bit slower, but I have used it only when i had to debug things , it's debug window was valuable for that)
so theorically you could setup my settings in order to point to huntercoin-qt (or whatever is the name of your qt client). you can then set if you want that my client restart the client when it starts or no, and if you want to kill (it close it properly using "stop" RPC but after 2 min, if it doesn't respond, it kill the process) or not
in my setup, I've both set to false (not the standard behaviour, where settings if i recall right are that it doesn't restart but close daemon on client exit), this mean that when i start my client, it doesn't restart the daemon if already found, but try to use it (so port and rpc settings must match with the running instance) and if no daemon is running, start it. when I close the client, it doesn't try to close/kill the daemon (that's important for me, because since i debug a lot, i keep closing and restarting client, and this way i don't have to wait daemon startup time and close time
I think that you can try that way, even if as I said, using the QT as daemon isn't maybe the best choice
let me know if you need help about setup
P.S. I succeed on creating an Install .exe (using Inno Setup) so now installing the game would be easier (it will install XNA if not found and launch .NET 4.0 installer if the system miss it). not yet released tho
Of course the things you mentioned are stuff I ran into. So I am just pointing to a non bot daemon right now and figure I will use that to get my feet wet and if I want to take manual control over a character, I'll transfer him in. I also have both daemon options set to false as I don't want MME to influence the daemon start and stop in this particular case since it is handling HUC network traffic bot my QT clients (My QT Clients don't connect past my local network here). I also noticed that it only allows one copy per login to run, which obviously makes sense but can't blame me for trying . In order to provide fail-over and performance, I run multiple QT Bot clients at the same time, so I wanted to see if I could point MME to each one. I suppose I could setup a bat file that would swap out the settings xml for each bot client if I wanted to take over a particular QT client manually with MME one at a time. I also had multiple MME crashes while trying to move the client across multiple monitors. Could be my problem though... but now its working. Also I feel like such a noob... when I sent in the client fee, I sent 50 HUC directly to the payment address from another wallet instead of going though the wallet MME was connected to. Bonus for ya....
|
|
|
|
northranger79510
Sr. Member
Offline
Activity: 308
Merit: 250
Riecoin and Huntercoin to rule all!
|
|
September 12, 2014, 07:25:18 PM |
|
Man Huntercoin 1 penny while POS (not proof of stake) coins like LitecoinDark continues to rise in price.
|
|
|
|
billybob2014
|
|
September 12, 2014, 10:09:33 PM |
|
Man Huntercoin 1 penny while POS (not proof of stake) coins like LitecoinDark continues to rise in price.
I cannot believe some of the coins that are worth more than Huntercoin.
|
|
|
|
BayAreaCoins
Legendary
Offline
Activity: 4004
Merit: 1250
Owner at AltQuick.com
|
|
September 12, 2014, 10:13:15 PM |
|
Man Huntercoin 1 penny while POS (not proof of stake) coins like LitecoinDark continues to rise in price.
I cannot believe some of the coins that are worth more than Huntercoin. I doubt that stays like that for long. The books are still really thin atm for anyone who wants to add any good size # of coins, however all of these coins are givin out for "free". The demand really is what to push it anywhere. I've offered great the best lines in the world for NFL games, pizza order and a SF delivery dropshipping thing for HUC. If everyone could start one little bullshit service then the ball will get rolling on that side. Still a ways to go as far as the game itself, but I think it will get there! You guys need to become football fans
|
|
|
|
billybob2014
|
|
September 12, 2014, 10:56:27 PM |
|
Man Huntercoin 1 penny while POS (not proof of stake) coins like LitecoinDark continues to rise in price.
I cannot believe some of the coins that are worth more than Huntercoin. I doubt that stays like that for long. The books are still really thin atm for anyone who wants to add any good size # of coins, however all of these coins are givin out for "free". The demand really is what to push it anywhere. I've offered great the best lines in the world for NFL games, pizza order and a SF delivery dropshipping thing for HUC. If everyone could start one little bullshit service then the ball will get rolling on that side. Still a ways to go as far as the game itself, but I think it will get there! You guys need to become football fans I'm a huge football fan, never really bet though.
|
|
|
|
BayAreaCoins
Legendary
Offline
Activity: 4004
Merit: 1250
Owner at AltQuick.com
|
|
September 12, 2014, 11:06:08 PM |
|
Man Huntercoin 1 penny while POS (not proof of stake) coins like LitecoinDark continues to rise in price.
I cannot believe some of the coins that are worth more than Huntercoin. I doubt that stays like that for long. The books are still really thin atm for anyone who wants to add any good size # of coins, however all of these coins are givin out for "free". The demand really is what to push it anywhere. I've offered great the best lines in the world for NFL games, pizza order and a SF delivery dropshipping thing for HUC. If everyone could start one little bullshit service then the ball will get rolling on that side. Still a ways to go as far as the game itself, but I think it will get there! You guys need to become football fans I'm a huge football fan, never really bet though. Makes the games better
|
|
|
|
billybob2014
|
|
September 12, 2014, 11:22:42 PM |
|
Man Huntercoin 1 penny while POS (not proof of stake) coins like LitecoinDark continues to rise in price.
I cannot believe some of the coins that are worth more than Huntercoin. I doubt that stays like that for long. The books are still really thin atm for anyone who wants to add any good size # of coins, however all of these coins are givin out for "free". The demand really is what to push it anywhere. I've offered great the best lines in the world for NFL games, pizza order and a SF delivery dropshipping thing for HUC. If everyone could start one little bullshit service then the ball will get rolling on that side. Still a ways to go as far as the game itself, but I think it will get there! You guys need to become football fans We are in a good spot as far as investors. I just keep buying and sending to my offline paper wallet. (wish I had a BIP38 encrypted option)
|
|
|
|
lala8001
Newbie
Offline
Activity: 9
Merit: 0
|
|
September 13, 2014, 02:08:04 AM |
|
建议每个钱包,限制工人数量,不然机器人可以做n个工人,对我们手动的不公平
|
|
|
|
billybob2014
|
|
September 13, 2014, 02:57:56 AM |
|
建议每个钱包,限制工人数量,不然机器人可以做n个工人,对我们手动的不公平
Translation: Recommended that each wallet , limiting the number of workers , or the robot can do n workers , manual unfair for us
|
|
|
|
billybob2014
|
|
September 13, 2014, 03:02:42 AM |
|
建议每个钱包,限制工人数量,不然机器人可以做n个工人,对我们手动的不公平
Mithril Man Client working on making simple robots. BGB also has bot to work with QT. I think we focus on smaller blockchain and phone apps first. We need to make it easy to start playing first then will worry about fine tuning the game.
|
|
|
|
lala8001
Newbie
Offline
Activity: 9
Merit: 0
|
|
September 13, 2014, 03:34:39 AM |
|
建议每个钱包,限制工人数量,不然机器人可以做n个工人,对我们手动的不公平
Translation: Recommended that each wallet , limiting the number of workers , or the robot can do n workers , manual unfair for us Thanks for the translation
|
|
|
|
billybob2014
|
|
September 13, 2014, 03:42:31 AM |
|
建议每个钱包,限制工人数量,不然机器人可以做n个工人,对我们手动的不公平
Translation: Recommended that each wallet , limiting the number of workers , or the robot can do n workers , manual unfair for us Thanks for the translation Thanks google.
|
|
|
|
lala8001
Newbie
Offline
Activity: 9
Merit: 0
|
|
September 13, 2014, 03:44:53 AM |
|
Reduce nameindexfull.dat to 1MB from 2.5GB?
What need to be done?
Command or delete nameindexfull.dat
|
|
|
|
|