Pages:
Author

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

hero member
Activity: 1438
Merit: 574
Always ask questions. #StandWithHongKong
Hi IconFirm,

best thing to do is download the huntercore update version (sync from scratch).
let it sync fully (may take 24-48hours), then stop it, put your wallet in and restart the client and it will do a rescan.

the old version will have a terrible time syncing (may take over a week even with an ssd)

Hi snailbrain, thanks for the reply. Yup, looks like redownloading the blockchain is my only option which I began yesterday, but it's sooooo slow. I'm only getting 4 connections too, despite having these nodes in my conf file:

Code:
addnode=178.32.31.41
addnode=178.62.17.234
addnode=192.81.209.210
addnode=192.99.247.234
addnode=192.241.222.65

Does anyone have any more nodes I can add?

Thanks.
full member
Activity: 232
Merit: 100
why is chain.huntercoin.org down ? can we bring it back ?
legendary
Activity: 1807
Merit: 1020
Hi IconFirm,

best thing to do is download the huntercore update version (sync from scratch).
let it sync fully (may take 24-48hours), then stop it, put your wallet in and restart the client and it will do a rescan.

the old version will have a terrible time syncing (may take over a week even with an ssd)
hero member
Activity: 1438
Merit: 574
Always ask questions. #StandWithHongKong

chain.huntercoin.org is down, I could upload a copy of the (v1.4) chain to mega, but it will take some days to sort out and upload


Hi again wiggi, thanks for the reply - I'm struggling here.....pretty sure my blockchains are corrupted somehow

A copy of both the older (v1.4) & newer (v1040000) unpruned chains seems to be my only option I think, as I'm unable to import my privkeys into the newer wallet with a pruned chain that I just downloaded, plus I can't mine with a pruned chain anyway.

poloniex have kndly kept my ticket open until I can find a solution - but waiting for my old & new daemons to sync will take months.....lol

Does the owner of chain.huntercoin.org know that it's offline?

Thanks again for your input - I was beginning to think that this project was abandoned & I'd lost my coins.

Edit:  I also checked here:  http://cryptochainer.com/dir/?page_id=365  but HUC isn't listed - maybe that would be an option?
sr. member
Activity: 403
Merit: 251
I've updated the source (not windows build yet) for old betterQt client once again, mostly to account for the following tactical situation,
where Red destructs and runs away but it is not enough to survive:

Code:
both destructing, T+0
..........
......|..~  B blue hunter
.\.---B~~.  R red hunter
..\..~~...  - blue's path
...R~.....  ~ red's path
..........  \ path that red sets with destructing
            | blue new path with destructing

T+1
..........
.....|...~  B blue hunter
..\--B.~~.  R red hunter
...\.~~...  - blue's path
....R-----  ~ red's path
..........  \ new path for red with destructing (pending)
            | new path for blue with destructing (pending)

T+2
red's tx confirms
blue's tx doesn't confirm

T+3
red dies

With default config, and if red player merely clicks the target tile but not Go button, the client will choose a better tile.
Note that the most dangerous player ("letter number bot" aka "hi..") uses locktime in all it's tx.

The name list file is now "adv_names.txt" and can contain up to 60 lines (60 names of hunters).
For example, 4 players can use the same list and play together with 15 hunters each, and all these hunters would recognize their buddies and not hurt each other.

sr. member
Activity: 403
Merit: 251

I'm confused - why would the wallet report that the Tx was in the blockchain if it wasn't?

I don't really know what happened to them, but the wallet and/or chain are damaged, you need to get a new copy of the chain, load a backup of this wallet (with GUI client to see what's going on, more unconfirmed tx etc) and then get all coins out of this wallet


I no longer have the chain download & chain.huntercoin.org leads me to a server welcome page - has that gone now also?

If anyone can post a link to the huntercoin blockchain download I'd very much appreciate it.

Thanks.

chain.huntercoin.org is down, I could upload a copy of the (v1.4) chain to mega, but it will take some days to sort out and upload

hero member
Activity: 1438
Merit: 574
Always ask questions. #StandWithHongKong
hero member
Activity: 1438
Merit: 574
Always ask questions. #StandWithHongKong

If the tx don't exist in blockchain, the coins didn't get sent and are not lost. If they are unconfirmed you could just delete these tx (if using daemon with "deletetransaction ") and rescan.


Hi wiggi, thanks for the suggestion. I tried it on the first TxID using:

Code:
~/huntercoind deletetransaction 4ec87119207535c35943473aec9bee2a81fd278d07b65e5bb72c6f59cde6bf5e

but got this error:

Code:
error: {"code":-1,"message":"transaction is already in blockchain"}

So it seems the transactions are in the blockchain, but none of them show up in the explorer - very strange no?


This particular tx is not in the blockchain.

