Author

Topic: [ANN] [HVC] Heavycoin - Ultra-secure, Decentralized Block Reward Voting, Fast - page 197. (Read 542277 times)

member
Activity: 112
Merit: 10
Quick question here if i may,

I've been running the wallet and solo mining for a while now and just noticed i have 2 pending transactions for 657 coins each,if i mouseover the "mined" symbols it says "generated but not accepted,mined" and are awaiting 6 confirmations each...only problem is they seem to have been stuck on unconfirmed for over an hour now,any suggestions?

Thanks

Smiley

Orphans, you found them but so did someone else as well and they were faster to send it into the network. You will not get them confirmed sorry.

Yeah so I've had probably 25 of these or the equivalent of 20000HVC - all unconfirmed. I do gets pieces from a pool and the CONFIRMED total stands at awhopping 22x 1 = 22HVC.
Has anyone successfully solo mined a full block? Absolute bullshit

yes my 2x12core xeon pc mined 2 full blocks the first 14 hours after the coin was launched
hero member
Activity: 560
Merit: 500
Quick question here if i may,

I've been running the wallet and solo mining for a while now and just noticed i have 2 pending transactions for 657 coins each,if i mouseover the "mined" symbols it says "generated but not accepted,mined" and are awaiting 6 confirmations each...only problem is they seem to have been stuck on unconfirmed for over an hour now,any suggestions?

Thanks

Smiley

Orphans, you found them but so did someone else as well and they were faster to send it into the network. You will not get them confirmed sorry.

Yeah so I've had probably 25 of these or the equivalent of 20000HVC - all unconfirmed. I do gets pieces from a pool and the CONFIRMED total stands at awhopping 22x 1 = 22HVC.
Has anyone successfully solo mined a full block? Absolute bullshit
Yes, I have - but some days ago. I still get the occasional orphan.
member
Activity: 84
Merit: 10
Hi, i'm new of the coin, my pool script had 512 has vote number, have i to set 1?

could you please give me the meaning of it in a short phrase?
thanks

Hi there. You do not have to do anything. It is up to you.

As you vote for lower numbers (ex. 1) you make the coin more rare since the reward per block will be just 1 coin and this is considered as a booster of its price. Personally I disagree, but that's the tendency here.

As you vote for higher numbers (ex. 1024) you make the coin much more easy to mine since the reward per block will be 1024 coins and this is considered as devaluing the coin.

My personal opinion is, as in most cases, something in the middle. So, I consider 512 a very good number for now. My reasoning is that indeed I do not want the coin devalued but also I want new people (new miners) to join it and receive coins for their efforts in order to increase the participation and the interest for the coin. The scheme as I see it at this moment is:

-v 1 --> Nobody really cares for the coin, just the ones that already have coins "play" with them, interest lost, coin devalued
-v 512 --> New people start joining the coin, they see some value, start discussing and exchanging it, strong interest
-v 1024 --> Coin hyped, many coins in circulation, everyone has some coins, the supply is bigger than the demand, price drops, coin devalued

Still, this is my line of thinking, it is extremely possible that I miss an aspect here.
legendary
Activity: 1498
Merit: 1001
CryptoCurrency EXchange: https://c-cex.com
full member
Activity: 233
Merit: 102
Quick question here if i may,

I've been running the wallet and solo mining for a while now and just noticed i have 2 pending transactions for 657 coins each,if i mouseover the "mined" symbols it says "generated but not accepted,mined" and are awaiting 6 confirmations each...only problem is they seem to have been stuck on unconfirmed for over an hour now,any suggestions?

Thanks

Smiley

Orphans, you found them but so did someone else as well and they were faster to send it into the network. You will not get them confirmed sorry.

Yeah so I've had probably 25 of these or the equivalent of 20000HVC - all unconfirmed. I do gets pieces from a pool and the CONFIRMED total stands at awhopping 22x 1 = 22HVC.
Has anyone successfully solo mined a full block? Absolute bullshit
newbie
Activity: 15
Merit: 0
Intel E3-1230V2 Debian 7 64bit 184kh/s
Intel E3-1230V2 Windows Server 2008 R2 64bit ~220-230kh/s

These numbers are with 1gh miner. Other thing is that when i run Ivy bridge version of miner on Windows it crashes, only generic and Haswell work and generic outperforms Haswell.
sr. member
Activity: 490
Merit: 250
Hi, i'm new of the coin, my pool script had 512 has vote number, have i to set 1?

could you please give me the meaning of it in a short phrase?
thanks
sr. member
Activity: 336
Merit: 250
util.h:25:28: error: boost/thread.hpp: No such file or directory

Boost is installed, I've built several other coins successfully on this machine.

No, it does not seem boost is installed.
Try installing also the -devel packages.
member
Activity: 112
Merit: 10
devs when you get a change could you please let us know about this gpu support for cpu mining which has been linked above?
hero member
Activity: 780
Merit: 501
I am having some trouble building:

Code:
c++ -O2 -pipe -fno-strict-aliasing -g genkeys.cpp -o genkeys  obj/hefty1.o obj/keccak.o obj/blake.o obj/groestl.o -ldl -lssl -lcrypto -lboost_system -lz -ldl
In file included from bignum.h:12,
                 from genkeys.cpp:23:
util.h:25:28: error: boost/thread.hpp: No such file or directory
util.h:26:32: error: boost/filesystem.hpp: No such file or directory
util.h:27:37: error: boost/filesystem/path.hpp: No such file or directory
util.h:28:57: error: boost/date_time/gregorian/gregorian_types.hpp: No such file or directory
util.h:29:59: error: boost/date_time/posix_time/posix_time_types.hpp: No such file or directory
In file included from netbase.h:10,
                 from util.h:31,
                 from bignum.h:12,
                 from genkeys.cpp:23:
serialize.h:17:48: error: boost/type_traits/is_fundamental.hpp: No such file or directory
serialize.h:18:33: error: boost/tuple/tuple.hpp: No such file or directory
serialize.h:19:44: error: boost/tuple/tuple_comparison.hpp: No such file or directory
serialize.h:20:36: error: boost/tuple/tuple_io.hpp: No such file or directory
In file included from serialize.h:22,
                 from netbase.h:10,
                 from util.h:31,
                 from bignum.h:12,
                 from genkeys.cpp:23:
allocators.h:10:34: error: boost/thread/mutex.hpp: No such file or directory
In file included from serialize.h:22,
                 from netbase.h:10,
                 from util.h:31,
                 from bignum.h:12,
                 from genkeys.cpp:23:
allocators.h:111: error: 'boost' has not been declared

A little help?
Boost is installed, I've built several other coins successfully on this machine.
sr. member
Activity: 344
Merit: 250
little dump on MintPal - good price now  Roll Eyes
member
Activity: 112
Merit: 10
but doesnt this mean that 1) you need a decent cpu anyway or 8x speed isnt going to get you far, especially given that cpu farmers have tons and b) it requires your gpu to be out of action so cannot mine for other alts?

is this even worth it? most GPU farmers have crappy cpus, often single core. surely this means the only people to benefit from this would be people with computers that have strong graphics and cpus?

anyone else want to weigh in?
full member
Activity: 126
Merit: 100
I'm trying to mine on nonce pool, but after registration it shows me

********* stratum_set_difficulty 0.000244141
[2014-03-14 03:01:01] Stratum notify: invalid parameters
[2014-03-14 03:01:01] Stratum authentication failed
[2014-03-14 03:01:01] ...retry after 30 seconds


Obviously I have add the the worker and set properly
I'm using Ubuntu and I have compiled it correctly.

I have used 1gh for the past 2 days and now I would try nonce pool with their miner to check if it's faster or not..
sr. member
Activity: 743
Merit: 250
Is a vote significance determined by cpu core count or hashing speed?
member
Activity: 112
Merit: 10
They can only change the instructions (which they won't Smiley ).
People need to change the -v param (from 1024 to 1) and vote from their wallets as well.


does it matter what the wallet vote is set to if you are not mining with your wallet?
full member
Activity: 462
Merit: 100
They can only change the instructions (which they won't Smiley ).
People need to change the -v param (from 1024 to 1) and vote from their wallets as well.
full member
Activity: 154
Merit: 100
 I think it's every 5 days. It tells you in the wallet how much time is left and the next target reward.
newbie
Activity: 35
Merit: 0
sr. member
Activity: 743
Merit: 250
btw, when is the next vote reward retarget?
Jump to: