Pages:
Author

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

full member
Activity: 126
Merit: 100
Hey guys,

Just wanted to say a quick hello - I had to be away for a few days, I'm back for three more days then away for about another four.

To those keeping the thread active - thanks very much - I'm working on another promotion for this forum, but again it's similar to last time - just something fun to do around our regular conversation.


I would like to introduce you all to our new gaming partner Satoshi Roulette: http://satoshiroulette.com/?mode=HVC

Say Hi to SRoulette and Monkey on their live chat and play around with their games if you are in the mood.

This is a beta for the forum right now - you'll need to have your machine set up to accept "heavycoin:" URI links directly to get the most out of it. If you're on Windows take a look at TheRealSteve's post on the last page to manually set your registry.

Once we have Heavycoin installers in place we can share this information with the larger crowd on Twitter etc.


Feel free to share any feedback about SatoshiRoulette.com here or on their live chat - if there are any bugs it'd be good to find them before we go live.


Have fun Smiley

Cheers,
M
legendary
Activity: 1876
Merit: 1014
i think this is scam coin now my transaction secition is nil blank totally

I would not know how that scam would work, because there is not a real purpose to making you transaction section blank. What did you do before this happened? Did you update to the latest version?
newbie
Activity: 23
Merit: 0
i think this is scam coin now my transaction secition is nil blank totally
newbie
Activity: 23
Merit: 0
it has mined many block but no confirm payment can anybody confirm is it mining right or not ?
http://gyazo.com/ea4db37901dfcfbd34bafde3fd7936f7
this is screenshot wht i mined Sad
mining with cpu using qt app of heavycoin
plz help me how to mine it using gpu and cgminer if any conf file plz help me
hero member
Activity: 686
Merit: 500
FUN > ROI
Just curious if it has ever been brought up that HVC may have been GPU mineable from the start, by the miner created by the Dev himself.
Is it possible? Yes, of course it's possible.  Now go parse the blockchain, check if you see any suspicious behavior that would correlate with such a scenario, and keep us posted.
legendary
Activity: 1022
Merit: 1010
Just curious if it has ever been brought up that HVC may have been GPU mineable from the start, by the miner created by the Dev himself.

A back door so to speak.

Just a thought.

Strato
hero member
Activity: 686
Merit: 500
FUN > ROI
I've fixed heavycoin:// URI parsing issue and tested it this time / plus updated the builds, sha256 checksums, and signatures.  [It was what you found, but also the length of a string replacement for stripping out "//" needed fixing too.]
Yeah, I only traversed the code a few layers deep Smiley  Crazy how many source files that one simple operation bounces through Cheesy

Confirmed fixed, though!  I'd paste a sample .reg file here, but I'll leave that to the installer (forking the NSIS one, I take it?) as it's less error-prone.
though if anybody really wanted to - regedit.exe, HKCR, find 'Bitcoin', export key, edit to suit Heavycoin, double-click to import, good to go.  Take special care with -datadir="etc." if you use it, or you'll get errors / two data dirs.
full member
Activity: 210
Merit: 100
regarding no1 - There is no Heavycoin windows installer, so I think something needs to be configured in your Windows to make the association work.
Gotcha - figured that part might have been handled in the client itself Smiley

However, that doesn't explain the error thrown when feeding the client the URI manually, e.g.:
Code:
heavycoin-qt.exe heavycoin:HTQUFnH79dorHhfJATgLDUAwNpQ2Xa9LLb
or
heavycoin-qt.exe heavycoin://HTQUFnH79dorHhfJATgLDUAwNpQ2Xa9LLb
yields:


I'm not sure this is all there is to it, but I'd guess that at least this one line was overlooked:
https://github.com/heavycoin/heavycoin/blob/master/src/qt/guiutil.cpp#L83

I've fixed heavycoin:// URI parsing issue and tested it this time / plus updated the builds, sha256 checksums, and signatures.  [It was what you found, but also the length of a string replacement for stripping out "//" needed fixing too.]

If you download 1.3 again you'll get the patched version (1.3-4-g565b5a9).  This build includes improvement to the Chinese translation of "Heavycoin".
The windows installer will have to wait for the next release.

Thanks for your contributions
full member
Activity: 140
Merit: 100
Hey guys,

Ok - I need everyone's help - I am trying to get Heavycoin added on to the Facebook MultiCoin Tipping app.

They are having a vote to find the next three coins to add to their app - we are currently in fifth position and need some votes to move us to the top of the list.

To vote:

1) Go to: https://www.facebook.com/groups/MultiCoinTipping/permalink/752043308192691/?qa_ref=pp

2) Click to join group (it's called "MulticoinTipping")

3) Once you are accepted to the goup, go to the link above one more time and select the "20 More" options to see all of the coins that can be voted for

4) Select Heavycoin

5) Know that you are loved by Mumbly Smiley

We need 9 more people to get in to the top three at the moment - please help out if you can.


Thanks guys - remember Facebook has a few hundred million people who will be able to receive Heavycoin if we get in the top three - please jump on this if you can.

Cheers,
M

Done! Show your support people!  Grin
full member
Activity: 210
Merit: 100
regarding no1 - There is no Heavycoin windows installer, so I think something needs to be configured in your Windows to make the association work.
Gotcha - figured that part might have been handled in the client itself Smiley

However, that doesn't explain the error thrown when feeding the client the URI manually, e.g.:
Code:
heavycoin-qt.exe heavycoin:HTQUFnH79dorHhfJATgLDUAwNpQ2Xa9LLb
or
heavycoin-qt.exe heavycoin://HTQUFnH79dorHhfJATgLDUAwNpQ2Xa9LLb
yields:


I'm not sure this is all there is to it, but I'd guess that at least this one line was overlooked:
https://github.com/heavycoin/heavycoin/blob/master/src/qt/guiutil.cpp#L83



regarding no2 -  I guess the forum mangling is related to the length of it... maybe we change to hvc:// Would that fit?
I suspect it's some forum URL parser at work where an exception was made for "bitcoin:".  Using hvc (or heavycoin, etc.), you get this:

Code:
input: hvc:HTQUFnH79dorHhfJATgLDUAwNpQ2Xa9LLb
result: http://hvc://HTQUFnH79dorHhfJATgLDUAwNpQ2Xa9LLb

input: hvc://HTQUFnH79dorHhfJATgLDUAwNpQ2Xa9LLb
result: http://hvc//HTQUFnH79dorHhfJATgLDUAwNpQ2Xa9LLb

If that's the case, then there's not much that can be done about that without getting forum operators to add heavycoin to the list of allowed protocols... and then watch as hundreds of other coins also want it Wink

You're right.  We've missed something.  This will be fixed for the next release, but we'll try to get a point release out sooner.
newbie
Activity: 10
Merit: 0
The CEO of Gridseed announced today in his Weibo account that Gridseed launched a new project that they are researching a multiple mining 16nm assic which can mine sha256,sha3,scrypt,scrypt-n and x11 coins simultaneously.

I guess it maybe a good news for HVC.

I can only hope for that cocksucker to get hit by a car and remain crippled for life. And, after that, I also hope he will get bone cancer.

Wow - what?

You might need to fill us in on some back story here...

While we're all waiting - Look two posts up and vote for HVC on Facebook *shameless promotion* #BoneCancer!
tz
sr. member
Activity: 350
Merit: 251
The CEO of Gridseed announced today in his Weibo account that Gridseed launched a new project that they are researching a multiple mining 16nm assic which can mine sha256,sha3,scrypt,scrypt-n and x11 coins simultaneously.

I guess it maybe a good news for HVC.

I can only hope for that cocksucker to get hit by a car and remain crippled for life. And, after that, I also hope he will get bone cancer.
full member
Activity: 126
Merit: 100
Hey guys,

Ok - I need everyone's help - I am trying to get Heavycoin added on to the Facebook MultiCoin Tipping app.

They are having a vote to find the next three coins to add to their app - we are currently in fifth position and need some votes to move us to the top of the list.

To vote:

1) Go to: https://www.facebook.com/groups/MultiCoinTipping/permalink/752043308192691/?qa_ref=pp

2) Click to join group (it's called "MulticoinTipping")

3) Once you are accepted to the goup, go to the link above one more time and select the "20 More" options to see all of the coins that can be voted for

4) Select Heavycoin

5) Know that you are loved by Mumbly Smiley

We need 9 more people to get in to the top three at the moment - please help out if you can.


Thanks guys - remember Facebook has a few hundred million people who will be able to receive Heavycoin if we get in the top three - please jump on this if you can.

Cheers,
M
hero member
Activity: 686
Merit: 500
FUN > ROI
regarding no1 - There is no Heavycoin windows installer, so I think something needs to be configured in your Windows to make the association work.
Gotcha - figured that part might have been handled in the client itself Smiley

However, that doesn't explain the error thrown when feeding the client the URI manually, e.g.:
Code:
heavycoin-qt.exe heavycoin:HTQUFnH79dorHhfJATgLDUAwNpQ2Xa9LLb
or
heavycoin-qt.exe heavycoin://HTQUFnH79dorHhfJATgLDUAwNpQ2Xa9LLb
yields:


I'm not sure this is all there is to it, but I'd guess that at least this one line was overlooked:
https://github.com/heavycoin/heavycoin/blob/master/src/qt/guiutil.cpp#L83



regarding no2 -  I guess the forum mangling is related to the length of it... maybe we change to hvc:// Would that fit?
I suspect it's some forum URL parser at work where an exception was made for "bitcoin:".  Using hvc (or heavycoin, etc.), you get this:

Code:
input: hvc:HTQUFnH79dorHhfJATgLDUAwNpQ2Xa9LLb
result: http://hvc://HTQUFnH79dorHhfJATgLDUAwNpQ2Xa9LLb

input: hvc://HTQUFnH79dorHhfJATgLDUAwNpQ2Xa9LLb
result: http://hvc//HTQUFnH79dorHhfJATgLDUAwNpQ2Xa9LLb

If that's the case, then there's not much that can be done about that without getting forum operators to add heavycoin to the list of allowed protocols... and then watch as hundreds of other coins also want it Wink
full member
Activity: 210
Merit: 100
Payment protocol support for heavycoin: URIs

Can you confirm this is working on Windows?  No protocol handler is set up, and passing the URI on the command line yields "URI can not be parsed!" using my address / example address from unittests.cpp .
( as an aside: bummer - the forum software mangles the URLs no matter how I seem to format them Smiley )

regarding no1 - There is no Heavycoin windows installer, so I think something needs to be configured in your Windows to make the association work.

regarding no2 -  I guess the forum mangling is related to the length of it... maybe we change to hvc:// Would that fit?
hero member
Activity: 686
Merit: 500
FUN > ROI
Payment protocol support for heavycoin: URIs

Can you confirm this is working on Windows?  No protocol handler is set up, and passing the URI on the command line yields "URI can not be parsed!" using my address / example address from unittests.cpp .
( as an aside: bummer - the forum software mangles the URLs no matter how I seem to format them Smiley )
full member
Activity: 140
Merit: 100
full member
Activity: 210
Merit: 100
Development update

Heavycoin version 1.3 has been released!  This version contains payment protocol support, a few minor updates and a checkpoint.

Changelog
  • Payment protocol support for heavycoin: URIs
  • Added checkpoint at height 60,000
  • Minor UI fix

Download links are listed on the Heavycoin website and the Heavycoin ANN post
We recommend that everyone upgrades to this version.
newbie
Activity: 18
Merit: 0

The CEO of Gridseed announced today in his Weibo account that Gridseed launched a new project that they are researching a multiple mining 16nm assic which can mine sha256,sha3,scrypt,scrypt-n and x11 coins simultaneously.

Got a link to that announcement?

http://weibo.com/1668481133/B9cbbvJNh
hero member
Activity: 686
Merit: 500
FUN > ROI
1gh has overtaken zhpool again

Pool hash rates and miners
pool
rate (Mh/s)*
Pages:
Jump to:
© 2020, Bitcointalksearch.org