Bitcoin Forum
June 21, 2024, 07:02:23 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 ... 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 [120] 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 ... 334 »
2381  Bitcoin / Development & Technical Discussion / Re: What are the odds of creating the exact same first 8 character vanity? on: February 15, 2015, 05:03:35 PM
As a simple rule of thumb I'd estimate it would take the same time it took you to create such a vanity address (the OP was only talking about the initial characters - not an exact address match).
2382  Economy / Service Discussion / Re: Where are the trustless or mostly trustless exchanges? on: February 15, 2015, 04:57:30 PM
I am basically wanting to know a good exchange for coin <-> coin.  I have watched AT and am very excited about it, but will AT enable exchanges? I was thinking it would be more for person to person coin trades.

AT on its own (using the ACCT use case) will only be suitable for more person-to-person trades *but* the CIYAM project has a Token package that is designed to work with ACCT making it perhaps a very suitable "trustless exchange platform" (it isn't using a blockchain yet but that is coming - https://bitcointalk.org/index.php?topic=598860.0).
2383  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][BURST] Burst | Efficient HDD Mining | New 1.2.2 Automated Transactions on: February 15, 2015, 04:36:52 PM
I thought there were other developers besides vbcs and you ..

@burstcoin (or @burstdev) has also contributed quite a lot of work on AT (in particular the creation of the AT Assembler which is a fantastic tool for those wanting to create ATs).

We also did have some help from @qoradev before his recent disappearance.

But we prefer as a team just to be called the AT developers (our names are not nearly as important as the technology we have created).
2384  Economy / Service Discussion / Re: Where are the trustless or mostly trustless exchanges? on: February 15, 2015, 04:30:42 PM
I want to trade on an exchange that I know can't Gox or Bter me.  

The problem is whether you want to trade "crypto for crypto" or "crypto for fiat".

The former will be able to be addressed soon (the AT project has already developed an "atomic cross-chain transfer" smart contract that can do this provided both blockchains have implemented AT) but the latter is not likely to ever happen (as fiat transfers basically *require* a trusted 3rd party).
2385  Alternate cryptocurrencies / Altcoin Discussion / Re: Understanding the Automated Transaction system (AT) on: February 15, 2015, 04:04:05 PM
ok, will try it! thank you!  Wink

What you'll find is that unless you send it funds it will actually do nothing at all (so won't waste anyone's resources beyond the actual AT creation tx data in the blockchain).

And even if you send it say 1M BURST it won't cause the next block minter to run out of memory (or get stuck forever) as the fixed maximum steps per AT will mean it won't spend more than a fraction of a second processing that (there is also a max. number of ATs that can be processed per block limit so you can't screw things up by creating 1M such ATs).

So any such "attack" would actually be less effective than just sending millions of "normal txs".
2386  Alternate cryptocurrencies / Altcoin Discussion / Re: Understanding the Automated Transaction system (AT) on: February 15, 2015, 03:58:02 PM
an attack to recurrence ability because resources are not infinite.

Try creating an "infinite loop" AT - I'll even give you the machine code for that here:

Code:
1A000000

Now see what damage you can do with it. Smiley

(hint - you can't do any more damage with that than any other sort of DoS type of attack on the network as ATs work like "transactions" with funds needed to run them and fixed limits as to how many steps can be run per block)
2387  Alternate cryptocurrencies / Altcoin Discussion / Re: Understanding the Automated Transaction system (AT) on: February 15, 2015, 03:50:52 PM
thank you! I want to know about how secure is such a decentralized turing complete system in the wild.

It is running now on Burst and we have so far seen no problems. What issues in particular are of concern?
2388  Alternate cryptocurrencies / Altcoin Discussion / Re: Understanding the Automated Transaction system (AT) on: February 15, 2015, 03:42:07 PM
is this turing complete and comparable to ethereum.org?

Yes AT is Turing complete and is already live on Burst (the first "mainnet" to be able to offer Smart Contracts which has been made possible through its use of AT).

It is expected that AT will be included in Qora soon and that then the world's first "atomic cross-chain transfer" between two different blockchains will be able to take place (using the ACCT AT we have already written).

This should be the basis for a completely decentralised exchange for cryptos (i.e. no trusted parties or servers). Understand that this only applies for trading cryptos for cryptos (not fiat).
2389  Alternate cryptocurrencies / Altcoin Discussion / Re: Understanding the Automated Transaction system (AT) on: February 15, 2015, 03:36:29 PM
In regards to the UI for AT we are currently creating a new design that should mean that .html files won't need to be installed manually (the UI will be able to be automatically generated according to metadata stored in the AT creation tx).
2390  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][BURST] Burst | Efficient HDD Mining | New 1.2.2 Automated Transactions on: February 15, 2015, 03:33:51 PM
why you do not presents you on a dedicated post?

Hmm... like maybe this one?

https://bitcointalk.org/index.php?topic=949438.0
2391  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][BURST] Burst | Efficient HDD Mining | New 1.2.2 Automated Transactions on: February 15, 2015, 03:03:58 PM
In regards to adding a Donation button to the UI (prior to 100% funding goal reached) - unless we have that as being a general idea for all ATs (i.e. to "donate" to their creators) then it should not be done for an already published ATs (as you can't "update" an AT) - it could only thus appear in a future crowdfund.

The entire point of "consensus" is that you can't just go and change it (otherwise people would not trust ATs at all).

As we are working on a complete new design for AT UI (that will get rid of the need to download .html files) the AT team is not going to focus on such "small issues" for now (feel free to bring them up again when our new UI implementation appears).
2392  Bitcoin / Project Development / Re: CIYAM - Project Plan Outline on: February 15, 2015, 12:48:38 PM
For anyone who is keen to do some "early testing" of the CIYAM system a VM can be downloaded here: https://susestudio.com/a/kp8B3G/ciyam-server (it should be noted that this version of CIYAM is not a blockchain system so is only useful for learning about how to use the IDE and build apps via Software Manufacturing).

Once you have installed the VM you can log in as "root" with password "linux" then type: ./setup

(it will update the OS and grab the latest version of CIYAM from github and then build and install it as well as set up apache2 to work with it)
2393  Alternate cryptocurrencies / Altcoin Discussion / Re: Understanding the Automated Transaction system (AT) on: February 14, 2015, 05:10:00 PM
I noticed the start of "sig campaign" posts so I have deleted a few posts.

If you have a sponsored sig then don't bother posting here (without posting something of actual relevance) as I will delete your post (unlike the mods I don't care for that shit).
2394  Alternate cryptocurrencies / Announcements (Altcoins) / Re: Qora | 100% POS | Assets | Names | Voting | Open Source on: February 14, 2015, 03:12:20 PM
I am not sure where people are getting their information from but the AT team (CIYAM Developers) did not create Burst and only help consult with that project (and I have not heard anything from @burstdev about working on Qora).

As for CIYAM Developers and Qora we will help out to try and make sure AT is actually implemented in the coin (as had been promised to the Qora community) but "taking it over" is not really our desire at all (as we have a lot of other things we are doing).
2395  Bitcoin / Project Development / Re: CIYAM - Project Plan Outline on: February 14, 2015, 06:26:03 AM
Unfortunately Jan Tenner has moved on to do work for blockchain.info but luckily before he left he created our new logo (which I've put at the top of the OP).



The CIYAM Developers would like to thank him for his contribution.
2396  Bitcoin / Project Development / Re: CIYAM - Project Plan Outline on: February 13, 2015, 01:04:49 PM
To get an idea about what Software Manufacturing is: http://ciyam.org/docs/methodology.html is an introduction to the concept (which I am fairly sure is going to change the way that software is created in the future).

To find out about how Software Manufacturing came into existence: http://ciyam.org/open/?cmd=view&data=20121221010507352000_P&ident=M100V112&chksum=b3d538bf (it isn't as long as most of Gavin or Vitalik's blog entries and does have pics).

Anyone interested to understand a bit more of the "nuts and bolts" might also be interested to read this: http://ciyam.org/open/?cmd=view&data=20150210150346737000&ident=M100V120&chksum=ecd893c2 (which shows how one of the main tools used to do Software Manufacturing works).
2397  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][BURST] Burst | Efficient HDD Mining | New 1.2.2 Automated Transactions on: February 13, 2015, 07:32:41 AM
BTW, where can I get more information how to use CIYAM? I have installed the server in a VirtualBox, but I have no idea how I add now your codes (LuckyAT, ... ) as a project.

I think you are best to wait until we are ready to actually launch (by which time we will hopefully have some video demos) and understand that CIYAM doesn't even use AT (these are two very separate projects).

What will be able to link CIYAM with blockchains that use AT is actually the ACCT use case (which has yet to be demonstrated).
2398  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][BURST] Burst | Efficient HDD Mining | New 1.2.2 Automated Transactions on: February 13, 2015, 07:29:34 AM
I haven't seen it so far that it gets "Donation"

Because it won't say that unless it is already 100% funded (and maybe also not until the target block - would have to check with Vasilis about that to be sure).

However, then it makes even less sense to use the term "crowdfunding" at all. Why would I only donate if a certain level will be reached? If I am convinced of a project, then I donate regardless if they get a certain level.

It *is* crowdfunding because if the target level is not reached it will return the funds (we do understand the concept completely).

We added the "donate" once 100% reached as presumably the project would like to have further funds if it can but we could easily modify the AT so that after the target date any further funds can be refunded.

I guess we could also perhaps extend the AT to always have a Donate button which would send funds immediately to the destination address (if you think that would be an improvement I'll discuss it with Vasilis).
2399  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][BURST] Burst | Efficient HDD Mining | New 1.2.2 Automated Transactions on: February 13, 2015, 04:40:28 AM
If never need to be paid back, then it is in my opinion not a funding but a donation. If it is a donation, then I do not need to wait till a certain level has been reached. Look at BTCjam for ideas.

The button should say "pledge" so it is not a "donation" (if the target is not reached you will be refunded).

When the crowdfund target is reached then the button will change to donate (as it has been fully funded).

Make sense?
2400  Alternate cryptocurrencies / Altcoin Discussion / Re: Understanding the Automated Transaction system (AT) on: February 12, 2015, 12:04:31 PM
Fundamentally both AT and Ethereum solve the problem of providing "Turing complete" smart contracts but they do this in quite different ways.

Ethereum have used a Java like VM whilst AT is "virtual CPU". To most users of this technology the underlying mechanism is not going to matter and whether one approach or the other is better remains to be seen.

AT does not include a "new high-level language" (which Ethereum does) so the path towards a HLL for AT would actually be to harness an existing (and extremely well tested) system such as LLVM by targeting AT as a new kind of CPU that it can work with.

Assuming we are able to get LLVM working with AT then you would be able to program ATs using C/C++ (and other "industry standard" languages).
Pages: « 1 ... 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 [120] 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 ... 334 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!