Pages:
Author

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

hero member
Activity: 955
Merit: 500
...
Anyone is welcome to help out and spread the word! There are also lots of other things people can do, especially if they know how to code things. A browser client would be cool, for example.

...

Browser client would be very cool.

I don't know anything about coding, except rot13 and that's not really good for anything except confusing people.

Usually developers have a pretty good sense of what needs to be done. They can look at the coin and say it needs this or that. But other people, with most coins, are short on ways to get involved. They need to coordinate with others and in most cases that's best done publicly, either by spamming threads as I do or by direct messages.

Hopefully Tharani and Jason and others can form a network of people to do something with huntercoin. It's difficult to work in an unstructured way without contact and feedback from developers but I guess that's part of 'decentralization'.

legendary
Activity: 1268
Merit: 1006
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 ?

... She would message us constantly on Skype, even when we're busy working or sleeping, and get mad if we don't answer

Tharani's website was actually pretty well done. I can understand the devs side too. One of the downsides of 'a decentralized project' is that people need to get a sense of what others want to do, rather than trying to impose or push them. No bosses but no serfs either.

Would be cool if there were a more clear way she and others could do things to help people get started with Huntercoin. Maybe something like a "Get involved" or "Projects" page at huntercoin.org that provided some very basic direction for somebody with a lot of energy who wanted to make a website or whatever.

Anyone is welcome to help out and spread the word! There are also lots of other things people can do, especially if they know how to code things. A browser client would be cool, for example.

You just gotta be reasonable with people on Skype. Please do not send the devs literally several dozen messages in a row, as they are very busy. People will get back to you when they do.
hero member
Activity: 955
Merit: 500
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 ?

... She would message us constantly on Skype, even when we're busy working or sleeping, and get mad if we don't answer

Tharani's website was actually pretty well done. I can understand the devs side too. One of the downsides of 'a decentralized project' is that people need to get a sense of what others want to do, rather than trying to impose or push them. No bosses but no serfs either.

Would be cool if there were a more clear way she and others could do things to help people get started with Huntercoin. Maybe something like a "Get involved" or "Projects" page at huntercoin.org that provided some very basic direction for somebody with a lot of energy who wanted to make a website or whatever.
legendary
Activity: 1268
Merit: 1006
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 ?

Tharani was a weird person. She would message us constantly on Skype, even when we're busy working or sleeping, and get mad if we don't answer
hero member
Activity: 770
Merit: 500
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 ?

legendary
Activity: 1807
Merit: 1020
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
sr. member
Activity: 434
Merit: 250
I have two questions.

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

Any bootstrap available?
legendary
Activity: 3136
Merit: 1116
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.
legendary
Activity: 1807
Merit: 1020
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

legendary
Activity: 1807
Merit: 1020
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
legendary
Activity: 3136
Merit: 1116
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.
legendary
Activity: 1807
Merit: 1020
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
legendary
Activity: 3136
Merit: 1116
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.
legendary
Activity: 1135
Merit: 1166
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
member
Activity: 104
Merit: 10
i always loved this coin since old time Smiley
legendary
Activity: 1268
Merit: 1006

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
legendary
Activity: 3136
Merit: 1116
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
+++ 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;
legendary
Activity: 1135
Merit: 1166
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.
legendary
Activity: 1807
Merit: 1020
...
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.
legendary
Activity: 3136
Merit: 1116
...
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?
Pages:
Jump to: