Author

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

full member
Activity: 138
Merit: 100
this coin already well distributed. at the begining everybody has a mining rig Smiley


who is selling at 203 sato,,, idiot

Crazy, anything under 400 is a total steal! But, let the dumpers dump, distribute the coins some.
hero member
Activity: 518
Merit: 500
who is selling at 203 sato,,, idiot

Crazy, anything under 400 is a total steal! But, let the dumpers dump, distribute the coins some.

They'll feel like the people that sold BTC for $0.20 to $100....LMFAO

Plus, volume isn't that high yet on c-cex......
full member
Activity: 238
Merit: 100
who is selling at 203 sato,,, idiot

Crazy, anything under 400 is a total steal! But, let the dumpers dump, distribute the coins some.

there must be multi-exchange platform s, not just luanch c-cex, but lots of other platform, or the dump will continue,because every can only sell at one platform and it is the only place where they can throw it,  will make it worse and worse, should luanch to other platforms as soon as well
hero member
Activity: 714
Merit: 500
@kryptographer
I couldn't find the link to the block explorer. Could someone please provide it?

Thanks
full member
Activity: 224
Merit: 100
who is selling at 203 sato,,, idiot

Crazy, anything under 400 is a total steal! But, let the dumpers dump, distribute the coins some.
hero member
Activity: 518
Merit: 500
who is selling at 203 sato,,, idiot

Panic seller and/or from a 2nd or 3rd world country that really needs fiat bad. ie. BTC to cash asap...
hero member
Activity: 546
Merit: 500
I'm attempting to make use of the asset exchange, however I ran into some issues while depositing NXT to my account. (I haven't used NXT before, Burst was the closest thing I used to it). In my NXT wallet I have this message at the top of the Dashboard :

"Welcome to your new NXT account. Your account ID is NXT-XXX-XXX-XXX-XXX - When funding your account for the first time, you also need to announce your public key, which is af200exxxxxxxxx3c0d49e2dxxxxxxxxxxxxa713afcxxxxxxxx14" (I just used "xxxxx" to obfuscate the actual keys")

The problem is whenever I try to deposit NXT to my account ID via BTER I get this error : {"error":"Recipient account does not have a public key, must attach a public key announcement"}

How can I deposit NXT into my account or announce my public key?

- hi,
please try Cryptsy instead of Bter. They allow you to provide your public key to them.

Okay thanks I will
hero member
Activity: 518
Merit: 500
what is compression rate?


Protip: Store your plots on BTRFS with LZO compression. Increases amount of plots you can save, and increases your r/w speed. My drive is rated for 150MB/s, and I can do 180 MB/s of /dev/urandom

Any form of compression create some form of overhead, usually. The theory of LZO compression and BTRFS sounds nice, but has this been proven in a real environment? Can't just doing a RAID0 on a GPT volume be even faster?

As far as I can tell you can't directly see the ratio. However you can try and guess based off this info:

 user  ~  burstcoin  pocminer_pool_v1  plots  du -sh
244G    .
 user  ~  burstcoin  pocminer_pool_v1  plots  df -h
Filesystem      Size  Used Avail Use% Mounted on
/dev/sda2       932G  338G  592G  37% /
 user  ~  burstcoin  pocminer_pool_v1  plots  sudo btrfs filesystem df /
Data, single: total=511.01GiB, used=336.45GiB
System, DUP: total=8.00MiB, used=80.00KiB
System, single: total=4.00MiB, used=0.00
Metadata, DUP: total=1.50GiB, used=553.58MiB
Metadata, single: total=8.00MiB, used=0.00
unknown, single: total=192.00MiB, used=0.00

Your plot files are most likely broken - or you have lots of overlapping nonces. You cant compress plot files (some scoops excluded) in a way thats fast enough to decompress!

All my plot files are stored on this drive, and I've been able to earn BURST from the pool. And I can decompress at 170 MB/s, limited by drive read speed. The LZO compression only does some basic compression, unlike lzma

Is BTRFS stable now? Supposedly it wasn't before, but I read that it's stable now. Plus it's a Linux filesystem, don't know if the average user would adapt to this well at the moment.

Plus if read and write speeds is really needed, a RAID0 is more simple to deploy and more readily accepted by all OSes with minor issues.
hero member
Activity: 910
Merit: 500
who is selling at 203 sato,,, idiot
full member
Activity: 194
Merit: 100
what is compression rate?


Protip: Store your plots on BTRFS with LZO compression. Increases amount of plots you can save, and increases your r/w speed. My drive is rated for 150MB/s, and I can do 180 MB/s of /dev/urandom

Any form of compression create some form of overhead, usually. The theory of LZO compression and BTRFS sounds nice, but has this been proven in a real environment? Can't just doing a RAID0 on a GPT volume be even faster?

As far as I can tell you can't directly see the ratio. However you can try and guess based off this info:

 user  ~  burstcoin  pocminer_pool_v1  plots  du -sh
244G    .
 user  ~  burstcoin  pocminer_pool_v1  plots  df -h
Filesystem      Size  Used Avail Use% Mounted on
/dev/sda2       932G  338G  592G  37% /
 user  ~  burstcoin  pocminer_pool_v1  plots  sudo btrfs filesystem df /
Data, single: total=511.01GiB, used=336.45GiB
System, DUP: total=8.00MiB, used=80.00KiB
System, single: total=4.00MiB, used=0.00
Metadata, DUP: total=1.50GiB, used=553.58MiB
Metadata, single: total=8.00MiB, used=0.00
unknown, single: total=192.00MiB, used=0.00

Your plot files are most likely broken - or you have lots of overlapping nonces. You cant compress plot files (some scoops excluded) in a way thats fast enough to decompress!

All my plot files are stored on this drive, and I've been able to earn BURST from the pool. And I can decompress at 170 MB/s, limited by drive read speed. The LZO compression only does some basic compression, unlike lzma
full member
Activity: 138
Merit: 100
legendary
Activity: 1414
Merit: 1000
How many burst coins have been mined so far?
sr. member
Activity: 280
Merit: 250
what is compression rate?


Protip: Store your plots on BTRFS with LZO compression. Increases amount of plots you can save, and increases your r/w speed. My drive is rated for 150MB/s, and I can do 180 MB/s of /dev/urandom

Any form of compression create some form of overhead, usually. The theory of LZO compression and BTRFS sounds nice, but has this been proven in a real environment? Can't just doing a RAID0 on a GPT volume be even faster?

As far as I can tell you can't directly see the ratio. However you can try and guess based off this info:

 user  ~  burstcoin  pocminer_pool_v1  plots  du -sh
244G    .
 user  ~  burstcoin  pocminer_pool_v1  plots  df -h
Filesystem      Size  Used Avail Use% Mounted on
/dev/sda2       932G  338G  592G  37% /
 user  ~  burstcoin  pocminer_pool_v1  plots  sudo btrfs filesystem df /
Data, single: total=511.01GiB, used=336.45GiB
System, DUP: total=8.00MiB, used=80.00KiB
System, single: total=4.00MiB, used=0.00
Metadata, DUP: total=1.50GiB, used=553.58MiB
Metadata, single: total=8.00MiB, used=0.00
unknown, single: total=192.00MiB, used=0.00

Your plot files are most likely broken - or you have lots of overlapping nonces. You cant compress plot files (some scoops excluded) in a way thats fast enough to decompress!
full member
Activity: 194
Merit: 100
what is compression rate?


Protip: Store your plots on BTRFS with LZO compression. Increases amount of plots you can save, and increases your r/w speed. My drive is rated for 150MB/s, and I can do 180 MB/s of /dev/urandom

Any form of compression create some form of overhead, usually. The theory of LZO compression and BTRFS sounds nice, but has this been proven in a real environment? Can't just doing a RAID0 on a GPT volume be even faster?

As far as I can tell you can't directly see the ratio. However you can try and guess based off this info:

 user  ~  burstcoin  pocminer_pool_v1  plots  du -sh
244G    .
 user  ~  burstcoin  pocminer_pool_v1  plots  df -h
Filesystem      Size  Used Avail Use% Mounted on
/dev/sda2       932G  338G  592G  37% /
 user  ~  burstcoin  pocminer_pool_v1  plots  sudo btrfs filesystem df /
Data, single: total=511.01GiB, used=336.45GiB
System, DUP: total=8.00MiB, used=80.00KiB
System, single: total=4.00MiB, used=0.00
Metadata, DUP: total=1.50GiB, used=553.58MiB
Metadata, single: total=8.00MiB, used=0.00
unknown, single: total=192.00MiB, used=0.00
hero member
Activity: 750
Merit: 511
I tried to compress using LZMA in the first day - did not work Grin
sr. member
Activity: 280
Merit: 250
Protip: Store your plots on BTRFS with LZO compression. Increases amount of plots you can save, and increases your r/w speed. My drive is rated for 150MB/s, and I can do 180 MB/s of /dev/urandom

Good one Grin

For everyone else: This wont work!
full member
Activity: 224
Merit: 100
Well, just started plotting 2.5 TB on the pool, hope it goes well! Now getting about 1 block/day from the ~1.5TB still on solo.

Edit: Shares being accepted  Grin
member
Activity: 98
Merit: 10
And the dumping has begun!
hero member
Activity: 518
Merit: 500
what is compression rate?


Protip: Store your plots on BTRFS with LZO compression. Increases amount of plots you can save, and increases your r/w speed. My drive is rated for 150MB/s, and I can do 180 MB/s of /dev/urandom

Any form of compression create some form of overhead, usually. The theory of LZO compression and BTRFS sounds nice, but has this been proven in a real environment? Can't just doing a RAID0 on a GPT volume be even faster?
hero member
Activity: 546
Merit: 503
Wow. You guys are just giving the BURST away on the asset exchange.

Don't come crying here later  Grin
We will  never... And what about you?


Are you satisfied now that you have sold your coin for less than half the price of this moment at the asset exchange https://nxtblocks.info/#section/assets_exchange/market/251006016744564741!?
C'mon people, don't sell your coin cheap!

2014-08-22 12:48:56   Sell   94.8   36   3412.8   17279166884660167608   6606494748817999410

2014-08-22 14:09:39   Buy   88.53   78   6905.34   5912407083885030054   9928432110167646992



Lol ;)i have never sold even 1 Burst at AE. I have bought. Are you satisfied, now Grin
Jump to: