Bitcoin Forum
June 17, 2024, 06:27:02 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 [136] 137 138 139 140 141 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 ... 429 »
  Print  
Author Topic: [ANN][HUC] Huntercoin - Worlds First Decentralized Game/World on the Blockchain  (Read 879148 times)
tuto
Sr. Member
****
Offline Offline

Activity: 328
Merit: 250


View Profile
February 13, 2014, 08:56:11 PM
 #2701

My Clearing Team post on www.huntercointalk.com (official fan forums for hunter coin and hopefully soon confirmed to be the official one!)

http://huntercointalk.com/viewtopic.php?f=7&t=16&p=56#p56


Go have a read and make comments either there or here please.

Want/Need feedback.


Dave
extro24
Sr. Member
****
Offline Offline

Activity: 481
Merit: 252


View Profile
February 13, 2014, 09:05:07 PM
 #2702

Every 5 minutes, my wallet is not responding. This makes it really frustrating. Spending a whole day setting up, to watch your wallet not respond on te crucial moment. Timing is everything in this game... And know it's impossible.

use printtoconsole=1

in huntercoin.conf

---

also make sure your harddrive has a lot of free space or not fragmented (use defraggler on the datadir)



No, Snailbrain, that won't solve the problem.  The problem is that Qt hangs during network events.  And with 4000 avatars we have a LOT of network events. Here are the solutions from the Qt developers:

http://doc.qt.digia.com/qq/qq27-responsive-guis.html

Let me quote from the article:

"At QtCentre people come to us with the recurring problem of their GUIs freezing during long operations. The issue is not difficult to overcome but you can do it in many different ways, so I'd like to present a range of possible options that can be used depending on the situation you are dealing with."

"During the calculations (regardless of any usage of signals and slots) all event processing gets halted. As a result, the GUI is not refreshed, user input is not processed, network activity stops and timers don't fire—the application looks like it's frozen and, in fact, the part of it not related to the time-intensive task is frozen."

"...(a) variation is when a program has to trigger some activity (for instance a network download) and wait for it to be completed before continuing to the next step of the algorithm."

And that is OUR problem.  If you run the client in Qt Creator you will see that it freezes whenever there is a network event in the output of the compiler. But there are solutions:

"This variation of the problem is, in itself, easy to avoid when using Qt because most of the asynchronous tasks performed by the framework emit a signal when they have finished doing their job, and you can connect it to a slot that will continue the algorithm."

The article gives the actual code that is needed.  You need to talk to thecoder.

Sorry, but telling people to add "printtoconsole=1" to huntercoin.conf will not work. Smiley

kulakowka
Full Member
***
Offline Offline

Activity: 168
Merit: 100


View Profile
February 13, 2014, 10:35:48 PM
 #2703

Location of Harvest Areas

and places where the crown can reset (purple circles)



and how many coins a day, appears to places marked in red?

vastbitcoins
Member
**
Offline Offline

Activity: 100
Merit: 10


Vast


View Profile WWW
February 13, 2014, 10:50:53 PM
 #2704

Hi there!
A little update on what i'm doing!!



i've decided to implement the chat sistem splitting message based on team colour, (first chan will group all (general))

more to come!

This is amazing! I can't wait to see more. The mini map feature is brilliant broski.
snailbrain (OP)
Legendary
*
Offline Offline

Activity: 1807
Merit: 1020



View Profile
February 13, 2014, 11:02:10 PM
Last edit: February 14, 2014, 12:58:20 AM by snailbrain
 #2705

Every 5 minutes, my wallet is not responding. This makes it really frustrating. Spending a whole day setting up, to watch your wallet not respond on te crucial moment. Timing is everything in this game... And know it's impossible.

use printtoconsole=1

in huntercoin.conf

---

also make sure your harddrive has a lot of free space or not fragmented (use defraggler on the datadir)



No, Snailbrain, that won't solve the problem.  The problem is that Qt hangs during network events.  And with 4000 avatars we have a LOT of network events. Here are the solutions from the Qt developers:

http://doc.qt.digia.com/qq/qq27-responsive-guis.html

Let me quote from the article:

"At QtCentre people come to us with the recurring problem of their GUIs freezing during long operations. The issue is not difficult to overcome but you can do it in many different ways, so I'd like to present a range of possible options that can be used depending on the situation you are dealing with."

"During the calculations (regardless of any usage of signals and slots) all event processing gets halted. As a result, the GUI is not refreshed, user input is not processed, network activity stops and timers don't fire—the application looks like it's frozen and, in fact, the part of it not related to the time-intensive task is frozen."

"...(a) variation is when a program has to trigger some activity (for instance a network download) and wait for it to be completed before continuing to the next step of the algorithm."

And that is OUR problem.  If you run the client in Qt Creator you will see that it freezes whenever there is a network event in the output of the compiler. But there are solutions:

"This variation of the problem is, in itself, easy to avoid when using Qt because most of the asynchronous tasks performed by the framework emit a signal when they have finished doing their job, and you can connect it to a slot that will continue the algorithm."

The article gives the actual code that is needed.  You need to talk to thecoder.

Sorry, but telling people to add "printtoconsole=1" to huntercoin.conf will not work. Smiley

he can read don't worry Smiley

p.s. i have no issues with the windows client, with linux client running in a vmware simultaneously on the same machine..

not saying the issue you are talking about doesn't exist Smiley

and if people are getting insane hard disk activity.. printtoconsole will and does help - although maybe the qt is locking up for the reason you suggest also.. .be patient Smiley

response to your last post :

Quote
Potentially yes, but increases risk of necessity for rescan, if the client crashes.

"askfor block c5b81a18d346cec99bf4 1392240304000003"
Qt may be locked during some network operations to prevent crashing (as network code and GUI both use the same resources, i.e. block chain and wallet transactions). AFAIK Bitcoin also has these issues, except it's not as fast-paced as Huntercoin, so this is less noticeable.

will get him to check this post specifically to

keep feeding us info please Smiley


Location of Harvest Areas

and places where the crown can reset (purple circles)



and how many coins a day, appears to places marked in red?

they are split into the 4 sections.. the red area spawns a coin once per block in one of the 4 sections: 0.55/block

to try to make that a bit more sense... assume the top left quadrant of red areas is 1 "section", 0.55 coins will drop in one of those red areas, in each section, per block.

Vanished
Newbie
*
Offline Offline

Activity: 18
Merit: 0


View Profile
February 13, 2014, 11:28:13 PM
 #2706

How can I create a new player from the command line? I tried name_new "name" , then I tried name_firstupdate but I cannot seem to get it to work? any help thanks?
snailbrain (OP)
Legendary
*
Offline Offline

Activity: 1807
Merit: 1020



View Profile
February 13, 2014, 11:29:56 PM
 #2707

How can I create a new player from the command line? I tried name_new "name" , then I tried name_firstupdate but I cannot seem to get it to work? any help thanks?

check with namecoin (wiki)

and check block explorer for example first updates

tuto
Sr. Member
****
Offline Offline

Activity: 328
Merit: 250


View Profile
February 13, 2014, 11:35:24 PM
 #2708

So, Snail, that means, APPROX 3 coins, per red section on the map per hour. approx, assuming 1 block = 1 min.
0.55 coins / block = 0.55 x 60 = 33. 11 Red sections per 1/4 of the map = 3 coins per red section per 1/4 of the map?

What about the other colours?

For instance the outer edge areas (orange) and the light-blue coloured sections on the way towards the middle?
snailbrain (OP)
Legendary
*
Offline Offline

Activity: 1807
Merit: 1020



View Profile
February 13, 2014, 11:44:05 PM
 #2709

So, Snail, that means, APPROX 3 coins, per red section on the map per hour. approx, assuming 1 block = 1 min.
0.55 coins / block = 0.55 x 60 = 33. 11 Red sections per 1/4 of the map = 3 coins per red section per 1/4 of the map?

What about the other colours?

For instance the outer edge areas (orange) and the light-blue coloured sections on the way towards the middle?


0.55 Red x4 = 2.2
0.4 Cyan x4 = 1.6
0.4 Yellow x4 = 1.6
0.4 Green x4 = 1.6
0.75 Gold/Yellow (all areas are combined) = 0.75
1 Central Pinkish Strip = 1

= 8.75

+ Crown of Fortune  = 0.25

+ Miner 1

=10

Please check - pretty sure i didn't make a mistake during design - i hope Smiley





vastbitcoins
Member
**
Offline Offline

Activity: 100
Merit: 10


Vast


View Profile WWW
February 14, 2014, 12:02:01 AM
 #2710

A new project has been launched

Description:
An Advertising campaign reaching over multiple networks to raise awareness of Huntercoin

More information can be found on the forum thread for this project here: Advertising Project for Huntercoin

If you're interested in being a part of this project we need an Artist for creating 300x250, 160x600, and 728x90 banners.
snailbrain (OP)
Legendary
*
Offline Offline

Activity: 1807
Merit: 1020



View Profile
February 14, 2014, 12:14:01 AM
 #2711

A new project has been launched

Description:
An Advertising campaign reaching over multiple networks to raise awareness of Huntercoin

More information can be found on the forum thread for this project here: Advertising Project for Huntercoin

If you're interested in being a part of this project we need an Artist for creating 300x250, 160x600, and 728x90 banners.


good work

vastbitcoins
Member
**
Offline Offline

Activity: 100
Merit: 10


Vast


View Profile WWW
February 14, 2014, 12:29:32 AM
Last edit: February 14, 2014, 12:50:29 AM by vastbitcoins
 #2712

A new project has been launched

Description:
An Advertising campaign reaching over multiple networks to raise awareness of Huntercoin

More information can be found on the forum thread for this project here: Advertising Project for Huntercoin

If you're interested in being a part of this project we need an Artist for creating 300x250, 160x600, and 728x90 banners.


good work

Thanks snailbrain! You created a wonderful piece of software Smiley
Currently 47/100 HUC for starting the testing phase of the advertising campaign.

Here's the first ad created for the campaign
snailbrain (OP)
Legendary
*
Offline Offline

Activity: 1807
Merit: 1020



View Profile
February 14, 2014, 12:51:05 AM
 #2713

not bad.. .i think the writing at the top needs to be more visible. maybe it could have yellow outline..

also maybe fit in "Crypto Currency" - (maybe 'obtainable by harvesting in a game like world')


good motivation and enthusiasm - this is what Huntercoin needs Smiley

snailbrain (OP)
Legendary
*
Offline Offline

Activity: 1807
Merit: 1020



View Profile
February 14, 2014, 12:54:14 AM
 #2714

anyone want to look at the boost errors when closing down the client on linux?

50 HUC bounty to fix

vastbitcoins
Member
**
Offline Offline

Activity: 100
Merit: 10


Vast


View Profile WWW
February 14, 2014, 01:10:24 AM
 #2715

not bad.. .i think the writing at the top needs to be more visible. maybe it could have yellow outline..

also maybe fit in "Crypto Currency" - (maybe 'obtainable by harvesting in a game like world')

Alrighty! Here's version 2 of our 300x250 Ad


Quote from: snailbrain
good motivation and enthusiasm - this is what Huntercoin needs Smiley
I agree Smiley
snailbrain (OP)
Legendary
*
Offline Offline

Activity: 1807
Merit: 1020



View Profile
February 14, 2014, 01:16:09 AM
 #2716

not bad.. .i think the writing at the top needs to be more visible. maybe it could have yellow outline..

also maybe fit in "Crypto Currency" - (maybe 'obtainable by harvesting in a game like world')

Alrighty! Here's version 2 of our 300x250 Ad


Quote from: snailbrain
good motivation and enthusiasm - this is what Huntercoin needs Smiley
I agree Smiley

i think the text at the top "The Worlds..."

is too compressed.. maybe try just "A Human Mineable..."

also not sure if dark brown has enough contrast to the back ground (Huntercoin).. maybe it's ok tho.. can carry this on other forum if you want

but.. how many views/clicks are we gunna get with such a small sum of donations? Smiley


snailbrain (OP)
Legendary
*
Offline Offline

Activity: 1807
Merit: 1020



View Profile
February 14, 2014, 01:20:14 AM
 #2717

not bad.. .i think the writing at the top needs to be more visible. maybe it could have yellow outline..

also maybe fit in "Crypto Currency" - (maybe 'obtainable by harvesting in a game like world')

Alrighty! Here's version 2 of our 300x250 Ad


Quote from: snailbrain
good motivation and enthusiasm - this is what Huntercoin needs Smiley
I agree Smiley

i think the text at the top "The Worlds..."

is too compressed.. maybe try just "A Human Mineable..."

also not sure if dark brown has enough contrast to the back ground (Huntercoin).. maybe it's ok tho.. can carry this on other forum if you want

but.. how many views/clicks are we gunna get with such a small sum of donations? Smiley



Might be better with facebook ads, targeting the correct people

"Work from Home" lol (or maybe that is the Clan/Corp/Guilds job)

vastbitcoins
Member
**
Offline Offline

Activity: 100
Merit: 10


Vast


View Profile WWW
February 14, 2014, 01:20:47 AM
 #2718

Quote from: snailbrain


i think the text at the top "The Worlds..."

is too compressed.. maybe try just "A Human Mineable..."

also not sure if dark brown has enough contrast to the back ground (Huntercoin).. maybe it's ok tho.. can carry this on other forum if you want

but.. how many views/clicks are we gunna get with such a small sum of donations? Smiley



How's this?


*Edit
Currently 67 HUC raised to fund the Huntercoin Advertising Campaign, Great work guys Smiley
snailbrain (OP)
Legendary
*
Offline Offline

Activity: 1807
Merit: 1020



View Profile
February 14, 2014, 01:24:02 AM
 #2719

Quote from: snailbrain


i think the text at the top "The Worlds..."

is too compressed.. maybe try just "A Human Mineable..."

also not sure if dark brown has enough contrast to the back ground (Huntercoin).. maybe it's ok tho.. can carry this on other forum if you want

but.. how many views/clicks are we gunna get with such a small sum of donations? Smiley



How's this?


looks better.. depends where it's going..

if it's going on some decent websites, we may need a proper graphics designer Cheesy

but tbh, I think it's still good Smiley

A Graphics designer would probably do all the banners for less than 100$

keep going and when they are all ready, we can have a look and maybe use them as the "layout" for a designer, or just use them anyway...

vastbitcoins
Member
**
Offline Offline

Activity: 100
Merit: 10


Vast


View Profile WWW
February 14, 2014, 01:30:06 AM
 #2720

Quote from: snailbrain


looks better.. depends where it's going..

if it's going on some decent websites, we may need a proper graphics designer Cheesy

but tbh, I think it's still good Smiley

A Graphics designer would probably do all the banners for less than 100$

keep going and when they are all ready, we can have a look and maybe use them as the "layout" for a designer, or just use them anyway...

I agree, I have a post open on HuntercoinTalk.com requesting an Artist to jump aboard the project. I'm sure one will stumble upon us.

The ads will be on many website, I will be using the A-Ads.com, And Bitads.net advertising networks. I'l hand pick the websites it's displayed on to ensure quality and will be tweaking the campaign as time goes on and funds allow. This could be a big positive influence on Huntercoin if the community pools together we could bring a substantial amount of attention our way. We're nearing our goal and the testing phase will begin soon. Smiley
Pages: « 1 ... 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 [136] 137 138 139 140 141 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 ... 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!