Difference between revisions of "Sexcoin.conf"

From Sexcoin Wiki
Jump to: navigation, search
(Created page with "stub")
 
(Added an example of a sexcoin.conf file)
(One intermediate revision by one other user not shown)
Line 1: Line 1:
stub
+
An example of a '''C:\Users\(your computers name)\AppData\Roaming\Sexcoin\sexcoin.conf''' file would be:
 +
 
 +
:rpcuser=Of1Kh2P49N
 +
:rpcpassword=aM6T0XRFuJ
 +
:rpcallowip=127.0.0.1
 +
 
 +
:addnode=dnsseed.sexcoin.info
 +
:addnode=dnsseed.lavajumper.com
 +
:addnode=76.74.177.199
 +
:addnode=67.166.243.240
 +
 
 +
:addnode=coins.prohashing.com:6065
 +
:addnode=sxc.e-pool.net:8880
 +
 
 +
:addnode=68.55.199.104:9560
 +
:addnode=74.208.174.17:9560
 +
 
 +
:listen=1
 +
:daemon=1
 +
:server=1
 +
 
 +
:testnet=0
 +
:gen=0
 +
 
 +
:port=9560
 +
 
 +
:rpcport=9561
 +
 
 +
You will need to use a text editor program (eg Notepad, [http://www.notetab.com/ NoteTab Pro] etc) - '''NOT ms word''' or similar as they add extra code which is not recognised.
 +
 
 +
----
 +
 
 +
[[Category:Developer]]
 +
[[Category:Technical]]
 +
[[Category:Sexcoin]]
 +
[[Category:Miners]]

Revision as of 08:26, 13 July 2017

An example of a C:\Users\(your computers name)\AppData\Roaming\Sexcoin\sexcoin.conf file would be:

rpcuser=Of1Kh2P49N
rpcpassword=aM6T0XRFuJ
rpcallowip=127.0.0.1
addnode=dnsseed.sexcoin.info
addnode=dnsseed.lavajumper.com
addnode=76.74.177.199
addnode=67.166.243.240
addnode=coins.prohashing.com:6065
addnode=sxc.e-pool.net:8880
addnode=68.55.199.104:9560
addnode=74.208.174.17:9560
listen=1
daemon=1
server=1
testnet=0
gen=0
port=9560
rpcport=9561

You will need to use a text editor program (eg Notepad, NoteTab Pro etc) - NOT ms word or similar as they add extra code which is not recognised.