You can delete any tx from a wallet (even the actually confirmed transactions) if the wallet is rescanned with an almost empty blockchain (e.g. with only a few hundred blocks). This only takes a few seconds, then all tx appear as unconfirmed.

Not sure about the rescan error, probably best to delete this blockchain and start over with the downloaded one if you still have a copy.


I'm confused - why would the wallet report that the Tx was in the blockchain if it wasn't?

I no longer have the chain download & chain.huntercoin.org leads me to a server welcome page - has that gone now also?

If anyone can post a link to the huntercoin blockchain download I'd very much appreciate it.

Thanks.
hero member
Activity: 1162
Merit: 500
CryptoTalk.Org - Get Paid for every Post!
I'm trying to find some real updates here , where are we ?
 
Please throw in , on occasion , some sensical comments  
for the lazy ones who don't want to go through the entire
thread of funny stuff that has to be interpreted/deciphered Roll Eyes

HUC forever !

Don't worry about the drama Cheesy Massive news coming soon

lol yeah..was just looking at some guys fighting in and price dropping, looks like someone wants cheap coins Wink

Cant STAMP the HUC  Cheesy

HUC to 5000 sats this year Smiley

Seems like 500 sats if this selling continues..
But hope you will be right with your 5000 sats Cheesy Wink

I must disappoint you, but this coin is not worth anything! If you do not have your own brain, you listen to what people say!

The price of this coin 10-20 sat

Sell to me at that price ? Why you so angry ? This coin is worth lots to people who like it and play the game.

Price is actually going up but ok
sr. member
Activity: 403
Merit: 251

If the tx don't exist in blockchain, the coins didn't get sent and are not lost. If they are unconfirmed you could just delete these tx (if using daemon with "deletetransaction ") and rescan.


Hi wiggi, thanks for the suggestion. I tried it on the first TxID using:

Code:
~/huntercoind deletetransaction 4ec87119207535c35943473aec9bee2a81fd278d07b65e5bb72c6f59cde6bf5e

but got this error:

Code:
error: {"code":-1,"message":"transaction is already in blockchain"}

So it seems the transactions are in the blockchain, but none of them show up in the explorer - very strange no?


This particular tx is not in the blockchain.

You can delete any tx from a wallet (even the actually confirmed transactions) if the wallet is rescanned with an almost empty blockchain (e.g. with only a few hundred blocks). This only takes a few seconds, then all tx appear as unconfirmed.

Not sure about the rescan error, probably best to delete this blockchain and start over with the downloaded one if you still have a copy.

hero member
Activity: 1438
Merit: 574
Always ask questions. #StandWithHongKong

If the tx don't exist in blockchain, the coins didn't get sent and are not lost. If they are unconfirmed you could just delete these tx (if using daemon with "deletetransaction ") and rescan.


Hi wiggi, thanks for the suggestion. I tried it on the first TxID using:

Code:
~/huntercoind deletetransaction 4ec87119207535c35943473aec9bee2a81fd278d07b65e5bb72c6f59cde6bf5e

but got this error:

Code:
error: {"code":-1,"message":"transaction is already in blockchain"}

So it seems the transactions are in the blockchain, but none of them show up in the explorer - very strange no?

I've sent HUC to the same address on Poloniex from the same wallet before without any issues - I'm stumped.

Edit:

OK, I just restarted the daemon using the "-rescan" option & got this error:

Code:
************************
EXCEPTION: NSt8ios_base7failureE
ReadCompactSize() : size too large
huntercoin in AppInit()

terminate called after throwing an instance of 'std::ios_base::failure'
  what():  ReadCompactSize() : size too large

Anyone have an idea what this means?

Thanks again.
sr. member
Activity: 403
Merit: 251

Bit of a problem here, so a little help would be appreciated. I sent some HUC to Poloniex as I usually do but nothing appeared on my balance so I contacted support. They replied saying that the TxID's didn't exist on the blockchain. I checked & sure enough, nothing shows up for my TxID's:


I downloaded the blockchain from the huntercoin website a while ago, so I know it's valid. Has there been a fork that I'm unaware of? If so, is it possible for me to retrieve them - or are they lost forever?

I'm using wallet daemon:

Code:
 "version" : 1040000


If the tx don't exist in blockchain, the coins didn't get sent and are not lost. If they are unconfirmed you could just delete these tx (if using daemon with "deletetransaction ") and rescan.

A wallet that has tx hanging is damaged somehow and will keep doing this, better send all coins to a fresh wallet.

hero member
Activity: 1438
Merit: 574
Always ask questions. #StandWithHongKong
Hello all,

Bit of a problem here, so a little help would be appreciated. I sent some HUC to Poloniex as I usually do but nothing appeared on my balance so I contacted support. They replied saying that the TxID's didn't exist on the blockchain. I checked & sure enough, nothing shows up for my TxID's:

4ec87119207535c35943473aec9bee2a81fd278d07b65e5bb72c6f59cde6bf5e
9ad3c67416f685ab3d6608bd77bd729b593ce67173d0d3a5983fd11e495b9d1e
9d618b030fc3905bea119f081fbd6d7325eb0b06d556851b8960865a47cac2f0
08f8e11b0e1060af44c93d868446fe12e62f365c1d592ae1a6f0726e04b1d369
fe3e82ea65590dfe4fff0d4592f8cb6a40ed5c9855acc8ee292957613b0bf345
787f62ed3adc2944700dee480e38aa818e432c21a3256f671d5fd28145193ffc
7ff7b5ccb0963bf20bff073af637fd7c6873e600338d12b22054d676a23cdce7
29fbfc4372d878a01250a8c21f44de414b9bedbee5f8bc085dc11b2059778c21
e76fb9285c240b85495c94179d7998ede2494222209dd2e3c6cb9aa770e08652
0791ae982cfb5521c5be5de7e56dcd5f46a2870580bd20f85a38cef50fcd4d83
a43ac1de8c317631a7de61aa207d0d28258a0cc84b1fd2afb178bce12f790787
149d4c106945de37451a364f9a318ebb16bddb8dab185953fb29ae027648b7d2
601b7e36df172a8dbe1b084a5cea6255990a3c06647117f4c67222053350c997
dd2faaf96609ef9c39b29bd2210a085cbdd632c2eafa9451c7fd61ab2dd163ea
6ab726a0a54d3759e3cdf722c8b09cbbb96a160bd6d107e82a8fb8564e28dc01

I downloaded the blockchain from the huntercoin website a while ago, so I know it's valid. Has there been a fork that I'm unaware of? If so, is it possible for me to retrieve them - or are they lost forever?

I'm using wallet daemon:

Code:
 "version" : 1040000

Thanks.
legendary
Activity: 1268
Merit: 1006
I have a wallet.dat a couple of years old and was hoping to get it to sync with the qt wallet. Is there any alternative to syncing the blockchain from v.1.4? Its been hours and I'm still stuck on 156 weeks behind.

I don't believe there is

That's unfortunate, and hopefully something that's addressed. I've been syncing for two days and have only moved a week. I have like 20k huc and was hoping to give this another shot.

A week for two days seems very slow, even for the old client. If you trust one of us, we could send you a recent snapshot of the blockchain.
full member
Activity: 171
Merit: 100
I have a wallet.dat a couple of years old and was hoping to get it to sync with the qt wallet. Is there any alternative to syncing the blockchain from v.1.4? Its been hours and I'm still stuck on 156 weeks behind.

I don't believe there is

That's unfortunate, and hopefully something that's addressed. I've been syncing for two days and have only moved a week. I have like 20k huc and was hoping to give this another shot.
sr. member
Activity: 647
Merit: 255
DATABLOCKCHAIN.IO SALE IS LIVE | MVP @ DBC.IO
I'm trying to find some real updates here , where are we ?
 
Please throw in , on occasion , some sensical comments  
for the lazy ones who don't want to go through the entire
thread of funny stuff that has to be interpreted/deciphered Roll Eyes

HUC forever !

Don't worry about the drama Cheesy Massive news coming soon

lol yeah..was just looking at some guys fighting in and price dropping, looks like someone wants cheap coins Wink

Cant STAMP the HUC  Cheesy

HUC to 5000 sats this year Smiley

Seems like 500 sats if this selling continues..
But hope you will be right with your 5000 sats Cheesy Wink

I must disappoint you, but this coin is not worth anything! If you do not have your own brain, you listen to what people say!

The price of this coin 10-20 sat

10-20 sat? Then sell me some 100k please. Offer you a 30sats for each  Grin

Speak to the doctor, you seem to me inadequate  Grin

Between the product price and the actual cost is a significant difference in terms!
sr. member
Activity: 274
Merit: 251
I'm trying to find some real updates here , where are we ?
 
Please throw in , on occasion , some sensical comments  
for the lazy ones who don't want to go through the entire
thread of funny stuff that has to be interpreted/deciphered Roll Eyes

HUC forever !

Don't worry about the drama Cheesy Massive news coming soon

lol yeah..was just looking at some guys fighting in and price dropping, looks like someone wants cheap coins Wink

Cant STAMP the HUC  Cheesy

HUC to 5000 sats this year Smiley

Seems like 500 sats if this selling continues..
But hope you will be right with your 5000 sats Cheesy Wink

I must disappoint you, but this coin is not worth anything! If you do not have your own brain, you listen to what people say!

The price of this coin 10-20 sat

10-20 sat? Then sell me some 100k please. Offer you a 30sats for each  Grin
Pages:
Jump to: