Хочу по майнить мертвую монетку,кошелек живой есть 3 активных соединения,есть биржа,но нет пула .Подскажите как майнить в соло? .Винда 7 64р платы гридсиды.
С популярными монетами проще , находишь инструкцию по созданию пула и майнишь на свой пул .
По мёртвой монетке прийдёться перелапатить гугл той страны от куда она , и там 99% ты найдёшь такую инструкцию .
Но вообще гайд простой , кидай потом мощу к себе и майни .
Here are the basics (I may edit & expand this later)
1) I will assume you are on win x
2) download qt wallet
3) 'synch up' blockchain
4) close the client and find the file folder C:\computer\root\Users\xxx\AppData\Roaming\Yourcoin
5) although I may edit this in the future this is for scrypt 1024 (litecoin) based coins or sha 256d (bitcoin) based coins only. For n factor, Groestl, DarkCoin & all others I will add to the post later.
Here 'C' is your local drive (on some systems may be named different)
root is LocalDiscC where C is your local drive (same thing here)
xxx is your name or log in on the system and Yourcoin is the name of your coin.
5) Inside that folder make a new text file which should normally contain the following
server=1
listen=1
daemon=1
rpcuser=X
rpcpassword=Q
rpcallowip=localhost
rpcport=y
port=z
(x is you name, P is your password, y is the rpc port the coin uses and z is the communication port the network uses. The rpcport on MOST coins can be set to anything but not all coins work this way.
the port line can usually be left out as can the listen and daemon lines. Including these lines increases your chance at getting a solid connection to the network.
if the coin ANN thread or description has any nodes listed
make a line for each one and add those like this
addnode=h.h.h.h
addnode=j.j.j.j
h and j are the octets of the ip address , sometimes a domain is used.
6) Rename that file Yourcoin.conf (note -- not Yourcoin.text.conf or it won't work.)
upper and lower case should not matter on windows when naming your conf file but spelling the coin correctly matters. Save it as a read only file. Restart the coin client again.
7) Start up your favorite mining program replacing the address you used to pool mine with
http://127.0.0.1:y -u X -p Q
The values of y,X, and Q are as above.
If mining sha 256d coins with a gpu use command (for cg miner) --hotplug 0
I plan to update this guide soon with more detailed information and will include suggestions for settings of scan time & other tips to help you.