Author

Topic: [ANN][HUC] Huntercoin - Worlds First Decentralized Game/World on the Blockchain - page 114. (Read 879551 times)

legendary
Activity: 1807
Merit: 1020
still awaiting F2pool to confirm they have updated to 1.1.01 -

Polo exchange frozen and i believe crypsty are waiting for confirmation also.


hero member
Activity: 924
Merit: 1000
Watch out for the "Neg-Rep-Dogie-Police".....
Hoe much do you think they will go up by in the future?

Bazzillions!!  Grin   (If I can ever sync my wallet again......)
member
Activity: 65
Merit: 10
this coin was simple the best....so bad.i just exchanged all my hucs Sad

This is the time to hold these coins.

Hoe much do you think they will go up by in the future?
legendary
Activity: 1135
Merit: 1166
I've updated http://chain.huntercoin.org/ again with today's chain state.
sr. member
Activity: 1036
Merit: 275
this coin was simple the best....so bad.i just exchanged all my hucs Sad

This is the time to hold these coins.
sr. member
Activity: 308
Merit: 250
this coin was simple the best....so bad.i just exchanged all my hucs Sad
legendary
Activity: 1807
Merit: 1020
my chain is showing 547669. am i on the correct one?

probably not... looks like you are on the other fork

in the console window (or daemon) do

Code:
getblockhash 

Make sure you have updated - and the largest chain atm should be:

547832 hash = 87843a33081524bb23bb3030d2e0b18eac11cd20baa71c53fd016b905583c9f9

but still, don't trade coins atm anyway.

If i use the getchains command:

Code:
{
        "height" : 547832,
        "hash" : "87843a33081524bb23bb3030d2e0b18eac11cd20baa71c53fd016b905583c9f9",
        "is_best" : true,
        "branch_len" : 0
    },
    {
        "height" : 547686,
        "hash" : "3f8ab8973dc611c1e9a3f59b95f2b5020f44fe6c59fa6e68b2b163f582c548aa",
        "is_best" : false,
        "branch_len" : 1234,
        "branch" : [

the other fork is very long and growing, and is 150 blocks away.. (seems to be getting slightly further away, but whomever is mining (looks like a big scrypt miner that hasn't updated) needs to update and redownload the chain).. they can get it at http://chain.huntercoin.org

BGBs Blockexplorer is updated and on longest chain - @ http://huntercoin.info
legendary
Activity: 1330
Merit: 1000
my chain is showing 547669. am i on the correct one?
legendary
Activity: 1807
Merit: 1020
Scratch last Message.

Do not trade any huntercoins while we look into the issue.




It looks like scrypt miners are minining on a serpate chain.. whomever they are, they need to delete chain,  update to latest release and download the chain (from scratch or from chain.huntercoin.org)

getchains:

 {
        "height" : 547742,
        "hash" : "cbd26a05f47a5bd5e6cd461745fa708c6f9c9a9c2fc2849f90afc7d9b9f57eb0",
        "is_best" : true,
        "branch_len" : 0
    },
    {
        "height" : 547607,
        "hash" : "ec7f4defc52406f2ea79afb95bb41f19d927fe966e7a8b12c28a6e13b4389ed7",
        "is_best" : false,
        "branch_len" : 1155,
        "branch" : [
legendary
Activity: 1807
Merit: 1020
Scratch last Message.

Do not trade any huntercoins while we look into the issue.

legendary
Activity: 1807
Merit: 1020
don't trade coins unless you are on the correct chain and have updated : see my previous post.

At the time of this post we are on block - 547103 7e9a109fb92fd8a81ad700449da129bbf768c801103c7275924c05cd13436ca2


hero member
Activity: 554
Merit: 502
Developer!
Upcoming changes in my client, now in test (lot of changes!):

1.0.8
- Behaviours System
   * Implemented the concept of Generic Behaviour
      special behaviours that aren't bound to a specific hunter but at system level, thus they can create players and assign behaviours to them.
      an example of a generic behaviour could be the CoinRunners behaviour, where at every disaster it generate a configured number of hunters to collect
      coins over the map. In the configuration GUI, generic behaviours tab indicator has a red background
   * Deep changes on the overall Behaviours SDK
   * Improved behaviours configuration interface.
   * New "Delete" button, to delete a configuration
   * New available property types available
      - Now is possible to select a coordinate easier clicking on a button next to the coordinate property, to write current selected cell coordinate
      - A special property allow to select one or more currently available configuration, useful to generic behaviours to specify which concrete
      behaviours they can assign
   * Remote Debug System
      implemented a remote debug system that allow to enable the debugger on the game client and send data to a remote debugger connected to it
      useful to people who will want to create behaviours (see some pics here http://imgur.com/a/OZz5z)

- Changes to Behaviours
   * Removed the StepOut property. Since now players aren't killed after they stay for more than 30 blocks on spawn area, this settings isn't useful
   * Coordinates now are expressed as Coordinate type, e.g. the Target Area property now replace the old two Target Area X and Target Area Y properties.

- Console Improvements
   * Removed button, to send a command just press enter
   * Implemented an history to store last 20 commands entered (use arrow up/down to browse history when focus is on the console textbox)

- Main Window Improvements
   * Grid Navigation
      when one of the main grid has the focus (grid in MyTroop, Cell Info and Targets windows), you can use arrow up/down to change the selection, the
      result is the same as clicking on the row. Pressing enter is like doubleclicking on the row.
      Note: in My Troop window, that contains two linked grids (player->hunters), when the focus is on the player grid, pressing the right arrow set the
      focus on the hunter grid, while if the focus is on the hunters grid, pressing left set the focus on the players grid

- Send Money
   * Added a field to specify a TAG to attach to a transaction, useful for further implementation (contests, to pay fee for another user, etc...)
   * Added a confirmation dialog before sending coins

- Protocol Handler
   * Implemented a protocol handler, to be able to interact with the client from a web page (e.g. a link to hucme://?find=mmb.2&zoom=1.5 will find the hunter mmb.2 and center it, with a zoom level of 1.5)
      This feature will be improved to allow an high interactivity from web pages, so users can implement their own utility web pages, and in future will be
      implemented an easier fee system to pay from website and a brand new Contest feature to subscribe to special ingame contest that will allow player to win prizes
      For documentation and example about the syntax to use, see the WIP document at http://www.mithrilman.com/testProtocol.html

legendary
Activity: 1807
Merit: 1020
UPDATE - Fixes Stuck Chain

Huntercoin - 1.1.0.1
Fixed Chain Stuck - due to re-org/opreturn - see - http://forum.huntercoin.org/index.php/topic,710.0.html - if you are already stuck, you may need to redownload the chain. You can download from here http://chain.hutnercoin.org
Implement Single TX Hunter Creation in the QT - QT now creates the character in one tx. Instead of the old "name_new then name_firstupdate", which was a namecoin function to prevent someone sniping your name before it went in the chain - this isn't really an issue with Huntercoin.

https://mega.co.nz/#!oZ0DTITR!BCpObY6zNZZIdYziG6ojPKA4aTIQphEkhXghNaYKZis

http://github.com/chronokings/huntercoin

on the correct chain?  547103 7e9a109fb92fd8a81ad700449da129bbf768c801103c7275924c05cd13436ca2
legendary
Activity: 1135
Merit: 1166
I've just updated the blockchain download at http://chain.huntercoin.org/ again with a chain a few hours old.  (Post fork.)
member
Activity: 114
Merit: 10
Game play has been better. if you wanted to play, you are missing out right now. Next disaster will have to be in the next couple days, will have to see what happens after that. With so little volume, not sure it makes sense to spend a lot of time trying to control the whole game when you can't sell the coins.

Hopefully that annoying humming singing warmup sound goes away soon.
full member
Activity: 121
Merit: 120
$10к marketcap =(
I remember the good times. Got to sold all my hucs recently. =(


It's actually less than that.  Coin market cap is a million coins off.  Play has gotten better since last fork
legendary
Activity: 996
Merit: 1013
$10к marketcap =(
I remember the good times. Got to sold all my hucs recently. =(


I'm still holding. And eventually get down to playing
this as well..
hero member
Activity: 602
Merit: 500
hyperboria - next internet
$10к marketcap =(
I remember the good times. Got to sold all my hucs recently. =(
member
Activity: 114
Merit: 10
you can also try

addnode=67.225.171.185

which is my server, but its almost at max connections... i'll have to increase it
newbie
Activity: 38
Merit: 0
My wallet is not syncing, can someone post nodes for scrypt?
Jump to: