Difference between revisions of "Sexcoin.conf"
From Sexcoin Wiki
Lavajumper (talk | contribs) (Created page with "stub") |
Lavajumper (talk | contribs) m (minor type fix) |
||
(2 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
− | + | An example of a '''C:\Users\(your user 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]] |
Latest revision as of 00:49, 6 February 2023
An example of a C:\Users\(your user 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.