Bitcoin Forum
May 10, 2024, 11:01:25 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 [192] 193 194 195 196 197 198 199 200 201 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 ... 429 »
  Print  
Author Topic: [ANN][HUC] Huntercoin - Worlds First Decentralized Game/World on the Blockchain  (Read 879144 times)
kulakowka
Full Member
***
Offline Offline

Activity: 168
Merit: 100


View Profile
March 14, 2014, 01:07:43 PM
 #3821

game stopped at block 90870  Huh

1715338885
Hero Member
*
Offline Offline

Posts: 1715338885

View Profile Personal Message (Offline)

Ignore
1715338885
Reply with quote  #2

1715338885
Report to moderator
1715338885
Hero Member
*
Offline Offline

Posts: 1715338885

View Profile Personal Message (Offline)

Ignore
1715338885
Reply with quote  #2

1715338885
Report to moderator
1715338885
Hero Member
*
Offline Offline

Posts: 1715338885

View Profile Personal Message (Offline)

Ignore
1715338885
Reply with quote  #2

1715338885
Report to moderator
No Gods or Kings. Only Bitcoin
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1715338885
Hero Member
*
Offline Offline

Posts: 1715338885

View Profile Personal Message (Offline)

Ignore
1715338885
Reply with quote  #2

1715338885
Report to moderator
bryhardt
Member
**
Offline Offline

Activity: 89
Merit: 10


View Profile
March 14, 2014, 01:20:47 PM
 #3822

same nothing after 90870 for a long time...
jasemoney
Legendary
*
Offline Offline

Activity: 1610
Merit: 1008


Forget-about-it


View Profile
March 14, 2014, 01:27:06 PM
 #3823

I'm on 89199, 0 hours behind.  Once the problem is identified, will you post the nodes to use? All i see are 192.241.222.65, 192.81.209.210, & 178.32.31.41.  I deleted the blockchain and re-synced yesterday (took 5-6 hours to download) when I had some stuck transactions, but ended up on the same chain again where I am today.  There is not to much movement and a lot of coins so I imagine its the wrong one but it is still progressing forward finding with new blocks.  Just remember folks these kinds of things do happen, and HUC will still be a great experiment once it is fixed. 

$MAID & $BTC other than that some short hodls and some long held garbage.
billotronic
Legendary
*
Offline Offline

Activity: 1610
Merit: 1000


Crackpot Idealist


View Profile
March 14, 2014, 02:14:22 PM
 #3824

Anyone here can help me install huntercoin daemon in ubuntu server ?
I tried but got this
Code:
g++ -c -O2 -Wno-invalid-offsetof -Wformat -D_MT -DNOPCH -DFOURWAYSSE2 -DUSE_SSL
-DBOOST_SPIRIT_THREADSAFE  -DBOOST_THREAD_USE_LIB -I../libs/openssl-1.0.1e/inclu
de -I../libs/db-4.7.25.NC/build_unix -I../libs/boost_1_50_0 -o obj/auxpow.o auxp
ow.cpp
In file included from auxpow.cpp:4:0:
headers.h:38:20: fatal error: db_cxx.h: No such file or directory
compilation terminated.
make: *** [obj/auxpow.o] Error 1

Code:
sudo apt-get install libboost-chrono-dev libboost-date-time-dev libboost-filesystem-dev libboost-program-options-dev libboost-serialization-dev libboost-system-dev libboost-thread-dev libboost-dev libdb5.1++-dev libglib2.0-dev git build-essential libssl-dev

Should get all your dependencies for daemon

This post sums up why all this bullshit is a scam
Read It. Hate It. Change the facts that it represents.
https://bitcointalk.org/index.php?topic=1606638.msg16139644#msg16139644
snailbrain (OP)
Legendary
*
Offline Offline

Activity: 1807
Merit: 1020



View Profile
March 14, 2014, 02:28:31 PM
 #3825

NOTICE:

The longer chain (which was slightly ahead) is invalid.

If you was on the longest chain, you will need to redownload the chain (you can use the chain in OP.. hopefully) .. at the moment you can tell if you was on the longest chain by comparing with blockexplorer (is on the longest chain) http://huc.explorer.dot-bit.org/

problem possibly due to corrupt nameindexfull.dat or game.dat on a pool.. or could have been some other issue (someone trying to disrupt huntercoin)

The pool has now stopped mining the longest chain, and is now syncing to the lesser chain.

we are investigating the issue

kulakowka
Full Member
***
Offline Offline

Activity: 168
Merit: 100


View Profile
March 14, 2014, 02:45:56 PM
 #3826

so here's http://huc.explorer.dot-bit.org/ the correct chain? I now have 90871 block, it is normal or not?

nivexuck
Newbie
*
Offline Offline

Activity: 55
Merit: 0


View Profile
March 14, 2014, 02:55:52 PM
 #3827

Anyone here can help me install huntercoin daemon in ubuntu server ?
I tried but got this
Code:
g++ -c -O2 -Wno-invalid-offsetof -Wformat -D_MT -DNOPCH -DFOURWAYSSE2 -DUSE_SSL
-DBOOST_SPIRIT_THREADSAFE  -DBOOST_THREAD_USE_LIB -I../libs/openssl-1.0.1e/inclu
de -I../libs/db-4.7.25.NC/build_unix -I../libs/boost_1_50_0 -o obj/auxpow.o auxp
ow.cpp
In file included from auxpow.cpp:4:0:
headers.h:38:20: fatal error: db_cxx.h: No such file or directory
compilation terminated.
make: *** [obj/auxpow.o] Error 1

Code:
sudo apt-get install libboost-chrono-dev libboost-date-time-dev libboost-filesystem-dev libboost-program-options-dev libboost-serialization-dev libboost-system-dev libboost-thread-dev libboost-dev libdb5.1++-dev libglib2.0-dev git build-essential libssl-dev

Should get all your dependencies for daemon

Thanksss...  Kiss
hypersire
Hero Member
*****
Offline Offline

Activity: 596
Merit: 500


View Profile
March 14, 2014, 02:57:32 PM
 #3828

I downloaded the blockchain from Mega... can someone please tell me the steps necessary to install it? Besides copying the files over, isn't there some sort of command that must be run in order for it to recognize the transactions in your wallet?

Thanks!
snailbrain (OP)
Legendary
*
Offline Offline

Activity: 1807
Merit: 1020



View Profile
March 14, 2014, 02:58:29 PM
 #3829

so here's http://huc.explorer.dot-bit.org/ the correct chain? I now have 90871 block, it is normal or not?

no this is not correct chain.. if you resync u will not get on that chain because it's invalid .. but pool carry on mining and those that never stoped syncing stayed on that chain...
possibly corrupt dat file somewhere.. and reorg never work proper..
possibly the same thing happens with namecoin, except they never become a longer chain, so doesn't have the same effect

also possible someone cause reorgs to happen.. we'll try to get pools to put more hash on (they are not going full blast atm, it seems)

still... we'll keep looking into the issue

paradigmflux
Sr. Member
****
Offline Offline

Activity: 378
Merit: 254

small fry


View Profile WWW
March 14, 2014, 03:02:25 PM
 #3830

i think i know the problem
snail you on IRC at all?

---
NXT Multipool! Mine Scrypt, SHA, Keccak or X11 for NXT! http://hashrate.org
http://hashrate.org/getting_started for port info!
kulakowka
Full Member
***
Offline Offline

Activity: 168
Merit: 100


View Profile
March 14, 2014, 03:11:36 PM
 #3831

so what to do to get the correct network? and how wrong it is shorter? I now carry about miners coins, I lose them all?

snailbrain (OP)
Legendary
*
Offline Offline

Activity: 1807
Merit: 1020



View Profile
March 14, 2014, 03:20:09 PM
 #3832

so what to do to get the correct network? and how wrong it is shorter? I now carry about miners coins, I lose them all?

sync from scratch is the best option...

if you use the blockchain in OP, it will get you to the correct block.. but i'm still trying to work out if i uploaded that from the wrong chain to begin with.. even thought it seems to sync to the correct block... but then says there are more to go..
seems it works..

I'm finding out when the split happened (sha256 one fork, scrypt the other fork)

i think i know the problem
snail you on IRC at all?

i sent a pm mate

heiyuech
Newbie
*
Offline Offline

Activity: 7
Merit: 0


View Profile
March 14, 2014, 03:22:17 PM
 #3833

so here's http://huc.explorer.dot-bit.org/ the correct chain? I now have 90871 block, it is normal or not?

no this is not correct chain.. if you resync u will not get on that chain because it's invalid .. but pool carry on mining and those that never stoped syncing stayed on that chain...
possibly corrupt dat file somewhere.. and reorg never work proper..
possibly the same thing happens with namecoin, except they never become a longer chain, so doesn't have the same effect

also possible someone cause reorgs to happen.. we'll try to get pools to put more hash on (they are not going full blast atm, it seems)

still... we'll keep looking into the issue

which block is correct now?
snailbrain (OP)
Legendary
*
Offline Offline

Activity: 1807
Merit: 1020



View Profile
March 14, 2014, 03:22:49 PM
 #3834

so here's http://huc.explorer.dot-bit.org/ the correct chain? I now have 90871 block, it is normal or not?

no this is not correct chain.. if you resync u will not get on that chain because it's invalid .. but pool carry on mining and those that never stoped syncing stayed on that chain...
possibly corrupt dat file somewhere.. and reorg never work proper..
possibly the same thing happens with namecoin, except they never become a longer chain, so doesn't have the same effect

also possible someone cause reorgs to happen.. we'll try to get pools to put more hash on (they are not going full blast atm, it seems)

still... we'll keep looking into the issue

which block is correct now?

90734

kulakowka
Full Member
***
Offline Offline

Activity: 168
Merit: 100


View Profile
March 14, 2014, 03:25:26 PM
 #3835

Purse began some synchronization  Roll Eyes

Glogin
Newbie
*
Offline Offline

Activity: 1
Merit: 0


View Profile
March 14, 2014, 03:27:28 PM
 #3836

Quote
I downloaded the blockchain from Mega... can someone please tell me the steps necessary to install it? Besides copying the files over, isn't there some sort of command that must be run in order for it to recognize the transactions in your wallet?

Thanks!

Copy and paste all of the files you downloaded from Mega into your AppData folder. If you're using windows it should be in Username > Appdata > Roaming > Huntercoin

Also make sure show hidden files, folders, and drives is selected under folder and search options before doing this.

The location of the Appdata folder is also shown in this tutorial. Even though the video above is Dogecoin instead of Huntercoin, all cryptocurrency data is stored in the AppData > Roaming folders.

ScroogeD
Member
**
Offline Offline

Activity: 70
Merit: 10

█ Scrooge D Silver █


View Profile
March 14, 2014, 03:28:12 PM
 #3837

Thanks for the answers snailbrain.

When will trading resume at Poloniex & Cryptorush?

PS: Can somebody reupload the chain? Mega doesn't work for me somehow showing temporary error after 50%.

BTC & LTC #DOGE #DRK #HUC #VTC
Blacklist #Maxcoin - Amateur Devs with ignorant JP Morgan Keiser
nivexuck
Newbie
*
Offline Offline

Activity: 55
Merit: 0


View Profile
March 14, 2014, 03:28:42 PM
 #3838

I just worry about my hunter, may be they will killed while I'm downloading the correct chain.  Cry
snailbrain (OP)
Legendary
*
Offline Offline

Activity: 1807
Merit: 1020



View Profile
March 14, 2014, 03:37:16 PM
 #3839

i'm going to sync from scratch with ram drive..
then upload that chain.. it may be a couple of hours

-- there's a chance that until the shorter chain overtakes the longer chain in blocks, syncing might not be perfect.. although, i'm only guessing at this stage..
---------

p.s. I'm not a coder... which is why you get fast responses without absolute correct information.. i could just wait days before I post (like what happens with other coins), but i think is better to tell you what i know when i know it -- also it's why I say "maybe", "think", "seems" - a lot Wink

For real information you will need to wait while i gather the information from others

count_cyrpto
Sr. Member
****
Offline Offline

Activity: 288
Merit: 250


View Profile
March 14, 2014, 03:43:03 PM
 #3840

Redownloading the chain worked for me. I'm on block 90743 and my hunters are all there and moving.
Pages: « 1 ... 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 [192] 193 194 195 196 197 198 199 200 201 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 ... 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!