heavycoin-1.0-win32.zip
heavycoin-qt
from the installation directoryheavycoin.conf
in %APPDATA%\heavycoin
heavycoind
Your wallet is located in C:\Users\<username>\AppData
(hidden folder). Open the folder with Start menu -> Run...
(or press Winkey-R
), type %APPDATA%\heavycoin
into the field, and press Enter
.
heavycoin-1.0-osx-mavericks.zip
Heavycoin/Heavycoin-Qt.app
into your Applications
folderHeavycoin-Qt
icon to launchheavycoin.conf
in ~/Library/Application Support/Heavycoin
heavycoind
Your wallet is located in ~/Library/Application Support/Heavycoin
.
To open the folder, press Command-Shift-G
in Finder, insert the path, and press Enter
.
heavycoin-1.0-debian-7.tar.gz
or heavycoin-1.0-ubuntu-13.10.tar.gz
heavycoin-qt
(requires libqt4-gui)heavycoin.conf
in ~/.heavycoin
heavycoind
Your wallet is located in ~/.heavycoin
.
Create heavycoin.conf
in the wallet directory.
You have to set rpcpassword
to something secure. If you run heavycoind
without setting it you will get a computer generated password.
# heavycoin.conf configuration file. Lines beginning with # are comments.
### Network-related settings
# Run on the test network instead of the production Heavycoin network
#testnet=0
# Connect via a SOCKS4 proxy (default: none)
#proxy=127.0.0.1:9050
# Accept incoming connections
listen=1
# Enable UPnP negotiation with router/firewall to accept incoming connections
#upnp=1
# Use as many addnode= settings as you like to connect to specific peers
#addnode=69.164.218.197
#addnode=10.0.0.2:8333
# Maximum number of inbound+outbound connections
#maxconnections=
### JSON-RPC options
# Enable JSON-RPC commands
server=1
# You must set rpcuser and rpcpassword to secure the JSON-RPC API
#rpcuser=user
#rpcpassword=!!!YourPassword!!!
# By default, only RPC connections from localhost are allowed. Specify
# as many rpcallowip= settings as you like to allow connections from
# other hosts (and you may use * as a wildcard character):
#rpcallowip=192.168.1.*
#rpcallowip=10.1.1.2
# Listen for RPC connections on this TCP port:
#rpcport=9902
### Miscellaneous options
# Set gen=1 to generate Heavycoins
gen=1