Author

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

hero member
Activity: 820
Merit: 1000
So nobody has figured out how to generate the plots quicker yet?  I think I have a solution that should generate them anywhere from 100-500 times faster.  If I get it up and running (give me half a day) I'll let you know Smiley
I assume this is a gpu solution? If so, glad to see someone else doing it so I don't have to Smiley
Actually no, nothing as involved as that.  I started looking at re-writing it in C++ (which would be more efficient for sure) then it dawned on me that this can be done in a much simpler way, though probably not a way suitable for everyone.  The creation of the plots requires a lot of computing power, but only needs to be done once.  So my not-so-pretty solution is simply to distribute the plot creation out to a farm Smiley  If I can get it working, I think I should be able to achieve upwards of 1TB an hour, maybe 10x this if I have my calculations correct.  In theory I could produce plots for other people, but creation speed would be limited by their internet connection so not really practical Smiley
True... i rented cpu cloud but plots uploading is limited by my 100mb/s internet Sad
Need local solution to run it in NAS (PC) directly...
Ah cool not just me then!  Why store is locally?  Cloud storage is pretty cheap these days.  There's tools to allow you to use s3 like a mounted drive for example.
s3 wouldn't work too well. if you cloud store it you'd have to be able to run the miner there too, because transfer when mining would be too slow
Ah the miner has to read the plots of course.  I think there is a viable solution using AWS with EBS, using NFS to allow the plot creation to be farmed.  Once complete you can just run 1 small instance to mine as it has little to do other than read the file to check the nonces right?
EBS pricing is too high though. renting 2TB for one month is more expensive than just purchasing a drive.
You're spoiling my fun!!  I have it mostly set up now! You are right, 1TB is $100 a month, but then again I can mine on it for a week whilst downloading the plots locally...
To continue spoiling your fun a decent processor can easily do 30 plots/s, but can you download at 30 * 256KB = 7.5MB/s?
No, but if I can generate at 1-10TB an hour, I can be up and mining with a large amount of plots within a few hours and earning blocks.  Then while this is running I can download the plots locally over the course of several days
sr. member
Activity: 280
Merit: 250
So nobody has figured out how to generate the plots quicker yet?  I think I have a solution that should generate them anywhere from 100-500 times faster.  If I get it up and running (give me half a day) I'll let you know Smiley
I assume this is a gpu solution? If so, glad to see someone else doing it so I don't have to Smiley
Actually no, nothing as involved as that.  I started looking at re-writing it in C++ (which would be more efficient for sure) then it dawned on me that this can be done in a much simpler way, though probably not a way suitable for everyone.  The creation of the plots requires a lot of computing power, but only needs to be done once.  So my not-so-pretty solution is simply to distribute the plot creation out to a farm Smiley  If I can get it working, I think I should be able to achieve upwards of 1TB an hour, maybe 10x this if I have my calculations correct.  In theory I could produce plots for other people, but creation speed would be limited by their internet connection so not really practical Smiley
True... i rented cpu cloud but plots uploading is limited by my 100mb/s internet Sad
Need local solution to run it in NAS (PC) directly...
Ah cool not just me then!  Why store is locally?  Cloud storage is pretty cheap these days.  There's tools to allow you to use s3 like a mounted drive for example.
s3 wouldn't work too well. if you cloud store it you'd have to be able to run the miner there too, because transfer when mining would be too slow
Ah the miner has to read the plots of course.  I think there is a viable solution using AWS with EBS, using NFS to allow the plot creation to be farmed.  Once complete you can just run 1 small instance to mine as it has little to do other than read the file to check the nonces right?
EBS pricing is too high though. renting 2TB for one month is more expensive than just purchasing a drive.
You're spoiling my fun!!  I have it mostly set up now! You are right, 1TB is $100 a month, but then again I can mine on it for a week whilst downloading the plots locally...
To continue spoiling your fun a decent processor can easily do 30 plots/s, but can you download at 30 * 256KB = 7.5MB/s?
hero member
Activity: 820
Merit: 1000
So nobody has figured out how to generate the plots quicker yet?  I think I have a solution that should generate them anywhere from 100-500 times faster.  If I get it up and running (give me half a day) I'll let you know Smiley
I assume this is a gpu solution? If so, glad to see someone else doing it so I don't have to Smiley
Actually no, nothing as involved as that.  I started looking at re-writing it in C++ (which would be more efficient for sure) then it dawned on me that this can be done in a much simpler way, though probably not a way suitable for everyone.  The creation of the plots requires a lot of computing power, but only needs to be done once.  So my not-so-pretty solution is simply to distribute the plot creation out to a farm Smiley  If I can get it working, I think I should be able to achieve upwards of 1TB an hour, maybe 10x this if I have my calculations correct.  In theory I could produce plots for other people, but creation speed would be limited by their internet connection so not really practical Smiley
True... i rented cpu cloud but plots uploading is limited by my 100mb/s internet Sad
Need local solution to run it in NAS (PC) directly...
Ah cool not just me then!  Why store is locally?  Cloud storage is pretty cheap these days.  There's tools to allow you to use s3 like a mounted drive for example.
s3 wouldn't work too well. if you cloud store it you'd have to be able to run the miner there too, because transfer when mining would be too slow
Ah the miner has to read the plots of course.  I think there is a viable solution using AWS with EBS, using NFS to allow the plot creation to be farmed.  Once complete you can just run 1 small instance to mine as it has little to do other than read the file to check the nonces right?
EBS pricing is too high though. renting 2TB for one month is more expensive than just purchasing a drive.
You're spoiling my fun!!  I have it mostly set up now! You are right, 1TB is $100 a month, but then again I can mine on it for a week whilst downloading the plots locally...
newbie
Activity: 41
Merit: 0
selling 10k - 200k BURST,  pm me
sr. member
Activity: 280
Merit: 250
So nobody has figured out how to generate the plots quicker yet?  I think I have a solution that should generate them anywhere from 100-500 times faster.  If I get it up and running (give me half a day) I'll let you know Smiley
I assume this is a gpu solution? If so, glad to see someone else doing it so I don't have to Smiley
Actually no, nothing as involved as that.  I started looking at re-writing it in C++ (which would be more efficient for sure) then it dawned on me that this can be done in a much simpler way, though probably not a way suitable for everyone.  The creation of the plots requires a lot of computing power, but only needs to be done once.  So my not-so-pretty solution is simply to distribute the plot creation out to a farm Smiley  If I can get it working, I think I should be able to achieve upwards of 1TB an hour, maybe 10x this if I have my calculations correct.  In theory I could produce plots for other people, but creation speed would be limited by their internet connection so not really practical Smiley
True... i rented cpu cloud but plots uploading is limited by my 100mb/s internet Sad
Need local solution to run it in NAS (PC) directly...
Ah cool not just me then!  Why store is locally?  Cloud storage is pretty cheap these days.  There's tools to allow you to use s3 like a mounted drive for example.
s3 wouldn't work too well. if you cloud store it you'd have to be able to run the miner there too, because transfer when mining would be too slow
Ah the miner has to read the plots of course.  I think there is a viable solution using AWS with EBS, using NFS to allow the plot creation to be farmed.  Once complete you can just run 1 small instance to mine as it has little to do other than read the file to check the nonces right?
EBS pricing is too high though. renting 2TB for one month is more expensive than just purchasing a drive.

EDIT:
Actually, just saw this:
Data Transfer OUT From Amazon S3 To
Amazon EC2 in the Northern Virginia Region   $0.000 per GB

so one might be able to abuse that.
hero member
Activity: 820
Merit: 1000
So nobody has figured out how to generate the plots quicker yet?  I think I have a solution that should generate them anywhere from 100-500 times faster.  If I get it up and running (give me half a day) I'll let you know Smiley
I assume this is a gpu solution? If so, glad to see someone else doing it so I don't have to Smiley
Actually no, nothing as involved as that.  I started looking at re-writing it in C++ (which would be more efficient for sure) then it dawned on me that this can be done in a much simpler way, though probably not a way suitable for everyone.  The creation of the plots requires a lot of computing power, but only needs to be done once.  So my not-so-pretty solution is simply to distribute the plot creation out to a farm Smiley  If I can get it working, I think I should be able to achieve upwards of 1TB an hour, maybe 10x this if I have my calculations correct.  In theory I could produce plots for other people, but creation speed would be limited by their internet connection so not really practical Smiley
True... i rented cpu cloud but plots uploading is limited by my 100mb/s internet Sad
Need local solution to run it in NAS (PC) directly...
Ah cool not just me then!  Why store is locally?  Cloud storage is pretty cheap these days.  There's tools to allow you to use s3 like a mounted drive for example.
s3 wouldn't work too well. if you cloud store it you'd have to be able to run the miner there too, because transfer when mining would be too slow
Ah the miner has to read the plots of course.  I think there is a viable solution using AWS with EBS, using NFS to allow the plot creation to be farmed.  Once complete you can just run 1 small instance to mine as it has little to do other than read the file to check the nonces right?
sr. member
Activity: 280
Merit: 250
So nobody has figured out how to generate the plots quicker yet?  I think I have a solution that should generate them anywhere from 100-500 times faster.  If I get it up and running (give me half a day) I'll let you know Smiley
I assume this is a gpu solution? If so, glad to see someone else doing it so I don't have to Smiley
Actually no, nothing as involved as that.  I started looking at re-writing it in C++ (which would be more efficient for sure) then it dawned on me that this can be done in a much simpler way, though probably not a way suitable for everyone.  The creation of the plots requires a lot of computing power, but only needs to be done once.  So my not-so-pretty solution is simply to distribute the plot creation out to a farm Smiley  If I can get it working, I think I should be able to achieve upwards of 1TB an hour, maybe 10x this if I have my calculations correct.  In theory I could produce plots for other people, but creation speed would be limited by their internet connection so not really practical Smiley
True... i rented cpu cloud but plots uploading is limited by my 100mb/s internet Sad
Need local solution to run it in NAS (PC) directly...
Ah cool not just me then!  Why store is locally?  Cloud storage is pretty cheap these days.  There's tools to allow you to use s3 like a mounted drive for example.
s3 wouldn't work too well. if you cloud store it you'd have to be able to run the miner there too, because transfer when mining would be too slow
hero member
Activity: 820
Merit: 1000
So nobody has figured out how to generate the plots quicker yet?  I think I have a solution that should generate them anywhere from 100-500 times faster.  If I get it up and running (give me half a day) I'll let you know Smiley
I assume this is a gpu solution? If so, glad to see someone else doing it so I don't have to Smiley
Actually no, nothing as involved as that.  I started looking at re-writing it in C++ (which would be more efficient for sure) then it dawned on me that this can be done in a much simpler way, though probably not a way suitable for everyone.  The creation of the plots requires a lot of computing power, but only needs to be done once.  So my not-so-pretty solution is simply to distribute the plot creation out to a farm Smiley  If I can get it working, I think I should be able to achieve upwards of 1TB an hour, maybe 10x this if I have my calculations correct.  In theory I could produce plots for other people, but creation speed would be limited by their internet connection so not really practical Smiley
True... i rented cpu cloud but plots uploading is limited by my 100mb/s internet Sad
Need local solution to run it in NAS (PC) directly...
Ah cool not just me then!  Why store is locally?  Cloud storage is pretty cheap these days.  There's tools to allow you to use s3 like a mounted drive for example.
sr. member
Activity: 280
Merit: 250
So nobody has figured out how to generate the plots quicker yet?  I think I have a solution that should generate them anywhere from 100-500 times faster.  If I get it up and running (give me half a day) I'll let you know Smiley
I assume this is a gpu solution? If so, glad to see someone else doing it so I don't have to Smiley
Actually no, nothing as involved as that.  I started looking at re-writing it in C++ (which would be more efficient for sure) then it dawned on me that this can be done in a much simpler way, though probably not a way suitable for everyone.  The creation of the plots requires a lot of computing power, but only needs to be done once.  So my not-so-pretty solution is simply to distribute the plot creation out to a farm Smiley  If I can get it working, I think I should be able to achieve upwards of 1TB an hour, maybe 10x this if I have my calculations correct.  In theory I could produce plots for other people, but creation speed would be limited by their internet connection so not really practical Smiley
I thought about that once also, but the networking speed was a deal killer, since there really isn't any mining benefit over having each machine generate its own set of plots, then just grabbing all the hdds.

You might not be able plot for other people online like that, but you could sell them pre-plotted hdds.(wonder if there'd actually be any takers on that one.)
sr. member
Activity: 272
Merit: 250
So nobody has figured out how to generate the plots quicker yet?  I think I have a solution that should generate them anywhere from 100-500 times faster.  If I get it up and running (give me half a day) I'll let you know Smiley
I assume this is a gpu solution? If so, glad to see someone else doing it so I don't have to Smiley
Actually no, nothing as involved as that.  I started looking at re-writing it in C++ (which would be more efficient for sure) then it dawned on me that this can be done in a much simpler way, though probably not a way suitable for everyone.  The creation of the plots requires a lot of computing power, but only needs to be done once.  So my not-so-pretty solution is simply to distribute the plot creation out to a farm Smiley  If I can get it working, I think I should be able to achieve upwards of 1TB an hour, maybe 10x this if I have my calculations correct.  In theory I could produce plots for other people, but creation speed would be limited by their internet connection so not really practical Smiley
True... i rented cpu cloud but plots uploading is limited by my 100mb/s internet Sad
Need local solution to run it in NAS (PC) directly...

hero member
Activity: 820
Merit: 1000
So nobody has figured out how to generate the plots quicker yet?  I think I have a solution that should generate them anywhere from 100-500 times faster.  If I get it up and running (give me half a day) I'll let you know Smiley
I assume this is a gpu solution? If so, glad to see someone else doing it so I don't have to Smiley
Actually no, nothing as involved as that.  I started looking at re-writing it in C++ (which would be more efficient for sure) then it dawned on me that this can be done in a much simpler way, though probably not a way suitable for everyone.  The creation of the plots requires a lot of computing power, but only needs to be done once.  So my not-so-pretty solution is simply to distribute the plot creation out to a farm Smiley  If I can get it working, I think I should be able to achieve upwards of 1TB an hour, maybe 10x this if I have my calculations correct.  In theory I could produce plots for other people, but creation speed would be limited by their internet connection so not really practical Smiley
sr. member
Activity: 280
Merit: 250
So nobody has figured out how to generate the plots quicker yet?  I think I have a solution that should generate them anywhere from 100-500 times faster.  If I get it up and running (give me half a day) I'll let you know Smiley
I assume this is a gpu solution? If so, glad to see someone else doing it so I don't have to Smiley
hero member
Activity: 820
Merit: 1000
So nobody has figured out how to generate the plots quicker yet?  I think I have a solution that should generate them anywhere from 100-500 times faster.  If I get it up and running (give me half a day) I'll let you know Smiley
sr. member
Activity: 280
Merit: 250
Am new to NXT based coins. I just received 40K from a trade. Should I secure it in any way? All I have done is run the .bat and log in with my seed in a web browser.

http://www.thenxtwiki.org/wiki/How-To:CreateAccount

Quote
Until you send some Nxt from your account, it will be protected only by 64-bit entropy. As soon as one outgoing transaction is made your account will receive a public key and it will be protected by 256-bit entropy, much more secure. As a result, we recommend issuing a transaction (by sending Nxt, registering an alias, or sending a message) as soon as possible after Nxt is deposited into your account for the first time.
In burst, mining a block also will do the protection upgrade
sr. member
Activity: 257
Merit: 255
Am new to NXT based coins. I just received 40K from a trade. Should I secure it in any way? All I have done is run the .bat and log in with my seed in a web browser.

just ensure your passphrase is complex and secure ...
I used the random generated one it presented to me. Will this suffice?

depends on length ... use >30 chars: letters (upper and lower case), numbers, symbols ... that should be safe!
hero member
Activity: 750
Merit: 511
Am new to NXT based coins. I just received 40K from a trade. Should I secure it in any way? All I have done is run the .bat and log in with my seed in a web browser.

http://www.thenxtwiki.org/wiki/How-To:CreateAccount

Quote
Until you send some Nxt from your account, it will be protected only by 64-bit entropy. As soon as one outgoing transaction is made your account will receive a public key and it will be protected by 256-bit entropy, much more secure. As a result, we recommend issuing a transaction (by sending Nxt, registering an alias, or sending a message) as soon as possible after Nxt is deposited into your account for the first time.
sr. member
Activity: 280
Merit: 250
Am new to NXT based coins. I just received 40K from a trade. Should I secure it in any way? All I have done is run the .bat and log in with my seed in a web browser.

just ensure your passphrases is complex and secure ...
One more thing is you should make an outgoing transaction. Your full public key isn't saved into the blockchain until you do. Almost any type of transaction will suffice, send yourself 1 burst, or buy an alias, or set your account name.

Assuming this is you:
http://127.0.0.1:8125/burst?requestType=getAccountPublicKey&account=BURST-ZEN7-MS5U-L59L-5UK39
shows if your key is saved or not
member
Activity: 84
Merit: 10
Alright, I have come up with another question...


I have a system with 3 2TB drives in it. I am currently plotting them all, my question is this... Do I need to run multiple copies of the miner? Or will the one miner see all 3 drives? Right Now I have 3 copies running and it seems to work, but yea, I would like to know if I actually have to do that or not.

Thanks!

you can use mklink in windows or ln -s in linux, to mapping files in just one drive, then you can just open one miner.

If you are going to use one miner with different plot files be sure to NOT use overlapping nonces.
full member
Activity: 238
Merit: 100
Alright, I have come up with another question...


I have a system with 3 2TB drives in it. I am currently plotting them all, my question is this... Do I need to run multiple copies of the miner? Or will the one miner see all 3 drives? Right Now I have 3 copies running and it seems to work, but yea, I would like to know if I actually have to do that or not.

Thanks!

you can use mklink in windows or ln -s in linux, to mapping files in just one drive, then you can just open one miner.
member
Activity: 97
Merit: 10
Am new to NXT based coins. I just received 40K from a trade. Should I secure it in any way? All I have done is run the .bat and log in with my seed in a web browser.

just ensure your passphrase is complex and secure ...

I used the random generated one it presented to me. Will this suffice?
Jump to: