Author

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

newbie
Activity: 11
Merit: 0

So, there's no maturity for the coin, just instantly on the network to send/receive?

Hey dev, you haven't answered my question about putting drives in arrays to increase drive capacity via Raid 0 to make larger plots. Would it increase the mining speed at all? How do you link a single wallet to multiple drives?

I'm not sure about the Raid 0 drive issue, so I can't help with that.

To mine for the same wallet using multiple drives, you have to run multiple instances of the miner bat file (run_mine.bat), 1 for each drive. The miners will always mine plots in the same directory as itself, so be sure to start the batch file from those multiple directories.
full member
Activity: 128
Merit: 100
Any chance for a mining pool?
It's being worked on right now. See this post https://bitcointalksearch.org/topic/m.8302521 for more information on the situation.

now, I am miing with my  run_mine.bat file  set  like :  java -Xmx1000m -cp pocminer.jar;lib/*;lib/akka/*;lib/jetty/* pocminer.POCMiner mine "http://127.0.0.1:8125"%* 
what's the difference of the different value of  Xmx      , Is the value bigger the better or somthing else??
xmx sets how much memory the jvm is allowed to use. Since there is so much data cycling through the miner, it has a tendency to use every bit it is allowed to even if there is no benefit, so if it is set too high you'll just be wasting ram, however if it is too low, it could have trouble reading in data.
my computer has a RAM DDR3  8G,,    is Xmx 1000m ok , or bigger value is better?
1000 is fine. There shouldn't be a need to set it higher unless you're mining on very fast storage(ssds, or large raid0 setups), and your cpu is having trouble keeping up with the reads.

What happen to our existing SOLO Plot file, Wasted? Can it be reuse on the pool itself ?

The pool situation:

I understand pools are needed, as it is getting very difficult to solo mine. As plots are specific to the account address the coins will go to, this poses a bit of a problem. Pool support will be released in 2 steps:

1. A pool server program will be created that supplies users each a unique address to generate plots for. The user's plots for mining with that pool will only be usable for that pool. This will be released and a pool will be set up hopefully within a few days. It will be very simplistic to try to get it released as soon as possible.

2. Later on, a new client will be released to update the protocol. A user will then be able to announce to the network an address where their mined coins will go to instead of their own. This will allow pool miners to generate plots for themselves, and mine at any pool by setting their mining output address to the pool they want to use.

You can continue to solo mine with it while generating for a pool. When part 2 of the pool plan is done, solo plot files will be usable on pools. It's your choice whether you want to do split solo/pool, or start replacing solos when the drive is full.
got it ,thank you very much
hero member
Activity: 518
Merit: 500
Are you sure it is 1400 blocks to mature a block ? How come there are already transaction of BURST sent ?

WTB BURST
Please PM me your price per 1000 BURST.

Regards

Goldmaxx

The mature time is 1400 blocks, we are around 770...just sayin.

The block maturing is referring to the amount of blocks that coins had to sit before they could be using in proof of stake in the original nxt code. I didn't realize it displayed that until after release, so the display wasn't removed. The coins can be spent just fine.

So, there's no maturity for the coin, just instantly on the network to send/receive?

Hey dev, you haven't answered my question about putting drives in arrays to increase drive capacity via Raid 0 to make larger plots. Would it increase the mining speed at all? How do you link a single wallet to multiple drives?
sr. member
Activity: 336
Merit: 250
Oh I screwed up and used the wrong passphrase on wallet.  I've found 2 blocks with 20,000  coins.  sweet   Actually it looks like 4 blocks, 20k unconfirmed too.
sr. member
Activity: 280
Merit: 250
Any chance for a mining pool?
It's being worked on right now. See this post https://bitcointalksearch.org/topic/m.8302521 for more information on the situation.

now, I am miing with my  run_mine.bat file  set  like :  java -Xmx1000m -cp pocminer.jar;lib/*;lib/akka/*;lib/jetty/* pocminer.POCMiner mine "http://127.0.0.1:8125"%* 
what's the difference of the different value of  Xmx      , Is the value bigger the better or somthing else??
xmx sets how much memory the jvm is allowed to use. Since there is so much data cycling through the miner, it has a tendency to use every bit it is allowed to even if there is no benefit, so if it is set too high you'll just be wasting ram, however if it is too low, it could have trouble reading in data.
my computer has a RAM DDR3  8G,,    is Xmx 1000m ok , or bigger value is better?
1000 is fine. There shouldn't be a need to set it higher unless you're mining on very fast storage(ssds, or large raid0 setups), and your cpu is having trouble keeping up with the reads.

What happen to our existing SOLO Plot file, Wasted? Can it be reuse on the pool itself ?

The pool situation:

I understand pools are needed, as it is getting very difficult to solo mine. As plots are specific to the account address the coins will go to, this poses a bit of a problem. Pool support will be released in 2 steps:

1. A pool server program will be created that supplies users each a unique address to generate plots for. The user's plots for mining with that pool will only be usable for that pool. This will be released and a pool will be set up hopefully within a few days. It will be very simplistic to try to get it released as soon as possible.

2. Later on, a new client will be released to update the protocol. A user will then be able to announce to the network an address where their mined coins will go to instead of their own. This will allow pool miners to generate plots for themselves, and mine at any pool by setting their mining output address to the pool they want to use.

You can continue to solo mine with it while generating for a pool. When part 2 of the pool plan is done, solo plot files will be usable on pools. It's your choice whether you want to do split solo/pool, or start replacing solos when the drive is full.
sr. member
Activity: 336
Merit: 250
over 700gb now no blocks.  one drive, one miner.
full member
Activity: 494
Merit: 100
What happen to our existing SOLO Plot file, Wasted? Can it be reuse on the pool itself ?

The pool situation:

I understand pools are needed, as it is getting very difficult to solo mine. As plots are specific to the account address the coins will go to, this poses a bit of a problem. Pool support will be released in 2 steps:

1. A pool server program will be created that supplies users each a unique address to generate plots for. The user's plots for mining with that pool will only be usable for that pool. This will be released and a pool will be set up hopefully within a few days. It will be very simplistic to try to get it released as soon as possible.

2. Later on, a new client will be released to update the protocol. A user will then be able to announce to the network an address where their mined coins will go to instead of their own. This will allow pool miners to generate plots for themselves, and mine at any pool by setting their mining output address to the pool they want to use.
full member
Activity: 128
Merit: 100
Any chance for a mining pool?
It's being worked on right now. See this post https://bitcointalksearch.org/topic/m.8302521 for more information on the situation.

now, I am miing with my  run_mine.bat file  set  like :  java -Xmx1000m -cp pocminer.jar;lib/*;lib/akka/*;lib/jetty/* pocminer.POCMiner mine "http://127.0.0.1:8125"%* 
what's the difference of the different value of  Xmx      , Is the value bigger the better or somthing else??
xmx sets how much memory the jvm is allowed to use. Since there is so much data cycling through the miner, it has a tendency to use every bit it is allowed to even if there is no benefit, so if it is set too high you'll just be wasting ram, however if it is too low, it could have trouble reading in data.
my computer has a RAM DDR3  8G,,    is Xmx 1000m ok , or bigger value is better?
sr. member
Activity: 280
Merit: 250
Any chance for a mining pool?
It's being worked on right now. See this post https://bitcointalksearch.org/topic/m.8302521 for more information on the situation.

now, I am miing with my  run_mine.bat file  set  like :  java -Xmx1000m -cp pocminer.jar;lib/*;lib/akka/*;lib/jetty/* pocminer.POCMiner mine "http://127.0.0.1:8125"%* 
what's the difference of the different value of  Xmx      , Is the value bigger the better or somthing else??
xmx sets how much memory the jvm is allowed to use. Since there is so much data cycling through the miner, it has a tendency to use every bit it is allowed to even if there is no benefit, so if it is set too high you'll just be wasting ram, however if it is too low, it could have trouble reading in data.
full member
Activity: 128
Merit: 100
now, I am miing with my  run_mine.bat  file setting  like :  java -Xmx1000m -cp pocminer.jar;lib/*;lib/akka/*;lib/jetty/* pocminer.POCMiner mine "http://127.0.0.1:8125"%*  
what's the difference of the different value of  Xmx      ,750m,  1000m, 1500m , Is the value bigger the better or something else??
sr. member
Activity: 364
Merit: 250
Any chance for a mining pool?
legendary
Activity: 1050
Merit: 1000
damn im at 695 gigs so far, no blocks.

duuude im on about 260gb (plotting more nonces) and i've found 3 so far
sr. member
Activity: 280
Merit: 250
Are you sure it is 1400 blocks to mature a block ? How come there are already transaction of BURST sent ?

WTB BURST
Please PM me your price per 1000 BURST.

Regards

Goldmaxx

The mature time is 1400 blocks, we are around 770...just sayin.

The block maturing is referring to the amount of blocks that coins had to sit before they could be using in proof of stake in the original nxt code. I didn't realize it displayed that until after release, so the display wasn't removed. The coins can be spent just fine.
full member
Activity: 131
Merit: 100
Are you sure it is 1400 blocks to mature a block ? How come there are already transaction of BURST sent ?

WTB BURST
Please PM me your price per 1000 BURST.

Regards

Goldmaxx

The mature time is 1400 blocks, we are around 770...just sayin.

Yes , it is like nxt system.. when you reach the 1440 confirm  the burstcoin will appear you.

Why is there already transactions? It may still be no coins in circulation !?
legendary
Activity: 1778
Merit: 1043
#Free market
Are you sure it is 1400 blocks to mature a block ? How come there are already transaction of BURST sent ?

WTB BURST
Please PM me your price per 1000 BURST.

Regards

Goldmaxx

The mature time is 1400 blocks, we are around 770...just sayin.

Yes , it is like nxt system.. when you reach the 1440 confirm  the burstcoin will appear you.
full member
Activity: 494
Merit: 100
Are you sure it is 1400 blocks to mature a block ? How come there are already transaction of BURST sent ?

WTB BURST
Please PM me your price per 1000 BURST.

Regards

Goldmaxx

The mature time is 1400 blocks, we are around 770...just sayin.
hero member
Activity: 894
Merit: 1000
WTB BURST
Please PM me your price per 1000 BURST.

Regards

Goldmaxx

The mature time is 1400 blocks, we are around 770...just sayin.

Thank you...
full member
Activity: 238
Merit: 100
damn im at 695 gigs so far, no blocks.

how many miner did you run , in my experience, one miner with mklink would be better than run several miner in each drive, for  switching process would take much time
sr. member
Activity: 255
Merit: 250
WTB some BURST
Please PM me your price per 1000/2000 BURST.

Thanks  Smiley
Sy
legendary
Activity: 1484
Merit: 1003
Bounty Detective
WTB BURST
Please PM me your price per 1000 BURST.

Regards

Goldmaxx

The mature time is 1400 blocks, we are around 770...just sayin.
Jump to: