Author

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

legendary
Activity: 1582
Merit: 1019
011110000110110101110010
For anyone who wants to get into mining seriously - quit thinking about SATA ports and USB enclosures and crap and start thinking real hardware.

http://unixsurplus.com/product/sgi-3u-media-server-storage-16-hd-bay-sas-sata-ssd-san-array-35-nas-jbod-good
less than $200, comes with 16 drive sleds and supports SATA disks.
All you need is a external SAS hba, which runs you less than a hundred bucks on ebay.

BTW, you can daisy chain up to three enclosures in a row off of a single external SFF-8088 port.
You can easily fit 3 HBA's into most computers that will each have two SFF-8088 ports, which means you can run up to 18 enclosure off of a single box.
which is 288 disks per box.
Smiley
oh, and they all run 3 gigabit SATA3 speeds.


This sounds like my kind of miner. How much power draw would a setup like this require?
sr. member
Activity: 280
Merit: 250
I just want to make sure I have this set up correctly - here is what I've done.

I've downloaded the 1.0.3 client, and set up a wallet. I got 2 BURST from the faucet.

I did not generate a plot yet.

I downloaded "burst-pool-miner" from http://burst-pool.cryptoport.io/howto.html and followed the steps up to submitting but not including launching the miner on Windows (because I don't have a plot yet). After hitting submit I was taken to a page that looked like JSON output. I wasn't sure if I had to wait here for something?? I closed it. 1 BURST was deducted from my wallet.

Before launching the miner, I started creating a plot by running "C:\burst\burst-pool-miner>java -Xmx4000m -cp pocminer.jar;lib/*;lib/akka/*;lib/jetty/* pocminer.POCMiner generate THEREISALONGNUMBERHERE 1 8191 8191 1". The only output I got/currently see is "Generating from nonce: 1" (it has been about 15 minutes now). Then I opened "run_mine.bat" and I see "{"baseTarget":"7909016","height":"9965","generationSignature":"7d7dc951c487affbdbb9491da132ad91638b93fb9e09a2f7ce994654198838b4"}" repeated over and over along with some read errors occasionally.

I currently have both those windows open.

Am I set up and running correctly?
Yes, that's fine. It'll take a couple confirms of your registration before the pool accepts your work though.
Thank you. Is there a way to confirm my shares are being accepted?
I'm no expert on uray's pool, but I think you can ctrl-f for the stuff that comes after BURST- in your account id on http://burst-pool.cryptoport.io/
legendary
Activity: 3248
Merit: 1070
LOL i just discovered that you can simply copy-paste your plot and change the name of the start nonce, this mean no more plotting

they don't overlap lmao
sr. member
Activity: 350
Merit: 250
The readme says "number of plots" is a commandline argument. I'm misunderstanding what exactly that number refers to. Number off GB in HDD space, something else? I'm trying to get my miner up and running but I'm lost here.

1 plot = 256KB of space

So take your target GB and multiply by 4096

Is this the expected output? It's stuck here and not moving further. I assume this is generating the plot?

Code:
C:\burst\burst-pool-miner>java -Xmx4000m -cp pocminer.jar;lib/*;lib/akka/*;lib/jetty/* pocminer.POCMiner generate THEREISALONGNUMBERHERE 1 8191 8191 1
Generating from nonce: 1

it will work but will go faster if you increase the last number, its the amount of core used on your CPU.. so set it to 3+ at least.
the next one should look something like

C:\burst\burst-pool-miner>java -Xmx4000m -cp pocminer.jar;lib/*;lib/akka/*;lib/jetty/* pocminer.POCMiner generate THEREISALONGNUMBERHERE 1 8191 8191 1
C:\burst\burst-pool-miner>java -Xmx4000m -cp pocminer.jar;lib/*;lib/akka/*;lib/jetty/* pocminer.POCMiner generate THEREISALONGNUMBERHERE 8192 8191 8191 1
C:\burst\burst-pool-miner>java -Xmx4000m -cp pocminer.jar;lib/*;lib/akka/*;lib/jetty/* pocminer.POCMiner generate THEREISALONGNUMBERHERE 16384 8191 8191 1

if you get errors about memory change the second to last digit and/or the XmX4000m line, to say.. Xmx2000 and and the second to last to a number like 1024 or 2048
I just received an out of memory error with my original commandline input and it stopped. Should I use those 3 inputs in 3 separate cmd windows?
sr. member
Activity: 434
Merit: 250
The readme says "number of plots" is a commandline argument. I'm misunderstanding what exactly that number refers to. Number off GB in HDD space, something else? I'm trying to get my miner up and running but I'm lost here.

1 plot = 256KB of space

So take your target GB and multiply by 4096

Is this the expected output? It's stuck here and not moving further. I assume this is generating the plot?

Code:
C:\burst\burst-pool-miner>java -Xmx4000m -cp pocminer.jar;lib/*;lib/akka/*;lib/jetty/* pocminer.POCMiner generate THEREISALONGNUMBERHERE 1 8191 8191 1
Generating from nonce: 1

it will work but will go faster if you increase the last number, its the amount of core used on your CPU.. so set it to 3+ at least.
the next one should look something like

C:\burst\burst-pool-miner>java -Xmx4000m -cp pocminer.jar;lib/*;lib/akka/*;lib/jetty/* pocminer.POCMiner generate THEREISALONGNUMBERHERE 1 8191 8191 1
C:\burst\burst-pool-miner>java -Xmx4000m -cp pocminer.jar;lib/*;lib/akka/*;lib/jetty/* pocminer.POCMiner generate THEREISALONGNUMBERHERE 8192 8191 8191 1
C:\burst\burst-pool-miner>java -Xmx4000m -cp pocminer.jar;lib/*;lib/akka/*;lib/jetty/* pocminer.POCMiner generate THEREISALONGNUMBERHERE 16384 8191 8191 1

if you get errors about memory change the second to last digit and/or the XmX4000m line, to say.. Xmx2000 and and the second to last to a number like 1024 or 2048
sr. member
Activity: 350
Merit: 250
I just want to make sure I have this set up correctly - here is what I've done.

I've downloaded the 1.0.3 client, and set up a wallet. I got 2 BURST from the faucet.

I did not generate a plot yet.

I downloaded "burst-pool-miner" from http://burst-pool.cryptoport.io/howto.html and followed the steps up to submitting but not including launching the miner on Windows (because I don't have a plot yet). After hitting submit I was taken to a page that looked like JSON output. I wasn't sure if I had to wait here for something?? I closed it. 1 BURST was deducted from my wallet.

Before launching the miner, I started creating a plot by running "C:\burst\burst-pool-miner>java -Xmx4000m -cp pocminer.jar;lib/*;lib/akka/*;lib/jetty/* pocminer.POCMiner generate THEREISALONGNUMBERHERE 1 8191 8191 1". The only output I got/currently see is "Generating from nonce: 1" (it has been about 15 minutes now). Then I opened "run_mine.bat" and I see "{"baseTarget":"7909016","height":"9965","generationSignature":"7d7dc951c487affbdbb9491da132ad91638b93fb9e09a2f7ce994654198838b4"}" repeated over and over along with some read errors occasionally.

I currently have both those windows open.

Am I set up and running correctly?
Yes, that's fine. It'll take a couple confirms of your registration before the pool accepts your work though.
Thank you. Is there a way to confirm my shares are being accepted?
sr. member
Activity: 280
Merit: 250
I just want to make sure I have this set up correctly - here is what I've done.

I've downloaded the 1.0.3 client, and set up a wallet. I got 2 BURST from the faucet.

I did not generate a plot yet.

I downloaded "burst-pool-miner" from http://burst-pool.cryptoport.io/howto.html and followed the steps up to submitting but not including launching the miner on Windows (because I don't have a plot yet). After hitting submit I was taken to a page that looked like JSON output. I wasn't sure if I had to wait here for something?? I closed it. 1 BURST was deducted from my wallet.

Before launching the miner, I started creating a plot by running "C:\burst\burst-pool-miner>java -Xmx4000m -cp pocminer.jar;lib/*;lib/akka/*;lib/jetty/* pocminer.POCMiner generate THEREISALONGNUMBERHERE 1 8191 8191 1". The only output I got/currently see is "Generating from nonce: 1" (it has been about 15 minutes now). Then I opened "run_mine.bat" and I see "{"baseTarget":"7909016","height":"9965","generationSignature":"7d7dc951c487affbdbb9491da132ad91638b93fb9e09a2f7ce994654198838b4"}" repeated over and over along with some read errors occasionally.

I currently have both those windows open.

Am I set up and running correctly?
Yes, that's fine. It'll take a couple confirms of your registration before the pool accepts your work though.
legendary
Activity: 1512
Merit: 1010
ITSMYNE 🚀 Talk NFTs, Trade NFTs 🚀
Anyone else getting errors in mining? "akka.log-dead-letters-during-shutdown"

Yes, I was also getting this problem, so I stopped mining,
 I don't want to take risk to crash my PC for forever.
hero member
Activity: 644
Merit: 500
Hmmm plotting is so slow. I am generating like 450GB plots per day using windows .
CPU : i7-7400MQ 2.4Ghz
4TB USB3.0 HDD.

Hmmm. Anyway to speed it up?

You have time.
When is ready your plot is forever.
It's not much different when i was buying some asic and wait for shippment.
Almost 4-6 days.
Think the same way.
Like if you buy a lot and you have to wait the delivering.
sr. member
Activity: 350
Merit: 250
I just want to make sure I have this set up correctly - here is what I've done.

I've downloaded the 1.0.3 client, and set up a wallet. I got 2 BURST from the faucet.

I did not generate a plot yet.

I downloaded "burst-pool-miner" from http://burst-pool.cryptoport.io/howto.html and followed the steps up to submitting but not including launching the miner on Windows (because I don't have a plot yet). After hitting submit I was taken to a page that looked like JSON output. I wasn't sure if I had to wait here for something?? I closed it. 1 BURST was deducted from my wallet.

Before launching the miner, I started creating a plot by running "C:\burst\burst-pool-miner>java -Xmx4000m -cp pocminer.jar;lib/*;lib/akka/*;lib/jetty/* pocminer.POCMiner generate THEREISALONGNUMBERHERE 1 8191 8191 1". The only output I got/currently see is "Generating from nonce: 1" (it has been about 15 minutes now). Then I opened "run_mine.bat" and I see "{"baseTarget":"7909016","height":"9965","generationSignature":"7d7dc951c487affbdbb9491da132ad91638b93fb9e09a2f7ce994654198838b4"}" repeated over and over along with some read errors occasionally.

I currently have both those windows open.

Am I set up and running correctly?
sr. member
Activity: 334
Merit: 250
🌟 æternity🌟 blockchain🌟
Hmmm plotting is so slow. I am generating like 450GB plots per day using windows .
CPU : i7-7400MQ 2.4Ghz
4TB USB3.0 HDD.

Hmmm. Anyway to speed it up?
sr. member
Activity: 350
Merit: 250
The readme says "number of plots" is a commandline argument. I'm misunderstanding what exactly that number refers to. Number off GB in HDD space, something else? I'm trying to get my miner up and running but I'm lost here.

1 plot = 256KB of space

So take your target GB and multiply by 4096

Is this the expected output? It's stuck here and not moving further. I assume this is generating the plot?

Code:
C:\burst\burst-pool-miner>java -Xmx4000m -cp pocminer.jar;lib/*;lib/akka/*;lib/jetty/* pocminer.POCMiner generate THEREISALONGNUMBERHERE 1 8191 8191 1
Generating from nonce: 1
sr. member
Activity: 334
Merit: 250
🌟 æternity🌟 blockchain🌟
Anyone else getting errors in mining? "akka.log-dead-letters-during-shutdown"
sr. member
Activity: 280
Merit: 250
The readme says "number of plots" is a commandline argument. I'm misunderstanding what exactly that number refers to. Number off GB in HDD space, something else? I'm trying to get my miner up and running but I'm lost here.

1 plot = 256KB of space

So take your target GB and multiply by 4096
sr. member
Activity: 350
Merit: 250
The readme says "number of plots" is a commandline argument. I'm misunderstanding what exactly that number refers to. Number off GB in HDD space, something else? I'm trying to get my miner up and running but I'm lost here.
member
Activity: 60
Merit: 10
Hi everyone,

After many hours of setup I finally made it. I have a 1Tb generation in progress and 3x100Gb already finished.
I would like to test the V2 pool but I haven't any BURST for now. Could someone send me 1 BURST to test it please ? Here is my address : BURST-YA29-QCEW-QXC3-BKXDL.

Regarding the plot generation, I found an OpenCL implementation of Shabal (https://github.com/aznboy84/X15GPU/blob/master/kernel/shabal.cl) that could be used to make a GPU version of the generator. I will try to work on it when I have some free time.

Regards

Hi everyone,

As promised I have been working on a GPU plot generator on the last few days. I made a little program built on top of OpenCL, and it seems to work pretty well in CPU mode. Unfortunately, I can't test the GPU mode as it requires a very powerfull graphic card (with at least 46kB private memory per compute unit, because the algorithm needs at least 4096*64 static bytes to store an entire plot).

Here is a preview you can test for now :
gpuPlotGenerator-src-1.0.0.7z : https://mega.co.nz/#!bcF2yKKL!3Ud86GaibgvwBehoxkbO4UNdiBgsaixRx7ksHrgNbDI
gpuPlotGenerator-bin-win-x86-1.0.0.7z : https://mega.co.nz/#!HJsziTCK!UmAMoEHQ3z34R4RsXoIkYo9rYd4LnFtO_pw-R4KObJs

I will build another release in the end of the day with some minor improvements (threads per compute unit selection, output of OpenCL error codes, improvement of the Makefile to generate the distribution directly).
I will also try to figure out another mean to dispatch the work between the GPU threads to reduce the amount of private memory needed by the program.

For the windows people, you can use the binary version directly.
For the linux people, just download the source archive, make sure to modify the OpenCL library and lib path in the makefile (and maybe the executable name), and build the project via "make". To run the program, you need the "kernel" and the "plots" directories beside the executable.

The executable usage is : ./gpuPlotGenerator

The parameters are the same as the original plot generator, without the threads number.

If you find bugs or if you want some new features, let me now.

If you want to support me, here are my Bitcoin and Burst addresses :
Bitcoin: 138gMBhCrNkbaiTCmUhP9HLU9xwn5QKZgD
Burst: BURST-YA29-QCEW-QXC3-BKXDL

Regards

Just try with amd R9 290X : insufisant private ressource

Same error here with the mighty HD 7990.

Ok. Thank you for you tests.
I will try to reduce memory consumption.
hero member
Activity: 910
Merit: 1000
http://coinia.net/burst/balances.php now shows the balances and builds charts for pool-miners and solo-miners.
member
Activity: 112
Merit: 10
Can anyone give me a direct link to the dcct plotter for windows people keep talking about? Not on the OP and cant find it in the last 10 pages.
sr. member
Activity: 434
Merit: 250
Hi everyone,

After many hours of setup I finally made it. I have a 1Tb generation in progress and 3x100Gb already finished.
I would like to test the V2 pool but I haven't any BURST for now. Could someone send me 1 BURST to test it please ? Here is my address : BURST-YA29-QCEW-QXC3-BKXDL.

Regarding the plot generation, I found an OpenCL implementation of Shabal (https://github.com/aznboy84/X15GPU/blob/master/kernel/shabal.cl) that could be used to make a GPU version of the generator. I will try to work on it when I have some free time.

Regards

Hi everyone,

As promised I have been working on a GPU plot generator on the last few days. I made a little program built on top of OpenCL, and it seems to work pretty well in CPU mode. Unfortunately, I can't test the GPU mode as it requires a very powerfull graphic card (with at least 46kB private memory per compute unit, because the algorithm needs at least 4096*64 static bytes to store an entire plot).

Here is a preview you can test for now :
gpuPlotGenerator-src-1.0.0.7z : https://mega.co.nz/#!bcF2yKKL!3Ud86GaibgvwBehoxkbO4UNdiBgsaixRx7ksHrgNbDI
gpuPlotGenerator-bin-win-x86-1.0.0.7z : https://mega.co.nz/#!HJsziTCK!UmAMoEHQ3z34R4RsXoIkYo9rYd4LnFtO_pw-R4KObJs

I will build another release in the end of the day with some minor improvements (threads per compute unit selection, output of OpenCL error codes, improvement of the Makefile to generate the distribution directly).
I will also try to figure out another mean to dispatch the work between the GPU threads to reduce the amount of private memory needed by the program.

For the windows people, you can use the binary version directly.
For the linux people, just download the source archive, make sure to modify the OpenCL library and lib path in the makefile (and maybe the executable name), and build the project via "make". To run the program, you need the "kernel" and the "plots" directories beside the executable.

The executable usage is : ./gpuPlotGenerator

The parameters are the same as the original plot generator, without the threads number.

If you find bugs or if you want some new features, let me now.

If you want to support me, here are my Bitcoin and Burst addresses :
Bitcoin: 138gMBhCrNkbaiTCmUhP9HLU9xwn5QKZgD
Burst: BURST-YA29-QCEW-QXC3-BKXDL

Regards

Just try with amd R9 290X : insufisant private ressource

Same error here with the mighty HD 7990.

same for me..
member
Activity: 112
Merit: 10
Hi everyone,

After many hours of setup I finally made it. I have a 1Tb generation in progress and 3x100Gb already finished.
I would like to test the V2 pool but I haven't any BURST for now. Could someone send me 1 BURST to test it please ? Here is my address : BURST-YA29-QCEW-QXC3-BKXDL.

Regarding the plot generation, I found an OpenCL implementation of Shabal (https://github.com/aznboy84/X15GPU/blob/master/kernel/shabal.cl) that could be used to make a GPU version of the generator. I will try to work on it when I have some free time.

Regards

Hi everyone,

As promised I have been working on a GPU plot generator on the last few days. I made a little program built on top of OpenCL, and it seems to work pretty well in CPU mode. Unfortunately, I can't test the GPU mode as it requires a very powerfull graphic card (with at least 46kB private memory per compute unit, because the algorithm needs at least 4096*64 static bytes to store an entire plot).

Here is a preview you can test for now :
gpuPlotGenerator-src-1.0.0.7z : https://mega.co.nz/#!bcF2yKKL!3Ud86GaibgvwBehoxkbO4UNdiBgsaixRx7ksHrgNbDI
gpuPlotGenerator-bin-win-x86-1.0.0.7z : https://mega.co.nz/#!HJsziTCK!UmAMoEHQ3z34R4RsXoIkYo9rYd4LnFtO_pw-R4KObJs

I will build another release in the end of the day with some minor improvements (threads per compute unit selection, output of OpenCL error codes, improvement of the Makefile to generate the distribution directly).
I will also try to figure out another mean to dispatch the work between the GPU threads to reduce the amount of private memory needed by the program.

For the windows people, you can use the binary version directly.
For the linux people, just download the source archive, make sure to modify the OpenCL library and lib path in the makefile (and maybe the executable name), and build the project via "make". To run the program, you need the "kernel" and the "plots" directories beside the executable.

The executable usage is : ./gpuPlotGenerator

The parameters are the same as the original plot generator, without the threads number.

If you find bugs or if you want some new features, let me now.

If you want to support me, here are my Bitcoin and Burst addresses :
Bitcoin: 138gMBhCrNkbaiTCmUhP9HLU9xwn5QKZgD
Burst: BURST-YA29-QCEW-QXC3-BKXDL

Regards

Just try with amd R9 290X : insufisant private ressource

Same error here with the mighty HD 7990.
Jump to: