Author

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

legendary
Activity: 1036
Merit: 1000
https://bmy.guide
so I'm attemptin to run my plot generator over the network.  im getting this error saying it cant find main class poc miner?


is this a permission issue or something to do with java?



Java stuff. You have to map the network share to a drive letter and start it from there.
As it says - (running from) UNC path is not supported!


nice! i knew it was something little i had already mapped a drive but was still in the shared folder trying to run it, clicked x and opened map drive ran it again boom works
hero member
Activity: 672
Merit: 500
the link wallet 1.0.3 on OP page do not work.
where i can download it?

if i go in solo mining i can use the 1.0.2 wallet version???

thank you

You cannot use version 1.0.2.

Here, give me a second and I will make a new download link...

Link is fine (just tested with chrome)
https://mega.co.nz/#!G0YS1CKA!car3sW6XULkl0FyOngbyidoKnzEiBsNx5v7SJj4Byo4

the link don't work!!

https://www.dropbox.com/s/ri3nf4qsxhd92s0/donotwork.png?dl=0

just check screenshot!! :-(

not work with IE too!
It worked for me, maybe someone can send it to you over Skype.
hero member
Activity: 518
Merit: 500
the link wallet 1.0.3 on OP page do not work.
where i can download it?

if i go in solo mining i can use the 1.0.2 wallet version???

thank you

No, you absolutely must use 1.0.3 no matter how you plan to mine.  I just downloaded it fine from the link in the OP.  I've seen MEGA be tempermental sometimes, just keep trying.

so I'm attemptin to run my plot generator over the network.  im getting this error saying it cant find main class poc miner?


is this a permission issue or something to do with java?



It seems it can't find the pocminer java file - it needs to be in the same directory as the bat file.

it is, it must have something to do with it running from a mapped drive

Mapped drives are a little tricky at times to mine with. You have to use mklink or anything similar to that. Plus you have to make sure you have enough bandwidth on the LAN, ie. 10Gbe ideally, 2Gbe(Truncated), etc....

im not trying to mine with it just plot the drives with a different PC... im getting stuck on the syntax for the generate bat not sure why it isnt finding the files they are all there

Are you running the plot app in the drive that you are plotting?

yes from my desktop, and im trying to run it again on a different PC through a mapped drive to write the other half of the plots to utilize the drive's write speed

Oh, I meant the app should be located in the target drive you are plotting. Sometimes running it from the local PC can have issues plotting to a network drive.
legendary
Activity: 882
Merit: 1000
hi,
news for the client to generate PLOT written in C for windows?
GH
member
Activity: 117
Merit: 10
so I'm attemptin to run my plot generator over the network.  im getting this error saying it cant find main class poc miner?


is this a permission issue or something to do with java?



Java stuff. You have to map the network share to a drive letter and start it from there.
As it says - (running from) UNC path is not supported!
legendary
Activity: 1932
Merit: 1042
https://locktrip.com/?refId=40964
the link wallet 1.0.3 on OP page do not work.
where i can download it?

if i go in solo mining i can use the 1.0.2 wallet version???

thank you

You cannot use version 1.0.2.

Here, give me a second and I will make a new download link...

Link is fine (just tested with chrome)
https://mega.co.nz/#!G0YS1CKA!car3sW6XULkl0FyOngbyidoKnzEiBsNx5v7SJj4Byo4

the link don't work!!

https://www.dropbox.com/s/ri3nf4qsxhd92s0/donotwork.png?dl=0

just check screenshot!! :-(

not work with IE too!
legendary
Activity: 1036
Merit: 1000
https://bmy.guide
the link wallet 1.0.3 on OP page do not work.
where i can download it?

if i go in solo mining i can use the 1.0.2 wallet version???

thank you

No, you absolutely must use 1.0.3 no matter how you plan to mine.  I just downloaded it fine from the link in the OP.  I've seen MEGA be tempermental sometimes, just keep trying.

so I'm attemptin to run my plot generator over the network.  im getting this error saying it cant find main class poc miner?


is this a permission issue or something to do with java?



It seems it can't find the pocminer java file - it needs to be in the same directory as the bat file.

it is, it must have something to do with it running from a mapped drive

Mapped drives are a little tricky at times to mine with. You have to use mklink or anything similar to that. Plus you have to make sure you have enough bandwidth on the LAN, ie. 10Gbe ideally, 2Gbe(Truncated), etc....

im not trying to mine with it just plot the drives with a different PC... im getting stuck on the syntax for the generate bat not sure why it isnt finding the files they are all there

Are you running the plot app in the drive that you are plotting?

yes from my desktop, and im trying to run it again on a different PC through a mapped drive to write the other half of the plots to utilize the drive's write speed
legendary
Activity: 3248
Merit: 1070
good example, it's clear now, but i still need to know why?, in the sense why the number are different if you build two plot, maybe because every new plot use different re-allocated sectors?

No, nothing that complicated.  The numbers will be different if you run the generate program with different nonce values.  It takes the nonce value + your account number (or other unique static value) and preforms a hash function to generate a result.  Say 1234567890+1 = 4367894736 and 123456789+2 = 096789975389.  You've now made two plots which have unique "lottery numbers".  When the block comes and a winner is chosen to get the reward, your computer will check your plot files and see if either of those numbers match the "winning number" for that round.  Got it so far?

Now, if you just COPY the plot file to another hard drive, it will have identical data, as you'd expect from copying it.  That's no good cause now you've got the numbers 4367894736, 4367894736, 096789975389 and 096789975389.  Duplicates!  You've wasted two of your lottery tickets because they are the same numbers - you only have two chances to win even though you have four tickets because there are two of eatch ticket.  What you need to do is run the plot program again on the second drive and use different nonce values - say this time 3 and 4.  So 1234567890+3 = 854938394958 and 1234567890+4 = 8967565843.  

Now you still have four numbers but they are 4367894736, 096789975389, 854938394958 and 8967565843.  That's four chances to win!  Any overlap (duplicates) in the nonce values will result in duplicate tickets, and duplicate tickets do not count.

**This is not what technically, exactly what happens, this is a simplified example for explanations sake.**

oh, the miner see it as a unique hdd then, tnx for the clear answer
hero member
Activity: 518
Merit: 500
the link wallet 1.0.3 on OP page do not work.
where i can download it?

if i go in solo mining i can use the 1.0.2 wallet version???

thank you

No, you absolutely must use 1.0.3 no matter how you plan to mine.  I just downloaded it fine from the link in the OP.  I've seen MEGA be tempermental sometimes, just keep trying.

so I'm attemptin to run my plot generator over the network.  im getting this error saying it cant find main class poc miner?


is this a permission issue or something to do with java?



It seems it can't find the pocminer java file - it needs to be in the same directory as the bat file.

it is, it must have something to do with it running from a mapped drive

Mapped drives are a little tricky at times to mine with. You have to use mklink or anything similar to that. Plus you have to make sure you have enough bandwidth on the LAN, ie. 10Gbe ideally, 2Gbe(Truncated), etc....

im not trying to mine with it just plot the drives with a different PC... im getting stuck on the syntax for the generate bat not sure why it isnt finding the files they are all there

Are you running the plot app in the drive that you are plotting?
hero member
Activity: 672
Merit: 500
I think I do not understand how the difficulty is calculated with this coin.

It has been between 10 and 25 Mio for a couple of days.

I expected it to rise fast. Why is it doing down instead?

"baseTarget" is the difficulty, right?


I don't think basetarget shows difficulty, it should correlate with the amount of TB currently in use.
hero member
Activity: 518
Merit: 500
I think I do not understand how the difficulty is calculated with this coin.

It has been between 10 and 25 Mio for a couple of days.

I expected it to rise fast. Why is it doing down instead?

"baseTarget" is the difficulty, right?



Network traffic, shares acceptance rate, etc....Other factors can attribute to incline and decline of difficulty....
legendary
Activity: 1036
Merit: 1000
https://bmy.guide
the link wallet 1.0.3 on OP page do not work.
where i can download it?

if i go in solo mining i can use the 1.0.2 wallet version???

thank you

No, you absolutely must use 1.0.3 no matter how you plan to mine.  I just downloaded it fine from the link in the OP.  I've seen MEGA be tempermental sometimes, just keep trying.

so I'm attemptin to run my plot generator over the network.  im getting this error saying it cant find main class poc miner?


is this a permission issue or something to do with java?



It seems it can't find the pocminer java file - it needs to be in the same directory as the bat file.

it is, it must have something to do with it running from a mapped drive

Mapped drives are a little tricky at times to mine with. You have to use mklink or anything similar to that. Plus you have to make sure you have enough bandwidth on the LAN, ie. 10Gbe ideally, 2Gbe(Truncated), etc....

im not trying to mine with it just plot the drives with a different PC... im getting stuck on the syntax for the generate bat not sure why it isnt finding the files they are all there
newbie
Activity: 56
Merit: 0
good example, it's clear now, but i still need to know why?, in the sense why the number are different if you build two plot, maybe because every new plot use different re-allocated sectors?

No, nothing that complicated.  The numbers will be different if you run the generate program with different nonce values.  It takes the nonce value + your account number (or other unique static value) and preforms a hash function to generate a result.  Say 1234567890+1 = 4367894736 and 123456789+2 = 096789975389.  You've now made two plots which have unique "lottery numbers".  When the block comes and a winner is chosen to get the reward, your computer will check your plot files and see if either of those numbers match the "winning number" for that round.  Got it so far?

Now, if you just COPY the plot file to another hard drive, it will have identical data, as you'd expect from copying it.  That's no good cause now you've got the numbers 4367894736, 4367894736, 096789975389 and 096789975389.  Duplicates!  You've wasted two of your lottery tickets because they are the same numbers - you only have two chances to win even though you have four tickets because there are two of eatch ticket.  What you need to do is run the plot program again on the second drive and use different nonce values - say this time 3 and 4.  So 1234567890+3 = 854938394958 and 1234567890+4 = 8967565843.  

Now you still have four numbers but they are 4367894736, 096789975389, 854938394958 and 8967565843.  That's four chances to win!  Any overlap (duplicates) in the nonce values will result in duplicate tickets, and duplicate tickets do not count.

**This is not what technically, exactly what happens, this is a simplified example for explanations sake.**
hero member
Activity: 522
Merit: 500
Hasta la Bitcoin siempre!
I think I do not understand how the difficulty is calculated with this coin.

It has been between 10 and 25 Mio for a couple of days.

I expected it to rise fast. Why is it doing down instead?

"baseTarget" is the difficulty, right?

hero member
Activity: 518
Merit: 500
the link wallet 1.0.3 on OP page do not work.
where i can download it?

if i go in solo mining i can use the 1.0.2 wallet version???

thank you

No, you absolutely must use 1.0.3 no matter how you plan to mine.  I just downloaded it fine from the link in the OP.  I've seen MEGA be tempermental sometimes, just keep trying.

so I'm attemptin to run my plot generator over the network.  im getting this error saying it cant find main class poc miner?


is this a permission issue or something to do with java?



It seems it can't find the pocminer java file - it needs to be in the same directory as the bat file.

it is, it must have something to do with it running from a mapped drive

Mapped drives are a little tricky at times to mine with. You have to use mklink or anything similar to that. Plus you have to make sure you have enough bandwidth on the LAN, ie. 10Gbe ideally, 2Gbe(Truncated), etc....
legendary
Activity: 1778
Merit: 1043
#Free market

I have even bigger dreams my son. I have my developer friend here at work with me ( I work for a software developer) who is going to design a GUI for the plotter and the miner! So we are talking about this right now. I will keep everyone updated!'

So far it will be Windows and 64bit only, but that's just the start.

That's fantastic , and when the work will be finished?  1 week  or more ?

Honestly, I think it will be done very shortly. I am in the middle of explaining how it all works to him so that he can do it. Like I said, I will make sure to keep everyone updated!

Oh , this is  super fantastic.. if you ( and your friend ) do this  , the time of generate a plot will be very faster , that is secure Wink .
newbie
Activity: 3
Merit: 0
Have ventured into this wishmeluck
hero member
Activity: 518
Merit: 500
Can somebody please post working v2 config im getting seriously mad of this. Downloaded like 3 versions of clients edited tons of files as ppls reccomend in their tutorials and im still getting error messages from client and dont even have generated any file in Plot folder because I just have no idea how to generate any of that files. Wasted 20 hours and im still at start im so disappointed its not working for me.

if you would like to add my work skype I can help you... you can add my home one too, if you'd like.

work - jason.metamation

home - crowetic

Maybe someone should do youtube videos how-to guides for Burst in general....

I have even bigger dreams my son. I have my developer friend here at work with me ( I work for a software developer) who is going to design a GUI for the plotter and the miner! So we are talking about this right now. I will keep everyone updated!'

So far it will be Windows and 64bit only, but that's just the start.

OMG, one of the best achievements for this Coin.
Wonderfull!
Burst is going to fly to another galaxy soon. Fuck the moon

LOL

+1

I might be like Haley's comet and travel the universe....lol


I have even bigger dreams my son. I have my developer friend here at work with me ( I work for a software developer) who is going to design a GUI for the plotter and the miner! So we are talking about this right now. I will keep everyone updated!'

So far it will be Windows and 64bit only, but that's just the start.

That's fantastic , and when the work will be finished?  1 week  or more ?

That would be awesome, I just have trouble compiling the linux version to windows. Just can't seem to get it to run with my novice programming skills. Seems like it's an kernel issue since the shabal.s that dcct used is operable with Linux only.
legendary
Activity: 1036
Merit: 1000
https://bmy.guide
the link wallet 1.0.3 on OP page do not work.
where i can download it?

if i go in solo mining i can use the 1.0.2 wallet version???

thank you

No, you absolutely must use 1.0.3 no matter how you plan to mine.  I just downloaded it fine from the link in the OP.  I've seen MEGA be tempermental sometimes, just keep trying.

so I'm attemptin to run my plot generator over the network.  im getting this error saying it cant find main class poc miner?


is this a permission issue or something to do with java?



It seems it can't find the pocminer java file - it needs to be in the same directory as the bat file.

it is, it must have something to do with it running from a mapped drive
hero member
Activity: 672
Merit: 500
Jump to: