shogun47
|
|
June 06, 2014, 02:52:56 AM |
|
What setting or bat file do you set to mine solo from the wallet?
|
| | Peach BTC bitcoin | │ | Buy and Sell Bitcoin P2P | │ | . .
▄▄███████▄▄ ▄██████████████▄ ▄███████████████████▄ ▄█████████████████████▄ ▄███████████████████████▄ █████████████████████████ █████████████████████████ █████████████████████████ ▀███████████████████████▀ ▀█████████████████████▀ ▀███████████████████▀ ▀███████████████▀ ▀▀███████▀▀
▀▀▀▀███████▀▀▀▀ | | EUROPE | AFRICA LATIN AMERICA | | | ▄▀▀▀ █ █ █ █ █ █ █ █ █ █ █ ▀▄▄▄ |
███████▄█ ███████▀ ██▄▄▄▄▄░▄▄▄▄▄ █████████████▀ ▐███████████▌ ▐███████████▌ █████████████▄ ██████████████ ███▀███▀▀███▀ | . Download on the App Store | ▀▀▀▄ █ █ █ █ █ █ █ █ █ █ █ ▄▄▄▀ | ▄▀▀▀ █ █ █ █ █ █ █ █ █ █ █ ▀▄▄▄ |
▄██▄ ██████▄ █████████▄ ████████████▄ ███████████████ ████████████▀ █████████▀ ██████▀ ▀██▀ | . GET IT ON Google Play | ▀▀▀▄ █ █ █ █ █ █ █ █ █ █ █ ▄▄▄▀ |
|
|
|
MemoryShock
|
|
June 06, 2014, 02:54:01 AM |
|
What setting or bat file do you set to mine solo from the wallet?
Second the question...
|
|
|
|
snaildvorak
|
|
June 06, 2014, 04:00:49 AM |
|
What setting or bat file do you set to mine solo from the wallet?
This is my example bat. setx GPU_MAX_ALLOC_PERCENT 100 setx GPU_USE_SYNC_OBJECTS 1 sgminer -k x13mod -o localhost:29661 -u cloakuser -p cloakpass -I 17 -g 4 -w 128 I find this is the best tutorial for solo mining! Hope it helps. what you need to do to solo mine.. *download the wallet. *run it once. you run it once so that the wallet creates a root folder located on the roaming folder. usually found here C:\Users\(your own computer username)\AppData\Roaming\Klondikecoin Note that "appdata" is a hidden folder and you might not see it. you will need to have "show hidden folders" enabled. here is a quick google search http://support.quickbooks.intuit.com/support/articles/INF12729* close it, move it.after you run it once , close it. Then move the wallet and any additional files that were inside it, at the klondikecoin folder as located above. *create the .conf file. in order to solomine you will need to create a configuration file. you can easily do this by creating a .txt file and editing the .txt file and then saving it with .conf . So again: inside the klondikecoin folder. right mouse click--->new--->text document. this will create a text document and will highlight it and it will be in "rename"mode. rename the .txt file as "klondikecoin" then double click it. it should be empty. if not, erase any text in there. then copy paste the .conf info posted by OP in the first page : rpcuser= klondikecoinrpcrpcpassword= somepasswordrpcport= 56679addnode=37.59.28.23 addnode=162.243.255.143 server=1 daemon=1 You can change the user name and password as you want them to be. then save the file by clicking file--->save . Once you saved it as a text click again file--->save as and type : "klondikecoin.conf" at the file name box then select "all files(*)" option from the save as types box. this will save the text file into a configuration file. *open the wallet again *let it synch. meanwhile you can start the next step. *create the batch file. almost like the steps above. create a text document with this running commands inside : setx GPU_MAX_ALLOC_PERCENT 100 setx GPU_USE_SYNC_OBJECTS 1 cgminer.exe --scrypt -o localhost: 56679 -u klondikecoinrpc -p somepasswordsave this as " klon solomine.bat" file as we did before. you can name it as you wish as long as its saved as .bat file *run it!Once the wallet is fully synched, you can start mining by running this batch file by simply double clicking. again remember few things: every time you edit your .conf file , you must close and then reopen the wallet for it to take effect. you can not run the cgminer .bat file if the ports are not matching you will not finding any blocks unless the wallet is fully synched and the most important one. your wallet needs to be running all the time while you solo mine. you can't solo mine with a closed wallet
|
|
|
|
maryanlukuts
Member
Offline
Activity: 138
Merit: 10
|
|
June 06, 2014, 04:20:39 AM |
|
|
|
|
|
daofu002
Newbie
Offline
Activity: 9
Merit: 0
|
|
June 06, 2014, 04:33:50 AM |
|
WECOME POOL: axis.suvpool.com
|
|
|
|
MemoryShock
|
|
June 06, 2014, 04:50:13 AM |
|
What setting or bat file do you set to mine solo from the wallet?
This is my example bat. setx GPU_MAX_ALLOC_PERCENT 100 setx GPU_USE_SYNC_OBJECTS 1 sgminer -k x13mod -o localhost:29661 -u cloakuser -p cloakpass -I 17 -g 4 -w 128 I find this is the best tutorial for solo mining! Hope it helps. what you need to do to solo mine.. *download the wallet. *run it once. you run it once so that the wallet creates a root folder located on the roaming folder. usually found here C:\Users\(your own computer username)\AppData\Roaming\Klondikecoin Note that "appdata" is a hidden folder and you might not see it. you will need to have "show hidden folders" enabled. here is a quick google search http://support.quickbooks.intuit.com/support/articles/INF12729* close it, move it.after you run it once , close it. Then move the wallet and any additional files that were inside it, at the klondikecoin folder as located above. *create the .conf file. in order to solomine you will need to create a configuration file. you can easily do this by creating a .txt file and editing the .txt file and then saving it with .conf . So again: inside the klondikecoin folder. right mouse click--->new--->text document. this will create a text document and will highlight it and it will be in "rename"mode. rename the .txt file as "klondikecoin" then double click it. it should be empty. if not, erase any text in there. then copy paste the .conf info posted by OP in the first page : rpcuser= klondikecoinrpcrpcpassword= somepasswordrpcport= 56679addnode=37.59.28.23 addnode=162.243.255.143 server=1 daemon=1 You can change the user name and password as you want them to be. then save the file by clicking file--->save . Once you saved it as a text click again file--->save as and type : "klondikecoin.conf" at the file name box then select "all files(*)" option from the save as types box. this will save the text file into a configuration file. *open the wallet again *let it synch. meanwhile you can start the next step. *create the batch file. almost like the steps above. create a text document with this running commands inside : setx GPU_MAX_ALLOC_PERCENT 100 setx GPU_USE_SYNC_OBJECTS 1 cgminer.exe --scrypt -o localhost: 56679 -u klondikecoinrpc -p somepasswordsave this as " klon solomine.bat" file as we did before. you can name it as you wish as long as its saved as .bat file *run it!Once the wallet is fully synched, you can start mining by running this batch file by simply double clicking. again remember few things: every time you edit your .conf file , you must close and then reopen the wallet for it to take effect. you can not run the cgminer .bat file if the ports are not matching you will not finding any blocks unless the wallet is fully synched and the most important one. your wallet needs to be running all the time while you solo mine. you can't solo mine with a closed wallet Thank you very much. Question - Is the Port number you used in the example going to be the same or will it be different?
|
|
|
|
snaildvorak
|
|
June 06, 2014, 05:22:27 AM |
|
Thank you very much. Question - Is the Port number you used in the example going to be the same or will it be different?
It will be different. We'll see the actual port number when the coin is launched.
|
|
|
|
neo666
|
|
June 06, 2014, 05:25:34 AM |
|
for solo mining with rental rigs is the same thing? or setup for that is different?
|
|
|
|
MemoryShock
|
|
June 06, 2014, 05:57:55 AM |
|
Thank you very much. Question - Is the Port number you used in the example going to be the same or will it be different?
It will be different. We'll see the actual port number when the coin is launched. Thank you. Much appreciated from a mining noob...
|
|
|
|
liuhou521
Newbie
Offline
Activity: 56
Merit: 0
|
|
June 06, 2014, 06:39:05 AM |
|
教父推荐的币 大火 30W葱
|
|
|
|
grotoc
|
|
June 06, 2014, 08:01:07 AM Last edit: June 06, 2014, 08:16:12 AM by grotoc |
|
AxisCoin will be launched soon, Zpool will be ready, prepare your miner !
Simple and effective. It just works.
No registration, use your wallet as username, and whatever as password You can already point you miner to : stratum+tcp://stratum.zpool.co:3044
|
|
|
|
dragonmike
|
|
June 06, 2014, 08:37:14 AM |
|
We don't care if people accept our gift.
We're gifting something spectacular.
It's a gift. It's a blessing. Sounds weird?
We're not the average Joe. We are AXIS.
Wrong answer. Thanks for confirming my doubts. Good luck with your coin!
|
|
|
|
threedream
Sr. Member
Offline
Activity: 364
Merit: 250
Stand up , Stand up , Stand up !
|
|
June 06, 2014, 08:53:15 AM |
|
I like it,buy it
|
I have to get back all the lost .
|
|
|
lihaidong198871
|
|
June 06, 2014, 08:57:13 AM |
|
well,If there is no exchange How can i buy it?
|
|
|
|
|
oker
Member
Offline
Activity: 118
Merit: 100
|
|
June 06, 2014, 09:46:31 AM |
|
I'm gonna throw jiggahashes over here .
|
|
|
|
Amph
Legendary
Offline
Activity: 3248
Merit: 1070
|
|
June 06, 2014, 09:56:06 AM |
|
What setting or bat file do you set to mine solo from the wallet?
This is my example bat. setx GPU_MAX_ALLOC_PERCENT 100 setx GPU_USE_SYNC_OBJECTS 1 sgminer -k x13mod -o localhost:29661 -u cloakuser -p cloakpass -I 17 -g 4 -w 128 I find this is the best tutorial for solo mining! Hope it helps. what you need to do to solo mine.. *download the wallet. *run it once. you run it once so that the wallet creates a root folder located on the roaming folder. usually found here C:\Users\(your own computer username)\AppData\Roaming\Klondikecoin Note that "appdata" is a hidden folder and you might not see it. you will need to have "show hidden folders" enabled. here is a quick google search http://support.quickbooks.intuit.com/support/articles/INF12729* close it, move it.after you run it once , close it. Then move the wallet and any additional files that were inside it, at the klondikecoin folder as located above. *create the .conf file. in order to solomine you will need to create a configuration file. you can easily do this by creating a .txt file and editing the .txt file and then saving it with .conf . So again: inside the klondikecoin folder. right mouse click--->new--->text document. this will create a text document and will highlight it and it will be in "rename"mode. rename the .txt file as "klondikecoin" then double click it. it should be empty. if not, erase any text in there. then copy paste the .conf info posted by OP in the first page : rpcuser= klondikecoinrpcrpcpassword= somepasswordrpcport= 56679addnode=37.59.28.23 addnode=162.243.255.143 server=1 daemon=1 You can change the user name and password as you want them to be. then save the file by clicking file--->save . Once you saved it as a text click again file--->save as and type : "klondikecoin.conf" at the file name box then select "all files(*)" option from the save as types box. this will save the text file into a configuration file. *open the wallet again *let it synch. meanwhile you can start the next step. *create the batch file. almost like the steps above. create a text document with this running commands inside : setx GPU_MAX_ALLOC_PERCENT 100 setx GPU_USE_SYNC_OBJECTS 1 cgminer.exe --scrypt -o localhost: 56679 -u klondikecoinrpc -p somepasswordsave this as " klon solomine.bat" file as we did before. you can name it as you wish as long as its saved as .bat file *run it!Once the wallet is fully synched, you can start mining by running this batch file by simply double clicking. again remember few things: every time you edit your .conf file , you must close and then reopen the wallet for it to take effect. you can not run the cgminer .bat file if the ports are not matching you will not finding any blocks unless the wallet is fully synched and the most important one. your wallet needs to be running all the time while you solo mine. you can't solo mine with a closed wallet there is a faster method make a conf and the folder in the romaing, put the conf there and just run the client only want time, this will save you some precious sec. at launch
|
|
|
|
alphateam
|
|
June 06, 2014, 10:02:18 AM |
|
What setting or bat file do you set to mine solo from the wallet?
This is my example bat. setx GPU_MAX_ALLOC_PERCENT 100 setx GPU_USE_SYNC_OBJECTS 1 sgminer -k x13mod -o localhost:29661 -u cloakuser -p cloakpass -I 17 -g 4 -w 128 I find this is the best tutorial for solo mining! Hope it helps. what you need to do to solo mine.. *download the wallet. *run it once. you run it once so that the wallet creates a root folder located on the roaming folder. usually found here C:\Users\(your own computer username)\AppData\Roaming\Klondikecoin Note that "appdata" is a hidden folder and you might not see it. you will need to have "show hidden folders" enabled. here is a quick google search http://support.quickbooks.intuit.com/support/articles/INF12729* close it, move it.after you run it once , close it. Then move the wallet and any additional files that were inside it, at the klondikecoin folder as located above. *create the .conf file. in order to solomine you will need to create a configuration file. you can easily do this by creating a .txt file and editing the .txt file and then saving it with .conf . So again: inside the klondikecoin folder. right mouse click--->new--->text document. this will create a text document and will highlight it and it will be in "rename"mode. rename the .txt file as "klondikecoin" then double click it. it should be empty. if not, erase any text in there. then copy paste the .conf info posted by OP in the first page : rpcuser= klondikecoinrpcrpcpassword= somepasswordrpcport= 56679addnode=37.59.28.23 addnode=162.243.255.143 server=1 daemon=1 You can change the user name and password as you want them to be. then save the file by clicking file--->save . Once you saved it as a text click again file--->save as and type : "klondikecoin.conf" at the file name box then select "all files(*)" option from the save as types box. this will save the text file into a configuration file. *open the wallet again *let it synch. meanwhile you can start the next step. *create the batch file. almost like the steps above. create a text document with this running commands inside : setx GPU_MAX_ALLOC_PERCENT 100 setx GPU_USE_SYNC_OBJECTS 1 cgminer.exe --scrypt -o localhost: 56679 -u klondikecoinrpc -p somepasswordsave this as " klon solomine.bat" file as we did before. you can name it as you wish as long as its saved as .bat file *run it!Once the wallet is fully synched, you can start mining by running this batch file by simply double clicking. again remember few things: every time you edit your .conf file , you must close and then reopen the wallet for it to take effect. you can not run the cgminer .bat file if the ports are not matching you will not finding any blocks unless the wallet is fully synched and the most important one. your wallet needs to be running all the time while you solo mine. you can't solo mine with a closed wallet there is a faster method make a conf and the folder in the romaing, put the conf there and just run the client only want time, this will save you some precious sec. at launch +1 and let the conf open in case of some node needed, and close when ready
|
|
|
|
sq
|
|
June 06, 2014, 10:14:35 AM |
|
Almost there!!!
|
|
|
|
scorpio18
Legendary
Offline
Activity: 1736
Merit: 1000
Admin of CoinMiners Pools
|
|
June 06, 2014, 11:37:29 AM |
|
|
|
|
|
|