Bitcoin Forum
April 24, 2024, 05:50:40 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 [376] 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 ... 429 »
  Print  
Author Topic: [ANN][HUC] Huntercoin - Worlds First Decentralized Game/World on the Blockchain  (Read 879143 times)
The Bitcoin Co-op
Legendary
*
Offline Offline

Activity: 1268
Merit: 1006



View Profile WWW
October 11, 2016, 08:25:44 AM
 #7501

Just compiled the huntercore on ubuntu 16.04, and it was syncing in the qt client after adding nodes. Then I was messing around with the name commands in the debug console, and when I typed "name_list" it immediately crashed with this message:
Code:
line 1: 32485 Segmentation fault      (core dumped) 
and I think corrupted db.

Now getting this message when trying to start qt or d:
Code:
huntercoin-qt: main.cpp:2511: bool ConnectBlockWithGameTx(const CBlock&, CValidationState&, CBlockIndex*, CCoinsViewCache&, std::vector<CTransaction>&, const CChainParams&, bool): Assertion `hashPrevBlock == view.GetBestBlock()' failed.
./runqt.sh: line 1:   560 Aborted

Edit: seems to have corrupted my wallet.dat as well :/

Edit2: cleared out blocks, chainstate, database, and gamestates folder as well as wallet.dat and now seems to be syncing again...

Edit3: I'm scared to try name_list again from huntercoin-cli this time  Lips sealed

Thanks for testing that out! I'm sure it will help domob. Snailbrain says he plans to do more testing today, as well. I think price rises tend to make everyone more active Grin Some people might also want to challenge the Dominator--the player or group of players controlling the best coin farms--since those coins are now more valuable.

We also might have another surprise before Huntercore is released, but we're not talking about it, yet.

We work hard to promote Bitcoin adoption and the decentralization of society. You can support our efforts by donating BTC to 35wDNxFhDB6Ss8fgijUUpn2Yx6sggDgGqS
1713937840
Hero Member
*
Offline Offline

Posts: 1713937840

View Profile Personal Message (Offline)

Ignore
1713937840
Reply with quote  #2

1713937840
Report to moderator
1713937840
Hero Member
*
Offline Offline

Posts: 1713937840

View Profile Personal Message (Offline)

Ignore
1713937840
Reply with quote  #2

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

Posts: 1713937840

View Profile Personal Message (Offline)

Ignore
1713937840
Reply with quote  #2

1713937840
Report to moderator
snailbrain (OP)
Legendary
*
Offline Offline

Activity: 1807
Merit: 1020



View Profile
October 11, 2016, 09:54:01 AM
 #7502

Just compiled the huntercore on ubuntu 16.04, and it was syncing in the qt client after adding nodes. Then I was messing around with the name commands in the debug console, and when I typed "name_list" it immediately crashed with this message:
Code:
line 1: 32485 Segmentation fault      (core dumped) 
and I think corrupted db.

Now getting this message when trying to start qt or d:
Code:
huntercoin-qt: main.cpp:2511: bool ConnectBlockWithGameTx(const CBlock&, CValidationState&, CBlockIndex*, CCoinsViewCache&, std::vector<CTransaction>&, const CChainParams&, bool): Assertion `hashPrevBlock == view.GetBestBlock()' failed.
./runqt.sh: line 1:   560 Aborted

Edit: seems to have corrupted my wallet.dat as well :/

Edit2: cleared out blocks, chainstate, database, and gamestates folder as well as wallet.dat and now seems to be syncing again...

Edit3: I'm scared to try name_list again from huntercoin-cli this time  Lips sealed

Thanks.

This is a known problem at the moment and what is solely holding up huntercore release.

I will place a 5k bounty if someone can fix or produce a solid backtrace to send to Domob for analysis.


jwinterm
Legendary
*
Offline Offline

Activity: 3010
Merit: 1103



View Profile
October 11, 2016, 12:57:12 PM
 #7503

...
Thanks.

This is a known problem at the moment and what is solely holding up huntercore release.

I will place a 5k bounty if someone can fix or produce a solid backtrace to send to Domob for analysis.



Well, I'm almost synced now, so don't want to mess this chain up, but will running it with strace on a fresh sync trying to reproduce the issue help?
snailbrain (OP)
Legendary
*
Offline Offline

Activity: 1807
Merit: 1020



View Profile
October 11, 2016, 01:56:09 PM
 #7504

...
Thanks.

This is a known problem at the moment and what is solely holding up huntercore release.

I will place a 5k bounty if someone can fix or produce a solid backtrace to send to Domob for analysis.



Well, I'm almost synced now, so don't want to mess this chain up, but will running it with strace on a fresh sync trying to reproduce the issue help?

Thanks. possibly but not sure

GDB i think is what we need

make a copy of your chain when synced.

jwinterm
Legendary
*
Offline Offline

Activity: 3010
Merit: 1103



View Profile
October 11, 2016, 02:36:41 PM
 #7505

...
Thanks.

This is a known problem at the moment and what is solely holding up huntercore release.

I will place a 5k bounty if someone can fix or produce a solid backtrace to send to Domob for analysis.



Well, I'm almost synced now, so don't want to mess this chain up, but will running it with strace on a fresh sync trying to reproduce the issue help?

Thanks. possibly but not sure

GDB i think is what we need

make a copy of your chain when synced.


Right, was definitely planning to backup chain. GDB requires recompiling?
snailbrain (OP)
Legendary
*
Offline Offline

Activity: 1807
Merit: 1020



View Profile
October 11, 2016, 04:25:01 PM
 #7506

...
Thanks.

This is a known problem at the moment and what is solely holding up huntercore release.

I will place a 5k bounty if someone can fix or produce a solid backtrace to send to Domob for analysis.



Well, I'm almost synced now, so don't want to mess this chain up, but will running it with strace on a fresh sync trying to reproduce the issue help?

Thanks. possibly but not sure

GDB i think is what we need

make a copy of your chain when synced.


Right, was definitely planning to backup chain. GDB requires recompiling?

i've no experience with it but i also read that too, I queried with domob the other day and he says it doesn't.

hopefully he will reply soon.

domob
Legendary
*
Offline Offline

Activity: 1135
Merit: 1161


View Profile WWW
October 11, 2016, 06:33:32 PM
 #7507

A backtrace would be very useful - I've not been able to produce this crash myself on GNU/Linux.

Ideally recompile where you ./configure with --enable-debug.  But if you don't want to do that or can't, GDB may be able to produce at least some useful information even with the binary you have.

Use your Namecoin identity as OpenID: https://nameid.org/
Donations: 1domobKsPZ5cWk2kXssD8p8ES1qffGUCm | NMC: NCdomobcmcmVdxC5yxMitojQ4tvAtv99pY
BM-GtQnWM3vcdorfqpKXsmfHQ4rVYPG5pKS | GPG 0xA7330737
jwinterm
Legendary
*
Offline Offline

Activity: 3010
Merit: 1103



View Profile
October 12, 2016, 04:18:07 AM
Last edit: October 12, 2016, 04:30:02 AM by jwinterm
 #7508

A backtrace would be very useful - I've not been able to produce this crash myself on GNU/Linux.

Ideally recompile where you ./configure with --enable-debug.  But if you don't want to do that or can't, GDB may be able to produce at least some useful information even with the binary you have.

I copied directory and recompiled after running ./configure with --enable-debug, but there's nothing additional shown on command line or in debug.log. It did crash when I ran the name_list command in the same way though. Did I need to make clean before running make?

Edit: didn't kill the db this time though...

Edit2: just ran it with strace, here is output when it crashed and just before:
Code:
recvmsg(6, {msg_name(0)=NULL, msg_iov(1)=[{"\1\1\250 \0\0\0\0\0\0\0\0:\1I\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0", 4096}], msg_controllen=0, msg_flags=0}, 0) = 32
recvmsg(6, 0x7fffe7117110, 0)           = -1 EAGAIN (Resource temporarily unavailable)
recvmsg(6, 0x7fffe7117110, 0)           = -1 EAGAIN (Resource temporarily unavailable)
recvmsg(6, 0x7fffe7117a40, 0)           = -1 EAGAIN (Resource temporarily unavailable)
recvmsg(6, 0x7fffe7117c10, 0)           = -1 EAGAIN (Resource temporarily unavailable)
recvmsg(8, 0x7fffe7117c00, 0)           = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=3, events=POLLIN}, {fd=6, events=POLLIN}, {fd=7, events=POLLIN}, {fd=8, events=POLLIN}, {fd=9, events=POLLIN}, {fd=18, events=POLLIN}, {fd=19, events=POLLIN}, {fd=20, events=POLLIN}], 8, 31 <unfinished ...>
+++ killed by SIGSEGV (core dumped) +++
Segmentation fault (core dumped)

I also noticed it's showing a zero balance even though by this time during sync it has confirmed txs worth like 5k HUC, which seems a bit off.


Edit3: here is the entire gdb output:
Code:
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
[New Thread 0x7fffe63bb700 (LWP 8345)]
[New Thread 0x7fffe5b9a700 (LWP 8346)]
[New Thread 0x7fffe4d76700 (LWP 8347)]
[New Thread 0x7fffde2c2700 (LWP 8348)]
[New Thread 0x7fffddac1700 (LWP 8349)]
[New Thread 0x7fffcdce3700 (LWP 8352)]
[New Thread 0x7fffcd04b700 (LWP 8355)]
[New Thread 0x7fffc7fff700 (LWP 8357)]
[New Thread 0x7fffc77fe700 (LWP 8358)]
[New Thread 0x7fffc6ffd700 (LWP 8359)]
[New Thread 0x7fffc67fc700 (LWP 8360)]
[New Thread 0x7fffc5ffb700 (LWP 8361)]
[New Thread 0x7fffc57fa700 (LWP 8362)]
[New Thread 0x7fffc4ff9700 (LWP 8363)]
[Thread 0x7fffddac1700 (LWP 8349) exited]
[Thread 0x7fffde2c2700 (LWP 8348) exited]
[New Thread 0x7fffde2c2700 (LWP 8366)]
[Thread 0x7fffde2c2700 (LWP 8366) exited]
[New Thread 0x7fffddac1700 (LWP 8367)]
[New Thread 0x7fffa0d8a700 (LWP 8368)]
[New Thread 0x7fff97fff700 (LWP 8369)]
[New Thread 0x7fff977fe700 (LWP 8370)]
[New Thread 0x7fff96ffd700 (LWP 8371)]
[New Thread 0x7fff967fc700 (LWP 8372)]
[New Thread 0x7fff95ffb700 (LWP 8373)]
[New Thread 0x7fff81ed5700 (LWP 8377)]
[Thread 0x7fffa0d8a700 (LWP 8368) exited]

Thread 7 "QThread" received signal SIGSEGV, Segmentation fault.
[Switching to Thread 0x7fffcdce3700 (LWP 8352)]
NameListBuilder::startTx (this=this@entry=0x7fffcdce1ee0, tx=...) at wallet/rpcnames.cpp:125
125   nHeight = pindex->nHeight;
The Bitcoin Co-op
Legendary
*
Offline Offline

Activity: 1268
Merit: 1006



View Profile WWW
October 12, 2016, 07:54:29 AM
 #7509


The HUC price leveled up--old resistance, new support. Based on where lots of buy orders have been placed, it seem the market roughly agrees, but the line is still being tested. I don't think the market has any idea yet where exactly the ceiling should be, though; just some rough guesses based on the recent spikes. I don't usually sell, anyways Tongue

We work hard to promote Bitcoin adoption and the decentralization of society. You can support our efforts by donating BTC to 35wDNxFhDB6Ss8fgijUUpn2Yx6sggDgGqS
harissengke
Member
**
Offline Offline

Activity: 104
Merit: 10


View Profile
October 12, 2016, 08:01:45 AM
 #7510

i always loved this coin since old time Smiley

domob
Legendary
*
Offline Offline

Activity: 1135
Merit: 1161


View Profile WWW
October 12, 2016, 05:03:06 PM
Last edit: October 12, 2016, 05:19:22 PM by domob
 #7511

Code:
Thread 7 "QThread" received signal SIGSEGV, Segmentation fault.
[Switching to Thread 0x7fffcdce3700 (LWP 8352)]
NameListBuilder::startTx (this=this@entry=0x7fffcdce1ee0, tx=...) at wallet/rpcnames.cpp:125
125  nHeight = pindex->nHeight;

That's what I was looking for - it would still be cool if I could reproduce the problem, but I'll take a look at this code to see if I can spot any issue there even without that.  Thanks a lot!

EDIT: It seems that I can now actually reproduce the issue - the crash happens when you call name_list while a name operation in your wallet is pending.  Not sure why I didn't see it before, but I think we can now quickly fix it (hopefully). Smiley

Use your Namecoin identity as OpenID: https://nameid.org/
Donations: 1domobKsPZ5cWk2kXssD8p8ES1qffGUCm | NMC: NCdomobcmcmVdxC5yxMitojQ4tvAtv99pY
BM-GtQnWM3vcdorfqpKXsmfHQ4rVYPG5pKS | GPG 0xA7330737
jwinterm
Legendary
*
Offline Offline

Activity: 3010
Merit: 1103



View Profile
October 12, 2016, 05:44:10 PM
 #7512

Code:
Thread 7 "QThread" received signal SIGSEGV, Segmentation fault.
[Switching to Thread 0x7fffcdce3700 (LWP 8352)]
NameListBuilder::startTx (this=this@entry=0x7fffcdce1ee0, tx=...) at wallet/rpcnames.cpp:125
125  nHeight = pindex->nHeight;

That's what I was looking for - it would still be cool if I could reproduce the problem, but I'll take a look at this code to see if I can spot any issue there even without that.  Thanks a lot!

EDIT: It seems that I can now actually reproduce the issue - the crash happens when you call name_list while a name operation in your wallet is pending.  Not sure why I didn't see it before, but I think we can now quickly fix it (hopefully). Smiley

Nice Smiley Glad I could do small part to help shed some light.
snailbrain (OP)
Legendary
*
Offline Offline

Activity: 1807
Merit: 1020



View Profile
October 12, 2016, 09:06:41 PM
 #7513

Code:
Thread 7 "QThread" received signal SIGSEGV, Segmentation fault.
[Switching to Thread 0x7fffcdce3700 (LWP 8352)]
NameListBuilder::startTx (this=this@entry=0x7fffcdce1ee0, tx=...) at wallet/rpcnames.cpp:125
125  nHeight = pindex->nHeight;

That's what I was looking for - it would still be cool if I could reproduce the problem, but I'll take a look at this code to see if I can spot any issue there even without that.  Thanks a lot!

EDIT: It seems that I can now actually reproduce the issue - the crash happens when you call name_list while a name operation in your wallet is pending.  Not sure why I didn't see it before, but I think we can now quickly fix it (hopefully). Smiley

Nice Smiley Glad I could do small part to help shed some light.

domob has pushed a possible fix if you want to test Cheesy

i'll compile and test tomorrow as well.

if it works - i'll send 5k from the Dev fund Smiley

jwinterm
Legendary
*
Offline Offline

Activity: 3010
Merit: 1103



View Profile
October 13, 2016, 04:03:57 AM
 #7514

Just compiled and tested name_list in qt wallet and it works. Lists all hunters I created up to current sync point. Yay Smiley

It's still showing zero balance for me in qt though, and I think I should definitely have a confirmed balance of like 30k HUC at this point. Getinfo call also shows 0 balance.
snailbrain (OP)
Legendary
*
Offline Offline

Activity: 1807
Merit: 1020



View Profile
October 13, 2016, 10:09:05 AM
 #7515

Just compiled and tested name_list in qt wallet and it works. Lists all hunters I created up to current sync point. Yay Smiley

It's still showing zero balance for me in qt though, and I think I should definitely have a confirmed balance of like 30k HUC at this point. Getinfo call also shows 0 balance.

i had some issues like this also - i think my wallet became corrupted after the other crashes due to name_list..

could be wrong though - i'll test some soon, almost finished building

snailbrain (OP)
Legendary
*
Offline Offline

Activity: 1807
Merit: 1020



View Profile
October 13, 2016, 11:20:51 AM
 #7516

seems working so far on ubuntu - i can play with the unity client without crashing.. on a pruned chain.

I'm syncing from scratch now on windows


jwinterm
Legendary
*
Offline Offline

Activity: 3010
Merit: 1103



View Profile
October 13, 2016, 12:16:02 PM
 #7517

Just compiled and tested name_list in qt wallet and it works. Lists all hunters I created up to current sync point. Yay Smiley

It's still showing zero balance for me in qt though, and I think I should definitely have a confirmed balance of like 30k HUC at this point. Getinfo call also shows 0 balance.

Nevermind. 34 hours behind now and correct balance is displaying. Maybe I had spent all the stuff that had been confirmed in a later tx or something when I was 30 weeks behind last night.
cryptospreader_temp
Sr. Member
****
Offline Offline

Activity: 434
Merit: 250



View Profile WWW
October 13, 2016, 12:41:27 PM
 #7518

I have two questions.

Are wallets listed in OP working fine and are they the latest updated wallets?

Any bootstrap available?
snailbrain (OP)
Legendary
*
Offline Offline

Activity: 1807
Merit: 1020



View Profile
October 13, 2016, 12:57:20 PM
Last edit: October 13, 2016, 01:16:28 PM by snailbrain
 #7519

I have two questions.

Are wallets listed in OP working fine and are they the latest updated wallets?

Any bootstrap available?

yes the one in the OP is fine.

you can download the full chain from chain.huntercoin.org

JasonXG
Hero Member
*****
Offline Offline

Activity: 770
Merit: 500


View Profile
October 15, 2016, 01:59:26 PM
 #7520

What is going on with this project ? Who actually is the dev ? I hear big talk coming from certain users but nothing to back it up with. Where is tharani ? She was so nice now she just ignores me. Which is really messed up wince she started talking to me. I'm just hearing lies. Also she got neg trust by a trusted member so wtf ?

Pages: « 1 ... 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 [376] 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 ... 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!