Post
Topic
Board Announcements (Altcoins)
Re: [ANN] [HVC] Heavycoin - CPU-only, Ultra-secure, Decentralized Voting
by
Robert Lewandowski
on 08/03/2014, 18:03:04 UTC
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.



DOES THIS WORK  FOR YOU?

MAC Wallet Daemon (not QT)

This should work on Macs with 64bit. Tested on Mavericks.

http://uploaded.net/file/g2gtt7rt

If it helped feel free to donate some coins Wink

HVC: H6g5JLRrLbKrksLSTXNuysQrFSu2ietmTi
BTC: 124KevnvG9H2MXGY8yK25dWev1FD5ACdgn

Not having any luck with this... can you post some instructions on usage? Otherwise OSX wallet-qt still isn't working, and the heavycoind just says that rpc is configured wrong.

Well, that message means it's working.

Here's how to make it work:
type the following with your username (shown when your run heavycoind)

nano "/Users/YOURUSERNAMEASABOVE/Library/Application Support/Heavycoin/heavycoin.conf"

Then enter the following (copy&paste works):

rpcuser=heavycoinmacuser
rpcpassword=this!is!just!a!simple!password
daemon=1
addnode=172.245.221.171
addnode=94.102.53.183
addnode=198.52.200.43
addnode=node01.heavycoin.cc


then hit "CTRL+O" then "ENTER" and then "CTRL+X"

then start the daemon again with (you have to be in the folder of the heavycoind file with the Terminal Application)

./heavycoind

check for connections and current block/difficulty: ./heavycoind getinfo
turn on mining: ./heavycoind setgenerate true <- turns on mining with full power
check mining: ./heavycoind getmininginfo <- shows your hashrate, etc
check if blocks were found: ./heavycoind listtransactions
check current vote: ./heavycoind getvote
set vote for 768: ./heavycoind setvote 768



Okay thanks for info!