Author

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

hero member
Activity: 714
Merit: 500

I cannot find the specs on that CPU, is this a laptop?

When you say your at 2min for reading a block, does that mean it takes you 2min to scan your plot file?

I compared a AMD A4-4000 to my old Intel E5800 and the specs are sorta similar so I'm guessing your processor is similar to mine.

Everyone keeps saying that hard disk space is all that matters, but this is very misleading.  You also need a CPU that can process the data and a decent hard drive connection interface to get the data from the drive and into the CPU.  The hard-drive connection is more important that the CPU.

What is your stagger size on that 5TB plot?  If 8GB ram I am guessing your stagger is not greater than 10000.  What is your hard-drive connection?  if your reading this through USB 2.0 your max on paper read rate will be 60MB/s but take into account overhead and a low plot stagger and your probably looking at ~30MB/s.

I believe that 256MB/TB of plot size is read during each block (dev post on POC vs POCv2), if this is so then at 30MB/s it would take a USB 2.0 ~43 seconds to read the plot.  If your using windows go to the performance monitor --> Disks and watch the read rate for your drive, you can do the same thing in Linux.  This will give you an idea of were you are.

With the CPU I compared your's to I am able to read ~8TB of plots across 5 drives in about 35 seconds.  This speed will increase once I optimize my larger 3TB plots.

Reading a plot that is optimized will utilize your drives sequential read specifications.  Reading a plot that has a low stagger will utilize your drives random read specifications.  I higher stagger will move closer to optimized levels.  I have not created a graph showing this relationship so I do not know the cut-off point but there is a significant difference between the two ends of the scale.

Download a utility like CrystalDiskMark http://crystalmark.info/software/CrystalDiskMark/index-e.html or HDTune and see what your drive is capable of, especially the sequential read indicator, this will be the max you can read with an optimized plot.  Doing this will help pin point the bottle neck, and I am guessing it is not the CPU but a combination of hard drive connection type and low stagger.

* Edit * I just re-read your post, I missed the 4 x 5TB part.  Sorry.  But still basic benchmark testing to find bottle necks still applies.

Good-Luck

Mmmm... I was thinking to try mining with raspberry pi b+ to save electricity, and I don't it is possible now after reading you post above. I think that the reason why I did not see anyone mine burstcoin with raspberry pi yet...
full member
Activity: 129
Merit: 100
I saw him a few times in IRC I thought last week,  he showed up after his name was mentioned 3 times.... Kinda like Beatle-Juice.

The next post will be Uray  Tongue
|
|
V
legendary
Activity: 1932
Merit: 1042
https://locktrip.com/?refId=40964
Uray seems to have disappeared, strange it was right after my declining his offer to purchase all of his projects. Hoping he's in good health, and okay.

I hope uray is ok.
I mine over is pool from he start Singapore servers and then EU servers.
Great developer!
But....

The he disappear...

i hope he is fine.

Come back soon uray!
sr. member
Activity: 462
Merit: 250
Uray seems to have disappeared, strange it was right after my declining his offer to purchase all of his projects. Hoping he's in good health, and okay.

I talked with him after that and he said he then would be away a couple of weeks in January. Really hopes he come back, he is/was a vital part of BURST.
legendary
Activity: 2282
Merit: 1072
https://crowetic.com | https://qortal.org
Uray seems to have disappeared, strange it was right after my declining his offer to purchase all of his projects. Hoping he's in good health, and okay.
hero member
Activity: 527
Merit: 500
What about https://wallet.burstcoin.io ?
Is it legit ?
Can it be trusted , is it safe to use ?

If I recall correctly, that is uray's online wallet project and is ok.

Wait for more confirmations though, just to be on the safe side that I am not misremembering

Wallet Version 1.5.0 ... i wouldn't use that atm, even IF password is safe.

Damn, uray is in the future Cheesy

On a more serious note, I haven't used it and haven't seen uray in a while so it is quite likely that the project is out of date

Sry, Wallet Version 1.1.5 ... fixed it.

My bad mate, it was quite obvious that you mean 1.1.5. Was just some good natured trolling that is all.
sr. member
Activity: 257
Merit: 255
What about https://wallet.burstcoin.io ?
Is it legit ?
Can it be trusted , is it safe to use ?

If I recall correctly, that is uray's online wallet project and is ok.

Wait for more confirmations though, just to be on the safe side that I am not misremembering

Wallet Version 1.5.0 ... i wouldn't use that atm, even IF password is safe.

Damn, uray is in the future Cheesy

On a more serious note, I haven't used it and haven't seen uray in a while so it is quite likely that the project is out of date

Sry, Wallet Version 1.1.5 ... fixed it.
hero member
Activity: 527
Merit: 500
What about https://wallet.burstcoin.io ?
Is it legit ?
Can it be trusted , is it safe to use ?

If I recall correctly, that is uray's online wallet project and is ok.

Wait for more confirmations though, just to be on the safe side that I am not misremembering

Wallet Version 1.5.0 ... i wouldn't use that atm, even IF password is safe.

Damn, uray is in the future Cheesy

On a more serious note, I haven't used it and haven't seen uray in a while so it is quite likely that the project is out of date
sr. member
Activity: 257
Merit: 255
What about https://wallet.burstcoin.io ?
Is it legit ?
Can it be trusted , is it safe to use ?

If I recall correctly, that is uray's online wallet project and is ok.

Wait for more confirmations though, just to be on the safe side that I am not misremembering

Wallet Version 1.1.5 ... i wouldn't use that atm, even IF password is safe.
legendary
Activity: 2282
Merit: 1072
https://crowetic.com | https://qortal.org
a few things

-download page on official website doesnt work and has broken images
-twitter page has no logo or link to main website
-readme.txt contains no instructions beyond telling people how to sync clocks so I can't figure out how to get the wallet running; if I try and run the bat file I get an error saying I need Java despite already having it installed.

as far as the last part goes, you will likely have to change the location that the bat is looking for java, java 8 was released, and the bat was not updated for it...

I.E.

old code in bat...

Code:
@ECHO OFF
IF EXIST java (
start "BURST" java -cp burst.jar;lib\*;conf nxt.Nxt
) ELSE (
IF EXIST "%PROGRAMFILES%\Java\jre7" (
start "BURST" "%PROGRAMFILES%\Java\jre7\bin\java.exe" -cp burst.jar;lib\*;conf nxt.Nxt
) ELSE (
IF EXIST "%PROGRAMFILES(X86)%\Java\jre7" (
start "BURST" "%PROGRAMFILES(X86)%\Java\jre7\bin\java.exe" -cp burst.jar;lib\*;conf nxt.Nxt
) ELSE (
ECHO Java software not found on your system. Please go to http://java.com/en/ to download a copy of Java.
PAUSE
)
)
)


new code changes necessary...

Code:
@ECHO OFF
IF EXIST java (
start "BURST" java -cp burst.jar;lib\*;conf nxt.Nxt
) ELSE (
IF EXIST "%PROGRAMFILES%\Java\jre1.8.0_31\bin\java.exe" (
start "BURST" "%PROGRAMFILES%\Java\jre1.8.0_31\bin\java.exe" -cp burst.jar;lib\*;conf nxt.Nxt
) ELSE (
IF EXIST "%PROGRAMFILES(X86)%\Java\jre7" (
start "BURST" "%PROGRAMFILES(X86)%\Java\jre7\bin\java.exe" -cp burst.jar;lib\*;conf nxt.Nxt
) ELSE (
ECHO Java software not found on your system. Please go to http://java.com/en/ to download a copy of Java.
PAUSE
)
)
)

legendary
Activity: 2282
Merit: 1072
https://crowetic.com | https://qortal.org
Due to scams of several BTC, Wulfcastle is no longer in anyway associated with BURST's community PR Team.

Do not do business with him.


you need to add this to the trust system to protect others



Personally I wasn't scammed, I'm only very angry, but I really hope those who were victims use the trust system, just as you say.

Oh, we will.
sr. member
Activity: 462
Merit: 250
a few things

-download page on official website doesnt work and has broken images
-twitter page has no logo or link to main website
-readme.txt contains no instructions beyond telling people how to sync clocks so I can't figure out how to get the wallet running; if I try and run the bat file I get an error saying I need Java despite already having it installed.

The site is being redeveloped due to issues described a few pages back.
https://twitter.com/real_BURSTCOIN does infact have a logo

Java is a bit trickier, out of the box you need java7. Burst is reported to work with java8 but you'd need to edit files yourself to change the references from java7 to java8. Also, mac people for example have had to get jdk in some cases, not only jre.

Crowetic's guide has it laid out well https://docs.google.com/document/d/1ytq47AmQZ1rzjoFuMW33c82JkuJ1L61Pdp95ZLbi3-k/edit?usp=sharing

I really like this coin but when will the mining deflation slow down?

What exactly do you mean? Block reward decreases 5% a month



It does work. We had to develop a whole new site due to the scams, so right now the site is far from perfect - but people are working hard to recreate it as I write this. Please understand that we are doing the best we can and work hard.

These scams that the PR Team was victims of highlight another thing: We in the Team not only invest time but also considerable of our own money. We'll therefore set up donation accounts to hopefully support some of our expenses. Work will we always do for free, but without some help with funding development simply goes slower - and that shows in the price. With donations we could to larger extent then now hire external people to do certain things.

We're still figuring out how to set up the donation addresses securely, but we'll post about it shortly, hoping for some support of BURST's future.
hero member
Activity: 527
Merit: 500
What about https://wallet.burstcoin.io ?
Is it legit ?
Can it be trusted , is it safe to use ?

If I recall correctly, that is uray's online wallet project and is ok.

Wait for more confirmations though, just to be on the safe side that I am not misremembering
sr. member
Activity: 269
Merit: 252
What about https://wallet.burstcoin.io ?
Is it legit ?
Can it be trusted , is it safe to use ?
sr. member
Activity: 462
Merit: 250
Due to scams of several BTC, Wulfcastle is no longer in anyway associated with BURST's community PR Team.

Do not do business with him.


you need to add this to the trust system to protect others



Personally I wasn't scammed, I'm only very angry, but I really hope those who were victims use the trust system, just as you say.
legendary
Activity: 1582
Merit: 1019
011110000110110101110010
Due to scams of several BTC, Wulfcastle is no longer in anyway associated with BURST's community PR Team.

Do not do business with him.


you need to add this to the trust system to protect others

hero member
Activity: 527
Merit: 500
a few things

-download page on official website doesnt work and has broken images
-twitter page has no logo or link to main website
-readme.txt contains no instructions beyond telling people how to sync clocks so I can't figure out how to get the wallet running; if I try and run the bat file I get an error saying I need Java despite already having it installed.

The site is being redeveloped due to issues described a few pages back.
https://twitter.com/real_BURSTCOIN does infact have a logo

Java is a bit trickier, out of the box you need java7. Burst is reported to work with java8 but you'd need to edit files yourself to change the references from java7 to java8. Also, mac people for example have had to get jdk in some cases, not only jre.

Crowetic's guide has it laid out well https://docs.google.com/document/d/1ytq47AmQZ1rzjoFuMW33c82JkuJ1L61Pdp95ZLbi3-k/edit?usp=sharing

I really like this coin but when will the mining deflation slow down?

What exactly do you mean? Block reward decreases 5% a month
sr. member
Activity: 466
Merit: 250
Twitter Follow for no BS crypto: @SecretsOfCrypto
I really like this coin but when will the mining deflation slow down?
hero member
Activity: 522
Merit: 500
a few things

-download page on official website doesnt work and has broken images
-twitter page has no logo or link to main website
-readme.txt contains no instructions beyond telling people how to sync clocks so I can't figure out how to get the wallet running; if I try and run the bat file I get an error saying I need Java despite already having it installed.
legendary
Activity: 2282
Merit: 1072
https://crowetic.com | https://qortal.org
Hmmm, thanks for the help. I'll throw more memory at it and see what happens later today. The SSD isn't sitting at 100% utilization though or anywhere close to it. It seems like it's all a CPU bottleneck.


Memory upgrade and CPU overclocking is what I would try first. Also, make sure your page file is set to AUTO for the drives. I noticed that when I manually set the pagefile, nasty things happened.
Jump to: