where I have create the .conf archive?
I can´t add nodes
Usually the Joincoin (wallet) client asks you where you would put the Joincoin foler, on startup; Otherwise, it is put at the default active user folder.
For example:
C:\Users\User5\AppData\Roaming\Joincoin\ All the files and subfolders except the
Joincoin.conf file are automatically created in this folder.
For mining or addnode, You need to create a
Joincoin.conf file in this folder
---------------------------
listen=1
daemon=1
server=1
rpcuser=yourusername
rpcpassword=yourpassword
rpcallowip=10.1.1.*
rpcport=9150
rpcconnect=127.0.0.1addnode=nwjw2badoulwc4yi.onion:17941
addnode=im4qpcjdr5uzd7yb.onion:17941
addnode=ecunlzj3niqwaeqs.onion:17941
addnode=iamzedqd6kmzi3qs.onion:17941
addnode=k6xzvmcncunku3r2.onion:17941
addnode=5bcdonwgdlyno2ck.onion:17941
addnode=im4qpcjdr5uzd7yb.onion:17941
addnode=b2mgu5dvcw3m7cxw.onion:17941
addnode=dqxrjl3ndqjgov57.onion:17941
-------------------------------
** The addnodes above are what I got from
http://www.multifaucet.tk/index.php?blockexplorer=J&network_info at the time of this writing. The first two are always active.
** rpcuser and rpcpassword can be any combinations.
For Mining with (PC) CPU directly from the Joincoin wallet, put in these lines, for example:
------------------------
gen=1
algo=bastion-----------------------
** or put in other algos and set up miners - you find out how to do it yourself.
** "
gen=1" is put in to activate the wallet for
CPU-minining (automatically) only; do not use it with non-CPU algos. It is the same as typing in "
setgenerate true" at the wallet console command line but you need to type it in every time.
---------------------------------------------------------------------------------------------------------------
To create the
config file, use the
Notepad program (always available in the window program
Accessories folder.) When you save it, be sure to check
"All files" as the file type before saving the
Joincoin.conf file ( for it to be recognized as a config file; otherwise it will only be recognized as a regular text file.)
The
AppData folder is usually hidden; therefore, you usually need to unhide it to see it or type the
\AppData\Roaming\Joincoin\ directly in the address section of
window explorer or file viewers (right behind the active user directory, e.g.
C:\Users\User5\AppData\Roaming\Joincoin\ ) in order to see the subfolders (and the Joincoin files)
( To hide/unhide the folders in
Window Explorer/file viewers, click or check
--> --->
---> then at the checklist ---> choose "Show..." or "Don't Show..." )
======================================================================
Note that the above are exactly true for window 7 although I do expect window 8 or other window versions would work similarly.