Wallet Configuration
January 27, 2018 - 1 minute readBelow are instructions for proper configuration of your ACOIN wallet after downloading.
Notice: Conf file does not exist at all when you download/install the wallet. for windows machines once you extract the zip file, you will need to open acoin-qt.exe. After the first time the wallet loads Exit Acoin Wallet. Now find C:\Documents and Settings\Administrator\Application Data\Acoin Here you will want to create file and rename it acoin.conf Once that is done copy and past the following. After that is complete it will start to sync up. Users may need to open port 17883 in any firewalls.
In Windows open Notepad type this for the acoin.conf:
rpcuser=somename
rpcpassword=reallylong
rpcallowip=127.0.0.1
rpcport=8832
port=17883
gen=0
server=1
listen=1
txindex=0
addnode=198.50.204.112:17883
addnode=54.203.157.84:17883
addnode=176.9.25.79:17883
addnode=188.241.58.126:17883
addnode=54.149.242.50:17883
addnode=91.121.221.92:17883
addnode=173.168.146.232:17883
Now save it as acoin.conf in the folder(s) below (note hidden folders):
Windows Directory: AppData\Roaming\Acoin
For Mac basically use the file you made on the Windows machine and save it here:
MAC Directory: ~/Library/Application Support/Acoin
0 Comments