Bitcoin Forum
May 14, 2024, 07:47:45 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 [36] 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 ... 155 »
  Print  
Author Topic: minerstat: mining OS + ASIC monitoring + Windows mining  (Read 166969 times)
Qazo
Full Member
***
Offline Offline

Activity: 211
Merit: 101



View Profile
May 06, 2017, 06:31:55 PM
 #701

can you please explain how to use that auto-strap feature? Huh
1715672865
Hero Member
*
Offline Offline

Posts: 1715672865

View Profile Personal Message (Offline)

Ignore
1715672865
Reply with quote  #2

1715672865
Report to moderator
"You Asked For Change, We Gave You Coins" -- casascius
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1715672865
Hero Member
*
Offline Offline

Posts: 1715672865

View Profile Personal Message (Offline)

Ignore
1715672865
Reply with quote  #2

1715672865
Report to moderator
coinscrow (OP)
Sr. Member
****
Offline Offline

Activity: 1596
Merit: 305


minerstat CEO


View Profile WWW
May 06, 2017, 06:58:24 PM
 #702

Samsung, Micron Mem cards should use either the 1625 or 1750 straps for 4GB and 8GB cards
Hynix should use 1500 Straps

i add this extension. Thank you.

can you please explain how to use that auto-strap feature? Huh

Just copy your strap here what you want to tweak after copy back to bios, save and install.

twan69666
Newbie
*
Offline Offline

Activity: 59
Merit: 0


View Profile
May 07, 2017, 12:43:24 AM
 #703

I'm trying to schedule the node.exe program to run at startup, but it keeps crashing because it cannot gain admin properties for openhardwaremonitor in enough time.

Is there a way to schedule this to run at startup of windows 10 and not have it crash?
coinscrow (OP)
Sr. Member
****
Offline Offline

Activity: 1596
Merit: 305


minerstat CEO


View Profile WWW
May 07, 2017, 12:47:26 AM
 #704

I'm trying to schedule the node.exe program to run at startup, but it keeps crashing because it cannot gain admin properties for openhardwaremonitor in enough time.

Is there a way to schedule this to run at startup of windows 10 and not have it crash?

create start.bat at node folder

with

Code:
cd C:/node/
node.exe

where the C:/node/ the path where you put the files

and Create a Task to run when startup.

https://superuser.com/questions/982419/setting-a-scheduled-task-in-windows-10


This is the only method now. I plan to create an Start with Windows at the next version. v9.1

I hope it helps

bughatti
Full Member
***
Offline Offline

Activity: 154
Merit: 100


View Profile
May 07, 2017, 12:52:57 AM
 #705

Hey @coinscrow, any update on linux release?
coinscrow (OP)
Sr. Member
****
Offline Offline

Activity: 1596
Merit: 305


minerstat CEO


View Profile WWW
May 07, 2017, 12:54:40 AM
 #706

Hey @coinscrow, any update on linux release?

Under testing, almost ready for alpha.

Check this: https://bitcointalk.org/index.php?topic=1772780.msg18845575#msg18845575

twan69666
Newbie
*
Offline Offline

Activity: 59
Merit: 0


View Profile
May 07, 2017, 03:07:03 AM
Last edit: May 07, 2017, 03:27:02 AM by twan69666
 #707

I'm trying to schedule the node.exe program to run at startup, but it keeps crashing because it cannot gain admin properties for openhardwaremonitor in enough time.

Is there a way to schedule this to run at startup of windows 10 and not have it crash?

create start.bat at node folder

with

Code:
cd C:/node/
node.exe

where the C:/node/ the path where you put the files

and Create a Task to run when startup.

https://superuser.com/questions/982419/setting-a-scheduled-task-in-windows-10


This is the only method now. I plan to create an Start with Windows at the next version. v9.1

I hope it helps

Worked like a charm, thanks!

Oh and PS - looking forward to 9.1 Wink
Bones972
Full Member
***
Offline Offline

Activity: 198
Merit: 101


View Profile WWW
May 07, 2017, 04:56:18 PM
 #708

I'm trying to schedule the node.exe program to run at startup, but it keeps crashing because it cannot gain admin properties for openhardwaremonitor in enough time.

Is there a way to schedule this to run at startup of windows 10 and not have it crash?

create start.bat at node folder

with

Code:
cd C:/node/
node.exe

where the C:/node/ the path where you put the files

and Create a Task to run when startup.

https://superuser.com/questions/982419/setting-a-scheduled-task-in-windows-10


This is the only method now. I plan to create an Start with Windows at the next version. v9.1

I hope it helps

A simple way to start on startup or restart.
 
Go into folder where your "Node" is and create a shortcut of the "Node" (Right click on node and select "create shortcut")

Go into Windows-->Run-->Shell:Startup
Drag and drop the shortcut into that folder.  

I have been using this on all 5 of my rigs and its working perfectly

coinscrow (OP)
Sr. Member
****
Offline Offline

Activity: 1596
Merit: 305


minerstat CEO


View Profile WWW
May 07, 2017, 07:27:38 PM
 #709

I'm trying to schedule the node.exe program to run at startup, but it keeps crashing because it cannot gain admin properties for openhardwaremonitor in enough time.

Is there a way to schedule this to run at startup of windows 10 and not have it crash?

create start.bat at node folder

with

Code:
cd C:/node/
node.exe

where the C:/node/ the path where you put the files

and Create a Task to run when startup.

https://superuser.com/questions/982419/setting-a-scheduled-task-in-windows-10


This is the only method now. I plan to create an Start with Windows at the next version. v9.1

I hope it helps

A simple way to start on startup or restart.
 
Go into folder where your "Node" is and create a shortcut of the "Node" (Right click on node and select "create shortcut")

Go into Windows-->Run-->Shell:Startup
Drag and drop the shortcut into that folder.  

I have been using this on all 5 of my rigs and its working perfectly

That can be a good solution, too! Thank you.

exertech001
Newbie
*
Offline Offline

Activity: 2
Merit: 0


View Profile
May 08, 2017, 05:40:13 PM
 #710

Auto Strap Editor for AMD GPU's
- Just copy your strap and enjoy the results.
What are the results? Anyone tried it? I'm interested about it, but I don't want to kill my card Cheesy
coinscrow (OP)
Sr. Member
****
Offline Offline

Activity: 1596
Merit: 305


minerstat CEO


View Profile WWW
May 08, 2017, 05:42:46 PM
 #711

Auto Strap Editor for AMD GPU's
- Just copy your strap and enjoy the results.
What are the results? Anyone tried it? I'm interested about it, but I don't want to kill my card Cheesy

mem stap, maybe just frozen your windows
when you want to start mine.

but it will dont kill.

give them more stability and maybe a little performance

Bones972
Full Member
***
Offline Offline

Activity: 198
Merit: 101


View Profile WWW
May 08, 2017, 06:11:49 PM
 #712

I just switched one of my rigs over to mine ETC/LBC but on the dashboard only the ETC is showing up.  In the mining window I see that I am mining both coins though?  

Have I done something wrong on setting up the dual miner so that Minerstat can not see my LBC mining?

-eworker Athena
-epool us1-etc.ethermine.org:4444
-ewal (My ETC Address)
-epsw x
-dpool stratum+tcp://lbry.suprnova.cc:6256
-dcoin lbc
-dwal (My Supernova username.worker)
-dpsw x
-mode 0
-dcri 30
#-allcoins 1
pause

Here is my profile
https://minerstat.com/public/Bones.html
Thanks

coinscrow (OP)
Sr. Member
****
Offline Offline

Activity: 1596
Merit: 305


minerstat CEO


View Profile WWW
May 08, 2017, 08:06:00 PM
 #713

I just switched one of my rigs over to mine ETC/LBC but on the dashboard only the ETC is showing up.  In the mining window I see that I am mining both coins though?  

Have I done something wrong on setting up the dual miner so that Minerstat can not see my LBC mining?

-eworker Athena
-epool us1-etc.ethermine.org:4444
-ewal (My ETC Address)
-epsw x
-dpool stratum+tcp://lbry.suprnova.cc:6256
-dcoin lbc
-dwal (My Supernova username.worker)
-dpsw x
-mode 0
-dcri 30
#-allcoins 1
pause

Here is my profile
https://minerstat.com/public/Bones.html
Thanks

I'm fixed the display issue, thanks for reporting

Bones972
Full Member
***
Offline Offline

Activity: 198
Merit: 101


View Profile WWW
May 08, 2017, 08:06:30 PM
 #714

I just switched one of my rigs over to mine ETC/LBC but on the dashboard only the ETC is showing up.  In the mining window I see that I am mining both coins though?  

Have I done something wrong on setting up the dual miner so that Minerstat can not see my LBC mining?

-eworker Athena
-epool us1-etc.ethermine.org:4444
-ewal (My ETC Address)
-epsw x
-dpool stratum+tcp://lbry.suprnova.cc:6256
-dcoin lbc
-dwal (My Supernova username.worker)
-dpsw x
-mode 0
-dcri 30
#-allcoins 1
pause

Here is my profile
https://minerstat.com/public/Bones.html
Thanks

Not sure what happened but its working now... Well Kinda... It says I am going to make $3.5k USD on LBC in a month at my current hash rate... It should be closer to $43.00 USD
Thanks

Jamievs
Sr. Member
****
Offline Offline

Activity: 266
Merit: 250


View Profile
May 09, 2017, 08:22:29 AM
Last edit: May 09, 2017, 09:12:34 PM by Jamievs
 #715

How are the updates coming along?

Also can you add EWBF-zcl support since nvidia support is pretty limited? At least that way I can swap it manually to the most profitiable coin.
magnoman
Newbie
*
Offline Offline

Activity: 33
Merit: 0


View Profile
May 10, 2017, 02:51:59 PM
 #716

How are the updates coming along?

Also can you add EWBF-zcl support since nvidia support is pretty limited? At least that way I can swap it manually to the most profitiable coin.

I'd like to echo this request for NVidia miners.  It would be helpful to be able to switch coins without using config-editor each time.  Especially since CCMINER-TPRUVOT supports many different coins.  LBRY, Decred, Monacoin, Feathercoin, Vertcoin, etc...

coinscrow (OP)
Sr. Member
****
Offline Offline

Activity: 1596
Merit: 305


minerstat CEO


View Profile WWW
May 10, 2017, 02:55:30 PM
 #717

How are the updates coming along?

Also can you add EWBF-zcl support since nvidia support is pretty limited? At least that way I can swap it manually to the most profitiable coin.

I'd like to echo this request for NVidia miners.  It would be helpful to be able to switch coins without using config-editor each time.  Especially since CCMINER-TPRUVOT supports many different coins.  LBRY, Decred, Monacoin, Feathercoin, Vertcoin, etc...



comes with v2.9.1
im currently working on linux client and worldwide servers for pools and for the website load-balancing.
stay tuned.. will be awesome

Jamievs
Sr. Member
****
Offline Offline

Activity: 266
Merit: 250


View Profile
May 11, 2017, 08:03:04 AM
 #718

How are the updates coming along?

Also can you add EWBF-zcl support since nvidia support is pretty limited? At least that way I can swap it manually to the most profitiable coin.

I'd like to echo this request for NVidia miners.  It would be helpful to be able to switch coins without using config-editor each time.  Especially since CCMINER-TPRUVOT supports many different coins.  LBRY, Decred, Monacoin, Feathercoin, Vertcoin, etc...



comes with v2.9.1
im currently working on linux client and worldwide servers for pools and for the website load-balancing.
stay tuned.. will be awesome

Ok..

Could anyone share the default music coin pool? I removed it by accident lol  Tongue Roll Eyes
magnoman
Newbie
*
Offline Offline

Activity: 33
Merit: 0


View Profile
May 11, 2017, 08:38:54 AM
 #719

How are the updates coming along?

Also can you add EWBF-zcl support since nvidia support is pretty limited? At least that way I can swap it manually to the most profitiable coin.

I'd like to echo this request for NVidia miners.  It would be helpful to be able to switch coins without using config-editor each time.  Especially since CCMINER-TPRUVOT supports many different coins.  LBRY, Decred, Monacoin, Feathercoin, Vertcoin, etc...



comes with v2.9.1
im currently working on linux client and worldwide servers for pools and for the website load-balancing.
stay tuned.. will be awesome

Ok..

Could anyone share the default music coin pool? I removed it by accident lol  Tongue Roll Eyes

musicoin.miningclub.info:8558

Jamievs
Sr. Member
****
Offline Offline

Activity: 266
Merit: 250


View Profile
May 11, 2017, 09:12:31 AM
 #720

How are the updates coming along?

Also can you add EWBF-zcl support since nvidia support is pretty limited? At least that way I can swap it manually to the most profitiable coin.

I'd like to echo this request for NVidia miners.  It would be helpful to be able to switch coins without using config-editor each time.  Especially since CCMINER-TPRUVOT supports many different coins.  LBRY, Decred, Monacoin, Feathercoin, Vertcoin, etc...



comes with v2.9.1
im currently working on linux client and worldwide servers for pools and for the website load-balancing.
stay tuned.. will be awesome

Ok..

Could anyone share the default music coin pool? I removed it by accident lol  Tongue Roll Eyes

musicoin.miningclub.info:8558



Thanks man!
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 [36] 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 ... 155 »
  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!