Author

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

member
Activity: 112
Merit: 10
when I am mining ,,miner shows : "error reading file  13657196455348591260_0_ 800000_ 2000  "     but can still submit shares ,,,is this ok ,or the computer is mining nothing??
sr. member
Activity: 416
Merit: 250
How can to see my hashrate?
hero member
Activity: 1400
Merit: 505
how long it is to create 128GB plot ?

I've done 195 GB in about 8 hours

holy shit, i sleep then see u tomorrow
hero member
Activity: 686
Merit: 500
how long it is to create 128GB plot ?

I've done 195 GB in about 8 hours
hero member
Activity: 1400
Merit: 505
how long it is to create 128GB plot ?
sr. member
Activity: 355
Merit: 250
My address.txt is blank after i rune run_dumb_address.sh

Any suggestion ?
hero member
Activity: 820
Merit: 1000
How long does it take to start creating the actual plot file?  My plot file is zero bytes and the generator is showing "Generating from nonce: 1" after about 10 mins
 
hero member
Activity: 686
Merit: 500
@Dev

Can I mine at the same time on two plots with number_of_plots_to_stagger_together different from each other?

I mean, can I do for example:

1st run : ...1 2001 1000 1 -> 2nd run :...2002 2001 8191 1

 Huh

And have I to restart miner when generating the second plot?!
hero member
Activity: 820
Merit: 1000
Hey dev,

Just curious, once you have generated your plots, If you want to set up a new machine can you just copy the plots over to it, or will that result in both machines "duplicating" their mining efforts?  I effectively want to set up one in a VM, and then copy that VM image to another machine so that they are both mining...
That won't work. They'll just be doing the same things.


Okay but presumably I can have both VM's "mining" to the same account by just running run_generate.sh 1234567890... on each box where 1234567890 is my account address?
sr. member
Activity: 280
Merit: 250
Hey dev,

Just curious, once you have generated your plots, If you want to set up a new machine can you just copy the plots over to it, or will that result in both machines "duplicating" their mining efforts?  I effectively want to set up one in a VM, and then copy that VM image to another machine so that they are both mining...
That won't work. They'll just be doing the same things.

I want to ask an stupid question,,,if the disk of my pc is 500G ,and anthor moveable hdd is 1T, both of these needs create plots? and both of these needs to run wallet and miner? thanks!

You only need to run wallet once. You can even run wallet once for multiple computers if you change the conf file around. You fill them both with plots if you want to run miners on each of them.

What are the different type of balances ?

Unconfirmed Balance: 0 BURST
Guaranteed Balance: 0 BURST
Effective Balance: 0 BURST

That seems to be a carry-over from NXT. Unconfirmed means the transaction was just sent and not included in a block yet. I would guess guarenteed means it has some comfirmations. Effective balance is something nxt used in its proof of stake system. Where are you seeing that?

After the plots making it's done, if I want to increase some more GB what I've to do?!  Huh

simply increase plot numbers, so if you started with
"run_generate ACC_ID 1 2001 1000 1",

then do " run_generate ACC_ID 2002 4002 1000 1"

the generator will make a new plot file in the plot folder, the miner will just read both files.

starting_nonce,  number_of_nonces, number_of_plots_to_stagger_together, threads.

1st run : ...1 2001 1000 1 -> 2nd run :...2002 4002 1000 1
Should be :                                                 ^
1st run : ...1 2001 1000 1 -> 2nd run :...2002 2001 1000 1
                                                                ^
Because it is the amount to be created and not the last one written.
Or am I wrong about this ?

You are correct, it is the amount to be written.
sr. member
Activity: 461
Merit: 250
After the plots making it's done, if I want to increase some more GB what I've to do?!  Huh

simply increase plot numbers, so if you started with
"run_generate ACC_ID 1 2001 1000 1",

then do " run_generate ACC_ID 2002 4002 1000 1"

the generator will make a new plot file in the plot folder, the miner will just read both files.

starting_nonce,  number_of_nonces, number_of_plots_to_stagger_together, threads.

1st run : ...1 2001 1000 1 -> 2nd run :...2002 4002 1000 1
Should be :                                                 ^
1st run : ...1 2001 1000 1 -> 2nd run :...2002 2001 1000 1
                                                                ^
Because it is the amount to be created and not the last one written.
Or am I wrong about this ?
legendary
Activity: 3248
Merit: 1070
downloand links aren't working, and why the bad launch for a coin like this...
newbie
Activity: 58
Merit: 0
What are the different type of balances ?

Unconfirmed Balance: 0 BURST
Guaranteed Balance: 0 BURST
Effective Balance: 0 BURST
full member
Activity: 238
Merit: 100
I want to ask an stupid question,,,if the disk of my pc is 500G ,and anthor moveable hdd is 1T, both of these needs create plots? and both of these needs to run wallet and miner? thanks!
hero member
Activity: 820
Merit: 1000
Hey dev,

Just curious, once you have generated your plots, If you want to set up a new machine can you just copy the plots over to it, or will that result in both machines "duplicating" their mining efforts?  I effectively want to set up one in a VM, and then copy that VM image to another machine so that they are both mining...
newbie
Activity: 9
Merit: 0
Why can not integrate into the wallet of the miners
sr. member
Activity: 280
Merit: 250
So it said I found a block and it credited my address with 10,000 BURST yet 30-40 blocks later my account showed nothing. I don't mind that much, just wondering what happened Smiley
As stupid as this may sound, is your clock set correctly? NXT based coins require real time and are very sensitive to being off by even 10 seconds.
hero member
Activity: 686
Merit: 500
Has anyone gotten more than one block?  If so, how many?

I've found 5 Blocks Account ID 10818239041755946932

Quote
simply increase plot numbers, so if you started with
"run_generate ACC_ID 1 2001 1000 1",

then do " run_generate ACC_ID 2002 4002 1000 1"

the generator will make a new plot file in the plot folder, the miner will just read both files.

Ok, but can I use another value instead of the firs?! Now I'm using 500 because I'm using Java 32bit, after it has finished I will use Java64 so can I set 8191? Are there problems if the two plots file are different?!

How many GB do you have?

At the moment 153 GB (164.495.360.000 byte)


Quote
from a look at the miningplot function in "pocminer_v1/src/pocminer/util/miningplot.java" it automatically pushes the sizes into 64bit anyway, so I dont think the 32 -> 64 switch will make a difference.

the 8191 is the stagnation of the plots, so yes on 64bit you have alot more memory address space to play with, but you also need to make sure you have the ram and hdd space to set it that high.



I've i7 4770k and 16Gb Ram, now I'm using 32%.. And I've got still 1.5TB of free space.. When I've started this early morning, the value 1000 doesn't worked for me.. But the only Java version installed was the 32bit one! Now I don't want to stop the process, but when it's done I'll make some tests!
member
Activity: 101
Merit: 10
Twitter -> @z0rius
Has anyone gotten more than one block?  If so, how many?

I've found 5 Blocks Account ID 10818239041755946932

Quote
simply increase plot numbers, so if you started with
"run_generate ACC_ID 1 2001 1000 1",

then do " run_generate ACC_ID 2002 4002 1000 1"

the generator will make a new plot file in the plot folder, the miner will just read both files.

Ok, but can I use another value instead of the firs?! Now I'm using 500 because I'm using Java 32bit, after it has finished I will use Java64 so can I set 8191? Are there problems if the two plots file are different?!


from a look at the miningplot function in "pocminer_v1/src/pocminer/util/miningplot.java" it automatically pushes the sizes into 64bit anyway, so I dont think the 32 -> 64 switch will make a difference.

the 8191 is the stagnation of the plots, so yes on 64bit you have alot more memory address space to play with, but you also need to make sure you have the ram and hdd space to set it that high.
sr. member
Activity: 364
Merit: 250
What is the best staring_nnonce and number if nnonces?
Jump to: