Bitcoin Forum
May 20, 2024, 11:07:36 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 [455] 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 ... 1315 »
  Print  
Author Topic: [ANN][BURST] Burst | Efficient HDD Mining | New 1.2.3 Fork block 92000  (Read 2170603 times)
Amph
Legendary
*
Offline Offline

Activity: 3206
Merit: 1069



View Profile
September 11, 2014, 08:19:36 PM
 #9081

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
fabula
Hero Member
*****
Offline Offline

Activity: 644
Merit: 500



View Profile
September 11, 2014, 08:21:00 PM
 #9082

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.
coinits
Legendary
*
Offline Offline

Activity: 1582
Merit: 1019


011110000110110101110010


View Profile
September 11, 2014, 08:21:52 PM
 #9083

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.

Jump you fuckers! | The thing about smart motherfuckers is they sound like crazy motherfuckers to dumb motherfuckers. | My sig space for rent for 0.01 btc per week.
twig123
Full Member
***
Offline Offline

Activity: 164
Merit: 100


View Profile
September 11, 2014, 08:22:18 PM
 #9084

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...

Bitcoin: 11c3RRAyVA33DrkNyRz9dfvLogvGvYKWL
Amph
Legendary
*
Offline Offline

Activity: 3206
Merit: 1069



View Profile
September 11, 2014, 08:23:56 PM
 #9085

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
twig123
Full Member
***
Offline Offline

Activity: 164
Merit: 100


View Profile
September 11, 2014, 08:27:24 PM
 #9086

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://bitcointalk.org/index.php?topic=731923.msg8781339#msg8781339
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

Bitcoin: 11c3RRAyVA33DrkNyRz9dfvLogvGvYKWL
bipben
Member
**
Offline Offline

Activity: 60
Merit: 10


View Profile
September 11, 2014, 08:35:15 PM
 #9087

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://bitcointalk.org/index.php?topic=731923.msg8772880#msg8772880

Burst: BURST-YA29-QCEW-QXC3-BKXDL
Amph
Legendary
*
Offline Offline

Activity: 3206
Merit: 1069



View Profile
September 11, 2014, 08:44:56 PM
 #9088

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://bitcointalk.org/index.php?topic=731923.msg8772880#msg8772880

the nvidia are still poor in optimization, the 750ti isn't working very good
bipben
Member
**
Offline Offline

Activity: 60
Merit: 10


View Profile
September 11, 2014, 08:48:14 PM
 #9089

Here is a better guide on How to use the Windows GPU Plotter:

Getting Started

Download/Install GPU Drivers and OpenCL support:

For Nvidia GPU Users:
I don't have an Nvidia GPU, so I still need confirmation from ya'll on what is required
According to Nvidia "OpenCL support is included in the latest NVIDIA GPU drivers, available at http://www.nvidia.com/Download/index.aspx?lang=en-us"


For AMD/ATI GPU Users:
Download/Install drivers for your video card:
(Note, you should already have video drivers installed. But you may need to play around with installing different versions of the driver for best performance)
Latest Version - http://support.amd.com/en-us/download/desktop?os=Windows+7+-+64
Archived Versions - http://support.amd.com/en-us/download/desktop/previous?os=Windows%207%20-%2064

Download/Install the AMD APP SDK for your version of Windows:
http://developer.amd.com/tools-and-sdks/opencl-zone/amd-accelerated-parallel-processing-app-sdk/


Download/Extract the Windows GPU Plotter:
1) The GPU Plotter is archived in a .7z file, so you will need to Download and install 7-zip to be able to extract it (if you don't already have it):
http://www.7-zip.org/download.html

2) Download the Windows GPU plot generator (v2.0.0):
https://mega.co.nz/#!2BNDXY4L!jgwHDZXDJyFp2Jg5mN8sxtpplgXEInSMf1cQGbPc5lM

3) Right-click & extract the "gpuPlotGenerator-bin-win-x86-2.0.0.7z" file and select 7-zip -> extract to "gpuPlotGenerator-bin-win-x86-2.0.0\"


Using the Windows GPU Plotter:
1) open the newly created "gpuPlotGenerator-bin-win-x86-2.0.0" folder that was created in the previous step

2) In an empty space within the "gpuPlotGenerator-bin-win-x86-2.0.0" folder do the following:
Hold down the "shift" key and right-click in an empty spot. Select "Open command window here"
(Note: the "Open command window here" option is only available if you hold Shift and Right-Click)
(Alternatively, you could just open a command window manually and do a "CD" to the folder containing the gpuPlotGenerator.exe file)

3) Run the following command to list the GPU's Platform and Platform ID:
Code:
gpuPlotGenerator.exe list platforms
Note down the "ID" number for the proper device platform, this number will be <platformId> in the next step

Example:


4) Run the following commands to find the DeviceID's of the device in your system, replacing <platformId> with the number you noted down in the last step:
Code:
gpuPlotGenerator.exe list devices <platformId>

Example:
gpuPlotGenerator.exe list devices 0



Note down the "ID" number for the proper device to use, this will be <deviceId> in the next step
Note down the "Max global memory size" number, this will be the MAXIMUM <Stagger> we are able to set (may be more with trial/error)
Note down the "Max work group size" number, this will be the MAXIMUM <Threads> we are able to set

5) Finally, create the desired plotting information. Here is the basic syntax for the app:
Quote
gpuPlotGenerator.exe generate <platformId> <deviceId> "<Plot folder path>" <AccountNumber> <StartingPlot> <NumberOfPlots> <Stagger> <Threads> <Hashes>

<platformId> = The ID# we found in Step 3 (In my case, this was 0)
<deviceId> = The ID# we found in Step 4 (In my case, this was also 0)
<Plot folder path> = The folder you wish to have plots created (Ex: C:\Path to\plots)
<AccountNumber> = This is your Numeric Burstcoin wallet address (Ex: 11111222223333344444)
<StartingPlot> = The plot number you would like to start generating at
<NumberOfPlots> = The number of plots to create from the StartingPlot (This needs to be a number that is evenly dividable by the <Stagger> you set)
<Stagger> = Amount of memory to use on the GPU, in MB. (Ex: I set mine to 1024, instead of my MAX of 1265) (I've been told you may be able to set this higer, but would be a trial and error testing on your part if you wish to try setting the stagger higher)
<Threads> = Amount of parallel GPU threads to use (Typically either 64, 128 or 256 depending on the capabilities of your card, which is indicated by the "Max work group size" above)
<Hashes> = Number of chunks the GPU will split work into. (Ranges from 1 to 8160, this is purely guess work... so start low-ish and try to go up as close to 8160 as you can as higher numbers stress the GPU more)

As an example, this is the command that I used on my AMD Radeon 7800:
Code:
gpuPlotGenerator.exe generate 0 0 "C:\Path to\plots" 11111222223333344444 14670000 7335000 1000 64 1024
Note: The above command is probably not optimized for the best speed... but it's just an example that works for my card



Troubleshooting

Quote
[ERROR] An OpenCL error occured in the generation process, aborting...
[ERROR] [-1001] Unable to retrieve the OpenCL platforms
There are no OpenCL devices detectable. Try Installing the latest Drivers/OpenCL for your device (Listed in "Getting Started" above).
Also, could be thrown if you are using a Remote Desktop app such as RDP (as it uses a generic mirror driver instead of the GPU driver). Try using something like TeamViewer or VNC instead of Remote Desktop.

Contribution needed for more troubleshooting steps...



Revised instructions for using the Windows GPU Plotter, as some were still getting confused.

Also, thank you to bipben for the amazing job on getting a GPU Plotter functional
(also, you are more than welcome to steal any of my notes for your ReadMe if it would help users)

That's a really good "getting started" guide. Thank you for your work Smiley

Burst: BURST-YA29-QCEW-QXC3-BKXDL
Razerglass
Legendary
*
Offline Offline

Activity: 1036
Merit: 1000


https://bmy.guide


View Profile
September 11, 2014, 08:51:52 PM
 #9090

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://bitcointalk.org/index.php?topic=731923.msg8772880#msg8772880

the nvidia are still poor in optimization, the 750ti isn't working very good

one of mine works just over 2knm it runs really warm though

██░                                             
 ▓██▓░                                           
  ▓█████▓▒░                                  ░▒██░
    ▓███████▓▒░                           ░▓▓██▓ 
      ▒█████████▓▒                     ░▓████▓   
        ░█████▓████▓▒                 ▓████▓░   
          ░▓███▓▓▓▓███▓░            ▒██▓▓█▒     
             ▓██▓▓▓▓▓▓██▒         ░███▓▓█▒       
               ▓█▓▓▓▓▓▓▓█▓       ▓███▓▓█▒       
                ▒██▓▓▓▓▓▓██▒   ▒███████▓         
                 ░██▓▓▓▓▓▓▓█▓░  ▒▓▓▓▓▓▓         
                   ▓█▓▓▓▓▓▓▓▓█▓▒                 
                    ▒█▓▓▓▓▓▓▓▓▓▓█▓▓▓▓▓▓▓▒▒░     
                      ▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▒   
                   ░▒▒▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓███   
              ▒▓▓█████▓▓▓▓▓▓▓▓▓████▓▓▓▓▒▒░   ░   
         ▒▓██████▓▓▓▓▓▓▓▓▒▒▒▒▒░                   
|
|
🛵 Connecting Travellers All Around The World 🛵 

Socially Powered Search Engine for the Travel & Tourism Industry
|

█████████████████████████
██ ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ ██
██ ███████████▀     ██ ██
██ ██████████▌   ▄▄▄██ ██
██ ██████████   ██████ ██
██ ███████          ██ ██
██ ███████▄▄▄   ▄▄▄▄██ ██
██ ██████████   ██████ ██
██ ██████████   ██████ ██
██ ██████████   ██████ ██
██▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄██
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀

█████████████████████████
██ ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ ██
██ █████████████▀█████ ██
██ ███ ▀█████▀      ▀█ ██
██ ███     ▀▀      ▐██ ██
██ ███▌            ███ ██
██ ████▌          ▄███ ██
██ ██████       ▄█████ ██
██ ████▄▄▄▄▄▄▄████████ ██
██ ███████████████████ ██
██▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄██
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀

█████████████████████████
██ ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ ██
██ ████████████▀▀▀████ ██
██ ████████▀▀     ████ ██
██ █████▀    ▄▀  ▐████ ██
██ ██▀     ▄▀    ▐████ ██
██ ████▄▄ █▀     █████ ██
██ ██████ ▄▄█   ▐█████ ██
██ ████████████ ██████ ██
██ ███████████████████ ██
██▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄██
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
|
Whitepaper
One-Pager
Ann Thread
|
Medium
Youtube
Instagram
MOB
Hero Member
*****
Offline Offline

Activity: 493
Merit: 504


View Profile
September 11, 2014, 08:55:36 PM
 #9091

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://bitcointalk.org/index.php?topic=731923.msg8781339#msg8781339
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


This does not quite work.

It will relaunch the miner, but only after you respond to the Y/N prompt from cmd.  Can you have it relaunch without input?
twig123
Full Member
***
Offline Offline

Activity: 164
Merit: 100


View Profile
September 11, 2014, 08:55:43 PM
 #9092

That's a really good "getting started" guide. Thank you for your work Smiley

No problem, I'm glad to help! I you have any input let me know and I will update it.

Also, it seems that calculation of nonces/minute may be off...
https://bitcointalk.org/index.php?topic=731923.msg8771161#msg8771161

It shows me calculating at 121,230 nonces/minute... but actual file growth is more along the lines of only 12,123.0 nonces/minute.
(Maybe this is from the message I got when compiling?)

...It might also be nice to have a "ETA" for completion time. But not really needed.

Bitcoin: 11c3RRAyVA33DrkNyRz9dfvLogvGvYKWL
reza_abay
Member
**
Offline Offline

Activity: 94
Merit: 10


View Profile
September 11, 2014, 09:02:12 PM
 #9093

Hi guys i have a question.
i have two HDD each hdd 4TB i want use this hdds in one pc now how can i create plot for this two hdd i mean creat two plot with same nonce(example 0 80000) with my two hdd or not create two plot with Different nonce( example: one plot in one 4TB hdd 0 to 80000 nonce and second hdd4TB 80001 160000)?i want run 2miner at the same time with two plot This work be done or not?
HoldTheLine
Member
**
Offline Offline

Activity: 112
Merit: 10


View Profile
September 11, 2014, 09:03:40 PM
 #9094

It is disturbing to see the difficulty jump from 2250 to 3400 in the space of one block (check the graph on http://burst-pool.cryptoport.io/) - Unless the pools aren't working as they should or the stats are dodgy, there is someone with half the network hash coming and going (it drops off as well).

Even the CLD pool to my knowledge is not pulling THAT much.

coinits
Legendary
*
Offline Offline

Activity: 1582
Merit: 1019


011110000110110101110010


View Profile
September 11, 2014, 09:04:20 PM
 #9095

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

I tried this but it does not kill the miner it just keeps restarting new ones.

Jump you fuckers! | The thing about smart motherfuckers is they sound like crazy motherfuckers to dumb motherfuckers. | My sig space for rent for 0.01 btc per week.
daWallet
Sr. Member
****
Offline Offline

Activity: 302
Merit: 250



View Profile WWW
September 11, 2014, 09:09:37 PM
 #9096

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

Linux
Code:
while i="0"
do
java -cp pocminer_pool.jar:lib/*:lib/akka/*:lib/jetty/* pocminer_pool.POCMiner mine http://127.0.0.1:8125 http://poolipgoeshere:8121
done

 Grin

github/dawallet   Burst Client for Win & Burstcoin.biz
twig123
Full Member
***
Offline Offline

Activity: 164
Merit: 100


View Profile
September 11, 2014, 09:11:25 PM
 #9097

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

Linux
Code:
while i="0"
do
java -cp pocminer_pool.jar:lib/*:lib/akka/*:lib/jetty/* pocminer_pool.POCMiner mine http://127.0.0.1:8125 http://poolipgoeshere:8121
done

 Grin
Was just about to post this for Windows Tongue

Bitcoin: 11c3RRAyVA33DrkNyRz9dfvLogvGvYKWL
MOB
Hero Member
*****
Offline Offline

Activity: 493
Merit: 504


View Profile
September 11, 2014, 09:14:26 PM
 #9098

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

Linux
Code:
while i="0"
do
java -cp pocminer_pool.jar:lib/*:lib/akka/*:lib/jetty/* pocminer_pool.POCMiner mine http://127.0.0.1:8125 http://poolipgoeshere:8121
done

 Grin
Was just about to post this for Windows Tongue


If I close the cmd that starts mining with the windows .bat with the above in it, then nothing opens back up.  How am I supposed to implement it?

Thanks!
unsoindovo
Legendary
*
Offline Offline

Activity: 1932
Merit: 1042

https://locktrip.com/?refId=40964


View Profile
September 11, 2014, 09:16:26 PM
 #9099

uray i have switched to your pool..

my address:
BURST-2HN2-3XVV-QVUX-7G869

but i don't understand if all is ok after setting http://127.0.0.1:8125/rewardassignment.html params!

can you check plz?

or maybe, why you do not do 3 page like burst pool http://178.62.39.204:8121/:

Current share counts
Current allowed users
Current user balances


than kyou!!




That would be great.. I dont know if i mining right or wrong.. but with this pages it will be so simple to find out Smiley

Uray

any update about this request?

thanks!!!

██▬▬▬

██▬

██▬

██▬▬▬



████           ▄▄█████████▄▄            ▄▄█████████▄▄        ████         █████      ██████████████████   ████████████       ████    ████████████    
████         ▄███████████████▄        ▄███████████████▄      ████       █████      ████████████████████  █████████████      ████    █████████████   
████        █████▀       ▀█████▄     █████▀       ▀█████     ████     █████         █       ████       █  ████     █████             ████     █████  
████       ████▀           ▀████▄   ████▀           ▀████    ████   █████                   ████          ████      ████     ████    ████      ████  
████      ████▀              ▀████ ▀███▀                     ████ █████                     ████          ████     █████     ████    ████     █████  
████      ████                 ████▄ ▀                       ████████                       ████          █████████████      ████    █████████████   
████      ████                  ▀████                        ████████                       ████          ████████████       ████    ████████████    
████      ████▄             ▄██▄ ▀████▄                      ████ █████                     ████          ████    ████       ████    ████            
████       ████▄           ▄████   ▀████▄           ▄████    ████   █████                   ████          ████    ▀████      ████    ████            
████        █████▄       ▄█████      █████▄       ▄█████     ████     █████                 ████          ████      ████     ████    ████            
████████████ ▀███████████████▀        ▀███████████████▀      ████       █████               ████          ████       ████    ████    ████            
█████████████  ▀▀█████████▀▀            ▀▀█████████▀▀        ████         █████             ████          ████        █████  ████    ████            

 
 
 
▬▬▬██

▬██

▬██

▬▬▬██
unsoindovo
Legendary
*
Offline Offline

Activity: 1932
Merit: 1042

https://locktrip.com/?refId=40964


View Profile
September 11, 2014, 09:17:05 PM
 #9100

need a better nvidia plotter

btw uray pool payment seems a bit bad recently

are you un uray pool1 or pool2?

██▬▬▬

██▬

██▬

██▬▬▬



████           ▄▄█████████▄▄            ▄▄█████████▄▄        ████         █████      ██████████████████   ████████████       ████    ████████████    
████         ▄███████████████▄        ▄███████████████▄      ████       █████      ████████████████████  █████████████      ████    █████████████   
████        █████▀       ▀█████▄     █████▀       ▀█████     ████     █████         █       ████       █  ████     █████             ████     █████  
████       ████▀           ▀████▄   ████▀           ▀████    ████   █████                   ████          ████      ████     ████    ████      ████  
████      ████▀              ▀████ ▀███▀                     ████ █████                     ████          ████     █████     ████    ████     █████  
████      ████                 ████▄ ▀                       ████████                       ████          █████████████      ████    █████████████   
████      ████                  ▀████                        ████████                       ████          ████████████       ████    ████████████    
████      ████▄             ▄██▄ ▀████▄                      ████ █████                     ████          ████    ████       ████    ████            
████       ████▄           ▄████   ▀████▄           ▄████    ████   █████                   ████          ████    ▀████      ████    ████            
████        █████▄       ▄█████      █████▄       ▄█████     ████     █████                 ████          ████      ████     ████    ████            
████████████ ▀███████████████▀        ▀███████████████▀      ████       █████               ████          ████       ████    ████    ████            
█████████████  ▀▀█████████▀▀            ▀▀█████████▀▀        ████         █████             ████          ████        █████  ████    ████            

 
 
 
▬▬▬██

▬██

▬██

▬▬▬██
Pages: « 1 ... 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 [455] 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 ... 1315 »
  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!