Bitcoin Forum
July 16, 2024, 04:50:22 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Warning: One or more bitcointalk.org users have reported that they strongly believe that the creator of this topic is a scammer. (Login to see the detailed trust ratings.) While the bitcointalk.org administration does not verify such claims, you should proceed with extreme caution.
Pages: [1] 2 3 4 »  All
  Print  
Author Topic: [SOLVED][dogecoin]Please help. several questions. [Unfrustrated]  (Read 2836 times)
pekv2 (OP)
Hero Member
*****
Offline Offline

Activity: 770
Merit: 502



View Profile
May 04, 2014, 11:46:32 AM
Last edit: May 04, 2014, 08:46:59 PM by pekv2
 #1

[SOLVED]
https://bitcointalk.org/index.php?topic=595255.msg6545162#msg6545162
[/SOLVED]
Please help.

It's been long time since I mined, I searched the dogecoin forums and I cannot find any digging "mining" guides.

CPU: 13-2100
GPU: R9 280x

What program is used to mine dogecoin?

What are the cmds for w/e program used? Any environment variables need to be added to windows7?

Are .bat files involved? If so, what needs to be placed into the batch file?

I get aggravated very fast, please bare with me if you may.
pekv2 (OP)
Hero Member
*****
Offline Offline

Activity: 770
Merit: 502



View Profile
May 04, 2014, 12:37:51 PM
 #2

i give up. brain is stupid.

like two years ago I be able to do this in a snap of fingers. go fckin fig.
jjj0923
Sr. Member
****
Offline Offline

Activity: 266
Merit: 250


View Profile WWW
May 04, 2014, 12:41:58 PM
 #3

i give up. brain is stupid.

like two years ago I be able to do this in a snap of fingers. go fckin fig.

download cgminer - I tlike it the best of all miners

or for a really simple way to go - just google BAMT , download it - burn it on a stick, boot from the stick and start mining - I use it on all my rigs

Lifeforce Pools : http://www.lifeforce.info
Earthcoin :http://eac.lifeforce.info -  Netcoin:  http://net.lifeforce.info - Hundred Coin Pool : http://100.lifeforce.info
Redoakcoin Pool : http://roc.lifeforce.info Guldencoin http://nlg.lifeforce.info also Worldcoin, Guncoin, NOBL, USDe, Tagcoin, Topcoin , Tagcoin , Credits, Goldcoin & Hobonickels
Bizquick
Newbie
*
Offline Offline

Activity: 55
Merit: 0


View Profile
May 04, 2014, 12:47:53 PM
 #4

i give up. brain is stupid.

like two years ago I be able to do this in a snap of fingers. go fckin fig.

download cgminer - I tlike it the best of all miners

or for a really simple way to go - just google BAMT , download it - burn it on a stick, boot from the stick and start mining - I use it on all my rigs

Yep!  If you want the cgminer, LTCRabbit has a good tutorial and downloads...  If you mine there, it will convert your coins to LTC. 

https://www.ltcrabbit.com/index.php?page=gettingstarted
jjj0923
Sr. Member
****
Offline Offline

Activity: 266
Merit: 250


View Profile WWW
May 04, 2014, 12:50:19 PM
 #5

i give up. brain is stupid.

like two years ago I be able to do this in a snap of fingers. go fckin fig.

download cgminer - I tlike it the best of all miners

or for a really simple way to go - just google BAMT , download it - burn it on a stick, boot from the stick and start mining - I use it on all my rigs

Yep!  If you want the cgminer, LTCRabbit has a good tutorial and downloads...  If you mine there, it will convert your coins to LTC. 

https://www.ltcrabbit.com/index.php?page=gettingstarted

that's great - It's what I use and I just change the cgminer.conf to mine different scrypt coin.

PLUS there's enough room to download and compile other algo's too if you want to mine x11 - scrypt-jane coins etc...and it's got the api so I use cgwatcher to monitor my rigs

Lifeforce Pools : http://www.lifeforce.info
Earthcoin :http://eac.lifeforce.info -  Netcoin:  http://net.lifeforce.info - Hundred Coin Pool : http://100.lifeforce.info
Redoakcoin Pool : http://roc.lifeforce.info Guldencoin http://nlg.lifeforce.info also Worldcoin, Guncoin, NOBL, USDe, Tagcoin, Topcoin , Tagcoin , Credits, Goldcoin & Hobonickels
pekv2 (OP)
Hero Member
*****
Offline Offline

Activity: 770
Merit: 502



View Profile
May 04, 2014, 01:28:44 PM
 #6

Im going off this.

A) http://www.minedogecoin.com/getting-such-dogecoin-a-basic-guide-to-gpu-mining-with-cgminer/
b) http://www.minedogecoin.com/an-advanced-guide-to-mining-dogecoin-with-cgminer/

cgminer is still not working.

I created worker and an account @
http://dogepool.pw/

I followed A) instructions. & B) instructions, cgminer asks to connect to the net than cgminer does nothing.
pekv2 (OP)
Hero Member
*****
Offline Offline

Activity: 770
Merit: 502



View Profile
May 04, 2014, 01:30:27 PM
 #7

here is my bat

Code:
setx GPU_MAX_ALLOC_PERCENT 100
setx GPU_USE_SYNC_OBJECTS 1
cgminer.exe -I 19

Here is my cgminer.cfg user and pass removed from be low.

Code:
{
 "pools" : [
{
"url" : "stratum+tcp://dogepool.pw:3334",
"user" : "removed",
"pass" : "removed"
}
],
"scrypt" : true,
"kernel-path" : "/usr/local/bin"
}
pekv2 (OP)
Hero Member
*****
Offline Offline

Activity: 770
Merit: 502



View Profile
May 04, 2014, 01:32:32 PM
 #8

A bin doesnt even get created meaning cgminer is incorrectly tuned.
byt411
Hero Member
*****
Offline Offline

Activity: 798
Merit: 1000


View Profile
May 04, 2014, 01:52:07 PM
 #9

A bin doesnt even get created meaning cgminer is incorrectly tuned.

You need to add --scrypt to your CGminer bat.
pekv2 (OP)
Hero Member
*****
Offline Offline

Activity: 770
Merit: 502



View Profile
May 04, 2014, 01:58:00 PM
 #10

Here is my new bat. name.worker pw removed

Code:
setx GPU_MAX_ALLOC_PERCENT 100
setx GPU_USE_SYNC_OBJECTS 1
cgminer.exe --scrypt -o stratum+tcp://dogepool.pw:3334 -u name.worker -p password -w 256 -g 2 --auto-fan --thread-concurrency 18944 --intensity 13

cgminer asks to connect net then does nothing.
byt411
Hero Member
*****
Offline Offline

Activity: 798
Merit: 1000


View Profile
May 04, 2014, 02:09:04 PM
 #11

Here is my new bat. name.worker pw removed

Code:
setx GPU_MAX_ALLOC_PERCENT 100
setx GPU_USE_SYNC_OBJECTS 1
cgminer.exe --scrypt -o stratum+tcp://dogepool.pw:3334 -u name.worker -p password -w 256 -g 2 --auto-fan --thread-concurrency 18944 --intensity 13

cgminer asks to connect net then does nothing.

Can you please post a screenshot of it?
pekv2 (OP)
Hero Member
*****
Offline Offline

Activity: 770
Merit: 502



View Profile
May 04, 2014, 02:24:14 PM
 #12

Here is my new bat. name.worker pw removed

Code:
setx GPU_MAX_ALLOC_PERCENT 100
setx GPU_USE_SYNC_OBJECTS 1
cgminer.exe --scrypt -o stratum+tcp://dogepool.pw:3334 -u name.worker -p password -w 256 -g 2 --auto-fan --thread-concurrency 18944 --intensity 13

cgminer asks to connect net then does nothing.

Can you please post a screenshot of it?

pekv2 (OP)
Hero Member
*****
Offline Offline

Activity: 770
Merit: 502



View Profile
May 04, 2014, 02:27:26 PM
 #13

only thing that happens is the fans get louder than usual.

I checked gpuz, gpu is not @load nor does powerplay change=frequency of core and mem.
pekv2 (OP)
Hero Member
*****
Offline Offline

Activity: 770
Merit: 502



View Profile
May 04, 2014, 02:28:09 PM
 #14

this is for dogecoin, you know this correct?
byt411
Hero Member
*****
Offline Offline

Activity: 798
Merit: 1000


View Profile
May 04, 2014, 02:28:16 PM
 #15

only thing that happens is the fans get louder than usual.

I checked gpuz, gpu is not @load nor does powerplay change=frequency of core and mem.

So after displaying that screen, all it does is exit itself?
pekv2 (OP)
Hero Member
*****
Offline Offline

Activity: 770
Merit: 502



View Profile
May 04, 2014, 02:33:13 PM
 #16

only thing that happens is the fans get louder than usual.

I checked gpuz, gpu is not @load nor does powerplay change=frequency of core and mem.

So after displaying that screen, all it does is exit itself?

nope it stays, i have to reboot to reset the fan rpms.
byt411
Hero Member
*****
Offline Offline

Activity: 798
Merit: 1000


View Profile
May 04, 2014, 02:42:30 PM
 #17

only thing that happens is the fans get louder than usual.

I checked gpuz, gpu is not @load nor does powerplay change=frequency of core and mem.

So after displaying that screen, all it does is exit itself?

nope it stays, i have to reboot to reset the fan rpms.

open cmd, do the setx commands, close cmd, and remove the setx commands from your bat file, and see if it works.
pekv2 (OP)
Hero Member
*****
Offline Offline

Activity: 770
Merit: 502



View Profile
May 04, 2014, 02:50:00 PM
 #18

Is this what it is suppose to be?

pekv2 (OP)
Hero Member
*****
Offline Offline

Activity: 770
Merit: 502



View Profile
May 04, 2014, 02:52:12 PM
 #19

Code:
cgminer.exe --scrypt -o stratum+tcp://dogepool.pw:3333 -u pekv2.1 -p recycle -w 256 -g 2 --auto-fan --thread-concurrency 18944 --intensity 13

new bat, ran it, same results fan speed is gentle, box is sitting like


goodluck0319
Sr. Member
****
Offline Offline

Activity: 420
Merit: 250



View Profile
May 04, 2014, 02:57:30 PM
 #20

maybe u can tried like this :

setx GPU_MAX_ALLOC_PERCENT 100
setx GPU_USE_SYNC_OBJECTS 1
cgminer.exe --scrypt -o stratum+tcp://dogepool.pw:3333 -u pekv2.1 -p recycle --auto-fan --auto-gpu
pause



Pages: [1] 2 3 4 »  All
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!