Author

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

hero member
Activity: 686
Merit: 500
so i get 14 block in row no valid share with 30 gb plot... its that possible or i do something wrong ? Sad

I think you will get 1000 blocks in a row with no valid shares with 30 gb plot! You have to increase your mining power!

heh thats sad so how big plot i need ? 500 gb atleast for start is enought ?

Yes, it's a good start on pool mining!
sr. member
Activity: 358
Merit: 251
so i get 14 block in row no valid share with 30 gb plot... its that possible or i do something wrong ? Sad

I think you will get 1000 blocks in a row with no valid shares with 30 gb plot! You have to increase your mining power!

heh thats sad so how big plot i need ? 500 gb atleast for start is enought ?
hero member
Activity: 686
Merit: 500
so i get 14 block in row no valid share with 30 gb plot... its that possible or i do something wrong ? Sad

I think you will get 1000 blocks in a row with no valid shares with 30 gb plot! You have to increase your mining power!
sr. member
Activity: 358
Merit: 251
so i get 14 block in row no valid share with 30 gb plot... its that possible or i do something wrong ? Sad
legendary
Activity: 1582
Merit: 1019
011110000110110101110010
Quote
HD 1 C:\Windows\SysWOW64\java -Xmx1000m -cp pocminer.jar;lib/*;lib/akka/*;lib/jetty/* pocminer.POCMiner generate 4651495086655359966 1 10800000 1000 4
HD 2 C:\Windows\SysWOW64\java -Xmx1000m -cp pocminer.jar;lib/*;lib/akka/*;lib/jetty/* pocminer.POCMiner generate 4651495086655359966 1 5400000 1000 4
HD 3 C:\Windows\SysWOW64\java -Xmx1000m -cp pocminer.jar;lib/*;lib/akka/*;lib/jetty/* pocminer.POCMiner generate 4651495086655359966 1 3720000 1000 4
HD 4 C:\Windows\SysWOW64\java -Xmx1000m -cp pocminer.jar;lib/*;lib/akka/*;lib/jetty/* pocminer.POCMiner generate 4651495086655359966 1 2840000 1000 4
HD 5 C:\Windows\SysWOW64\java -Xmx1000m -cp pocminer.jar;lib/*;lib/akka/*;lib/jetty/* pocminer.POCMiner generate 4651495086655359966 1 2400000 1000 4
HD 6 C:\Windows\SysWOW64\java -Xmx1000m -cp pocminer.jar;lib/*;lib/akka/*;lib/jetty/* pocminer.POCMiner generate 4651495086655359966 1 3200000 1000 4

They all overlap  Sad

> 4651495086655359966 1 10800000 1000 4

this generates nonces from 1 to (1+ 10800000 -1)

the next one generates the same nonces.

The second one should be:
HD 2 C:\Windows\SysWOW64\java -Xmx1000m -cp pocminer.jar;lib/*;lib/akka/*;lib/jetty/* pocminer.POCMiner generate 4651495086655359966 10800000 5400000 1000 4

then:
HD 3 C:\Windows\SysWOW64\java -Xmx1000m -cp pocminer.jar;lib/*;lib/akka/*;lib/jetty/* pocminer.POCMiner generate 4651495086655359966 16200000 3720000 1000 4

I'm afraid you have to delete Your plots on HD2 to HD6 and redo them.


No problem. Still learning. Thanks for the heads up.
sr. member
Activity: 280
Merit: 250
Quote
HD 1 C:\Windows\SysWOW64\java -Xmx1000m -cp pocminer.jar;lib/*;lib/akka/*;lib/jetty/* pocminer.POCMiner generate 4651495086655359966 1 10800000 1000 4
HD 2 C:\Windows\SysWOW64\java -Xmx1000m -cp pocminer.jar;lib/*;lib/akka/*;lib/jetty/* pocminer.POCMiner generate 4651495086655359966 1 5400000 1000 4
HD 3 C:\Windows\SysWOW64\java -Xmx1000m -cp pocminer.jar;lib/*;lib/akka/*;lib/jetty/* pocminer.POCMiner generate 4651495086655359966 1 3720000 1000 4
HD 4 C:\Windows\SysWOW64\java -Xmx1000m -cp pocminer.jar;lib/*;lib/akka/*;lib/jetty/* pocminer.POCMiner generate 4651495086655359966 1 2840000 1000 4
HD 5 C:\Windows\SysWOW64\java -Xmx1000m -cp pocminer.jar;lib/*;lib/akka/*;lib/jetty/* pocminer.POCMiner generate 4651495086655359966 1 2400000 1000 4
HD 6 C:\Windows\SysWOW64\java -Xmx1000m -cp pocminer.jar;lib/*;lib/akka/*;lib/jetty/* pocminer.POCMiner generate 4651495086655359966 1 3200000 1000 4

They all overlap  Sad

> 4651495086655359966 1 10800000 1000 4

this generates nonces from 1 to (1+ 10800000 -1)

the next one generates the same nonces.

The second one should be:
HD 2 C:\Windows\SysWOW64\java -Xmx1000m -cp pocminer.jar;lib/*;lib/akka/*;lib/jetty/* pocminer.POCMiner generate 4651495086655359966 10800000 5400000 1000 4

then:
HD 3 C:\Windows\SysWOW64\java -Xmx1000m -cp pocminer.jar;lib/*;lib/akka/*;lib/jetty/* pocminer.POCMiner generate 4651495086655359966 16200000 3720000 1000 4

I'm afraid you have to delete Your plots on HD2 to HD6 and redo them.
legendary
Activity: 1582
Merit: 1019
011110000110110101110010
Does this mean that I am mining successfully?

Some of them have the same deadlines -> are they using the same plot files? That wont get you any more blocks.

Anyway these deadlines are quite high. How large are your plots?

Unless I messed up I am generating plots from scratch. I did not copy plot data over. I created an empty folder called plots. Other than that I copied the complete contents of burst_1.0.3 and pocminer_v1 over to the root of each drive. I changed the plot size of each based on the following formula:

I set the plots using this formula TB/1000/200 * 800000.

And then I ran the run_generate.bat file

HD 1 C:\Windows\SysWOW64\java -Xmx1000m -cp pocminer.jar;lib/*;lib/akka/*;lib/jetty/* pocminer.POCMiner generate 4651495086655359966 1 10800000 1000 4
HD 2 C:\Windows\SysWOW64\java -Xmx1000m -cp pocminer.jar;lib/*;lib/akka/*;lib/jetty/* pocminer.POCMiner generate 4651495086655359966 1 5400000 1000 4
HD 3 C:\Windows\SysWOW64\java -Xmx1000m -cp pocminer.jar;lib/*;lib/akka/*;lib/jetty/* pocminer.POCMiner generate 4651495086655359966 1 3720000 1000 4
HD 4 C:\Windows\SysWOW64\java -Xmx1000m -cp pocminer.jar;lib/*;lib/akka/*;lib/jetty/* pocminer.POCMiner generate 4651495086655359966 1 2840000 1000 4
HD 5 C:\Windows\SysWOW64\java -Xmx1000m -cp pocminer.jar;lib/*;lib/akka/*;lib/jetty/* pocminer.POCMiner generate 4651495086655359966 1 2400000 1000 4
HD 6 C:\Windows\SysWOW64\java -Xmx1000m -cp pocminer.jar;lib/*;lib/akka/*;lib/jetty/* pocminer.POCMiner generate 4651495086655359966 1 3200000 1000 4

Haswell chip 32 GB RAM

I'll shut them all down and restart and see if I started one twice by mistake.
sr. member
Activity: 280
Merit: 250
sr. member
Activity: 280
Merit: 250
Does this mean that I am mining successfully?

Some of them have the same deadlines -> are they using the same plot files? That wont get you any more blocks.

Anyway these deadlines are quite high. How large are your plots?
newbie
Activity: 56
Merit: 0
https://i.imgur.com/Diu15Nu.jpg
can i ask how long it take before i get any valid share ?

Depends on your luck and how many plots you have plotted.   Undecided

Does this mean that I am mining successfully?

http://coinits.com/img/burst2.jpg

Yes! Smiley
legendary
Activity: 1582
Merit: 1019
011110000110110101110010
Does this mean that I am mining successfully?

full member
Activity: 224
Merit: 100
root@burstplotter3:~/pocminer_pool_v2# CFLAGS="-O3 -march=native" gcc -o dcct dcctminer.c -lpthread
dcctminer.c:19:20: fatal error: shabal.h: No such file or directory
compilation terminated.

You're right, it also needs shabal.h/.o
Copy it over from my plotter or wait - I'm done with it soon.

this would be awesome miner, because any miner for solo, wlll work on my pool at http://burst-pool.cryptoport.io without any changes


ups sorry, one little changes is on URL

"&secretPhrase=..." need to be changed to "&accountId=..."
How use for 2 pools (V1 and V3)
legendary
Activity: 1582
Merit: 1019
011110000110110101110010
ok guys im confused.it doesnt take much for me.lol.i have not done any pool mining yet.all my plots are solo.what do i need to do to mine v2 pool.
1. Download pocminer_pool
2. move your plots folder from pocminer_v1 to pocminer_pool
3. In the mine.bat file, edit the poolip to http://178.62.39.204:8121
4. Go to http://localhost:8125/rewardassignment.html
5. At the bottom fill in your passphrase, and put BURST-8NZ9-X6AX-72BK-2KFM2 as recipient and submit. This will have a fee of 1
6. After 4 confirms, your generate address will show up in http://178.62.39.204:8121/users
7. run mine.bat

Can I move plots while they are being generated or must I wait? I'm 2 hours in on 6 TB over 5 HDs.
member
Activity: 112
Merit: 10
I've got 3 x 2TB and 1 x 3 TB HDD that I could potentially use for mining this. How many coins per day would I get If I set it to run 24/7?

sr. member
Activity: 358
Merit: 251

can i ask how long it take before i get any valid share ?
hero member
Activity: 518
Merit: 500
hey guys, im thinking about to buy new HDD just for it. What do you think about Western Digital Green 6000GB 64MB cache . Is it viable ? How many coins for a day I can expect with that ?

2x3TB are better they cost less, actually the seagate barracuda is the best for 3tb, equal cost to WD but with 7200rpm, easy to resell

man i dont care about resell them because my eshop offer to return goods back in 2 months without giving them reason if you pay 10e fee. So my plan is clear I will back that hdd after 1 month and 29 days of use im just asking if this is the best one for mining.

2x3 still cost far less than one 6tb

I bought up the last 4x open box special Seagate 4TB hdds for $120 each at Newegg, total was $516 USD after tax and free 3 day shipping via Premiere account.

3TB and 4TB hdds are the best price point at the moment.
member
Activity: 80
Merit: 10
Unifying Knowledge For Faster Insight
hello,

tried to mine solo for the past three hrs, no luck with 1 TB (still plotting...) Sad

can someone pls send 1 burst so that i can start with pool, will send it back soon Smiley

BURST-ZCVP-8TKX-J33U-G38HY

Just sent 10, good luck!
Still did not arrive Embarrassed
newbie
Activity: 28
Merit: 0
Hi Guys,

So im using the below settings and getting 2500 Nonces/minute.

./plot XXXXXXXXXXXXXXXX 1 1869824 38000 8

But if I change it too

./plot XXXXXXXXXXXXXXXX 1 1000 1000 8

I get 3500 Nonces/Minute

I have an I7 920 overclocked to 3.9Ghz with 32GB of ram.

What is the best stagger to use? A low value or a high value?

Thanks in advance

Should I be getting more Nonces/minute with that CPU? I'm using dcct's plot generator on unbuntu.

hero member
Activity: 867
Merit: 500
Somebody can send me 1 burst please for tests?
BURST-MWWU-FGXP-ASY5-CBHR2 or 11555648867816567706
Thank you! Smiley

Sent you 5
I wish you health!
 Cheesy
newbie
Activity: 28
Merit: 0
I get 3500 Nonces/Minute

I have an I7 920 overclocked to 3.9Ghz with 32GB of ram.

What is the best stagger to use? A low value or a high value?

Thanks in advance

I'm getting 3500/min on i5-2400 CPU @ 3.10GHz (under Linux).
Jump to: