Author

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

hero member
Activity: 894
Merit: 1000
WTB BURST
Please PM me your price per 1000 BURST.

Regards

Goldmaxx
hero member
Activity: 672
Merit: 500
Any news on exchanges or pools?
sr. member
Activity: 336
Merit: 250
damn im at 695 gigs so far, no blocks.
hero member
Activity: 672
Merit: 500
Yes! Got my third block, I'm only at 200 GB right now.
sr. member
Activity: 336
Merit: 250
1 209715200 500 7

Those points look like more than 500gb ?  I don't understand the plot numbers quite yet how much space should this acquire?   What happens if you run out of space it just mines with the space it used?
That's more like 50TB

If you're trying to fill a 500gb hdd, try 1843200. That'll do 450gb, then you can see how much farther you want to go from there.

So if I need to turn my computer off before it finishes making the plots I had it working on I can just start it up on a higher set of numbers and I won't encounter issues?
Yeah, you'll get that read error message every block, but it will mine fine

I was going for 500gb to see how much more after that I could still do after wiping some stuff.  Im well over the 500gb now that's why I asked LOL.  If I just close it while its making the plots Im good to go?  The generated plots will continue to be mined with correct? 
hero member
Activity: 518
Merit: 500
1 209715200 500 7

Those points look like more than 500gb ?  I don't understand the plot numbers quite yet how much space should this acquire?   What happens if you run out of space it just mines with the space it used?
That's more like 50TB

If you're trying to fill a 500gb hdd, try 1843200. That'll do 450gb, then you can see how much farther you want to go from there.

So if I need to turn my computer off before it finishes making the plots I had it working on I can just start it up on a higher set of numbers and I won't encounter issues?
Yeah, you'll get that read error message every block, but it will mine fine

I don't know if this has been ask, but what is the preferred file format for this to run optimally? ie. NTFS, EXT(2/3/4),FAT32, etc....

Wouldn't it be best to use maximum disk capacity of 80~85% of the disk? Because Windows will allocate a portion all ready for is MBR and other NTFS operations. ie. 500GB at 85% is 425GB....

Would this run ok if ran in a disk array of RAID0 to have a larger plot size? Since plot size dictates the hashrate.....
full member
Activity: 238
Merit: 100
1 209715200 500 7

Those points look like more than 500gb ?  I don't understand the plot numbers quite yet how much space should this acquire?   What happens if you run out of space it just mines with the space it used?
That's more like 50TB

If you're trying to fill a 500gb hdd, try 1843200. That'll do 450gb, then you can see how much farther you want to go from there.

So if I need to turn my computer off before it finishes making the plots I had it working on I can just start it up on a higher set of numbers and I won't encounter issues?
Yeah, you'll get that read error message every block, but it will mine fine

hi,dev, if wallet runs in multiple computers , that is each wallet have there own nxt.myAddress. but the same account, will it has some confilict situation?
hero member
Activity: 979
Merit: 510
Quote
For example, if the external drive is /external and poc is installed in /home/user/pocminer ?

ln -s /external/plots/* /home/user/pocminer/plots

Thanks, I'm needing to do one plot inside the normal location (/home/user/pocminer/plots/ ) and then another on another drive that I didn't want to put a copy of pocminer on, but I guess if that's the only way then I'll have to do it lol.
I tried making a symlink to just one file, but I must be doing it wrong as it's not putting the 2nd external plot, on the external.
sr. member
Activity: 280
Merit: 250
1 209715200 500 7

Those points look like more than 500gb ?  I don't understand the plot numbers quite yet how much space should this acquire?   What happens if you run out of space it just mines with the space it used?
That's more like 50TB

If you're trying to fill a 500gb hdd, try 1843200. That'll do 450gb, then you can see how much farther you want to go from there.

So if I need to turn my computer off before it finishes making the plots I had it working on I can just start it up on a higher set of numbers and I won't encounter issues?
Yeah, you'll get that read error message every block, but it will mine fine
sr. member
Activity: 308
Merit: 292
★YoBit.Net★ 350+ Coins Exchange & Dice
So if I need to turn my computer off before it finishes making the plots I had it working on I can just start it up on a higher set of numbers and I won't encounter issues?
sr. member
Activity: 336
Merit: 250
1 209715200 500 7

Those points look like more than 500gb ?  I don't understand the plot numbers quite yet how much space should this acquire?   What happens if you run out of space it just mines with the space it used?
hero member
Activity: 644
Merit: 500
I will pay .2BTC for 200k
good luck getting them for that price
full member
Activity: 238
Merit: 100
coins are more and more hard to mine Cry , i won't sell it at low price, at least higher than so much shit ipo coin
sr. member
Activity: 560
Merit: 250
Step 2: Type a PASSWORD of your choosing into the passphrase text doc and save it.

Step 3: If using windows, replace the first word "java" in each of the .bat files with "C:\Windows\SysWOW64\java" and "save as" each of them as .bat files again.

Example for the run_generate .bat file:
Original; java -Xmx4000m -cp pocminer.jar;lib/*;lib/akka/*;lib/jetty/* pocminer.POCMiner generate %*

modified: C:\Windows\SysWOW64\java -Xmx1000m -cp pocminer.jar;lib/*;lib/akka/*;lib/jetty/* pocminer.POCMiner generate %*

Step 3a: Many of the values in the original .bat files were causing issues for my computer, so I changed the -Xmx4000m (or whatever your # was) to a lower value like 1000 or 500 (ie. -Xmx1000m) and it began working. This will be entirely system dependent, and is like tweaking a normal miner's settings to find what works best.

Step 4: Double click the run_dump_address .bat file

Step 5: check the address .txt file and retrieve your your account #
----------------------------------------------------------------------------------------------


I got a empty address.txt . there is nothing in the file
Can somebody help me

That happened to me too. It means its not fully running.
Try putting the word pause on the next line of the bat file. It will pause the command prompt and then you can post the error.

Java..... Pocminer......  Etc
pause

I'd try this yet..but got nothing error information


I had the java part wrong on mine. Did you change the java to C:\windows\.....\java?

Do you have 32 or 64 java?
hero member
Activity: 518
Merit: 500
Step 2: Type a PASSWORD of your choosing into the passphrase text doc and save it.

Step 3: If using windows, replace the first word "java" in each of the .bat files with "C:\Windows\SysWOW64\java" and "save as" each of them as .bat files again.

Example for the run_generate .bat file:
Original; java -Xmx4000m -cp pocminer.jar;lib/*;lib/akka/*;lib/jetty/* pocminer.POCMiner generate %*

modified: C:\Windows\SysWOW64\java -Xmx1000m -cp pocminer.jar;lib/*;lib/akka/*;lib/jetty/* pocminer.POCMiner generate %*

Step 3a: Many of the values in the original .bat files were causing issues for my computer, so I changed the -Xmx4000m (or whatever your # was) to a lower value like 1000 or 500 (ie. -Xmx1000m) and it began working. This will be entirely system dependent, and is like tweaking a normal miner's settings to find what works best.

Step 4: Double click the run_dump_address .bat file

Step 5: check the address .txt file and retrieve your your account #
----------------------------------------------------------------------------------------------


I got a empty address.txt . there is nothing in the file
Can somebody help me

That happened to me too. It means its not fully running.
Try putting the word pause on the next line of the bat file. It will pause the command prompt and then you can post the error.

Java..... Pocminer......  Etc
pause

I'd try this yet..but got nothing error information
sr. member
Activity: 560
Merit: 250
Step 2: Type a PASSWORD of your choosing into the passphrase text doc and save it.

Step 3: If using windows, replace the first word "java" in each of the .bat files with "C:\Windows\SysWOW64\java" and "save as" each of them as .bat files again.

Example for the run_generate .bat file:
Original; java -Xmx4000m -cp pocminer.jar;lib/*;lib/akka/*;lib/jetty/* pocminer.POCMiner generate %*

modified: C:\Windows\SysWOW64\java -Xmx1000m -cp pocminer.jar;lib/*;lib/akka/*;lib/jetty/* pocminer.POCMiner generate %*

Step 3a: Many of the values in the original .bat files were causing issues for my computer, so I changed the -Xmx4000m (or whatever your # was) to a lower value like 1000 or 500 (ie. -Xmx1000m) and it began working. This will be entirely system dependent, and is like tweaking a normal miner's settings to find what works best.

Step 4: Double click the run_dump_address .bat file

Step 5: check the address .txt file and retrieve your your account #
----------------------------------------------------------------------------------------------


I got a empty address.txt . there is nothing in the file
Can somebody help me

That happened to me too. It means its not fully running.
Try putting the word pause on the next line of the bat file. It will pause the command prompt and then you can post the error.

Java..... Pocminer......  Etc
pause
hero member
Activity: 518
Merit: 500
Step 2: Type a PASSWORD of your choosing into the passphrase text doc and save it.

Step 3: If using windows, replace the first word "java" in each of the .bat files with "C:\Windows\SysWOW64\java" and "save as" each of them as .bat files again.

Example for the run_generate .bat file:
Original; java -Xmx4000m -cp pocminer.jar;lib/*;lib/akka/*;lib/jetty/* pocminer.POCMiner generate %*

modified: C:\Windows\SysWOW64\java -Xmx1000m -cp pocminer.jar;lib/*;lib/akka/*;lib/jetty/* pocminer.POCMiner generate %*

Step 3a: Many of the values in the original .bat files were causing issues for my computer, so I changed the -Xmx4000m (or whatever your # was) to a lower value like 1000 or 500 (ie. -Xmx1000m) and it began working. This will be entirely system dependent, and is like tweaking a normal miner's settings to find what works best.

Step 4: Double click the run_dump_address .bat file

Step 5: check the address .txt file and retrieve your your account #
----------------------------------------------------------------------------------------------


I got a empty address.txt . there is nothing in the file
Can somebody help me
full member
Activity: 238
Merit: 100
In Linux, is there a way to have a single pocminer install have plots on different mounted drives?
Symlink would only allow redirect of the plots folder, but looking to use both the main drive and an external with a single install.

why dont u just symlink the plot file instead of plots folder?

What's the command that would work for that in this case?
For example, if the external drive is /external and poc is installed in /home/user/pocminer ?
in windows, you should copy the pocminer to the /external to create plots, then in /home/user/pocminer/plots, you can use makelink to the plots in /external/pocminer/plots/
sr. member
Activity: 280
Merit: 250
Quote
For example, if the external drive is /external and poc is installed in /home/user/pocminer ?

ln -s /external/plots/* /home/user/pocminer/plots
hero member
Activity: 979
Merit: 510
In Linux, is there a way to have a single pocminer install have plots on different mounted drives?
Symlink would only allow redirect of the plots folder, but looking to use both the main drive and an external with a single install.

why dont u just symlink the plot file instead of plots folder?

What's the command that would work for that in this case?
For example, if the external drive is /external and poc is installed in /home/user/pocminer ?
Jump to: