Author

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

full member
Activity: 126
Merit: 100
the diff wont last forever such low.
akonia has the tech to replace hdd by holograms  Shocked

not sure when first products become available at which costs but this is the future!

http://akoniaholographics.com/

i just browse the website...
just found "For more information, contact us" under PRODUCTS!!!
i think they are in the very first step of development
hero member
Activity: 527
Merit: 500
I must admit, I am liking the developments here Grin
sr. member
Activity: 462
Merit: 250
New "Dice" Game.

Beta Testers welcome: http://burst4.me/game/
Min and max Ammounts during Beta: 1 Min and 10 Max

Nice but try to make it look simple. For the first 5 sec , its look complicated. I wish i can show you Jackpot coin dice site, it's the best but unfortunately the site shutdown.

In order to attract visitor to play , it has to look simple and professional.
Maybe it is as copy in the archive, if you can give me the URL I will have a look.
And yes, I don't like to the look too much aswell atm Cheesy
But first of all, it has to work, then I will do a the better design

Edit: Do you mean https://web.archive.org/web/20130317090027/http://www.bitcoinbet.com/

Thanks for contributing!  Smiley
newbie
Activity: 57
Merit: 0
New "Dice" Game.

Beta Testers welcome: http://burst4.me/game/
Min and max Ammounts during Beta: 1 Min and 10 Max

Nice but try to make it look simple. For the first 5 sec , its look complicated. I wish i can show you Jackpot coin dice site, it's the best but unfortunately the site shutdown.

In order to attract visitor to play , it has to look simple and professional.
Maybe it is as copy in the archive, if you can give me the URL I will have a look.
And yes, I don't like to the look too much aswell atm Cheesy
But first of all, it has to work, then I will do a the better design

Edit: Do you mean https://web.archive.org/web/20130317090027/http://www.bitcoinbet.com/
hero member
Activity: 868
Merit: 1000
New "Dice" Game.

Beta Testers welcome: http://burst4.me/game/
Min and max Ammounts during Beta: 1 Min and 10 Max

Nice but try to make it look simple. For the first 5 sec , its look complicated. I wish i can show you Jackpot coin dice site, it's the best but unfortunately the site shutdown.

In order to attract visitor to play , it has to look simple and professional.
newbie
Activity: 57
Merit: 0
New "Dice" Game.

Beta Testers welcome: http://burst4.me/game/
Min and max Ammounts during Beta: 1 Min and 10 Max
legendary
Activity: 2646
Merit: 1141
what's happening?
what's the news?



It's easy -
1. Burst first coin with POC. This feature attracts people.
2. Good dev
3. Good community
4. Block reward goes down.
5. At least 2 Burst assets need to buy Burst for shareholders. On my opinion it's about 500'000'000-1'000'000'000 Burst every week.
newbie
Activity: 15
Merit: 0
newbie
Activity: 15
Merit: 0
sr. member
Activity: 286
Merit: 250
Does the mining work with external hard drives? What about cloud storage?

I am mining with 40TB external drives, distributed over 3 computers. And lots of internal drives too. Works quite fine (USB3.0 drives)
You can do USB2.0 too, but you might get long reading times if it is several TB large drives, so not so effective.
full member
Activity: 204
Merit: 100
Does the mining work with external hard drives? What about cloud storage?
hero member
Activity: 868
Merit: 1000
We might see some falling prices for bitcoin until end of this year

Not so fast. Microsoft starting to accept bitcoin payment.

http://www.coindesk.com/microsoft-adds-bitcoin-payments-xbox-games-mobile-content/
sr. member
Activity: 286
Merit: 250
We might see some falling prices for bitcoin until end of this year, due to tax selling from people living in countries where a bitcoin loss is tax deductible.

As BURST holders quite likely don't have any BURST loss, BURST will hardly be hit by that effect at all.   One smart move might be to sell BTC and buy BURST, then wait until into next year, and buy back the BTC , and even make some money when the tax sellers come back into BTC.

This guy advocates buying gold, but BURST is  also an option.

https://www.youtube.com/watch?v=joBstnvvDFw#t=1193

sr. member
Activity: 286
Merit: 250


The wallet will interpret the scripts which are assembled/compiled to an instruction set specifically created for this. There is a max number of operations allowed per block, and also a fee for each step as the script is executed, so infinite loops are not an issue. Scripts are not able to allocate more memory, they have a fixed amount set at creation. Scripts will not be able to access outside resources.

Fantastic. That seems like a pretty solid defense against almost any concievable kind of attack.  TA is great news for burst - and opens up for 3rdparty developers to code all kinds of services on top of the burst system. Good call on your side to go ahead and implement this. It also works fine as marketing as NXT developers probably will notice and discuss the impmenentation when burst is running it.

sr. member
Activity: 280
Merit: 250
Hi,

The last 3-4 weeks I am working closely with burstdev and we are integrating AT into burst platform. AT stands for Automated Transactions ( for more info visit www.ciyam.org/at ) and what actually does is to enable smart contract functionality. In brief an Automated Transaction is a "Turing complete" set of byte code instructions which will be executed by a byte code interpreter built into in burst platform. AT programs are currently written using custom AT machine code, but in the near future we are planing to create a compiler, enabling high level languages to be used to write AT programs.

AT is also being integrating in Qora platform, which imo is a perfect opportunity to make the first atomic cross chain txs between burst and qora ( for more info visit the acct use case http://ciyam.org/at/at_atomic.html ). 

The integration is almost done and we might see it live this or next week. I am very excited seeing AT has already found a "second home".

Best Regards

-vbcs

Where physically is the AT code executed?  miners?, wallets?
Is there guards against malicious AT code, like, for instance code that loops forever, or code that somehow fills up memory, or code that runs for a while, generating a denial of service attack. code that perhaps open files or other resouces and manage to leak them.  I fear a little that enabling anyone to write programs that are executed inside the transaction processing computers, might open up for a lot of different kinds of attacks

There are lots of good things too of course, but i'd like to know more about how much focus is on security.


The wallet will interpret the scripts which are assembled/compiled to an instruction set specifically created for this. There is a max number of operations allowed per block, and also a fee for each step as the script is executed, so infinite loops are not an issue. Scripts are not able to allocate more memory, they have a fixed amount set at creation. Scripts will not be able to access outside resources.
sr. member
Activity: 286
Merit: 250
Hi,

The last 3-4 weeks I am working closely with burstdev and we are integrating AT into burst platform. AT stands for Automated Transactions ( for more info visit www.ciyam.org/at ) and what actually does is to enable smart contract functionality. In brief an Automated Transaction is a "Turing complete" set of byte code instructions which will be executed by a byte code interpreter built into in burst platform. AT programs are currently written using custom AT machine code, but in the near future we are planing to create a compiler, enabling high level languages to be used to write AT programs.

AT is also being integrating in Qora platform, which imo is a perfect opportunity to make the first atomic cross chain txs between burst and qora ( for more info visit the acct use case http://ciyam.org/at/at_atomic.html ). 

The integration is almost done and we might see it live this or next week. I am very excited seeing AT has already found a "second home".

Best Regards

-vbcs

Where physically is the AT code executed?  miners?, wallets?
Is there guards against malicious AT code, like, for instance code that loops forever, or code that somehow fills up memory, or code that runs for a while, generating a denial of service attack. code that perhaps open files or other resouces and manage to leak them.  I fear a little that enabling anyone to write programs that are executed inside the transaction processing computers, might open up for a lot of different kinds of attacks

There are lots of good things too of course, but i'd like to know more about how much focus is on security.
sr. member
Activity: 286
Merit: 250
When you mine, does it actually use the capacity of the hard drive?  say I have 1 TB left in my 4 TB hard drive.

the miner creates files used when mining, and the size of the files is what you get credited for. So if you have a 4TB drive, and create files (called plots) for 1TB - then you will get credited for the 1TB. Generalized, the files contain a lot of lottery tickets, and one ticket is selected each time a block is created. The owner of the file with the lottery ticket wins. Therefore - the more space you have plotted, the more tickets you have in the lottery, and the higher the chance of you winning a block reward. Compared to scrypt mining or SHA256 mining, the size of the files works the same way as hashing power does with these other kinds of mining. The only other limitation is how fast the miner can read the files - miner needs to read 1/4096 of the total size of your plots for each block - and it needs to read this data in a timely fashion - the faster the better. I have a slow 2 core 2.16Mhz box with 8GB ram and it is working fine mining 12.5TB off a number of larger or smaller disks.
hero member
Activity: 527
Merit: 503
Wow that sounds really exiting!  Cool
That could become a nifty feature for burst and perhaps enable an integrated exchange in the wallet?

Yup.. using the Smart Contracts Counterparty is working on (though having issues with.. may be a little bit until they are up and running) we could directly trade btc and burst within the wallet, which I think is pretty awesome.  There are a few interesting things enabled by these.

Thanks for your hard work vbecas! I'll send a donation your way too.. did you post a wallet address somewhere we can send those to?

Also, who around here can write up a press release for automated transactions that we can release once they are actually running on the mainnet?
full member
Activity: 204
Merit: 100
When you mine, does it actually use the capacity of the hard drive?  say I have 1 TB left in my 4 TB hard drive.
sr. member
Activity: 280
Merit: 250
I notice that even with blagos miner or pocminner_poolv1 ( im minning at devs v2 pool )  when the hdd stop reading the plots the hdd stop running and then i hear a clicking sound, this happend everytime in every blocks.

Is this ok? this will not shorten the life of the hard disk, should not be better to keep the hdd running and dont stop after reading the plot on every blocks?

Dunno if im asking like a noob but that sound "scared" me, i hope you guys tell me if all is ok or not Wink

It is much better for the hdd to keep it running than to let it spin up and down that often. Check power saving options and see if you can just keep it spinning, or if that doesn't work, look around for a script to make small writes or reads frequently to keep it from spinning down.
Jump to: