Author

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

member
Activity: 60
Merit: 10
Setting OpenCL step3 kernel static arguments
0.0576701% (10652672/5326848 nonces), 8299.71 nonces/minutes...
0.11534% (10655744/5326848 nonces), 10400.3 nonces/minutes...
0.17301% (10658816/5326848 nonces), 11357.2 nonces/minutes...
0.230681% (10661888/5326848 nonces), 11893.5 nonces/minutes...
0.288351% (10664960/5326848 nonces), 12215.5 nonces/minutes...
0.346021% (10668032/5326848 nonces), 12467.4 nonces/minutes...
0.403691% (10671104/5326848 nonces), 12626.9 nonces/minutes...
0.461361% (10674176/5326848 nonces), 12742.9 nonces/minutes...
0.519031% (10677248/5326848 nonces), 12851.2 nonces/minutes...
0.576701% (10680320/5326848 nonces), 12947.5 nonces/minutes...
0.634371% (10683392/5326848 nonces), 13030.8 nonces/minutes...
0.692042% (10686464/5326848 nonces), 13093.8 nonces/minutes...
0.749712% (10689536/5326848 nonces), 13161.1 nonces/minutes...
0.807382% (10692608/5326848 nonces), 13223.1 nonces/minutes...
0.865052% (10695680/5326848 nonces), 13281.6 nonces/minutes...
0.922722% (10698752/5326848 nonces), 13347.3 nonces/minutes...
0.980392% (10701824/5326848 nonces), 13393.2 nonces/minutes...
1.03806% (10704896/5326848 nonces), 13444.7 nonces/minutes...
1.09573% (10707968/5326848 nonces), 13473.2 nonces/minutes...
1.1534% (10711040/5326848 nonces), 13509.5 nonces/minutes...
1.21107% (10714112/5326848 nonces), 13537.3 nonces/minutes...
1.26874% (10717184/5326848 nonces), 13566 nonces/minutes...
gpuplotgenerator generate 0 0 G:\plots blablabla 10649600 5324800 3072 128 1024
r9 280x

Your doing better than me on v.2.0.0, I'm doing 11.5k nonces/min, but my hashes is at 8160. biphen still hasn't answered my question how stagger_size/hashes ratio relates in this gpu plotter as the read me vaguely discusses it.

My answer is available here (must have been lost in the whole flood) : https://bitcointalksearch.org/topic/m.8772880
full member
Activity: 164
Merit: 100
Sorry, i mean miner crash(run_mine.bat).
i'm running 3 miner instance on 3 hdd partition and sometimes 1 of them randomly crash.
Sometimes it will not occour for 2 days, sometime after 10-12 hours of mining 1 crash and other 2 continue to work.

Just like to know if there's a .bat to relaunch run_mine.exe in caso of crash.
I edited my post while you were replying... Check it out here:
https://bitcointalksearch.org/topic/m.8781339
If you really want something to make sure it stays open, here is some bat file code that *should* restart the mine.bat file if it closes:
Warning, I am doing this off the top of my head, so I have NOT tested it:
Add this to a NEW .bat file called "StartMiner.bat" (or whatever you choose) in the same DIR as the mine.bat file
Code:
:Start
start /wait mine.bat
goto :Start
pause

You can test by running it and manually closing your miner, it *should* start the miner back up
legendary
Activity: 3248
Merit: 1070
Who can i run the miner in case of crash? Automatically. I can't check every hours my miner if it's running or not. Sometimes it crash.
Thanks

send shortcuts to desktop and move them into your startup folder.  Turn the option in bios, "Turn PC on when power is restored"  and dont setup a password for the computer unless you setup an auto logon feature.

EDIT:  Is this what your asking?  Sounds like your English is a little broken....
If you are talking about the miner crashing, try adding -Xmx1024m to the "mine.bat" file like so:


Quote
C:\Windows\SysWOW64\java.exe -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

I have had 0 crashes since adding this


Sorry, i mean miner crash(run_mine.bat).
i'm running 3 miner instance on 3 hdd partition and sometimes 1 of them randomly crash.
Sometimes it will not occour for 2 days, sometime after 10-12 hours of mining 1 crash and other 2 continue to work.

Just like to know if there's a .bat to relaunch run_mine.exe in caso of crash.

make  scrypt like this

@echo off

echo -------------------------------------------------------------------
echo Simple script to restart your miner software after a period of time
echo -------------------------------------------------------------------
echo:
set executable=miner.bat
set commandline=(command inside the miner)
set runforseconds=1800
set restartinseconds=5
set /a counter=0
:start
start "miner.bat" %executable% %commandline%
echo:
echo ccminer will run for %runforseconds% seconds
timeout %runforseconds%
taskkill /f /im %executable%
echo:
echo Restarting mine in %restartinseconds% seconds (%counter%)
timeout %restartinseconds%
set /a counter+=1
echo:
echo:
goto start
full member
Activity: 164
Merit: 100
I am attempting to CPU plot on an external USB 1tb drive. I have around 600gb free and even though I have gone through and deleted large files, I am continuously running into "Not enough space on disk" error at the same plot number that is about 3gb into plotting. Does anyone have any suggestions? My error does not seem to be related to the actual amount of disk space.


Note: I have other drives plotted and mining.
Is your drive formatted as NTFS? If it is formatted as FAT32, there is a limitation of file size.

Damn, I forgot it is FAT32 because its my old JTAG xbox drive. Any way I could use this drive and not destroy the file structure, maybe a whole bunch of smaller than 3gb plots?

You can convert FAT to NTFS without losing data, but not the other way around.
Then it would no longer work with the xbox if it was converted to NTFS...
legendary
Activity: 1582
Merit: 1019
011110000110110101110010
Who can i run the miner in case of crash? Automatically. I can't check every hours my miner if it's running or not. Sometimes it crash.
Thanks

send shortcuts to desktop and move them into your startup folder.  Turn the option in bios, "Turn PC on when power is restored"  and dont setup a password for the computer unless you setup an auto logon feature.

EDIT:  Is this what your asking?  Sounds like your English is a little broken....
If you are talking about the miner crashing, try adding -Xmx1024m to the "mine.bat" file like so:


Quote
C:\Windows\SysWOW64\java.exe -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

I have had 0 crashes since adding this

That is the BAT that I have been using and it has worked good until this afternoon. I've had two miner crashes on one rig with that bat but only when running my GPUs to mine another coin and it is a Java heap error, which I do not understand because my RAM is 14.7 GB of 32 and my CPU is at 1-10%. I have to go away for work and would like it to be stable so I either have to turn off my GPU mining or solve as to why I am getting a heap error while using that bat above.
hero member
Activity: 644
Merit: 500
Who can i run the miner in case of crash? Automatically. I can't check every hours my miner if it's running or not. Sometimes it crash.
Thanks

send shortcuts to desktop and move them into your startup folder.  Turn the option in bios, "Turn PC on when power is restored"  and dont setup a password for the computer unless you setup an auto logon feature.

EDIT:  Is this what your asking?  Sounds like your English is a little broken....
If you are talking about the miner crashing, try adding -Xmx1024m to the "mine.bat" file like so:


Quote
C:\Windows\SysWOW64\java.exe -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

I have had 0 crashes since adding this


Sorry, i mean miner crash(run_mine.bat).
i'm running 3 miner instance on 3 hdd partition and sometimes 1 of them randomly crash.
Sometimes it will not occour for 2 days, sometime after 10-12 hours of mining 1 crash and other 2 continue to work.

Just like to know if there's a .bat to relaunch run_mine.exe in caso of crash.
legendary
Activity: 3248
Merit: 1070
Who can i run the miner in case of crash? Automatically. I can't check every hours my miner if it's running or not. Sometimes it crash.
Thanks

Take the file size in KB and divide it by 256, that will give you the number of total nonces in that file.  From there, take that number and add it to the start nonce of the file.  For instance, if your file was 204,800,000 KB and your file was yourID_2400000_800000_1000 you would have 800000 total nonces.  Since the file started at 2400000 you would add 800000 and have a starting plot of 3000000.

Edit:  To make sure you don't overlap you can add some arbitrary number to your starting point just in case.  Like start at 3100000 or something.

Edit2: May have misunderstood the question, lol

the problem is that the miner will send errors on those unfinished plot
legendary
Activity: 2002
Merit: 1051
ICO? Not even once.
I am attempting to CPU plot on an external USB 1tb drive. I have around 600gb free and even though I have gone through and deleted large files, I am continuously running into "Not enough space on disk" error at the same plot number that is about 3gb into plotting. Does anyone have any suggestions? My error does not seem to be related to the actual amount of disk space.


Note: I have other drives plotted and mining.
Is your drive formatted as NTFS? If it is formatted as FAT32, there is a limitation of file size.

Damn, I forgot it is FAT32 because its my old JTAG xbox drive. Any way I could use this drive and not destroy the file structure, maybe a whole bunch of smaller than 3gb plots?

You can convert FAT to NTFS without losing data, but not the other way around.
full member
Activity: 164
Merit: 100
Who can i run the miner in case of crash? Automatically. I can't check every hours my miner if it's running or not. Sometimes it crash.
Thanks

send shortcuts to desktop and move them into your startup folder.  Turn the option in bios, "Turn PC on when power is restored"  and dont setup a password for the computer unless you setup an auto logon feature.

EDIT:  Is this what your asking?  Sounds like your English is a little broken....
If you are talking about the miner crashing, try adding -Xmx1024m to the "mine.bat" file like so:


Quote
C:\Windows\SysWOW64\java.exe -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

I have had 0 crashes since adding this


If you really want something to make sure it stays open, here is some bat file code that *should* restart the mine.bat file if it closes:
Warning, I am doing this off the top of my head, so I have NOT tested it:
Add this to a NEW .bat file called "StartMiner.bat" (or whatever you choose) in the same DIR as the mine.bat file
Code:
:Start
start /wait mine.bat
goto :Start
pause
legendary
Activity: 1582
Merit: 1019
011110000110110101110010
Who can i run the miner in case of crash? Automatically. I can't check every hours my miner if it's running or not. Sometimes it crash.
Thanks

send shortcuts to desktop and move them into your startup folder.  Turn the option in bios, "Turn PC on when power is restored"  and dont setup a password for the computer unless you setup an auto logon feature.

EDIT:  Is this what your asking?  Sounds like your English is a little broken....

I think that he wants to know how to setup automatic restarting of the miners after they crash on him, not a complete system reboot.
newbie
Activity: 42
Merit: 0
Who can i run the miner in case of crash? Automatically. I can't check every hours my miner if it's running or not. Sometimes it crash.
Thanks

send shortcuts to desktop and move them into your startup folder.  Turn the option in bios, "Turn PC on when power is restored"  and dont setup a password for the computer unless you setup an auto logon feature.

EDIT:  Is this what your asking?  Sounds like your English is a little broken....
bkz
newbie
Activity: 16
Merit: 0
Who can i run the miner in case of crash? Automatically. I can't check every hours my miner if it's running or not. Sometimes it crash.
Thanks

Take the file size in KB and divide it by 256, that will give you the number of total nonces in that file.  From there, take that number and add it to the start nonce of the file.  For instance, if your file was 204,800,000 KB and your file was yourID_2400000_800000_1000 you would have 800000 total nonces.  Since the file started at 2400000 you would add 800000 and have a starting plot of 3000000.

Edit:  To make sure you don't overlap you can add some arbitrary number to your starting point just in case.  Like start at 3100000 or something.

Edit2: May have misunderstood the question, lol
hero member
Activity: 644
Merit: 500
Who can i run the miner in case of crash? Automatically. I can't check every hours my miner if it's running or not. Sometimes it crash.
Thanks
full member
Activity: 164
Merit: 100
I am attempting to CPU plot on an external USB 1tb drive. I have around 600gb free and even though I have gone through and deleted large files, I am continuously running into "Not enough space on disk" error at the same plot number that is about 3gb into plotting. Does anyone have any suggestions? My error does not seem to be related to the actual amount of disk space.


Note: I have other drives plotted and mining.
Is your drive formatted as NTFS? If it is formatted as FAT32, there is a limitation of file size.

Damn, I forgot it is FAT32 because its my old JTAG xbox drive. Any way I could use this drive and not destroy the file structure, maybe a whole bunch of smaller than 3gb plots?
Yes, you can use the drive.
FAT32 has a 4GB max file size, so I'd suggest using multiple 3.5-3.7GB Plots
newbie
Activity: 21
Merit: 0
nvm, found it.

You guys still rock!
newbie
Activity: 39
Merit: 0
I am attempting to CPU plot on an external USB 1tb drive. I have around 600gb free and even though I have gone through and deleted large files, I am continuously running into "Not enough space on disk" error at the same plot number that is about 3gb into plotting. Does anyone have any suggestions? My error does not seem to be related to the actual amount of disk space.


Note: I have other drives plotted and mining.
Is your drive formatted as NTFS? If it is formatted as FAT32, there is a limitation of file size.

Damn, I forgot it is FAT32 because its my old JTAG xbox drive. Any way I could use this drive and not destroy the file structure, maybe a whole bunch of smaller than 3gb plots?
newbie
Activity: 42
Merit: 0
Intel HD Graphics wouldnt affect the gpu plotter from detecting my R9 290 would it?
I don't believe so. Have you made sure you have the latest Drivers as well as the AMD APP SDK installed?

Many times... I'm currently uninstalling everything and running a driver cleaner.  Then re-installing everything based of the links you posted.  Will post back with results.

You don't think a PCI Express riser would change things would it?

It shouldn't.

Everything is working now!  Don't know what the issue was but uninstalling everything and re-installing everything fixed the issue!  Thanks everyone that pitched in some help.

For me it didnt work because EXACTLY INTEL HD.. it simply defined as  a default graphic on my motherboard..and untill i changed it in bios. i cant do anything Smiley

I got it to work thanks though

Just to through some stats out there with a R9 290 i was getting around 10200 nouces/min finishing 25gb in about 10 mins.  So if my calculations are correct it will take about 6 2/3 hours to do 1 TB where i was dong 200gb with my 4930k OC'd to 4.7GHz in 4 hours! Job well done on this plotter!
sr. member
Activity: 506
Merit: 252
can i multi gpu plot to one hdd?
full member
Activity: 210
Merit: 100
Thanks liv, do i have to tell the programm which file to mine, or does it mine all files together?

When you run MINE.BUT or something like that it reads all files in folder that names "plots" Wink


Need help? write me PM Wink
full member
Activity: 210
Merit: 100
burst is controlled by fucking commis!!!!!!!
don't fall for this trap!!!!!

we are going down to 0$

burst means communism and is anti american

the fudders are here

You have to admit that this chucklefuck is kind of funny!

That was pretty hilarious, i even feel my muscles on ape/stomack?? or how to say its right? Cheesy
Jump to: