Author

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

sr. member
Activity: 435
Merit: 250
How do I add more than one directory path in the conf file? can you give me an example?

http://en.wikipedia.org/wiki/JSON

hero member
Activity: 952
Merit: 500
Well this turned out to be my worst investment...wouldn't recommend clouding mining.

Will use what I made and set a buy order sub 20 sat...
sr. member
Activity: 252
Merit: 250
On dcct's new miner I keep getting this:

Code:
Could not get mining info from Node. Will retry..             
917 MB read/3671 GB total/deadline 1426805s (1426631s left)           
New block 14088, basetarget 2407011                         
21 MB read/85 GB total/deadline 711256s (711246s left)                   
Walet reported no deadline.
917 MB read/3671 GB total/deadline 117016s (116939s left)           
New block 14089, basetarget 2360711                         
317 MB read/1271 GB total/deadline 73700s (73684s left)             
Walet reported no deadline.
917 MB read/3671 GB total/deadline 73700s (73307s left)           
New block 14090, basetarget 2395043                         
0 MB read/0 GB total/no deadline                 
Walet reported no deadline.


Is this normal? If not, how do I fix it? Please help!


Can someone familiar with dcct's new miner please answer this for me?  Roll Eyes

Its not normal, pool or solo mining?

New block 14094, basetarget 2446962
1360 MB read/5440 GB total/deadline 178039s (177773s left)
New block 14095, basetarget 2505140
1360 MB read/5440 GB total/deadline 5074s (4930s left)
New block 14096, basetarget 2554054
1360 MB read/5440 GB total/deadline 520849s (520485s left)
New block 14097, basetarget 2671767
1360 MB read/5440 GB total/deadline 381845s (381787s left)
New block 14098, basetarget 2492339
1360 MB read/5440 GB total/deadline 1075203s (10748s left)
New block 14099, basetarget 2550128
1360 MB read/5440 GB total/deadline 3395s (3175s left)
New block 14100, basetarget 2586473
 
full member
Activity: 224
Merit: 100
Join http://burstpool.ddns.net people
30% of the fee will go towards developers of the windows GUI AIO tool.
full member
Activity: 224
Merit: 100
http://burstpool.ddns.net looking for miners. Everyone is welcome.


Should my conf file look like this?  


{
    "poolUrl" : "127.0.0.1:8125 burstpool.ddns.net:8124",
    "submissionMaxDelay" : 30,
    "submissionMaxRetry" : 3,
    "socketTimeout" : 60,
    "plots" :
    [
       "c:\\pocminer_v1\\plots",
       "c:\\plots"
   ]
 }

*Note: If I take the localhost out I get the passphrase error in the miner. I have no passphrases in the miner. Please advise. thanks!

delete the localhost and change reward recipient to pool address. Sent you a PM
legendary
Activity: 1288
Merit: 1002
On dcct's new miner I keep getting this:

Code:
Could not get mining info from Node. Will retry..             
917 MB read/3671 GB total/deadline 1426805s (1426631s left)           
New block 14088, basetarget 2407011                         
21 MB read/85 GB total/deadline 711256s (711246s left)                   
Walet reported no deadline.
917 MB read/3671 GB total/deadline 117016s (116939s left)           
New block 14089, basetarget 2360711                         
317 MB read/1271 GB total/deadline 73700s (73684s left)             
Walet reported no deadline.
917 MB read/3671 GB total/deadline 73700s (73307s left)           
New block 14090, basetarget 2395043                         
0 MB read/0 GB total/no deadline                 
Walet reported no deadline.


Is this normal? If not, how do I fix it? Please help!


Can someone familiar with dcct's new miner please answer this for me?  Roll Eyes
sr. member
Activity: 280
Merit: 250
The plot optimizer utility

The new version is a LOT faster!

What makes this faster?  The read and write loops look exactly the same, except for getting rid of pread, which I assume is for compatibility rather than speed.

The new one stores a lot more in memory before it writes to disk. I'm guessing this helps cut down on the disk seeking a lot.
sr. member
Activity: 462
Merit: 250
Is it better to use different plot directories with the same miner? or is it faster if we open a new miner per every hard rive?

I get better results with separate miners, but you have to use a C-based miner because multiple java-based miners can hose the memory.
sr. member
Activity: 462
Merit: 250
The plot optimizer utility

The new version is a LOT faster!

What makes this faster?  The read and write loops look exactly the same, except for getting rid of pread, which I assume is for compatibility rather than speed.
newbie
Activity: 27
Merit: 0
http://burstpool.ddns.net looking for miners. Everyone is welcome.


Should my conf file look like this?  


{
    "poolUrl" : "127.0.0.1:8125 burstpool.ddns.net:8124",
    "submissionMaxDelay" : 30,
    "submissionMaxRetry" : 3,
    "socketTimeout" : 60,
    "plots" :
    [
       "c:\\pocminer_v1\\plots",
       "c:\\plots"
   ]
 }

*Note: If I take the localhost out I get the passphrase error in the miner. I have no passphrases in the miner. Please advise. thanks!
legendary
Activity: 1288
Merit: 1002
On dcct's new miner I keep getting this:

Code:
Could not get mining info from Node. Will retry..             
917 MB read/3671 GB total/deadline 1426805s (1426631s left)           
New block 14088, basetarget 2407011                         
21 MB read/85 GB total/deadline 711256s (711246s left)                   
Walet reported no deadline.
917 MB read/3671 GB total/deadline 117016s (116939s left)           
New block 14089, basetarget 2360711                         
317 MB read/1271 GB total/deadline 73700s (73684s left)             
Walet reported no deadline.
917 MB read/3671 GB total/deadline 73700s (73307s left)           
New block 14090, basetarget 2395043                         
0 MB read/0 GB total/no deadline                 
Walet reported no deadline.


Is this normal? If not, how do I fix it? Please help!
full member
Activity: 224
Merit: 100
Now it works, I'm a genius!
I had to change the letter from upper case to lower case, not D but d!  Grin Roll Eyes

didn't make any difference for me, but hey you got it to work finally, genius  Cool

 Grin

I'm finding a lot of blocks with this version wow!  Shocked

How do I add more than one directory path in the conf file? can you give me an example?

from mining.conf included in burst-miner-win64-1.0.7z

    [
       "c:\\pocminer_v1\\plots",
       "c:\\plots"
   ]

Is it better to use different plot directories with the same miner? or is it faster if we open a new miner per every hard rive?

I don't how this is written but I don't think it uses a separate thread for each folder/drive. So basically it would read plots faster with 3 different instances of the miner each pointed to a separate folder/drive than a single miner for all 3.
Maybe Uray will come up and confirm.
I have been using it under linux and it is pretty fast.
But, Dcct's miner seems a bit faster. Both were pointed at the same 3 x 2 Tb drives
legendary
Activity: 1288
Merit: 1002
Now it works, I'm a genius!
I had to change the letter from upper case to lower case, not D but d!  Grin Roll Eyes

didn't make any difference for me, but hey you got it to work finally, genius  Cool

 Grin

I'm finding a lot of blocks with this version wow!  Shocked

How do I add more than one directory path in the conf file? can you give me an example?

from mining.conf included in burst-miner-win64-1.0.7z

    [
       "c:\\pocminer_v1\\plots",
       "c:\\plots"
   ]

Is it better to use different plot directories with the same miner? or is it faster if we open a new miner per every hard rive?
sr. member
Activity: 560
Merit: 250
anyone can modify the code so we can use this on other pools?
full member
Activity: 210
Merit: 100
Now it works, I'm a genius!
I had to change the letter from upper case to lower case, not D but d!  Grin Roll Eyes

didn't make any difference for me, but hey you got it to work finally, genius  Cool

 Grin

I'm finding a lot of blocks with this version wow!  Shocked

How do I add more than one directory path in the conf file? can you give me an example?

from mining.conf included in burst-miner-win64-1.0.7z

    [
       "c:\\pocminer_v1\\plots",
       "c:\\plots"
   ]
legendary
Activity: 1059
Merit: 1000
Now it works, I'm a genius!
I had to change the letter from upper case to lower case, not D but d!  Grin Roll Eyes

didn't make any difference for me, but hey you got it to work finally, genius  Cool

 Grin

I'm finding a lot of blocks with this version wow!  Shocked

How do I add more than one directory path in the conf file? can you give me an example?


Sure, it's very simple! Wink

Just add the paths separated by a comma

{
    "poolUrl" : "burst-pool.cryptoport.io",
    "submissionMaxDelay" : 30,
    "submissionMaxRetry" : 3,
    "socketTimeout" : 60,
    "plots" :  
    [
       "d:\\burst-pool-miner\\plots",
        "c:\\path\\plots",
        "e:\\path\\plots"
   ]
 }

Wink

Quote
How much space do you have committed to plots?  What frequency are you finding them at?

14.35 TB Wink
sr. member
Activity: 462
Merit: 250
I'm finding a lot of blocks with this version wow!  Shocked

How much space do you have committed to plots?  What frequency are you finding them at?
legendary
Activity: 1288
Merit: 1002
Now it works, I'm a genius!
I had to change the letter from upper case to lower case, not D but d!  Grin Roll Eyes

didn't make any difference for me, but hey you got it to work finally, genius  Cool

 Grin

I'm finding a lot of blocks with this version wow!  Shocked

How do I add more than one directory path in the conf file? can you give me an example?
full member
Activity: 224
Merit: 100
http://burstpool.ddns.net looking for miners. Everyone is welcome.
full member
Activity: 210
Merit: 100
Now it works, I'm a genius!
I had to change the letter from upper case to lower case, not D but d!  Grin Roll Eyes

didn't make any difference for me, but hey you got it to work finally, genius  Cool
Jump to: