Author

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

full member
Activity: 238
Merit: 100
{
    "lastBlock": "16322078320396019945",
    "lastBlockchainFeederHeight": 1222,
    "time": 299736,
    "lastBlockchainFeeder": "54.167.111.103:8123",
    "numberOfBlocks": 1223,
    "isScanning": false,
    "cumulativeDifficulty": "70385126787201",
    "version": "1.0.0"
}

Another ~50% increase within ~16h
Code:
{
    "lastBlock": "1520116135762103722",
    "lastBlockchainFeederHeight": 1457,
    "time": 367546,
    "lastBlockchainFeeder": "109.195.211.62",
    "numberOfBlocks": 1458,
    "isScanning": false,
    "cumulativeDifficulty": "105192234724606",
    "version": "1.0.0"
}

when the pools come out, its difficulty will increase more faster Smiley ,now only just 5 days since the coin came out,when the difficulty increase until you can only less than 1 block/TB/Month, then the coins value will be enhanced Grin
Sy
legendary
Activity: 1484
Merit: 1003
Bounty Detective
{
    "lastBlock": "16322078320396019945",
    "lastBlockchainFeederHeight": 1222,
    "time": 299736,
    "lastBlockchainFeeder": "54.167.111.103:8123",
    "numberOfBlocks": 1223,
    "isScanning": false,
    "cumulativeDifficulty": "70385126787201",
    "version": "1.0.0"
}

Another ~50% increase within ~16h
Code:
{
    "lastBlock": "1520116135762103722",
    "lastBlockchainFeederHeight": 1457,
    "time": 367546,
    "lastBlockchainFeeder": "109.195.211.62",
    "numberOfBlocks": 1458,
    "isScanning": false,
    "cumulativeDifficulty": "105192234724606",
    "version": "1.0.0"
}
sr. member
Activity: 322
Merit: 250
Wait, how is this work globaly verifiable by peers, how do you know my miner isn't modded to just relay random data until something stivks and I get a block ?
sr. member
Activity: 280
Merit: 250
to the DEV ... i musst ask again...

i have this: (overlapping is only bad for diskspace?)
run_generate.bat
0 500000 4000 4
run_generate.bat
500000 500000 4000 4
run_generate.bat
1000000 500000 2000 4

or should i use this?
run_generate.bat
0 500000 4000 4                (128GB)
run_generate.bat
500001 500000 4000 4        (128GB)
run_generate.bat
1000001 500000 2000 4      (128GB)

and second.
if i have i big gap like this.. do i need ploting the missing file for correct mining or can i move to the next plot?
i mean do i ned a coherent chain ??
1. run_generate.bat
0 500000 4000 4                (128GB)
2. (missing file of 128GB)
3. run_generate.bat
1000001 500000 2000 4      (128GB)
4. (next plot: 1500001 500000 2000 4)
Either is fine. Technically, 500000 plots starting from 0 is 0 - 499999, so the second has a gap of 1 in between the first 2, but that doesn't matter.

Overlapping is bad since it calculates to the same result in multiple places, wasting disk space and doing unnecessary work.
There is no problem with having gaps.
This:
run_generate.bat
0 500000 4000 4
run_generate.bat
500000 500000 4000 4
run_generate.bat
1000000 500000 2000 4
is just as good as this:
run_generate.bat
0 500000 4000 4
run_generate.bat
5000000000 500000 4000 4
run_generate.bat
9898000000 500000 2000 4
newbie
Activity: 39
Merit: 0
newbie
Activity: 46
Merit: 0
If I generate plot files of 10GiB, and say 50 of them, it's the same as generating one on 500GiB? It makes it a lot easier to stop and start the generation process, and one machine can create plots full time and then move the plot files to other machines.
Yes it's the same. Just make sure the nonce ranges don't overlap.

Thanks, if they do it's only by a single plot, I can live with that Smiley Now I have to go on a cleaning mission, my harddrives are running out of space!
Sy
legendary
Activity: 1484
Merit: 1003
Bounty Detective
to the DEV ... i musst ask again...

i have this: (overlapping is only bad for diskspace?)
run_generate.bat
0 500000 4000 4
run_generate.bat
500000 500000 4000 4
run_generate.bat
1000000 500000 2000 4

or should i use this?
run_generate.bat
0 500000 4000 4                (128GB)
run_generate.bat
500001 500000 4000 4        (128GB)
run_generate.bat
1000001 500000 2000 4      (128GB)

and second.
if i have i big gap like this.. do i need ploting the missing file for correct mining or can i move to the next plot?
i mean do i ned a coherent chain ??
1. run_generate.bat
0 500000 4000 4                (128GB)
2. (missing file of 128GB)
3. run_generate.bat
1000001 500000 2000 4      (128GB)
4. (next plot: 1500001 500000 2000 4)

Overlapping only wastes diskspace, with one nounce like that, 256kb -> doesnt matter

Gap doesn't matter either, its the sum of your nounces, not the range.
member
Activity: 78
Merit: 10
to the DEV ... i musst ask again...

i have this: (overlapping is only bad for diskspace?)
run_generate.bat
0 500000 4000 4
run_generate.bat
500000 500000 4000 4
run_generate.bat
1000000 500000 2000 4

or should i use this?
run_generate.bat
0 500000 4000 4                (128GB)
run_generate.bat
500001 500000 4000 4        (128GB)
run_generate.bat
1000001 500000 2000 4      (128GB)

and second.
if i have i big gap like this.. do i need ploting the missing file for correct mining or can i move to the next plot?
i mean do i ned a coherent chain ??
1. run_generate.bat
0 500000 4000 4                (128GB)
2. (missing file of 128GB)
3. run_generate.bat
1000001 500000 2000 4      (128GB)
4. (next plot: 1500001 500000 2000 4)
sr. member
Activity: 280
Merit: 250
If I generate plot files of 10GiB, and say 50 of them, it's the same as generating one on 500GiB? It makes it a lot easier to stop and start the generation process, and one machine can create plots full time and then move the plot files to other machines.
Yes it's the same. Just make sure the nonce ranges don't overlap.
newbie
Activity: 46
Merit: 0
If I generate plot files of 10GiB, and say 50 of them, it's the same as generating one on 500GiB? It makes it a lot easier to stop and start the generation process, and one machine can create plots full time and then move the plot files to other machines.
hero member
Activity: 672
Merit: 500
Selling 50k burst pm me offers
sr. member
Activity: 280
Merit: 250
Is there a way to check mining info and balance if you can't access the web interface?
Using CLI, and Lynx isn't very friendly with it heh.
If you really need to check it from cli, you can wget the api.
examples:
wget -qO - "http://127.0.0.1:8125/burst?requestType=getAccount&account=BURST-9UUM-FUSH-QAJS-CEGM9"
wget -qO - "http://127.0.0.1:8125/burst?requestType=getMiningInfo"
wget -qO - "http://127.0.0.1:8125/burst?requestType=getBlockchainStatus"
Sy
legendary
Activity: 1484
Merit: 1003
Bounty Detective
Is there a way to check mining info and balance if you can't access the web interface?
Using CLI, and Lynx isn't very friendly with it heh.
Can you not just open up the wallet to allow external connections instead of only 127.0.0.1?  This can be done by editing nxt-default.properties though I forget which setting to change.  Just add the IP of the machine you want to view it from (or I tihnk add 0.0.0.0) and you will be able to view it in the browser of the machine you want to view from with http://ipofserver:8125

You can open it up and use
http://hostname:8125/burst?requestType=getBalance&account=BURST-WRH2-4SXL-RB4E-DLGBE to get the balance without your password...and no, thats not my account Smiley
hero member
Activity: 820
Merit: 1000
Is there a way to check mining info and balance if you can't access the web interface?
Using CLI, and Lynx isn't very friendly with it heh.
Can you not just open up the wallet to allow external connections instead of only 127.0.0.1?  This can be done by editing nxt-default.properties though I forget which setting to change.  Just add the IP of the machine you want to view it from (or I tihnk add 0.0.0.0) and you will be able to view it in the browser of the machine you want to view from with http://ipofserver:8125
hero member
Activity: 979
Merit: 510
Is there a way to check mining info and balance if you can't access the web interface?
Using CLI, and Lynx isn't very friendly with it heh.
sr. member
Activity: 280
Merit: 250
Using that guideline you can do the math yourself if you need to change something! BUT FIRST change 17520506009031685645 before generating plots!!
Did he actually post his pw? I don't see it, and there is nothing wrong with posting that long number.
hero member
Activity: 686
Merit: 500
I have a one partion  5TB HDD i wanna create 5 plot in my hdd (5 plot 1TB) which command in run_generate.bat for create 5 plot automate in my hdd. because maybe my system restart when created plot and Not completed generate my plot.
example this  command in one run_generate.bat file for create 1TB plot and next ..............so on?:
java -Xmx4000m -cp pocminer.jar;lib/*;lib/akka/*;lib/jetty/* pocminer.POCMiner generate 17520506009031685645 0 4000000 1000 6
java -Xmx4000m -cp pocminer.jar;lib/*;lib/akka/*;lib/jetty/* pocminer.POCMiner generate 17520506009031685645 4000000 8000000 1000 6
java -Xmx4000m -cp pocminer.jar;lib/*;lib/akka/*;lib/jetty/* pocminer.POCMiner generate 17520506009031685645 8000000 16000000 1000 6
java -Xmx4000m -cp pocminer.jar;lib/*;lib/akka/*;lib/jetty/* pocminer.POCMiner generate 17520506009031685645 16000000 24000000 1000 6
java -Xmx4000m -cp pocminer.jar;lib/*;lib/akka/*;lib/jetty/* pocminer.POCMiner generate 17520506009031685645 24000000 32000000 1000 6

or not?

No!  Tongue
First change your password and don't copy it here  Grin

the third number is the dimension of the plot! So the command is:

java -Xmx4000m -cp pocminer.jar;lib/*;lib/akka/*;lib/jetty/* pocminer.POCMiner generate 17520506009031685645 0 780000 1000 6
java -Xmx4000m -cp pocminer.jar;lib/*;lib/akka/*;lib/jetty/* pocminer.POCMiner generate 17520506009031685645 780001 780000 1000 6
java -Xmx4000m -cp pocminer.jar;lib/*;lib/akka/*;lib/jetty/* pocminer.POCMiner generate 17520506009031685645 1560002 780000 1000 6
java -Xmx4000m -cp pocminer.jar;lib/*;lib/akka/*;lib/jetty/* pocminer.POCMiner generate 17520506009031685645 2340003 780000 1000 6
java -Xmx4000m -cp pocminer.jar;lib/*;lib/akka/*;lib/jetty/* pocminer.POCMiner generate 17520506009031685645 3120004 780000 1000 6

780000 it's about 200 GB because 780000 * 256 = 199680000 = 199.6 GB



Thanks

Using that guideline you can do the math yourself if you need to change something! BUT FIRST change 17520506009031685645 before generating plots!!
member
Activity: 94
Merit: 10
I have a one partion  5TB HDD i wanna create 5 plot in my hdd (5 plot 1TB) which command in run_generate.bat for create 5 plot automate in my hdd. because maybe my system restart when created plot and Not completed generate my plot.
example this  command in one run_generate.bat file for create 1TB plot and next ..............so on?:
java -Xmx4000m -cp pocminer.jar;lib/*;lib/akka/*;lib/jetty/* pocminer.POCMiner generate 17520506009031685645 0 4000000 1000 6
java -Xmx4000m -cp pocminer.jar;lib/*;lib/akka/*;lib/jetty/* pocminer.POCMiner generate 17520506009031685645 4000000 8000000 1000 6
java -Xmx4000m -cp pocminer.jar;lib/*;lib/akka/*;lib/jetty/* pocminer.POCMiner generate 17520506009031685645 8000000 16000000 1000 6
java -Xmx4000m -cp pocminer.jar;lib/*;lib/akka/*;lib/jetty/* pocminer.POCMiner generate 17520506009031685645 16000000 24000000 1000 6
java -Xmx4000m -cp pocminer.jar;lib/*;lib/akka/*;lib/jetty/* pocminer.POCMiner generate 17520506009031685645 24000000 32000000 1000 6

or not?

No!  Tongue
First change your password and don't copy it here  Grin

the third number is the dimension of the plot! So the command is:

java -Xmx4000m -cp pocminer.jar;lib/*;lib/akka/*;lib/jetty/* pocminer.POCMiner generate 17520506009031685645 0 780000 1000 6
java -Xmx4000m -cp pocminer.jar;lib/*;lib/akka/*;lib/jetty/* pocminer.POCMiner generate 17520506009031685645 780001 780000 1000 6
java -Xmx4000m -cp pocminer.jar;lib/*;lib/akka/*;lib/jetty/* pocminer.POCMiner generate 17520506009031685645 1560002 780000 1000 6
java -Xmx4000m -cp pocminer.jar;lib/*;lib/akka/*;lib/jetty/* pocminer.POCMiner generate 17520506009031685645 2340003 780000 1000 6
java -Xmx4000m -cp pocminer.jar;lib/*;lib/akka/*;lib/jetty/* pocminer.POCMiner generate 17520506009031685645 3120004 780000 1000 6

780000 it's about 200 GB because 780000 * 256 = 199680000 = 199.6 GB



Thanks
hero member
Activity: 686
Merit: 500
I have a one partion  5TB HDD i wanna create 5 plot in my hdd (5 plot 1TB) which command in run_generate.bat for create 5 plot automate in my hdd. because maybe my system restart when created plot and Not completed generate my plot.
example this  command in one run_generate.bat file for create 1TB plot and next ..............so on?:
java -Xmx4000m -cp pocminer.jar;lib/*;lib/akka/*;lib/jetty/* pocminer.POCMiner generate 17520506009031685645 0 4000000 1000 6
java -Xmx4000m -cp pocminer.jar;lib/*;lib/akka/*;lib/jetty/* pocminer.POCMiner generate 17520506009031685645 4000000 8000000 1000 6
java -Xmx4000m -cp pocminer.jar;lib/*;lib/akka/*;lib/jetty/* pocminer.POCMiner generate 17520506009031685645 8000000 16000000 1000 6
java -Xmx4000m -cp pocminer.jar;lib/*;lib/akka/*;lib/jetty/* pocminer.POCMiner generate 17520506009031685645 16000000 24000000 1000 6
java -Xmx4000m -cp pocminer.jar;lib/*;lib/akka/*;lib/jetty/* pocminer.POCMiner generate 17520506009031685645 24000000 32000000 1000 6

or not?

Code:
java -Xmx4000m -cp pocminer.jar;lib/*;lib/akka/*;lib/jetty/* pocminer.POCMiner generate 17520506009031685645 0 4000000 1000 6
java -Xmx4000m -cp pocminer.jar;lib/*;lib/akka/*;lib/jetty/* pocminer.POCMiner generate 17520506009031685645 4000000 4000000 1000 6
java -Xmx4000m -cp pocminer.jar;lib/*;lib/akka/*;lib/jetty/* pocminer.POCMiner generate 17520506009031685645 8000000 4000000 1000 6
java -Xmx4000m -cp pocminer.jar;lib/*;lib/akka/*;lib/jetty/* pocminer.POCMiner generate 17520506009031685645 16000000 4000000 1000 6
java -Xmx4000m -cp pocminer.jar;lib/*;lib/akka/*;lib/jetty/* pocminer.POCMiner generate 17520506009031685645 24000000 4000000  1000 6

It's start and amount, not from till.

can u help me?



I have a one partion  5TB HDD i wanna create 5 plot in my hdd (5 plot 1TB) which command in run_generate.bat for create 5 plot automate in my hdd. because maybe my system restart when created plot and Not completed generate my plot.
example this  command in one run_generate.bat file for create 1TB plot and next ..............so on?:
java -Xmx4000m -cp pocminer.jar;lib/*;lib/akka/*;lib/jetty/* pocminer.POCMiner generate 17520506009031685645 0 4000000 1000 6
java -Xmx4000m -cp pocminer.jar;lib/*;lib/akka/*;lib/jetty/* pocminer.POCMiner generate 17520506009031685645 4000000 8000000 1000 6
java -Xmx4000m -cp pocminer.jar;lib/*;lib/akka/*;lib/jetty/* pocminer.POCMiner generate 17520506009031685645 8000000 16000000 1000 6
java -Xmx4000m -cp pocminer.jar;lib/*;lib/akka/*;lib/jetty/* pocminer.POCMiner generate 17520506009031685645 16000000 24000000 1000 6
java -Xmx4000m -cp pocminer.jar;lib/*;lib/akka/*;lib/jetty/* pocminer.POCMiner generate 17520506009031685645 24000000 32000000 1000 6

or not?

No!  Tongue
First change your password and don't copy it here  Grin

the third number is the dimension of the plot! So the command is:

java -Xmx4000m -cp pocminer.jar;lib/*;lib/akka/*;lib/jetty/* pocminer.POCMiner generate 17520506009031685645 0 780000 1000 6
java -Xmx4000m -cp pocminer.jar;lib/*;lib/akka/*;lib/jetty/* pocminer.POCMiner generate 17520506009031685645 780001 780000 1000 6
java -Xmx4000m -cp pocminer.jar;lib/*;lib/akka/*;lib/jetty/* pocminer.POCMiner generate 17520506009031685645 1560002 780000 1000 6
java -Xmx4000m -cp pocminer.jar;lib/*;lib/akka/*;lib/jetty/* pocminer.POCMiner generate 17520506009031685645 2340003 780000 1000 6
java -Xmx4000m -cp pocminer.jar;lib/*;lib/akka/*;lib/jetty/* pocminer.POCMiner generate 17520506009031685645 3120004 780000 1000 6

780000 it's about 200 GB because 780000 * 256 = 199680000 = 199.6 GB


member
Activity: 94
Merit: 10
I have a one partion  5TB HDD i wanna create 5 plot in my hdd (5 plot 1TB) which command in run_generate.bat for create 5 plot automate in my hdd. because maybe my system restart when created plot and Not completed generate my plot.
example this  command in one run_generate.bat file for create 1TB plot and next ..............so on?:
java -Xmx4000m -cp pocminer.jar;lib/*;lib/akka/*;lib/jetty/* pocminer.POCMiner generate 17520506009031685645 0 4000000 1000 6
java -Xmx4000m -cp pocminer.jar;lib/*;lib/akka/*;lib/jetty/* pocminer.POCMiner generate 17520506009031685645 4000000 8000000 1000 6
java -Xmx4000m -cp pocminer.jar;lib/*;lib/akka/*;lib/jetty/* pocminer.POCMiner generate 17520506009031685645 8000000 16000000 1000 6
java -Xmx4000m -cp pocminer.jar;lib/*;lib/akka/*;lib/jetty/* pocminer.POCMiner generate 17520506009031685645 16000000 24000000 1000 6
java -Xmx4000m -cp pocminer.jar;lib/*;lib/akka/*;lib/jetty/* pocminer.POCMiner generate 17520506009031685645 24000000 32000000 1000 6

or not?

Code:
java -Xmx4000m -cp pocminer.jar;lib/*;lib/akka/*;lib/jetty/* pocminer.POCMiner generate 17520506009031685645 0 4000000 1000 6
java -Xmx4000m -cp pocminer.jar;lib/*;lib/akka/*;lib/jetty/* pocminer.POCMiner generate 17520506009031685645 4000000 4000000 1000 6
java -Xmx4000m -cp pocminer.jar;lib/*;lib/akka/*;lib/jetty/* pocminer.POCMiner generate 17520506009031685645 8000000 4000000 1000 6
java -Xmx4000m -cp pocminer.jar;lib/*;lib/akka/*;lib/jetty/* pocminer.POCMiner generate 17520506009031685645 16000000 4000000 1000 6
java -Xmx4000m -cp pocminer.jar;lib/*;lib/akka/*;lib/jetty/* pocminer.POCMiner generate 17520506009031685645 24000000 4000000  1000 6

It's start and amount, not from till.

can u help me?

Jump to: