Author

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

newbie
Activity: 41
Merit: 0
Sell 10K - 200K BURST
Negotiable
sr. member
Activity: 416
Merit: 250
@paulthetafy 2k burst, бpaт Smiley
full member
Activity: 194
Merit: 100
full member
Activity: 491
Merit: 100
kinda what I suspected.
the 800000 and 80000000?

i have mined since start.finally finsished plotting 1.8 TB hard drive today and i have found 32 blocks

can someone please advise on these plots settings on my primary pc:

1097082171119035817_0_204800_1000
1097082171119035817_1_800000_500
1097082171119035817_1_3200000_500 (still plotting after 2+ days)
1097082171119035817_1_80000000_500 (still plotting after 2+ days)

thinking I error'd in these plot settings, maybe I need to redo...?
not quite sure but it looks like u have plots over lapping

All of them are going to overlap...

One drive needs to be 0 204800
next drive 204801 1004801
next drive 1004802 4204802
and lastly 4204803 7404803

that way your plots are all for the same account #, but are all spaced out and will have the greatest possibility of generating a block...
newbie
Activity: 35
Merit: 0
how i can start generate plat on next HDD?

Cent Os

2-nd HDD mount on

/mnt/disk1/



please help me
hero member
Activity: 560
Merit: 500
kinda what I suspected.
the 800000 and 80000000?

i have mined since start.finally finsished plotting 1.8 TB hard drive today and i have found 32 blocks

can someone please advise on these plots settings on my primary pc:

1097082171119035817_0_204800_1000
1097082171119035817_1_800000_500
1097082171119035817_1_3200000_500 (still plotting after 2+ days)
1097082171119035817_1_80000000_500 (still plotting after 2+ days)

thinking I error'd in these plot settings, maybe I need to redo...?
not quite sure but it looks like u have plots over lapping
hero member
Activity: 644
Merit: 500
i have mined since start.finally finsished plotting 1.8 TB hard drive today and i have found 32 blocks

can someone please advise on these plots settings on my primary pc:

1097082171119035817_0_204800_1000
1097082171119035817_1_800000_500
1097082171119035817_1_3200000_500 (still plotting after 2+ days)
1097082171119035817_1_80000000_500 (still plotting after 2+ days)

thinking I error'd in these plot settings, maybe I need to redo...?
not quite sure but it looks like u have plots over lapping
hero member
Activity: 644
Merit: 500
how to increment plot generation speed?
adding CPU/RAM/SSD?
not sure how to make it quicker but i was creating 2 plots at once on my hdd
hero member
Activity: 560
Merit: 500
i have mined since start.finally finsished plotting 1.8 TB hard drive today and i have found 32 blocks

can someone please advise on these plots settings on my primary pc:

1097082171119035817_0_204800_1000
1097082171119035817_1_800000_500
1097082171119035817_1_3200000_500 (still plotting after 2+ days)
1097082171119035817_1_80000000_500 (still plotting after 2+ days)

thinking I error'd in these plot settings, maybe I need to redo...?
legendary
Activity: 1932
Merit: 1042
https://locktrip.com/?refId=40964
how to increment plot generation speed?
adding CPU/RAM/SSD?
legendary
Activity: 1484
Merit: 1000
i have mined since start.finally finsished plotting 1.8 TB hard drive today and i have found 32 blocks
Wow  Shocked
legendary
Activity: 1484
Merit: 1000

Unfortunately I STILL don't have any BURST as I don't have any spare capacity at home so haven't been able to mine at all Sad  So if anyone would like to donate some coins to offset the cost of testing all of this, my address is BURST-WADY-CBZE-HSJU-2NH5G

Many thanks!
Sent you some Burst buddy.. Thanks for trying to help burst community  Smiley
hero member
Activity: 644
Merit: 500
i have mined since start.finally finsished plotting 1.8 TB hard drive today and i have found 32 blocks
hero member
Activity: 820
Merit: 1000

thanks for sharing. sent you some for your efforts.
Many thanks!
hero member
Activity: 820
Merit: 1000
If anyone is interested, the conclusion of my test to see if I could speed up plot generation by farming it out using cluster/cloud computing is:
Yes it can be done, but it is probably not worth it.  This is what I did using Amazon EC2...

First I created a single instance (2 core) to act as the server for the plot storage and also act as the wallet server / miner.
This instance had a 1TB Elastic Block Store volume attached to it (1TB is max EBS volume size on AWS). I made this volume available to the network using NFS

I then created a "plot generator" instance with much higher CPU capacity (C3.xlarge 8 core). I mounted the shared volume so it appeared like a local disk and started creating 10GB plots
I then created a few scripts so that upon startup the instance would auto-mount the NFS volume, figure out what the last used nonce range was, and start mining from the next 10GB plot
Finally, I created an image of this instance and spooled up 100 more instances like it (spot rates, nice and cheap).

To begin with it all looked great but I soon hit the bandwidth limit of the instance I was using as the server.  In essence the server didn't have enough network bandwidth to cope with all of the data being copied to it.  This restricted plot creation to a little over 100GB / hour.  Changing the instance type of the server instance to one with a "high" network performance got this up to around 400 GB/hour.  If I had have left it running I would have created all 1 TB of plots in 2.5 hours, at a cost of around $20.  This could have been repeated or even parallelized to create several 1TB volumes full of plots in a relatively short amount of time.

After all the fiddling about getting it working, I spent around $70 testing this stuff out, only to conclude it was too much hassle.  And as OP said earlier, the cost of EBS storage on AWS is too high to make this a viable long term mining option.  That said, had I have done all of this on day one, I would have scaled the process out and had 10TB+ up within the first few hours and dominated the mining.  Good to know I have the process licked for the next PoC coin Smiley

Unfortunately I STILL don't have any BURST as I don't have any spare capacity at home so haven't been able to mine at all Sad  So if anyone would like to donate some coins to offset the cost of testing all of this, my address is BURST-WADY-CBZE-HSJU-2NH5G

Many thanks!

why u need NFS?,
1. first u create large instance 8 core or more
2. mount EBS to that instance
3. generate plot, while generating u r mining from it too (for 1 TB it will take about half day)
4. when plot generated, detach EBS, and shutdown + remove that instance
5. create new micro instance, attach that EBS and mining from it

this will cost you about 60$ / TB / Month

anyway, azure is cheaper, you can get it free, but i can't and won't tell you how
NFS was to allow 100x8 core machines to generate plots on it simultaneously, speeding up the time to generate the plots significantly (the point of the test!).  Yes you could use a micro instance once done, but EBS still costs $100 per TB per month.  Also with a single 8 core generating 1TB plots would still take 2 days by my calculation.  The point was that if difficulty is increasing massively in that time, you would be better off spending $20 or whatever up front to parallelize the plot creation so you are mining with large plots sooner.
hero member
Activity: 560
Merit: 500
so, to continue.... 1.3Tb over 3 seperate pc's, for 2 days, found 1 block on the last machine I added with the smallest -lot of 50Gb.





 
sr. member
Activity: 257
Merit: 255
hi all!!
just to understand browser wallet  http://localhost:8125/.
i login into wallet browser with my passphrases.txt code.
when i do "copy numeric account id" i correctly found the number generated with run_generate.bat and written inside address.txt.
but i dont understand why my account ID "es.: BURST-XXXX-YYYY-ZZZZ" change every time i logoff wallet browser and i do a new login.
This behaviour is correct?
or i do something wrong?
thanks!!

passphrases is your login ... you can not change it without getting a new address ... they are bound to each other!
hero member
Activity: 820
Merit: 1000
If anyone is interested, the conclusion of my test to see if I could speed up plot generation by farming it out using cluster/cloud computing is:
Yes it can be done, but it is probably not worth it.  This is what I did using Amazon EC2...

First I created a single instance (2 core) to act as the server for the plot storage and also act as the wallet server / miner.
This instance had a 1TB Elastic Block Store volume attached to it (1TB is max EBS volume size on AWS). I made this volume available to the network using NFS

I then created a "plot generator" instance with much higher CPU capacity (C3.xlarge 8 core). I mounted the shared volume so it appeared like a local disk and started creating 10GB plots
I then created a few scripts so that upon startup the instance would auto-mount the NFS volume, figure out what the last used nonce range was, and start mining from the next 10GB plot
Finally, I created an image of this instance and spooled up 100 more instances like it (spot rates, nice and cheap).

To begin with it all looked great but I soon hit the bandwidth limit of the instance I was using as the server.  In essence the server didn't have enough network bandwidth to cope with all of the data being copied to it.  This restricted plot creation to a little over 100GB / hour.  Changing the instance type of the server instance to one with a "high" network performance got this up to around 400 GB/hour.  If I had have left it running I would have created all 1 TB of plots in 2.5 hours, at a cost of around $20.  This could have been repeated or even parallelized to create several 1TB volumes full of plots in a relatively short amount of time.

After all the fiddling about getting it working, I spent around $70 testing this stuff out, only to conclude it was too much hassle.  And as OP said earlier, the cost of EBS storage on AWS is too high to make this a viable long term mining option.  That said, had I have done all of this on day one, I would have scaled the process out and had 10TB+ up within the first few hours and dominated the mining.  Good to know I have the process licked for the next PoC coin Smiley

Unfortunately I STILL don't have any BURST as I don't have any spare capacity at home so haven't been able to mine at all Sad  So if anyone would like to donate some coins to offset the cost of testing all of this, my address is BURST-WADY-CBZE-HSJU-2NH5G

Many thanks!

At $70 per day, that's $2100 per month. You can nearly buy a mobo, a used 6/12 core (12/24 threads) Intel cpu, Ram and some HDD's for that price, give or take....LOL
Sorry you misunderstood - I spent $70 figuring this out. It would cost $20 to generate 1 TB in 2.5 hours (instead of a couple of days so you are mining at full pelt quicker).  Once it is generated, it would cost around $15 a month for the server and $100 a month for storage.  And at current rates that would probably still be profitable
legendary
Activity: 1932
Merit: 1042
https://locktrip.com/?refId=40964
hi all!!
just to understand browser wallet  http://localhost:8125/.
i login into wallet browser with my passphrases.txt code.
when i do "copy numeric account id" i correctly found the number generated with run_generate.bat and written inside address.txt.
but i dont understand why my account ID "es.: BURST-XXXX-YYYY-ZZZZ" change every time i logoff wallet browser and i do a new login.
This behaviour is correct?
or i do something wrong?
thanks!!
hero member
Activity: 518
Merit: 500
If anyone is interested, the conclusion of my test to see if I could speed up plot generation by farming it out using cluster/cloud computing is:
Yes it can be done, but it is probably not worth it.  This is what I did using Amazon EC2...

First I created a single instance (2 core) to act as the server for the plot storage and also act as the wallet server / miner.
This instance had a 1TB Elastic Block Store volume attached to it (1TB is max EBS volume size on AWS). I made this volume available to the network using NFS

I then created a "plot generator" instance with much higher CPU capacity (C3.xlarge 8 core). I mounted the shared volume so it appeared like a local disk and started creating 10GB plots
I then created a few scripts so that upon startup the instance would auto-mount the NFS volume, figure out what the last used nonce range was, and start mining from the next 10GB plot
Finally, I created an image of this instance and spooled up 100 more instances like it (spot rates, nice and cheap).

To begin with it all looked great but I soon hit the bandwidth limit of the instance I was using as the server.  In essence the server didn't have enough network bandwidth to cope with all of the data being copied to it.  This restricted plot creation to a little over 100GB / hour.  Changing the instance type of the server instance to one with a "high" network performance got this up to around 400 GB/hour.  If I had have left it running I would have created all 1 TB of plots in 2.5 hours, at a cost of around $20.  This could have been repeated or even parallelized to create several 1TB volumes full of plots in a relatively short amount of time.

After all the fiddling about getting it working, I spent around $70 testing this stuff out, only to conclude it was too much hassle.  And as OP said earlier, the cost of EBS storage on AWS is too high to make this a viable long term mining option.  That said, had I have done all of this on day one, I would have scaled the process out and had 10TB+ up within the first few hours and dominated the mining.  Good to know I have the process licked for the next PoC coin Smiley

Unfortunately I STILL don't have any BURST as I don't have any spare capacity at home so haven't been able to mine at all Sad  So if anyone would like to donate some coins to offset the cost of testing all of this, my address is BURST-WADY-CBZE-HSJU-2NH5G

Many thanks!

thanks for sharing. sent you some for your efforts.

Thanks also paul. I would send you some, but no luck for the pass 72 hours plus mining. These guys with smaller hdd's are getting block left and right with 48 hours....

i guess that's the frustrating thing about this coin. it does seem like luck has a lot to do with it. it would be interesting to get a poll going to see what the average number of block found per miner is so far.

It is, but you get use to it when it comes to solo mining crypto-currency. Seeing people with 30GB to 80 GB hdd's finding a block to 3 blocks within 48 hours is just surreal at times....
Jump to: