Author

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

member
Activity: 94
Merit: 10
which better -Xmx?
-Xmx4000m better or -Xmx1000m or -Xmx3000m or -Xmx8000m............?
newbie
Activity: 28
Merit: 0
Selling 40k BURST in 10k or 1k forms
Sy
legendary
Activity: 1484
Merit: 1003
Bounty Detective

it can't i suppose, because if you want to read or write the network mapped drivers, it will still download to your local first, like you can't edit file in the network mapped drivers directly,,if you can use the network mapped drives like local hdd,,,than who will by the hdd...just apply lots network mapped drives!

Ok, thx. Anyway I'l try to do some tests. Probably it is possible when you use iSCSI mapped drives.

You just have to map them to a letter and that's it, i accidently started the plot generation on a network share multiple times, no problems at all.

In Linux you mount the shares, no problem there.
member
Activity: 83
Merit: 10

it can't i suppose, because if you want to read or write the network mapped drivers, it will still download to your local first, like you can't edit file in the network mapped drivers directly,,if you can use the network mapped drives like local hdd,,,than who will by the hdd...just apply lots network mapped drives!

Ok, thx. Anyway I'l try to do some tests. Probably it is possible when you use iSCSI mapped drives.
Sy
legendary
Activity: 1484
Merit: 1003
Bounty Detective
How to split big plot, for example gen from 0-100000 in one file and than 100000-200000 in another?
Every time when i try to gen not from 0, for a example from 50000-100000, its generates from begining (0) anyway.
Made some test...
0 - 1000 = 256000kb / 125 sec
1000 - 2000 = 512000kb / 246 sec
0 - 2000 = 512000kb / 245 sec
run_generate

so
0 100000 2048
100000 100000 2048
and so on
you mean example
java -Xmx3000m -cp pocminer.jar;lib/*;lib/akka/*;lib/jetty/* pocminer.POCMiner generate 17520506009031685645 0 400000 1000 6
java -Xmx3000m -cp pocminer.jar;lib/*;lib/akka/*;lib/jetty/* pocminer.POCMiner generate 17520506009031685645 400000 800000 1000 6
in one run_generate.bat file?

No, the range is always the same, you dont create 0 to 400000, you crate from 0 and repeat 400k times, so 400000 8000 would mean start at 400k and repeat 800k times, so the second number stays usually the same unless you want to change the filesize.

And you run the file once, when its done again, i modified mine to
Code:
java -Xmx4000m -cp pocminer.jar;lib/*;lib/akka/*;lib/jetty/* pocminer.POCMiner generate %1 512000 2048 6
so all i have to supply is the starting number.

I start
Code:
run_generate.bat 0
and it creates 0 to 512k next run is
Code:
run_generate 512000
and it creates 512k to 1024k and so on
member
Activity: 94
Merit: 10
How to split big plot, for example gen from 0-100000 in one file and than 100000-200000 in another?
Every time when i try to gen not from 0, for a example from 50000-100000, its generates from begining (0) anyway.
Made some test...
0 - 1000 = 256000kb / 125 sec
1000 - 2000 = 512000kb / 246 sec
0 - 2000 = 512000kb / 245 sec
run_generate

so
0 100000 2048
100000 100000 2048
and so on
you mean example
java -Xmx3000m -cp pocminer.jar;lib/*;lib/akka/*;lib/jetty/* pocminer.POCMiner generate 17520506009031685645 0 400000 1000 6
java -Xmx3000m -cp pocminer.jar;lib/*;lib/akka/*;lib/jetty/* pocminer.POCMiner generate 17520506009031685645 400000 800000 1000 6
in one run_generate.bat file?
hero member
Activity: 686
Merit: 500
What a whale!!   Cheesy

BURST-2LGM-MPKF-Y7DM-8BTBY
how many coins you got


It's not mine unfortunately!
Sy
legendary
Activity: 1484
Merit: 1003
Bounty Detective
How to split big plot, for example gen from 0-100000 in one file and than 100000-200000 in another?
Every time when i try to gen not from 0, for a example from 50000-100000, its generates from begining (0) anyway.
Made some test...
0 - 1000 = 256000kb / 125 sec
1000 - 2000 = 512000kb / 246 sec
0 - 2000 = 512000kb / 245 sec
run_generate

so
0 100000 2048
100000 100000 2048
and so on
hero member
Activity: 644
Merit: 500
What a whale!!   Cheesy

BURST-2LGM-MPKF-Y7DM-8BTBY
how many coins you got
sr. member
Activity: 364
Merit: 250
Is there any mining calculator?
newbie
Activity: 28
Merit: 0
i have a 500gig hdd and finaly my plot is done and auto close when done.
my question this i wanna reset my system and next time mining dont need the generate plot and only click run-mine.bat in miner folder then miner auto read the previous plot created before restart my system?
i mean for mining once time created plot for mining and next time dont needed?

Yes
You must restart
member
Activity: 94
Merit: 10
thanks my plot forever for mining  Smiley
hero member
Activity: 686
Merit: 500
What a whale!!   Cheesy

BURST-2LGM-MPKF-Y7DM-8BTBY
sr. member
Activity: 257
Merit: 255
i have a 500gig hdd and finaly my plot is done and auto close when done.
my question this i wanna reset my system and next time mining dont need the generate plot and only click run-mine.bat in miner folder then miner auto read the previous plot created before restart my system?
i mean for mining once time created plot for mining and next time dont needed?

yep, create plots once and use them lifetime ...
member
Activity: 94
Merit: 10
i have a 500gig hdd and finaly my plot is done and auto close when done.
my question this i wanna reset my system and next time mining dont need the generate plot and only click run-mine.bat in miner folder then miner auto read the previous plot created before restart my system?
i mean for mining once time created plot for mining and next time dont needed?
sr. member
Activity: 272
Merit: 250
How to split big plot, for example gen from 0-100000 in one file and than 100000-200000 in another?
Every time when i try to gen not from 0, for a example from 50000-100000, its generates from begining (0) anyway.
Made some test...
0 - 1000 = 256000kb / 125 sec
1000 - 2000 = 512000kb / 246 sec
0 - 2000 = 512000kb / 245 sec
legendary
Activity: 1517
Merit: 1042
@notsofast
I've mined since block 150 and found nothing.
sr. member
Activity: 341
Merit: 250
bump - help?!

I'm trying to generate my second plot, this time on my usb drive.
It has more than 500gb free.
I try to make a plot of around 200gb but after writing 1gb it gives me this error:

Quote
Generating from nonce: 829201
Writing from nonce 829201
Generating from nonce: 831201
Writing from nonce 831201
Generating from nonce: 833201
Writing from nonce 833201
Generating from nonce: 835201
Writing from nonce 835201
[ERROR] [08/13/2014 11:13:52.668] [default-akka.actor.default-dispatcher-9] [akk
a://default/user/$a] There is not enough space on the disk
java.io.IOException: There is not enough space on the disk
        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)

Generating from nonce: 819201

As you can see it goes back to the beginning.
it happened two times on the same nonce...
any idea what it might be?

full member
Activity: 494
Merit: 100
MINED for 48 hours but only 2 blocks found.
full member
Activity: 238
Merit: 100
It would be nice if someone is able to confirm if mining is possible on the network mapped drives. Thx.

it can't i suppose, because if you want to read or write the network mapped drivers, it will still download to your local first, like you can't edit file in the network mapped drivers directly,,if you can use the network mapped drives like local hdd,,,than who will by the hdd...just apply lots network mapped drives!
Jump to: