msarro
|
|
March 08, 2014, 05:50:09 PM |
|
Check with the developer to make sure Heavycoin-Qt works with this version of OS X. You may need to reinstall the application. Be sure to install any available updates for the application and OS X.
Is there a different version of the OS X wallet? Not everyone has Mavericks.
I don't think it matters. The version posted doesn't work with mavericks, it crashes on startup. Someone posted a modified heavycoind binary that you can use in the meantime.
|
|
|
|
suky321
|
|
March 08, 2014, 05:51:09 PM |
|
https://www.dropbox.com/s/t8jfflzrlpj3rz3/minerdThis is the linux heavycoin minerd compiled by me. Works fine, compiled fresh from the source. sha256 sum = d2722bfc29e103fb8b5478e604325402a1e70dca749655f6fd2daa551f778b04Going to compile the Windows minerd for you guys. +∞ Would it also work on 64 bit Windows?
|
|
|
|
otila
|
|
March 08, 2014, 05:51:54 PM |
|
heavycoin-qt fix for rpc mining: diff --git a/src/rpcmining.cpp b/src/rpcmining.cpp index 3019319..ceacbc9 100644 --- a/src/rpcmining.cpp +++ b/src/rpcmining.cpp @@ -283,7 +283,7 @@ Value getwork(const Array& params, bool fHelp) Object result; result.push_back(Pair("data", HexStr(BEGIN(pdata), END(pdata)))); result.push_back(Pair("target", HexStr(BEGIN(hashTarget), END(hashTarget)))); - result.push_back(Pair("maxvote", HexStr(BEGIN(nBlockRewardVoteLimit), END(nBlockRewardVote)))); + result.push_back(Pair("maxvote", HexStr(BEGIN(nBlockRewardVoteLimit), END(nBlockRewardVoteLimit)))); return result; } else
cpuminer-heavycoin fix for maxvote processing: diff --git a/cpu-miner.c b/cpu-miner.c index 6098174..49b03bc 100644 --- a/cpu-miner.c +++ b/cpu-miner.c @@ -252,7 +252,7 @@ static struct option const options[] = { struct work { uint32_t data[32]; uint32_t target[8]; - uint32_t maxvote; + uint16_t maxvote; char job_id[128]; size_t xnonce2_len; @@ -279,8 +279,10 @@ static bool jobj_binary(const json_t *obj, const char *key, applog(LOG_ERR, "JSON key '%s' is not a string", key); return false; } - if (!hex2bin(buf, hexstr, buflen)) + if (!hex2bin(buf, hexstr, buflen)) { + applog(LOG_ERR, "JSON hex2bin(%s, %zu) failed", hexstr, buflen); return false; + } return true; } @@ -298,7 +300,7 @@ static bool work_decode(const json_t *val, struct work *work) goto err_out; } if (unlikely(!jobj_binary(val, "maxvote", &work->maxvote, sizeof(work->maxvote)))) { - applog(LOG_ERR, "JSON inval target"); + applog(LOG_ERR, "JSON inval maxvote"); goto err_out; } @@ -1176,7 +1178,7 @@ static void parse_arg (int key, char *arg) break; case 'v': v = atoi(arg); - if (v < 0 || v > 1024) /* sanity check */ + if (v < 0 || v > 65535) /* sanity check */ show_usage_and_exit(1); opt_vote = (uint16_t)v; break;
donations: HSEkdqaQsTVZxSWHVgK42WgJovoixZZcN7
|
|
|
|
metstijl
|
|
March 08, 2014, 05:52:49 PM |
|
THis is a joke , after 7 hours the pools are not working. Dev and friends are solo mining with big rigs till they are rich enoufh, then they will open pools , after that they will dump the coins. Sadly..
|
|
|
|
suky321
|
|
March 08, 2014, 05:53:41 PM |
|
I've tried using it, and didn't work on my 64 bit OS. Then realized it was a Linux version.
|
|
|
|
sabyd
|
|
March 08, 2014, 05:54:19 PM |
|
SOMEONE CAN GIVE ME SOME NODES?? THE OFFICIAL DOESN'T SYNC...
|
|
|
|
rusty_coin
Newbie
Offline
Activity: 29
Merit: 0
|
|
March 08, 2014, 05:54:43 PM |
|
Stupid question. If I'm mining with the wallet, how do I know my hashrate?
In the wallet open the debug window and type getmininginfo in the terminal Thanks!
|
|
|
|
MrE78
|
|
March 08, 2014, 05:55:11 PM |
|
THis is a joke , after 7 hours the pools are not working. Dev and friends are solo mining with big rigs till they are rich enoufh, then they will open pools , after that they will dump the coins. Sadly..
Just STFU will you, I mean I can ignore you but really just shut your face you ignorant fuck. I hope you have downs or something because that is the only reason to act this way and I apologize then for picking on the retarded
|
Like CEX.IO but better SCRYPT.CC Scrypt based cloud hashing PM for script for auto reinvest
|
|
|
btc-mike
|
|
March 08, 2014, 05:55:51 PM |
|
PLEASE GIE ME SOME NODES TO SYNC THE WALLET!!!
"addr" : "172.245.221.171:7203", "addr" : "178.130.36.81:7203", "addr" : "184.73.22.206:7203", "addr" : "23.20.27.189:7203", "addr" : "54.197.152.82:7203", "addr" : "137.117.212.16:7203", "addr" : "54.242.52.95:7203", "addr" : "54.81.234.99:7203",
|
|
|
|
suky321
|
|
March 08, 2014, 05:56:50 PM |
|
THis is a joke , after 7 hours the pools are not working. Dev and friends are solo mining with big rigs till they are rich enoufh, then they will open pools , after that they will dump the coins. Sadly..
that's a very cynical viewpoint. I have faith in the devs.
|
|
|
|
milkyone
Newbie
Offline
Activity: 48
Merit: 0
|
|
March 08, 2014, 05:56:59 PM |
|
port=7203 rpcport=7202 addnode=node01.heavycoin.cc addnode=222.188.194.18 addnode=37.157.179.59 addnode=60.13.133.231 addnode=198.204.226.226 addnode=31.42.162.76 addnode=94.102.53.183 addnode=62.210.180.66 addnode=207.245.41.195 addnode=180.116.195.69 addnode=59.58.195.127 addnode=172.245.221.171 addnode=94.102.53.183 addnode=76.10.203.44 addnode=61.156.57.71 addnode=172.246.113.106 addnode=117.27.110.138 addnode=54.186.44.85 addnode=125.79.96.236 addnode=198.52.200.43
this works close wallet add this restart pls reply if works so other people know HQdFuqEJ6TtZpBUG9EvQ3PPdap2tahNoTu donations
|
|
|
|
shojayxt
Legendary
Offline
Activity: 896
Merit: 1001
|
|
March 08, 2014, 05:57:51 PM |
|
THis is a joke , after 7 hours the pools are not working. Dev and friends are solo mining with big rigs till they are rich enoufh, then they will open pools , after that they will dump the coins. Sadly..
Just STFU will you, I mean I can ignore you but really just shut your face you ignorant fuck. I hope you have downs or something because that is the only reason to act this way and I apologize then for picking on the retarded You obviously invested in the IPO. Now that the coin has turned out to be an epic failure your only recourse is to lash out at anyone calling this coin the joke/failure it is.
|
|
|
|
mucroneminer
Newbie
Offline
Activity: 27
Merit: 0
|
|
March 08, 2014, 05:59:25 PM |
|
shit coin going to leave the party!
|
|
|
|
metstijl
|
|
March 08, 2014, 05:59:39 PM |
|
THis is a joke , after 7 hours the pools are not working. Dev and friends are solo mining with big rigs till they are rich enoufh, then they will open pools , after that they will dump the coins. Sadly..
Just STFU will you, I mean I can ignore you but really just shut your face you ignorant fuck. I hope you have downs or something because that is the only reason to act this way and I apologize then for picking on the retarded You obviously invested in the IPO. Now that the coin has turned out to be an epic failure your only recourse is to lash out at anyone calling this coin the joke/failure it is. No I'm not retarded.. I dont buy ipo's lolz, I'm trying to mine this coin with a pool. And no pools are working , still after 7 hours. This is just a failure. Even maxcoin's launch was more smooth.
|
|
|
|
primer-
Legendary
Offline
Activity: 1092
Merit: 1000
|
|
March 08, 2014, 06:00:08 PM |
|
I'm no longer mining this shit, premine scamcoin
|
|
|
|
lichao1395427
|
|
March 08, 2014, 06:00:25 PM |
|
THis is a joke , after 7 hours the pools are not working. Dev and friends are solo mining with big rigs till they are rich enoufh, then they will open pools , after that they will dump the coins. Sadly..
+1 big joke ! ! !
|
|
|
|
blacklig
|
|
March 08, 2014, 06:00:28 PM |
|
So 5 000 000 HVC has been distributed in IPO for total 173.84 BTC meaning you get 1 HVC in IPO for 0.000034 btc... price now at exchanges around 0.00009+ wow, that is 300% investment increase just by buying IPO and dumping... hmm, I will be watching exchange rate very closely as I feel some big dump closer to 0.000034.. and congratulations to devs such an huge amount of money raised!
|
|
|
|
CHAOSiTEC
Legendary
Offline
Activity: 1358
Merit: 1002
|
|
March 08, 2014, 06:00:46 PM |
|
lol looks like all of you mining for free. go into the wallet and make sure your vote is set to a very low number. the range is 1-1024. I recommend a one. that's your only chance of getting coins as a small guy. I'm keeping my hands clean of this one.
i hate it when people lie.. that line is a vote on how many coins a block should consist of, it has nothing to do with your chances regarding finding blocks!
|
node-vps.com - Tron / Masternode hosting services
|
|
|
Stratobitz
Legendary
Offline
Activity: 1022
Merit: 1010
|
|
March 08, 2014, 06:01:02 PM |
|
https://www.dropbox.com/s/t8jfflzrlpj3rz3/minerdThis is the linux heavycoin minerd compiled by me. Works fine, compiled fresh from the source. sha256 sum = d2722bfc29e103fb8b5478e604325402a1e70dca749655f6fd2daa551f778b04Going to compile the Windows minerd for you guys. +∞ Would it also work on 64 bit Windows? I'm running it on both Win 7 and Win 8.1 Enterprise - both being 64 bit. Running just the Windows Wallet that was provided. Seems to be running fine - though no blocks yet.
|
|
|
|
btc-mike
|
|
March 08, 2014, 06:02:08 PM |
|
THis is a joke , after 7 hours the pools are not working. Dev and friends are solo mining with big rigs till they are rich enoufh, then they will open pools , after that they will dump the coins. Sadly..
that's a very cynical viewpoint. I have faith in the devs. Why do you have faith? I am slightly optimistic but that is fading. It is true that the pools are not working. The mining software is broke on Macs. etc
|
|
|
|
|