Post
Topic
Board Announcements (Altcoins)
Re: [ANN][COYE] Coinye Coin - Launch: JANUARY 7, 2014. 7 PM PST
by
Korporal
on 08/01/2014, 05:53:11 UTC
Someone please help me with config file.

rpcuser=any
rpcpassword=x
rpcport=7777
addnode=37.187.93.104
addnode=23.253.71.20
addnode=94.242.254.73
addnode=24.20.187.178
addnode=37.59.31.34
addnode=37.59.54.28
addnode=62.212.72.31
server=1
daemon=1



Ok still not working. "No available connections to network". I saved as coinye.conf in my Appdata/Roaming/Coinyecoin folder. How can I add individual nodes in console? Is it just "addnode 37.187.93.104 add" because I did that and I get method error.

This works for me:

Code:
rpcuser=coinye
rpcpassword=coins
rpcallowip=127.0.0.1
rpcport=7777
addnode=37.187.93.104
addnode=23.253.71.20
addnode=94.242.254.73
addnode=24.20.187.178
addnode=37.59.31.34
addnode=37.59.54.28
addnode=62.212.72.31
server=1
daemon=1

Then cgminer .bat file(you will need to adjust the scrypt at the end to match your settings tho. these are mine):

Code:
setx GPU_MAX_ALLOC_PERCENT 100
cgminer.exe -o http://127.0.0.1:7777 -u coinye -p coins --scrypt -I 13,18 -w 256 --thread-concurrency 8192