Author

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

hero member
Activity: 868
Merit: 1000
Question.

Is there any difference in terms of mining (not plot) when using stagger 1000 VS stagger 8000 ?
BIIIGGG difference, bigger stagger requires more RAM, but lowers disk stress.

i am talking about mining , is that true for mining ? I am not asking for plot

He said the mining

I plot way faster with 1000 stagger than 8000 stagger. What does disk stress actually means ? I have to sacrifice plotting performance for less disk stress ?
sr. member
Activity: 252
Merit: 250
Question.

Is there any difference in terms of mining (not plot) when using stagger 1000 VS stagger 8000 ?
BIIIGGG difference, bigger stagger requires more RAM, but lowers disk stress.

i am talking about mining , is that true for mining ? I am not asking for plot

He said the mining
full member
Activity: 238
Merit: 100
WTF is this? I am running a machine with one external drive generating plots just fine but when I try to mine a pool I get a java heap memory error. Online says that there is a leak. This computer has 32 GB of RAM. Any ideas?



Running Win 7 64-bit SP1

you must run too many miners, what -xmx you have set, then * your miner's number, figure out how many memory have you used

I am running one miner and I did not think that you allocated for pool mining like you do for solo mining. My second computer has 4 HD generating plots and mining perfectly using the same bat:

Pool Mining BAT: C:\Windows\SysWOW64\java -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

So are you saying I should have C:\Windows\SysWOW64\java -Xmx1000m -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



what's your stagger size, it is used for temp memory swap for the disk, if you set 1000, then when mining, miner will read 1000 from the disk to memory
hero member
Activity: 868
Merit: 1000
Question.

Is there any difference in terms of mining (not plot) when using stagger 1000 VS stagger 8000 ?
BIIIGGG difference, bigger stagger requires more RAM, but lowers disk stress.

i am talking about mining , is that true for mining ? I am not asking for plot
hero member
Activity: 588
Merit: 500
Question.

Is there any difference in terms of mining (not plot) when using stagger 1000 VS stagger 8000 ?
BIIIGGG difference, bigger stagger requires more RAM, but lowers disk stress.
hero member
Activity: 868
Merit: 1000
Question.

Is there any difference in terms of mining (not plot) when using stagger 1000 VS stagger 8000 ?
legendary
Activity: 1932
Merit: 1042
https://locktrip.com/?refId=40964
multipool are runnig...
price it is rising...
all seems good!

But let's spread the news!!!
let's spread the news on the usual channels.
especially on twitter with #BurstCoin #Burst and if it is with the possibility of viral retweet.
If you have an account tweet to your followers about two multiPool not forgetting to mention that we did burst + 100% in the last 24 hours and that is for now the most profitable currency to mine!
use #BurstCoin and #Burst

if you do not have it, do it!!!  Grin Grin Grin Grin
will benefit you too ... because you're mining the currency.
if you are not mining burst maybe you have buy it... and you like if burst will rise  Wink

The first developer is being joined by more and more developers because they see value in the project.
Now there are already 2 multiPool and are also planning a wallet with windowForm standard to use the money even for the less experienced!

i see good things for this coin!
full member
Activity: 224
Merit: 100
In the FAQ at http://burstcoin.info/faq.php the following is posted:


Can I have multiple files in my plots folder?

Yes, you can even create symlinks to other drives, letting you mine with just 1 instance.

What exactly is a symlink and can you post an example of one.

Thanks.


I posted a few days ago on how to make simlinks. They are like a shortcut, but makes programs think the folder is really there.
https://bitcointalksearch.org/topic/m.8665073

any live examples of mklink from different HD/Folder?
i mean real exmaples, not copy&paste from "mklink /?" :-)

Lets say you have the mining folder on your desktop and you want to use a plots folder on drive D.
First go to your miner folder
Code:
cd User\example\Desktop\miner
And now you can give the command I posted earlier since you are already in the destination folder.
Code:
mklink /d D:\plots

Thats all.

thank fane.

but if i have c:\burst_plot, d:\burst_plot, e:\burst_plot, f:\burst_plot,
how can i get X:\burst_plot, where x:\burst_plot folder contains all c, d, e and f folder?
and then how to pass x folder to miner via parameter?

how to change

Code:
java -Xmx750m -cp pocminer.jar;lib/*;lib/akka/*;lib/jetty/* pocminer.POCMiner mine "http://127.0.0.1:8125"%*

thank you again

You can't make simlinks for all the plots folders in the same miner folder. The miner only searches for a folder called "plots" that contains... plots.
What you are saying is you want to create a folder with simlinks to other folders. It won't work. You still need 1 miner per drive

ok thnkyou very much for clarification!

but if so i had to do a raid0 or jbod to join all my HD?
Thats one way
legendary
Activity: 1932
Merit: 1042
https://locktrip.com/?refId=40964
In the FAQ at http://burstcoin.info/faq.php the following is posted:


Can I have multiple files in my plots folder?

Yes, you can even create symlinks to other drives, letting you mine with just 1 instance.

What exactly is a symlink and can you post an example of one.

Thanks.


I posted a few days ago on how to make simlinks. They are like a shortcut, but makes programs think the folder is really there.
https://bitcointalksearch.org/topic/m.8665073

any live examples of mklink from different HD/Folder?
i mean real exmaples, not copy&paste from "mklink /?" :-)

Lets say you have the mining folder on your desktop and you want to use a plots folder on drive D.
First go to your miner folder
Code:
cd User\example\Desktop\miner
And now you can give the command I posted earlier since you are already in the destination folder.
Code:
mklink /d D:\plots

Thats all.

thank fane.

but if i have c:\burst_plot, d:\burst_plot, e:\burst_plot, f:\burst_plot,
how can i get X:\burst_plot, where x:\burst_plot folder contains all c, d, e and f folder?
and then how to pass x folder to miner via parameter?

how to change

Code:
java -Xmx750m -cp pocminer.jar;lib/*;lib/akka/*;lib/jetty/* pocminer.POCMiner mine "http://127.0.0.1:8125"%*

thank you again

You can't make simlinks for all the plots folders in the same miner folder. The miner only searches for a folder called "plots" that contains... plots.
What you are saying is you want to create a folder with simlinks to other folders. It won't work. You still need 1 miner per drive

ok thnkyou very much for clarification!

but if so i had to do a raid0 or jbod to join all my HD?
legendary
Activity: 1582
Merit: 1019
011110000110110101110010
WTF is this? I am running a machine with one external drive generating plots just fine but when I try to mine a pool I get a java heap memory error. Online says that there is a leak. This computer has 32 GB of RAM. Any ideas?



Running Win 7 64-bit SP1

you must run too many miners, what -xmx you have set, then * your miner's number, figure out how many memory have you used

I am running one miner and I did not think that you allocated for pool mining like you do for solo mining. My second computer has 4 HD generating plots and mining perfectly using the same bat:

Pool Mining BAT: C:\Windows\SysWOW64\java -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

So are you saying I should have C:\Windows\SysWOW64\java -Xmx1000m -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

full member
Activity: 224
Merit: 100
In the FAQ at http://burstcoin.info/faq.php the following is posted:


Can I have multiple files in my plots folder?

Yes, you can even create symlinks to other drives, letting you mine with just 1 instance.

What exactly is a symlink and can you post an example of one.

Thanks.


I posted a few days ago on how to make simlinks. They are like a shortcut, but makes programs think the folder is really there.
https://bitcointalksearch.org/topic/m.8665073

any live examples of mklink from different HD/Folder?
i mean real exmaples, not copy&paste from "mklink /?" :-)

Lets say you have the mining folder on your desktop and you want to use a plots folder on drive D.
First go to your miner folder
Code:
cd User\example\Desktop\miner
And now you can give the command I posted earlier since you are already in the destination folder.
Code:
mklink /d D:\plots

Thats all.

thank fane.

but if i have c:\burst_plot, d:\burst_plot, e:\burst_plot, f:\burst_plot,
how can i get X:\burst_plot, where x:\burst_plot folder contains all c, d, e and f folder?
and then how to pass x folder to miner via parameter?

how to change

Code:
java -Xmx750m -cp pocminer.jar;lib/*;lib/akka/*;lib/jetty/* pocminer.POCMiner mine "http://127.0.0.1:8125"%*

thank you again

You can't make simlinks for all the plots folders in the same miner folder. The miner only searches for a folder called "plots" that contains... plots.
What you are saying is you want to create a folder with simlinks to other folders. It won't work. You still need 1 miner per drive
legendary
Activity: 1932
Merit: 1042
https://locktrip.com/?refId=40964
In the FAQ at http://burstcoin.info/faq.php the following is posted:


Can I have multiple files in my plots folder?

Yes, you can even create symlinks to other drives, letting you mine with just 1 instance.

What exactly is a symlink and can you post an example of one.

Thanks.


I posted a few days ago on how to make simlinks. They are like a shortcut, but makes programs think the folder is really there.
https://bitcointalksearch.org/topic/m.8665073

any live examples of mklink from different HD/Folder?
i mean real exmaples, not copy&paste from "mklink /?" :-)

Lets say you have the mining folder on your desktop and you want to use a plots folder on drive D.
First go to your miner folder
Code:
cd User\example\Desktop\miner
And now you can give the command I posted earlier since you are already in the destination folder.
Code:
mklink /d D:\plots

Thats all.

thank fane.

but if i have c:\burst_plot, d:\burst_plot, e:\burst_plot, f:\burst_plot,
how can i get X:\burst_plot, where x:\burst_plot folder contains all c, d, e and f folder?
and then how to pass x folder to miner via parameter?

how to change

Code:
java -Xmx750m -cp pocminer.jar;lib/*;lib/akka/*;lib/jetty/* pocminer.POCMiner mine "http://127.0.0.1:8125"%*

thank you again
full member
Activity: 238
Merit: 100
WTF is this? I am running a machine with one external drive generating plots just fine but when I try to mine a pool I get a java heap memory error. Online says that there is a leak. This computer has 32 GB of RAM. Any ideas?



Running Win 7 64-bit SP1

you must run too many miners, what -xmx you have set, then * your miner's number, figure out how many memory have you used
legendary
Activity: 1582
Merit: 1019
011110000110110101110010
WTF is this? I am running a machine with one external drive generating plots just fine but when I try to mine a pool I get a java heap memory error. Online says that there is a leak. This computer has 32 GB of RAM. Any ideas?



Running Win 7 64-bit SP1
full member
Activity: 224
Merit: 100
In the FAQ at http://burstcoin.info/faq.php the following is posted:


Can I have multiple files in my plots folder?

Yes, you can even create symlinks to other drives, letting you mine with just 1 instance.

What exactly is a symlink and can you post an example of one.

Thanks.


I posted a few days ago on how to make simlinks. They are like a shortcut, but makes programs think the folder is really there.
https://bitcointalksearch.org/topic/m.8665073

any live examples of mklink from different HD/Folder?
i mean real exmaples, not copy&paste from "mklink /?" :-)

Lets say you have the mining folder on your desktop and you want to use a plots folder on drive D.
First go to your miner folder
Code:
cd User\example\Desktop\miner
And now you can give the command I posted earlier since you are already in the destination folder.
Code:
mklink /d D:\plots

Thats all.
legendary
Activity: 1932
Merit: 1042
https://locktrip.com/?refId=40964
Nicely job on the multipool.

Thanks. Just as a reminder make sure to promote the pool so that the hash keeps going up. The pool needs to grow to be successful.

burstmp.com

i'm promoting via twitter...
but plz... do not show "Hidden coin" on http://burstmp.com/workers.

just show which coin you are mining for greater transparency!!!

 Wink  Wink  Wink  Wink
sr. member
Activity: 252
Merit: 250
ATTENTION community!

I would like to collect a little extra BURST for the multipool bounty.

I plan to give paradigm 65k, and I have 75k total. But i would like to give doge more than 10k, i feel like he deserves more!

Please donate to the BURST multipool fund! The addy is in my sig!

Thank you!

People make a donation for the pool. I'll donate again.

I hope it will be even more donations
legendary
Activity: 1932
Merit: 1042
https://locktrip.com/?refId=40964
Want to mine Burst with scrypt?

Introducing the first Burst multipool! Mine with Scrypt, get paid out in Burst!



burstmp.com
Can we get some transparency on the pool? I'd like to know which coins we're mining

i quote it!!!

i don't like diciture "Hydden coin"

http://burstmp.com/workers
full member
Activity: 145
Merit: 100
legendary
Activity: 3248
Merit: 1070
when I get my new drives I could pre plot my 1tb drive and sell it if anybodys interested.  Not sure I want to just yet, but I may.
this is impossible to implement, for excample, if you ploted the disk ,then you sold to another miner to mine, the polt contains the account's info, that means you must give him password, and this password can't be changed., that means he can only mine with this account and you can access the walllet all the time, you can transfer the burst all the time.

you could create a pass just for that, an account for that only
Jump to: