Pages:
Author

Topic: [ANN][HUC] HunterCoin - Human Mine-able Crypto Currency GameWorld - page 4. (Read 38459 times)

sr. member
Activity: 1176
Merit: 265
its not quite clear to me if i can mine this in a normal way with gpu, or that i have to play the game in the wallet to mine, or if i can do both.

both if you want

but then whats the point of playing the game when you can just point your rig to it?

Have a read at the game info. on the release thread, mined coins are a low % of coins, the majority will be collected ingame. Without looking I think it was 20%/80% ?

This is good as it means pointing my ASIC at it won't do me much good, (so I won't) and we won't have another stupid arms race. Anyone can get coins if they are prepared to work for them on a pretty level playing field. It's more fun than a box of fans sitting in the corner too Wink
hero member
Activity: 602
Merit: 500
its not quite clear to me if i can mine this in a normal way with gpu, or that i have to play the game in the wallet to mine, or if i can do both.

both if you want

but then whats the point of playing the game when you can just point your rig to it?
legendary
Activity: 1807
Merit: 1020
its not quite clear to me if i can mine this in a normal way with gpu, or that i have to play the game in the wallet to mine, or if i can do both.

both if you want
hero member
Activity: 602
Merit: 500
its not quite clear to me if i can mine this in a normal way with gpu, or that i have to play the game in the wallet to mine, or if i can do both.
legendary
Activity: 2646
Merit: 1722
https://youtu.be/DsAVx0u9Cw4 ... Dr. WHO < KLF
Release Date Confirmed Saturday 1st Feb 7PM GMT

Giveaway threads will be read on release  (on another forum due to new rules here)

Great news!

addnode=144.76.142.46

Cheers!  Grin
legendary
Activity: 1807
Merit: 1020
Release Date Confirmed Saturday 1st Feb 7PM GMT

Giveaway threads will be ready on release  (on another forum due to new rules here)
full member
Activity: 182
Merit: 100
Really glad to see this one progressing. All the very best of luck for the launch and hope it gets the attention it deserves!
legendary
Activity: 1807
Merit: 1020
hero member
Activity: 826
Merit: 1001
@Bit_John
Got my attention love this concept.
legendary
Activity: 2142
Merit: 1131
legendary
Activity: 1807
Merit: 1020
Huntercoin Client is complete

Added:

Crown of Fortune - 1 Item on the map, of which a character can collect. He/She will receive 0.25 HUCs per block until he is killed or banks.. If he is killed he will drop the crown at his feet, and it can be picked up by someone else. The crown will drop if the character enters the Spawn/Bank Area.

Dual Algo - Huntercoin is mined by both SHA256 and Scrypt Miners (as well as Human). PoW/PoW/PoW (if human is PoW). Each algo targets 2 minute blocks, averaging 1 minute per block. Set algo=scrypt in huntercoin.conf to choose which algo you wish to mine.
Both Algos can be Merge Mined with compatible cryptos

See Wiki http://wiki.chronokings.com/index.php?title=Mining

Release date will be confirmed later..
legendary
Activity: 1807
Merit: 1020
sdp
sr. member
Activity: 469
Merit: 281
The numbers look better when they have thousand separators in them:

 Grin Grin Grin


diff -r -u huntercoin-orig/src/qt/bitcoinunits.cpp huntercoin-modified/src/qt/bitcoinunits.cpp
--- huntercoin-orig/src/qt/bitcoinunits.cpp   2013-09-26 18:21:10.000000000 -0300
+++ huntercoin-modified/src/qt/bitcoinunits.cpp   2014-01-10 11:42:38.000000000 -0300
@@ -105,6 +105,12 @@
         ++nTrim;
     remainder_str.chop(nTrim);
 
+    for (int i = 3; i < remainder_str.length(); i += 3) {
+       remainder_str.insert(i++, ',');
+    }
+    for (int i = quotient_str.length()-3; i > 0; i -= 3) {
+       quotient_str.insert(i, ',');
+    }
     if (n < 0)
         quotient_str.insert(0, '-');
     else if (fPlus && n > 0)
@@ -128,12 +134,12 @@
     {
         return false; // More than one dot
     }
-    QString whole = parts[0];
+    QString whole = parts[0].remove(QChar(','));
     QString decimals;
 
     if(parts.size() > 1)
     {
-        decimals = parts[1];
+        decimals = parts[1].remove(QChar(','));
     }
     if(decimals.size() > num_decimals)
     {

legendary
Activity: 2142
Merit: 1131
Nice logo. Congrats.
legendary
Activity: 1807
Merit: 1020
legendary
Activity: 1807
Merit: 1020
Really - should be released in a week or 2
(i know i said, ready in 2 weeks or so 10 times - but we have changed it considerably, which in turn produced new bugs)


http://www.youtube.com/watch?v=XY5KTVA_2ys
legendary
Activity: 1807
Merit: 1020
Really - should be released in a week or 2
(i know i said, ready in 2 weeks or so 10 times - but we have changed it considerably, which in turn produced new bugs)


Great stuff ! I wonder how long it will take the Exilecoin guys to build a bot for Huntercoin ?  Grin

I really enjoyed playing this on the testnet though and I hope the 'non-beta' gets a solid hash rate and lots of players / supporters.

In many respects this project is more important then Bitcoin and I'm being serious - the potential and innovation here is huge. Gratz !

Thanks for that

please check PM for a final closed test
legendary
Activity: 2646
Merit: 1722
https://youtu.be/DsAVx0u9Cw4 ... Dr. WHO < KLF
Really - should be released in a week or 2
(i know i said, ready in 2 weeks or so 10 times - but we have changed it considerably, which in turn produced new bugs)


Great stuff ! I wonder how long it will take the Exilecoin guys to build a bot for Huntercoin ?  Grin

I really enjoyed playing this on the testnet though and I hope the 'non-beta' gets a solid hash rate and lots of players / supporters.

In many respects this project is more important than Bitcoin and I'm being serious - the potential and innovation here is huge. Gratz !
legendary
Activity: 1807
Merit: 1020
Really - should be released in a week or 2
(i know i said, ready in 2 weeks or so 10 times - but we have changed it considerably, which in turn produced new bugs)
sdp
sr. member
Activity: 469
Merit: 281
Don't just wait and see.  Download the client and point cgminer at it.  You can try it out.  If you need some testnet huntercoins to get you started in the game put your testnet huntercoin address here.  I ended up with plenty.

sdp

Pages:
Jump to: