Author

Topic: [ANN][BURST] Burst | Efficient HDD Mining | New 1.2.3 Fork block 92000 - page 513. (Read 2171056 times)

sr. member
Activity: 274
Merit: 250
If I'm using Uray's C Miner or the Java miner for pool mining,

do I still need to have the burstcoin wallet open and running?
legendary
Activity: 1582
Merit: 1019
011110000110110101110010
Hi,

I've got 10 x HDDS plotted/plotting and I have 10 x mining windows open, one for each hard drive.  Can anyone give me an example of how to have one window mine all 10 hard drives?  I know the answer is probably in here already but searching 800+ pages doesn't seem much fun.  Drives are E: to N:

I really need to do this because some of the windows keep having a java crash so they stop mining and I have to restart them.  I can create a script to reset automatically but would rather have a script that kept an eye on one DOS window instead of ten.

Cheers in advance!

I don't know if you can do that or not but it is easy to monitor 10 windows with an automatic reset in your mining bat:

Code:
@echo off
cls
:start
C:\Windows\SysWOW64\java -Xmx1024m -cp pocminer_pool.jar;lib/*;lib/akka/*;lib/jetty/* pocminer_pool.POCMiner mine http://127.0.0.1:8125 http://178.62.39.204:8121
goto start

Thanks, I'll give that a try later as I'm plotting four drives at the moment and it's using a bit of resource and I'm remoting the machine.  I know there is a way to include all the plots in one batch file so I'll try that too if someone comes up with the sample.


Blago's (Win), uray's (linux/Win) or dcct's (linux) MINERS are much more effective, and you can specify each drive to mine and will only get one window to check.

Stay away from the java miner and go for the oneS written in C; links in OP:

I do not see any c-based miners in the OP for Windoze.
legendary
Activity: 1582
Merit: 1019
011110000110110101110010
Hi,

I've got 10 x HDDS plotted/plotting and I have 10 x mining windows open, one for each hard drive.  Can anyone give me an example of how to have one window mine all 10 hard drives?  I know the answer is probably in here already but searching 800+ pages doesn't seem much fun.  Drives are E: to N:

I really need to do this because some of the windows keep having a java crash so they stop mining and I have to restart them.  I can create a script to reset automatically but would rather have a script that kept an eye on one DOS window instead of ten.

Cheers in advance!

I don't know if you can do that or not but it is easy to monitor 10 windows with an automatic reset in your mining bat:

Code:
@echo off
cls
:start
C:\Windows\SysWOW64\java -Xmx1024m -cp pocminer_pool.jar;lib/*;lib/akka/*;lib/jetty/* pocminer_pool.POCMiner mine http://127.0.0.1:8125 http://178.62.39.204:8121
goto start

Thanks, I'll give that a try later as I'm plotting four drives at the moment and it's using a bit of resource and I'm remoting the machine.  I know there is a way to include all the plots in one batch file so I'll try that too if someone comes up with the sample.


Blago's (Win), uray's (linux/Win) or dcct's (linux) MINERS are much more effective, and you can specify each drive to mine and will only get one window to check.

Stay away from the java miner and go for the oneS written in C; links in OP:

Links in OP?  Sorry if I'm acting dumb and will prob kick myself when you clarify Smiley

Page 1 first post is the OP
member
Activity: 120
Merit: 73
Hi,

I've got 10 x HDDS plotted/plotting and I have 10 x mining windows open, one for each hard drive.  Can anyone give me an example of how to have one window mine all 10 hard drives?  I know the answer is probably in here already but searching 800+ pages doesn't seem much fun.  Drives are E: to N:

I really need to do this because some of the windows keep having a java crash so they stop mining and I have to restart them.  I can create a script to reset automatically but would rather have a script that kept an eye on one DOS window instead of ten.

Cheers in advance!

I don't know if you can do that or not but it is easy to monitor 10 windows with an automatic reset in your mining bat:

Code:
@echo off
cls
:start
C:\Windows\SysWOW64\java -Xmx1024m -cp pocminer_pool.jar;lib/*;lib/akka/*;lib/jetty/* pocminer_pool.POCMiner mine http://127.0.0.1:8125 http://178.62.39.204:8121
goto start

Thanks, I'll give that a try later as I'm plotting four drives at the moment and it's using a bit of resource and I'm remoting the machine.  I know there is a way to include all the plots in one batch file so I'll try that too if someone comes up with the sample.


Blago's (Win), uray's (linux/Win) or dcct's (linux) MINERS are much more effective, and you can specify each drive to mine and will only get one window to check.

Stay away from the java miner and go for the oneS written in C; links in OP:

Links in OP?  Sorry if I'm acting dumb and will prob kick myself when you clarify Smiley
sr. member
Activity: 462
Merit: 250
Hi,

I've got 10 x HDDS plotted/plotting and I have 10 x mining windows open, one for each hard drive.  Can anyone give me an example of how to have one window mine all 10 hard drives?  I know the answer is probably in here already but searching 800+ pages doesn't seem much fun.  Drives are E: to N:

I really need to do this because some of the windows keep having a java crash so they stop mining and I have to restart them.  I can create a script to reset automatically but would rather have a script that kept an eye on one DOS window instead of ten.

Cheers in advance!

I don't know if you can do that or not but it is easy to monitor 10 windows with an automatic reset in your mining bat:

Code:
@echo off
cls
:start
C:\Windows\SysWOW64\java -Xmx1024m -cp pocminer_pool.jar;lib/*;lib/akka/*;lib/jetty/* pocminer_pool.POCMiner mine http://127.0.0.1:8125 http://178.62.39.204:8121
goto start

Thanks, I'll give that a try later as I'm plotting four drives at the moment and it's using a bit of resource and I'm remoting the machine.  I know there is a way to include all the plots in one batch file so I'll try that too if someone comes up with the sample.


Blago's (Win), uray's (linux/Win) or dcct's (linux) MINERS are much more effective, and you can specify each drive to mine and will only get one window to check.

Stay away from the java miner and go for the oneS written in C; links in OP:
member
Activity: 120
Merit: 73
Hi,

I've got 10 x HDDS plotted/plotting and I have 10 x mining windows open, one for each hard drive.  Can anyone give me an example of how to have one window mine all 10 hard drives?  I know the answer is probably in here already but searching 800+ pages doesn't seem much fun.  Drives are E: to N:

I really need to do this because some of the windows keep having a java crash so they stop mining and I have to restart them.  I can create a script to reset automatically but would rather have a script that kept an eye on one DOS window instead of ten.

Cheers in advance!

I don't know if you can do that or not but it is easy to monitor 10 windows with an automatic reset in your mining bat:

Code:
@echo off
cls
:start
C:\Windows\SysWOW64\java -Xmx1024m -cp pocminer_pool.jar;lib/*;lib/akka/*;lib/jetty/* pocminer_pool.POCMiner mine http://127.0.0.1:8125 http://178.62.39.204:8121
goto start

Thanks, I'll give that a try later as I'm plotting four drives at the moment and it's using a bit of resource and I'm remoting the machine.  I know there is a way to include all the plots in one batch file so I'll try that too if someone comes up with the sample.
legendary
Activity: 1582
Merit: 1019
011110000110110101110010
Hi,

I've got 10 x HDDS plotted/plotting and I have 10 x mining windows open, one for each hard drive.  Can anyone give me an example of how to have one window mine all 10 hard drives?  I know the answer is probably in here already but searching 800+ pages doesn't seem much fun.  Drives are E: to N:

I really need to do this because some of the windows keep having a java crash so they stop mining and I have to restart them.  I can create a script to reset automatically but would rather have a script that kept an eye on one DOS window instead of ten.

Cheers in advance!

I don't know if you can do that or not but it is easy to monitor 10 windows with an automatic reset in your mining bat:

Code:
@echo off
cls
:start
C:\Windows\SysWOW64\java -Xmx1024m -cp pocminer_pool.jar;lib/*;lib/akka/*;lib/jetty/* pocminer_pool.POCMiner mine http://127.0.0.1:8125 http://178.62.39.204:8121
goto start
member
Activity: 120
Merit: 73
Hi,

I've got 10 x HDDS plotted/plotting and I have 10 x mining windows open, one for each hard drive.  Can anyone give me an example of how to have one window mine all 10 hard drives?  I know the answer is probably in here already but searching 800+ pages doesn't seem much fun.  Drives are E: to N:

I really need to do this because some of the windows keep having a java crash so they stop mining and I have to restart them.  I can create a script to reset automatically but would rather have a script that kept an eye on one DOS window instead of ten.

Cheers in advance!
legendary
Activity: 1932
Merit: 1042
https://locktrip.com/?refId=40964
Something wrong with pool.
Stuck at block 45110

yep, same here im stuck at block 45110

Pool down now, it seems

Dev V2 Pool is not working. Confirmed. Come on Dev speak to us and tell WTF is going on.

Did it fork? Can burst fork?

I think this is really a good question!
Can Burst fork?
Maybe dev can help us to understand better?
hero member
Activity: 619
Merit: 500
Yes, Coincapmarkt has now the the correct available supply of coins.

Burst is now on place 61 out of 547 crypto currencies....

http://coinmarketcap.com/currencies/views/all/

If we exclude non-mineable and preminded, we are on place 37!!!

Thats great news.
legendary
Activity: 1582
Merit: 1019
011110000110110101110010
Pool is now back up, and already found a block. Sorry for the inconvenience.

sr. member
Activity: 280
Merit: 250
Pool is now back up, and already found a block. Sorry for the inconvenience.
legendary
Activity: 1582
Merit: 1019
011110000110110101110010
Working on pool situation right now. Sorry for the delay, saw that there was an issue a few hours ago, but didn't have my passwords with me so couldn't do anything about it until now.

Thank you for the update. Glad to hear that you are working on it.
sr. member
Activity: 280
Merit: 250
Working on pool situation right now. Sorry for the delay, saw that there was an issue a few hours ago, but didn't have my passwords with me so couldn't do anything about it until now.
legendary
Activity: 1582
Merit: 1019
011110000110110101110010
Something wrong with pool.
Stuck at block 45110

yep, same here im stuck at block 45110

Pool down now, it seems

Dev V2 Pool is not working. Confirmed. Come on Dev speak to us and tell WTF is going on.

Did it fork? Can burst fork?
legendary
Activity: 1582
Merit: 1019
011110000110110101110010
Something wrong with pool.
Stuck at block 45110

yep, same here im stuck at block 45110

Pool down now, it seems

Dev V2 Pool is not working. Confirmed. Come on Dev speak to us and tell WTF is going on.
sr. member
Activity: 462
Merit: 250
Something wrong with pool.
Stuck at block 45110

yep, same here im stuck at block 45110

Pool down now, it seems
sr. member
Activity: 397
Merit: 250
full member
Activity: 126
Merit: 100
legendary
Activity: 1401
Merit: 1008
northern exposure
Something wrong with pool.
Stuck at block 45110

yep, same here im stuck at block 45110
Jump to: