Author

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

member
Activity: 87
Merit: 10
Doesn't anyone else see the danger in letting a mining program have free reign with your data?


pretty much all mining programs do this though...
sr. member
Activity: 308
Merit: 292
★YoBit.Net★ 350+ Coins Exchange & Dice
So two questions that will need answered soon I am sure and would be better to have answers waiting.

1.  If someone sets it running to make too many plots will there be a problem if they attempt mining once it stops?

2. Is there a way to tell what plots you should be making to be sure there isn't overlap when generating the next time?
full member
Activity: 125
Merit: 100
Doesn't anyone else see the danger in letting a mining program have free reign with your data?
hero member
Activity: 686
Merit: 500
Are some of you guys using 32-bit JVMs? That would explain why some of us have no problem with the higher ram amounts, and some have to drive it through the floor.

I have over 1TB of free space in the drive and I still get this:


6 1 819100 1000 4
Generating from nonce: 1
Writing from nonce 1
Uncaught error from thread [default-akka.actor.default-dispatcher-8] shutting do
wn JVM since 'akka.jvm-exit-on-fatal-error' is enabled for ActorSystem[default]
java.lang.OutOfMemoryError
        at java.io.FileOutputStream.writeBytes(Native Method)
        at java.io.FileOutputStream.write(Unknown Source)
        at pocminer.GenerateSupr.onReceive(GenerateSupr.java:36)
        at akka.actor.UntypedActor$$anonfun$receive$1.applyOrElse(UntypedActor.s
cala:167)
        at akka.actor.Actor$class.aroundReceive(Actor.scala:465)
        at akka.actor.UntypedActor.aroundReceive(UntypedActor.scala:97)
        at akka.actor.ActorCell.receiveMessage(ActorCell.scala:516)
        at akka.actor.ActorCell.invoke(ActorCell.scala:487)
        at akka.dispatch.Mailbox.processMailbox(Mailbox.scala:238)
        at akka.dispatch.Mailbox.run(Mailbox.scala:220)
        at akka.dispatch.ForkJoinExecutorConfigurator$AkkaForkJoinTask.exec(Abst
ractDispatcher.scala:393)
        at scala.concurrent.forkjoin.ForkJoinTask.doExec(ForkJoinTask.java:260)
        at scala.concurrent.forkjoin.ForkJoinPool$WorkQueue.runTask(ForkJoinPool
.java:1339)
        at scala.concurrent.forkjoin.ForkJoinPool.runWorker(ForkJoinPool.java:19
79)
        at scala.concurrent.forkjoin.ForkJoinWorkerThread.run(ForkJoinWorkerThre
ad.java:107)

java.lang.OutOfMemoryError indicates you need higher -Xmx value, or lower stagger value(the one you're using 1000 in)

I've installed 64 bit version, reboot, but problem remains.. I cannot do nothing bigger than 500

Suggestions:
1. check if java 64-bit is used by command line ... use:
java -version
2. maybe cause 819100 is not a multiple of 1000 ?! ( 8191
The number of plots should be a multiple of 8191.)


java version "1.7.0_67"
Java(TM) SE Runtime Environment (build 1.7.0_67-b01)
Java HotSpot(TM) Client VM (build 24.65-b04, mixed mode, sharing)

Is it right?!
sr. member
Activity: 280
Merit: 250
Are some of you guys using 32-bit JVMs? That would explain why some of us have no problem with the higher ram amounts, and some have to drive it through the floor.

I have over 1TB of free space in the drive and I still get this:


6 1 819100 1000 4
Generating from nonce: 1
Writing from nonce 1
Uncaught error from thread [default-akka.actor.default-dispatcher-8] shutting do
wn JVM since 'akka.jvm-exit-on-fatal-error' is enabled for ActorSystem[default]
java.lang.OutOfMemoryError
        at java.io.FileOutputStream.writeBytes(Native Method)
        at java.io.FileOutputStream.write(Unknown Source)
        at pocminer.GenerateSupr.onReceive(GenerateSupr.java:36)
        at akka.actor.UntypedActor$$anonfun$receive$1.applyOrElse(UntypedActor.s
cala:167)
        at akka.actor.Actor$class.aroundReceive(Actor.scala:465)
        at akka.actor.UntypedActor.aroundReceive(UntypedActor.scala:97)
        at akka.actor.ActorCell.receiveMessage(ActorCell.scala:516)
        at akka.actor.ActorCell.invoke(ActorCell.scala:487)
        at akka.dispatch.Mailbox.processMailbox(Mailbox.scala:238)
        at akka.dispatch.Mailbox.run(Mailbox.scala:220)
        at akka.dispatch.ForkJoinExecutorConfigurator$AkkaForkJoinTask.exec(Abst
ractDispatcher.scala:393)
        at scala.concurrent.forkjoin.ForkJoinTask.doExec(ForkJoinTask.java:260)
        at scala.concurrent.forkjoin.ForkJoinPool$WorkQueue.runTask(ForkJoinPool
.java:1339)
        at scala.concurrent.forkjoin.ForkJoinPool.runWorker(ForkJoinPool.java:19
79)
        at scala.concurrent.forkjoin.ForkJoinWorkerThread.run(ForkJoinWorkerThre
ad.java:107)

java.lang.OutOfMemoryError indicates you need higher -Xmx value, or lower stagger value(the one you're using 1000 in)

I've installed 64 bit version, reboot, but problem remains.. I cannot do nothing bigger than 500


1. check if java 64-bit is used by command line ... use:
java -version
2. maybe cause 819100 is not a multiple of 1000 ?! ( 8191
The number of plots should be a multiple of 8191.)

819100 not being a multiple of 1000 won't cause it to fail. If I recall correctly, it might waste a little space, but it won't cause issues.
legendary
Activity: 1484
Merit: 1000
I got nothing after try to generate address, file is empty. Any idea what shud i do?
sr. member
Activity: 257
Merit: 255
Are some of you guys using 32-bit JVMs? That would explain why some of us have no problem with the higher ram amounts, and some have to drive it through the floor.

I have over 1TB of free space in the drive and I still get this:


6 1 819100 1000 4
Generating from nonce: 1
Writing from nonce 1
Uncaught error from thread [default-akka.actor.default-dispatcher-8] shutting do
wn JVM since 'akka.jvm-exit-on-fatal-error' is enabled for ActorSystem[default]
java.lang.OutOfMemoryError
        at java.io.FileOutputStream.writeBytes(Native Method)
        at java.io.FileOutputStream.write(Unknown Source)
        at pocminer.GenerateSupr.onReceive(GenerateSupr.java:36)
        at akka.actor.UntypedActor$$anonfun$receive$1.applyOrElse(UntypedActor.s
cala:167)
        at akka.actor.Actor$class.aroundReceive(Actor.scala:465)
        at akka.actor.UntypedActor.aroundReceive(UntypedActor.scala:97)
        at akka.actor.ActorCell.receiveMessage(ActorCell.scala:516)
        at akka.actor.ActorCell.invoke(ActorCell.scala:487)
        at akka.dispatch.Mailbox.processMailbox(Mailbox.scala:238)
        at akka.dispatch.Mailbox.run(Mailbox.scala:220)
        at akka.dispatch.ForkJoinExecutorConfigurator$AkkaForkJoinTask.exec(Abst
ractDispatcher.scala:393)
        at scala.concurrent.forkjoin.ForkJoinTask.doExec(ForkJoinTask.java:260)
        at scala.concurrent.forkjoin.ForkJoinPool$WorkQueue.runTask(ForkJoinPool
.java:1339)
        at scala.concurrent.forkjoin.ForkJoinPool.runWorker(ForkJoinPool.java:19
79)
        at scala.concurrent.forkjoin.ForkJoinWorkerThread.run(ForkJoinWorkerThre
ad.java:107)

java.lang.OutOfMemoryError indicates you need higher -Xmx value, or lower stagger value(the one you're using 1000 in)

I've installed 64 bit version, reboot, but problem remains.. I cannot do nothing bigger than 500

Suggestions:
1. check if java 64-bit is used by command line ... use:
java -version
2. maybe cause 819100 is not a multiple of 1000 ?! ( 8191
The number of plots should be a multiple of 8191.)
sr. member
Activity: 252
Merit: 250
I'm getting

Error: Unable to get mining info from wallet

Do I have to compile a wallet first? I didn't know the source was included with the miner. How do I do this (Windows 7)?

the wallet wasnT' been released yet... this is just to generate plots so everybody has plots ahead of release
legendary
Activity: 1517
Merit: 1042
@notsofast
I'm getting

Error: Unable to get mining info from wallet

Do I have to compile a wallet first? I didn't know the source was included with the miner. How do I do this (Windows 7)?
sr. member
Activity: 252
Merit: 250
java -cp pocminer.jar;lib/*;lib/akka/*;lib/jetty/* pocminer.POCMiner generate youraddress 0 800000 500 7

worked for me...

Where did you enter this line of code?

I name another batch file:   run_generate.bat addresse 1 800000 500 7
hero member
Activity: 686
Merit: 500
java -cp pocminer.jar;lib/*;lib/akka/*;lib/jetty/* pocminer.POCMiner generate youraddress 0 800000 500 7

worked for me...

Where did you enter this line of code?

In run_generate.bat
sr. member
Activity: 280
Merit: 250
hero member
Activity: 686
Merit: 500
Are some of you guys using 32-bit JVMs? That would explain why some of us have no problem with the higher ram amounts, and some have to drive it through the floor.

I have over 1TB of free space in the drive and I still get this:


6 1 819100 1000 4
Generating from nonce: 1
Writing from nonce 1
Uncaught error from thread [default-akka.actor.default-dispatcher-8] shutting do
wn JVM since 'akka.jvm-exit-on-fatal-error' is enabled for ActorSystem[default]
java.lang.OutOfMemoryError
        at java.io.FileOutputStream.writeBytes(Native Method)
        at java.io.FileOutputStream.write(Unknown Source)
        at pocminer.GenerateSupr.onReceive(GenerateSupr.java:36)
        at akka.actor.UntypedActor$$anonfun$receive$1.applyOrElse(UntypedActor.s
cala:167)
        at akka.actor.Actor$class.aroundReceive(Actor.scala:465)
        at akka.actor.UntypedActor.aroundReceive(UntypedActor.scala:97)
        at akka.actor.ActorCell.receiveMessage(ActorCell.scala:516)
        at akka.actor.ActorCell.invoke(ActorCell.scala:487)
        at akka.dispatch.Mailbox.processMailbox(Mailbox.scala:238)
        at akka.dispatch.Mailbox.run(Mailbox.scala:220)
        at akka.dispatch.ForkJoinExecutorConfigurator$AkkaForkJoinTask.exec(Abst
ractDispatcher.scala:393)
        at scala.concurrent.forkjoin.ForkJoinTask.doExec(ForkJoinTask.java:260)
        at scala.concurrent.forkjoin.ForkJoinPool$WorkQueue.runTask(ForkJoinPool
.java:1339)
        at scala.concurrent.forkjoin.ForkJoinPool.runWorker(ForkJoinPool.java:19
79)
        at scala.concurrent.forkjoin.ForkJoinWorkerThread.run(ForkJoinWorkerThre
ad.java:107)

java.lang.OutOfMemoryError indicates you need higher -Xmx value, or lower stagger value(the one you're using 1000 in)

I've installed 64 bit version, reboot, but problem remains.. I cannot do nothing bigger than 500
newbie
Activity: 41
Merit: 0
java -cp pocminer.jar;lib/*;lib/akka/*;lib/jetty/* pocminer.POCMiner generate youraddress 0 800000 500 7

worked for me...

Where did you enter this line of code?
hero member
Activity: 672
Merit: 500
Does it matter how many threads I use? At the moment I'm only using 1 so my computer is quieter.
sr. member
Activity: 308
Merit: 292
★YoBit.Net★ 350+ Coins Exchange & Dice
How big does each plot end up being?
full member
Activity: 175
Merit: 104
java -cp pocminer.jar;lib/*;lib/akka/*;lib/jetty/* pocminer.POCMiner generate youraddress 0 800000 500 7

worked for me...

Ok, same for me!

Generating from nonce: 4500
Writing from nonce 4500
Generating from nonce: 5000
Writing from nonce 5000
Generating from nonce: 5500
Writing from nonce 5500
Generating from nonce: 6000
Writing from nonce 6000
Generating from nonce: 6500
Writing from nonce 6500
Generating from nonce: 7000
Writing from nonce 7000
Generating from nonce: 7500


The file in plots folders remains 0 kb right?!

So now just wait the miner?!


Mine's been at 0kb from the start until very recently. Just wait and the size will increase.
hero member
Activity: 700
Merit: 500
for everyone from germany:

it will say passphrases.txt not found if you use "umlauts" in the passphrase, not sure if other special chars cause the same.
Error handling/exception handling needs a bit of work *g*

where do i set which drive/folder or drives/folders that thing uses? I cannot allow it to write at random disks/areas on my machines, thanks.
hero member
Activity: 686
Merit: 500
java -cp pocminer.jar;lib/*;lib/akka/*;lib/jetty/* pocminer.POCMiner generate youraddress 0 800000 500 7

worked for me...

Ok, same for me!

Generating from nonce: 4500
Writing from nonce 4500
Generating from nonce: 5000
Writing from nonce 5000
Generating from nonce: 5500
Writing from nonce 5500
Generating from nonce: 6000
Writing from nonce 6000
Generating from nonce: 6500
Writing from nonce 6500
Generating from nonce: 7000
Writing from nonce 7000
Generating from nonce: 7500


The file in plots folders remains 0 kb right?!

So now just wait the miner?!
sr. member
Activity: 280
Merit: 250
Are some of you guys using 32-bit JVMs? That would explain why some of us have no problem with the higher ram amounts, and some have to drive it through the floor.

I have over 1TB of free space in the drive and I still get this:


6 1 819100 1000 4
Generating from nonce: 1
Writing from nonce 1
Uncaught error from thread [default-akka.actor.default-dispatcher-8] shutting do
wn JVM since 'akka.jvm-exit-on-fatal-error' is enabled for ActorSystem[default]
java.lang.OutOfMemoryError
        at java.io.FileOutputStream.writeBytes(Native Method)
        at java.io.FileOutputStream.write(Unknown Source)
        at pocminer.GenerateSupr.onReceive(GenerateSupr.java:36)
        at akka.actor.UntypedActor$$anonfun$receive$1.applyOrElse(UntypedActor.s
cala:167)
        at akka.actor.Actor$class.aroundReceive(Actor.scala:465)
        at akka.actor.UntypedActor.aroundReceive(UntypedActor.scala:97)
        at akka.actor.ActorCell.receiveMessage(ActorCell.scala:516)
        at akka.actor.ActorCell.invoke(ActorCell.scala:487)
        at akka.dispatch.Mailbox.processMailbox(Mailbox.scala:238)
        at akka.dispatch.Mailbox.run(Mailbox.scala:220)
        at akka.dispatch.ForkJoinExecutorConfigurator$AkkaForkJoinTask.exec(Abst
ractDispatcher.scala:393)
        at scala.concurrent.forkjoin.ForkJoinTask.doExec(ForkJoinTask.java:260)
        at scala.concurrent.forkjoin.ForkJoinPool$WorkQueue.runTask(ForkJoinPool
.java:1339)
        at scala.concurrent.forkjoin.ForkJoinPool.runWorker(ForkJoinPool.java:19
79)
        at scala.concurrent.forkjoin.ForkJoinWorkerThread.run(ForkJoinWorkerThre
ad.java:107)

java.lang.OutOfMemoryError indicates you need higher -Xmx value, or lower stagger value(the one you're using 1000 in)
Jump to: