Bitcoin Forum
May 05, 2024, 01:09:57 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 [252] 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 ... 429 »
  Print  
Author Topic: [ANN][HUC] Huntercoin - Worlds First Decentralized Game/World on the Blockchain  (Read 879144 times)
BayAreaCoins
Legendary
*
Offline Offline

Activity: 3920
Merit: 1242


Owner at AltQuick.com & FreeBitcoins.com


View Profile WWW
June 08, 2014, 08:59:48 PM
 #5021

Thanks for the replies.

I'm not really sure what to think about the botting thing. Does it mean you have to be a coder then to maximize your game?

Also the blockchain download from that one google link failed about 3 times now. Always right before 100%...
I'm trying it yet another time.

I totally cannot reproduce Mithrilmans speed of syncing the blockchain. I literally have this thing running for weeks now and I can watch it transfer single blocks....
Are there some kind of hidden nodes that are not listed in OP or why the f will it not download faster? I'm on a fast connection here and the whole BTC chain wouldve finished multiple times already..


I've had my syncing for weeks as well...  Pretty much if you are a coder you can code a bot to mine for you and auto convert into BTC for the next 6-8years for next to nothing. 

I think the price is going to continue to slip, but luckily very few can sync their wallet to sell what they bought in the first bit of HUC Cheesy (har har)

https://AltQuick.com/exchange/ - Trade altcoins & Bitcoin Testnet coins with real Bitcoin. Fast, private, and easy!
https://FreeBitcoins.com/faucet/ - Load your AltQuick exchange account with free Bitcoins & Testnet every 10 minutes.
1714914597
Hero Member
*
Offline Offline

Posts: 1714914597

View Profile Personal Message (Offline)

Ignore
1714914597
Reply with quote  #2

1714914597
Report to moderator
1714914597
Hero Member
*
Offline Offline

Posts: 1714914597

View Profile Personal Message (Offline)

Ignore
1714914597
Reply with quote  #2

1714914597
Report to moderator
1714914597
Hero Member
*
Offline Offline

Posts: 1714914597

View Profile Personal Message (Offline)

Ignore
1714914597
Reply with quote  #2

1714914597
Report to moderator
"Your bitcoin is secured in a way that is physically impossible for others to access, no matter for what reason, no matter how good the excuse, no matter a majority of miners, no matter what." -- Greg Maxwell
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714914597
Hero Member
*
Offline Offline

Posts: 1714914597

View Profile Personal Message (Offline)

Ignore
1714914597
Reply with quote  #2

1714914597
Report to moderator
YarkoL
Legendary
*
Offline Offline

Activity: 996
Merit: 1012


View Profile
June 08, 2014, 09:00:42 PM
 #5022


I'm not really sure what to think about the botting thing. Does it mean you have to be a coder then to maximize your game?

It could be made as simple as a point and click and punching in values.


“God does not play dice"
BGB_HUC
Member
**
Offline Offline

Activity: 114
Merit: 10


View Profile
June 08, 2014, 09:09:59 PM
 #5023


I'm not really sure what to think about the botting thing. Does it mean you have to be a coder then to maximize your game?

It could be made as simple as a point and click and punching in values.



I am sure Mithral will have some good bot tools in the future. Right now you need to have some dev experience. I will likely update the bot client this week with a couple features that have been asked for. It's on the HUC official forums.
m5j0r
Full Member
***
Offline Offline

Activity: 140
Merit: 100


View Profile
June 08, 2014, 09:20:02 PM
 #5024

Something that adds to the frustration a lot is the constant crashing of the wallet.
It regularly locks up and takes forever (it could be hours I've stopped looking) to react again.
BGB_HUC
Member
**
Offline Offline

Activity: 114
Merit: 10


View Profile
June 08, 2014, 10:35:08 PM
 #5025

Something that adds to the frustration a lot is the constant crashing of the wallet.
It regularly locks up and takes forever (it could be hours I've stopped looking) to react again.

Especially if you are not using a ssd, it will indicate not responding. But 99% of the time for me it recovers. Rarely I have seen it not recover, and by watching the debug.log, I can tell when this happens.

It is best to synch with a wallet with no transactions. Once synced you can close the client and switch back to the real wallet.
MithrilMan
Hero Member
*****
Offline Offline

Activity: 554
Merit: 502

Developer!


View Profile WWW
June 08, 2014, 11:16:06 PM
 #5026

the freeze problem of official client lies in the way it's done: single thread
don't know much about internals but i think that when an operation has to be done against the blockchain, the interface become unresponsive

e.g. when a new blocks is downloaded and validation is done against it, it takes a while but maybe it's not very noticeable, but when a blockchain reorg is triggered, and it takes a while, you feel the "oh my god it's stuck" feeling

my client didn't have that problem because i've done it in a multithread way, so even if i process a game_status data, you can still move, zoom, etc.. (just some operation are run against the main thread)


regarding bot feature, I've different ideas that i'd like to implement, with different difficulties so I'll start from basic one, growing in time to a complete bot user friendly interface to program bot behaviours attached to your hunters
Let me tell you what I'd like to do.

I don't know yet which features i'll start with, maybe here community can help asking what would like to be able to "command" using the client, let me do some examples:

simple "mission bot":
1 - you design some hot spots/area/waypoints on a map, assigning to that a name
2 - you assing to an hunter(or more) a behaviour like "do mission", selecting the designed area from a list
3 - you click on "start bot" as a context menu over that hunter(s)

then you can leave the client running and go to bed or wherever

simple "avoid enemy"
you select an hunter and assign the behaviour "avoid enemy", specifying some parameters like radius and/or color to avoid and/or friendlist where:
- radius is how far the bot has to check if an enemy is approaching
- color is a list of checkable colors that you can set as enemy (in case you want just to avoid a single color, etc...)
- friendlist is a list of player names that you consider friendly even if of another color (configurable list, editable list of names, etc..)

an hunter can run multiple behaviours at the same time (e.g. run a mission while avoiding enemies) and some cooperative bot behaviours (like "defend hunter", etc..)


those are just simple example about the userfriend interface i've in mind, there will be even aggressive behaviours like "hunt the hunter", etc..

in addition to this, i want to expose a kind of scripting language where everyone could be able to script a custom behaviour and maybe put it on an online market to sell it to other players (would be interesting)
the scripting language should be able to access all informations my client know, like where an enemy is, how many enemies are around me, where is an enemy going, etc... so the only limit would be your fantasy, you could even program a bot that run in circle and promote something in chat, if you will (but then I'll create a bot that will destroy all spammers around lol)


obviously what I said is not simple and it will not be available very soon, but it's something I'll definitely work on , then about how deep I go on the subject, much will depend on how much interest the community will demonstrate

Huntercoin: Mithril Edition - Alternative client for Huntercoin - (Discontinued)
HUC: HMSCYGYJ5wo9FiniVU4pXWGUu8E8PSmoHE  - BTC: 1DKLf1QKAZ5njucq37pZhMRG67qXDP3vPC
rant to people who pretend things for free
regtable69
Hero Member
*****
Offline Offline

Activity: 588
Merit: 500


View Profile
June 09, 2014, 12:01:10 AM
 #5027

is there only the one pool for this coin?

afaik yes, need definitely more


i am testing p2pool on  a lesser coin as we speak. if this goes well i may change over to huc to help out. or possibly run both. only problem being it is currently on my main pc which i tend to game on :-( but if it works i may invest in another pc.
I have found mpos to be much better at making a pool so i may just rent myself a server and throw a huntercoin pool up for you all.. gonna cost me so hope its used!

http://ghettomining-co.in/net/coin 0% fee +potential block reward  https://discord.gg/NXDanPe net discord
http://ghettomining-co.in/ltc/coin 0% fee                                            https://discord.gg/kHekYc5 pool discord to sign up
http://ghettomining-co.in/waya/coin 0% fee
BGB_HUC
Member
**
Offline Offline

Activity: 114
Merit: 10


View Profile
June 09, 2014, 12:41:13 AM
 #5028

To continue with bot talk for Mithral's Client. There will be some side effects from having bots available to everyone that will be interesting to watch how they play out.

For example, I have had numerous requests to add to the gather bot client to add the functionality that bots will pick up coins when they appear next to them within a few moves. Obviously this sounds like great functionality that is easy to add. However, if there are a dozen or more players all going to the same coin, they might end up getting less in coin value than what it cost in fees. Furthermore, this leads to the stacking of players which attacking bots will like because they increase the value of that tile they stack.

There are bot topics on the huntercoin forum (forum.huntercoin.org) if you want to help in brainstorming the topic. I just think having it over there would be better here than digging through the pages of several topics going on at once.
BGB_HUC
Member
**
Offline Offline

Activity: 114
Merit: 10


View Profile
June 09, 2014, 12:43:23 AM
 #5029

is there only the one pool for this coin?

afaik yes, need definitely more


i am testing p2pool on  a lesser coin as we speak. if this goes well i may change over to huc to help out. or possibly run both. only problem being it is currently on my main pc which i tend to game on :-( but if it works i may invest in another pc.
I have found mpos to be much better at making a pool so i may just rent myself a server and throw a huntercoin pool up for you all.. gonna cost me so hope its used!

I also started researching p2pool but haven't made much progress. If there is something I can help out with, let me know.
m5j0r
Full Member
***
Offline Offline

Activity: 140
Merit: 100


View Profile
June 09, 2014, 01:24:56 AM
 #5030

Since I couldn't even sync yet I have no idea about the actual game, but I can already say one thing:
mithrilman seems to be really helpful and active. Are you in the HUC devteam? If not, get him in. Smiley
regtable69
Hero Member
*****
Offline Offline

Activity: 588
Merit: 500


View Profile
June 09, 2014, 06:16:35 AM
 #5031

is there only the one pool for this coin?

afaik yes, need definitely more


i am testing p2pool on  a lesser coin as we speak. if this goes well i may change over to huc to help out. or possibly run both. only problem being it is currently on my main pc which i tend to game on :-( but if it works i may invest in another pc.
I have found mpos to be much better at making a pool so i may just rent myself a server and throw a huntercoin pool up for you all.. gonna cost me so hope its used!

I also started researching p2pool but haven't made much progress. If there is something I can help out with, let me know.
i manqged to p2pool some coins but found that certain ones with bonus and random blocks. or huc to be a bit more of a pain. after a lot of fiddling i found mpos not only easier to set up but also capable of running the stranger coins. and it looks better too lol. not sure how it will go but anything is better than the chinese merge mined centralised pool this is why i believe the gams is soo hard due to one person dominating. namley the pool only speculation but the huc they must get from fees must ba astranomical as i mined there for a few days and got hardly anything

http://ghettomining-co.in/net/coin 0% fee +potential block reward  https://discord.gg/NXDanPe net discord
http://ghettomining-co.in/ltc/coin 0% fee                                            https://discord.gg/kHekYc5 pool discord to sign up
http://ghettomining-co.in/waya/coin 0% fee
snailbrain (OP)
Legendary
*
Offline Offline

Activity: 1807
Merit: 1020



View Profile
June 09, 2014, 09:54:48 AM
 #5032

the official client doesn't crash.. or shouldn't

it may enter a not responding state - you just need to leave it.

force closing the client may corrupt your data

Something that adds to the frustration a lot is the constant crashing of the wallet.
It regularly locks up and takes forever (it could be hours I've stopped looking) to react again.

Especially if you are not using a ssd, it will indicate not responding. But 99% of the time for me it recovers. Rarely I have seen it not recover, and by watching the debug.log, I can tell when this happens.

It is best to synch with a wallet with no transactions. Once synced you can close the client and switch back to the real wallet.

this

Amph
Legendary
*
Offline Offline

Activity: 3206
Merit: 1069



View Profile
June 09, 2014, 09:58:29 AM
 #5033

samsung pro can sync pretty fast any client, i usually sync in 5 mins 24 hours behind
BGB_HUC
Member
**
Offline Offline

Activity: 114
Merit: 10


View Profile
June 09, 2014, 12:03:24 PM
 #5034

samsung pro can sync pretty fast any client, i usually sync in 5 mins 24 hours behind

Agree, its what I use. I have several of them.
radi324
Full Member
***
Offline Offline

Activity: 196
Merit: 100

Muniti creator


View Profile WWW
June 09, 2014, 04:08:53 PM
 #5035

samsung pro can sync pretty fast any client, i usually sync in 5 mins 24 hours behind

Agree, its what I use. I have several of them.

Same here. Better still, a RAM disk would be handy if you have enough space on your RAM.

[MUN] Muniti - Malta's National Cryptocurrency - http://www.muniticoin.com/

Bitcointalk thread - https://bitcointalk.org/index.php?topic=545886.0
jwinterm
Legendary
*
Offline Offline

Activity: 3024
Merit: 1103



View Profile
June 10, 2014, 03:36:09 PM
 #5036

the official client doesn't crash.. or shouldn't

it may enter a not responding state - you just need to leave it.

force closing the client may corrupt your data

Something that adds to the frustration a lot is the constant crashing of the wallet.
It regularly locks up and takes forever (it could be hours I've stopped looking) to react again.

Especially if you are not using a ssd, it will indicate not responding. But 99% of the time for me it recovers. Rarely I have seen it not recover, and by watching the debug.log, I can tell when this happens.

It is best to synch with a wallet with no transactions. Once synced you can close the client and switch back to the real wallet.

this

this...is why I just hold my coins on poloniex and wait for someone to produce a non-clusterfuck of a wallet
mikeyfinn
Sr. Member
****
Offline Offline

Activity: 266
Merit: 250


View Profile
June 10, 2014, 04:21:55 PM
 #5037

Hmmm. Mithrilman client seems stuck this morning. It's been on the "Validating Account" window for about 15 minutes now....  Sad

Bitcoin: 1KZr3AvQ3m8NWEGbBPzFMFXbzHxpCbkbv4
Huntercoin: HQWSihm1WPJfjdPbeLfdVc6nsqrnJW5fYR
Sync: Si1MjELBXaffuNgEN4Zd3PkM9qzu9pq5k5
Amph
Legendary
*
Offline Offline

Activity: 3206
Merit: 1069



View Profile
June 10, 2014, 04:24:31 PM
 #5038

the official client doesn't crash.. or shouldn't

it may enter a not responding state - you just need to leave it.

force closing the client may corrupt your data

Something that adds to the frustration a lot is the constant crashing of the wallet.
It regularly locks up and takes forever (it could be hours I've stopped looking) to react again.

Especially if you are not using a ssd, it will indicate not responding. But 99% of the time for me it recovers. Rarely I have seen it not recover, and by watching the debug.log, I can tell when this happens.

It is best to synch with a wallet with no transactions. Once synced you can close the client and switch back to the real wallet.

this

this...is why I just hold my coins on poloniex and wait for someone to produce a non-clusterfuck of a wallet

too risky, if the exchange would be hacked again via malicious wallet, your coins would be gone, but  right now their are not worth so much, so not a big loss probably
wiggi
Sr. Member
****
Offline Offline

Activity: 403
Merit: 251


View Profile
June 10, 2014, 05:27:52 PM
 #5039

Something that adds to the frustration a lot is the constant crashing of the wallet.
It regularly locks up and takes forever (it could be hours I've stopped looking) to react again.

Especially if you are not using a ssd, it will indicate not responding. But 99% of the time for me it recovers. Rarely I have seen it not recover, and by watching the debug.log, I can tell when this happens.

It is best to synch with a wallet with no transactions. Once synced you can close the client and switch back to the real wallet.
It is also good to clean out old, inflated wallets regularly. (the 'Transfer to' function is really useful)

Normally (i.e. 1 block per minute coming in) huntercoin reads/writes a few hundred KB/s on average as long as size of wallet.dat is <10MB.
With a 50MB wallet.dat it's 2-3MB/s and so on.
MithrilMan
Hero Member
*****
Offline Offline

Activity: 554
Merit: 502

Developer!


View Profile WWW
June 10, 2014, 09:27:28 PM
 #5040

Hmmm. Mithrilman client seems stuck this morning. It's been on the "Validating Account" window for about 15 minutes now....  Sad

this could happen if your fee transaction didn't get confirmed, check in qt wallet if it has confirmation, maybe you've a corrupted wallet

P.S.
if you have trouble, this is the support forum: http://forum.huntercoin.org/index.php?board=8.0

Huntercoin: Mithril Edition - Alternative client for Huntercoin - (Discontinued)
HUC: HMSCYGYJ5wo9FiniVU4pXWGUu8E8PSmoHE  - BTC: 1DKLf1QKAZ5njucq37pZhMRG67qXDP3vPC
rant to people who pretend things for free
Pages: « 1 ... 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 [252] 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 ... 429 »
  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!