Author

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

Sy
legendary
Activity: 1484
Merit: 1003
Bounty Detective
A config file with paths to look into would be nice so you could run one miner over multiple drives... xD
Was already planning on doing that.

Cool, just looked into the source, Miner.java Line 108 - read an .ini and loop the paths, done.  Be prepared to get paths with whitespaces though Smiley

Hmm i might try to do this myself ^^ are there .jar build instructions somewhere?
I was going to do json config since I already am using a parser for that, but that works too.

If you're using linux:
sudo apt-get install openjdk-7-jdk
chmod +x compile.sh
and then to build just do:
./compile.sh

Cheers, JSON would work but i think it would just over-complicate things for my dirty hack ^^
full member
Activity: 238
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.

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?
Raid 0 isn't a good idea. The total size of all your plot files is what matters, so it doesn't matter how they're split, so there's no advantage. However, there is a major disadvantage to raid0, since if you were to have a hdd fail, you lose all the plots instead of one drive's worth

Regardling linking, on linux I would assume you could do it with the ln command. On windows I'm not sure.


hi. dev.. there are two computer, computer 1 and computer 2 , two wallet run on them with the same account , and they have their own nxt.myAddress, and computer1 have 100GB hdd while computer have 100GB too, in this situation, the hash rata is 200GB's hash rate or just 100GB's hash rate + 100GB hash rate or even worse, with come conflict situation in it ,it will less than 200GB's hash rate? I have been bored about this question lots of time! thanks
sr. member
Activity: 416
Merit: 250
over 700gb now no blocks.  one drive, one miner.
600gb plots, 1 drive = 7 blocks.
(start at block #32)
sr. member
Activity: 280
Merit: 250
A config file with paths to look into would be nice so you could run one miner over multiple drives... xD
Was already planning on doing that.

Cool, just looked into the source, Miner.java Line 108 - read an .ini and loop the paths, done.  Be prepared to get paths with whitespaces though Smiley

Hmm i might try to do this myself ^^ are there .jar build instructions somewhere?
I was going to do json config since I already am using a parser for that, but that works too.

If you're using linux:
sudo apt-get install openjdk-7-jdk
chmod +x compile.sh
and then to build just do:
./compile.sh
Sy
legendary
Activity: 1484
Merit: 1003
Bounty Detective
A config file with paths to look into would be nice so you could run one miner over multiple drives... xD
Was already planning on doing that.

Cool, just looked into the source, Miner.java Line 108 - read an .ini and loop the paths, done.  Be prepared to get paths with whitespaces though Smiley

Hmm i might try to do this myself ^^ are there .jar build instructions somewhere?
sr. member
Activity: 280
Merit: 250
Is it just me or is the wallet download not working? OP: Can you please check the link for the wallet download? Thanks!

Seems ok to me, but you can grab it off the github link also.
member
Activity: 98
Merit: 10
Founded a block more than 300 blocks ago and still
Balance:   10'000 BURST
Unconfirmed Balance:   10'000 BURST
Guaranteed Balance:   0 BURST
Effective Balance:   0 BURST
Ideas when will be guaranteed?
Thanks!

Use search button, or read at least the last 3 pages..

Thanks mate!
full member
Activity: 128
Merit: 100
this is a good, creative coin with a good ,resposible dev.. so lucky to catch this coin!~
sr. member
Activity: 336
Merit: 250
Was also wondering when their guaranteed and/or effective?  Got 20k balance and 20k unconfirmed ..... PM me offers to buy some!!!!
legendary
Activity: 1022
Merit: 1005
Is it just me or is the wallet download not working? OP: Can you please check the link for the wallet download? Thanks!
hero member
Activity: 686
Merit: 500
Founded a block more than 300 blocks ago and still
Balance:   10'000 BURST
Unconfirmed Balance:   10'000 BURST
Guaranteed Balance:   0 BURST
Effective Balance:   0 BURST
Ideas when will be guaranteed?
Thanks!

Use search button, or read at least the last 3 pages..
sr. member
Activity: 280
Merit: 250
A config file with paths to look into would be nice so you could run one miner over multiple drives... xD
Was already planning on doing that.
hero member
Activity: 518
Merit: 500
A config file with paths to look into would be nice so you could run one miner over multiple drives... xD

That would be super convenient....lol

Also, a way to speed up the plot creation via gpu or some kind of optimization....
full member
Activity: 128
Merit: 100
Every time I got a block ,I found the deadline value is vey small ,have just found  a block with a deadline:422,  nomally it's value would be larger than 5000,   what's the meanning of deadline value ??

If, within seconds, no one else has found a block, you will find the next block.

Another way to think about it is that for each block, its a competition between miners for the deadline value. The lowest deadline wins the block.
thanks , I am trying to understand it ,, thanks
member
Activity: 98
Merit: 10
Founded a block more than 300 blocks ago and still
Balance:   10'000 BURST
Unconfirmed Balance:   10'000 BURST
Guaranteed Balance:   0 BURST
Effective Balance:   0 BURST
Ideas when will be guaranteed?
Thanks!
Sy
legendary
Activity: 1484
Merit: 1003
Bounty Detective
A config file with paths to look into would be nice so you could run one miner over multiple drives... xD
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?
Raid 0 isn't a good idea. The total size of all your plot files is what matters, so it doesn't matter how they're split, so there's no advantage. However, there is a major disadvantage to raid0, since if you were to have a hdd fail, you lose all the plots instead of one drive's worth

Regardling linking, on linux I would assume you could do it with the ln command. On windows I'm not sure.

I understand the risk of RAID 0 without parity, might try it to see how it runs. Is it best to make multiple plots on a single drive or just one large one? Is there an nominal/ideal plot size to run?
newbie
Activity: 11
Merit: 0
Every time I got a block ,I found the deadline value is vey small ,have just found  a block with a deadline:422,  nomally it's value would be larger than 5000,   what's the meanning of deadline value ??

If, within seconds, no one else has found a block, you will find the next block.

Another way to think about it is that for each block, its a competition between miners for the deadline value. The lowest deadline wins the block.
full member
Activity: 128
Merit: 100
Every time I got a block ,I found the deadline value is vey small ,have just found  a block with a deadline:422,  nomally it's value would be larger than 5000,   what's the meanning of deadline value ??
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.

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?
Raid 0 isn't a good idea. The total size of all your plot files is what matters, so it doesn't matter how they're split, so there's no advantage. However, there is a major disadvantage to raid0, since if you were to have a hdd fail, you lose all the plots instead of one drive's worth

Regardling linking, on linux I would assume you could do it with the ln command. On windows I'm not sure.
Jump to: