Bitcoin Forum
June 29, 2024, 02:52:22 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 [36] 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 ... 334 »
701  Bitcoin / Project Development / Seeking partners to implement Automated Transactions (AT) as a side-chain on: February 14, 2016, 05:45:54 PM
For those who are unaware Automated Transactions (AT - http://ciyam.org/at) is a Turing complete smart contract virtual CPU implementation that has been operating (smoothly) for over one year now (and is being used by two blockchains - namely Burst and Qora).

It was actually the first "live" Turing complete such smart contract system (beating Ethereum by many months).

As things are progressing with the Bitcoin development road-map CIYAM is now looking to partner up to provide this proven technology as a side-chain for supporting arbitrary smart contracts (in what we think is a much simpler and more robust approach to that taken by Ethereum).

Feel free to contact me via PM to discuss further.

702  Alternate cryptocurrencies / Altcoin Discussion / Re: The Ethereum Paradox on: February 14, 2016, 03:38:27 PM
For those that aren't kids: https://bitcointalk.org/index.php?topic=1364594.0

(AT has been running "live" for over one year on two separate blockchains without any serious issue and supports parallelisation of smart contracts)

Let the others "play with their Lego". Smiley

(and don't forget that the Myth Busters did show that you can't make too big a ball of Lego and expect it to roll properly)
703  Bitcoin / Project Development / Seeking partners to implement Automated Transactions (AT) as a side-chain on: February 14, 2016, 03:14:06 PM
For those who are unaware Automated Transactions (AT - http://ciyam.org/at) is a Turing complete smart contract virtual CPU implementation that has been operating (smoothly) for over one year now (and is being used by two blockchains - namely Burst and Qora).

It was actually the first "live" Turing complete such smart contract system (beating Ethereum by many months).

As things are progressing with the Bitcoin development road-map CIYAM is now looking to partner up to provide this proven technology as a side-chain for supporting arbitrary smart contracts (in what we think is a much simpler and more robust approach to that taken by Ethereum).

Feel free to contact me via PM to discuss further.
704  Bitcoin / Project Development / Re: Looking to start an opensource team. on: February 14, 2016, 12:29:51 PM
I'm not sure if you guys are aware of CIYAM Open (http://ciyam.org/open/) but you are free to use it for your task management if you like (http://ciyam.org/open/?cmd=view&data=20131001033213505000_P&ident=M100V112&chksum=29ee23ae explains the process).

There would be no charge for the usage of the application (and it is free to join up of course).

Once you have decided upon a name if the OP is interested then PM me and I can create a project for you (after that you manage it yourself and I'll be happy to provide a bit of training and support free of charge as well).

The way you'd best structure it is as a Project that has the name of your "group" and then use a Project Area for each specific application (which then contains Project Tasks).

To give you an idea about how this can be used: http://ciyam.org/open/?cmd=view&data=20121221072815393000&ident=M100V137&chksum=45c95736
705  Bitcoin / Project Development / Re: CIYAM - Project Plan Outline and Progress Updates on: February 14, 2016, 11:00:39 AM
Further work on the Wallet package was completed today - now it handles the "spendable" attribute that was added to the "listunspent" output for Bitcoin (for "watch only" addresses).

Currently the Wallet package works with four different kinds of wallets being:

Private (where the keys belong to the application and are generated randomly)
External (where the keys belong to an external application such as bitcoind and are generated by it)
Watch Only (where keys are considered as belonging to "cold storage" and are therefore are never generated)
Deterministic (where keys are generated from a "seed" which is all that is required to back up and later restore such a wallet)
706  Alternate cryptocurrencies / Altcoin Discussion / Re: The Ethereum Paradox on: February 14, 2016, 08:01:55 AM
On throughput, smart contract block chains can't even exploit parallelism of the CPU! So without partitions you can only use one thread for validation. Basically it isn't scalable for anything. Completely useless.

Although I am admittedly not familiar with the low-level details of their design the way that AT was designed does allow for parallelisation of AT processing as communication between ATs does not occur "whilst they are processed" (any token amounts or messages sent from one to another don't apply at the point that they are executed but effectively after all the ATs have been processed for that block).

It may be that the Ethereum design doesn't work the same way but for sure you can design "smart contracts" that allow for parallel execution (you simply cannot have the state of one affect any other within the bounds a block).
707  Alternate cryptocurrencies / Altcoin Discussion / Re: The Ethereum Paradox on: February 13, 2016, 03:43:34 PM
My point was that once partitions are introduced, they can't be kept orthogonal due to externalities, thus partitions can't be introduced. It is only simple because you didn't add partitions. But w/o partitions the scalability isn't attainable.

Okay - (see my final paragraph after I edited) - so yes with partitions I would think that does change the picture.

IMO scalability is best achieved by having many separate blockchains and using ACCT to transfer tokens between them (that is of course perhaps a harsher method of dividing things up).
708  Alternate cryptocurrencies / Altcoin Discussion / Re: The Ethereum Paradox on: February 13, 2016, 03:32:08 PM
In regards to the ordering of "script execution" the experience that the CIYAM team has had with the development of AT (the first "live" Turing complete system that has been running for over a year now) it is actually just another consensus rule.

(i.e. it is neither a difficult problem to solve nor very hard to verify)

I am not a fan of the Ethereum VM because I think it is overly complicated (the AT virtual CPU is a much simpler implementation) but I don't doubt that it can work in a deterministic way just as AT has been doing perfectly.

It should be noted that I am not very familiar with Ethereum beyond the original paper (which I read way back before many people had heard of it) so if the current design has some new problems in regards to the ordering of script execution then that could be entirely possible.
709  Bitcoin / Project Development / Re: AT and CLTV - Truly disruptive technology! on: February 12, 2016, 04:05:51 PM
Hey @crowetic - please don't worry about a CF for CIYAM at this stage (but thanks for the consideration).

I have brought up the idea with @vbcs of merging the code-base between Burst and Qora and hope you will be happy to discuss this with him (this would not change the Burst blockchain history nor its "proof" algorithm but simply bring the two projects much closer together).

A big advantage to Burst would be to having pretty much the same code as its cousin and having identical AT code (making the work for @vbcs much easier as this progresses which is going to be important if you want to see big changes happening).

In this scenario the majority of code would be the from the Qora project as @vbcs is of the opinion that it is better quality code and that it has the more development support between the two projects.
710  Bitcoin / Development & Technical Discussion / Re: ACCT using CLTV - More Effective than a sleeping pill! on: February 10, 2016, 12:23:42 PM
Whilst I think your approach is sound (especially after the additional step) my gut feel is that the complexity of it all is just not going to work very neatly with an implementation.

Assuming I do launch something it will only be supporting the Rank 1 coins (i.e. the least complexity) and if that only includes BTC and LTC then I'm okay with that.
711  Bitcoin / Project Development / Re: AT and CLTV - Truly disruptive technology! on: February 10, 2016, 10:36:42 AM
The whole point of mentioning this is because decentralized exchange was always possible just nobody wrote the nice UI for it yet.

I think that with the new ACCT AT implementation we'll end up with a very nice UI and if it's not too hard to extend the Qora/Burst wallet to be able to work with Bitcoin (doing the ACCT CLTV stuff) then you would have a standard UI that would handle both the wallet and trading (which would be extremely convenient).
712  Bitcoin / Bitcoin Discussion / Re: Stabilized Bitcoin using eMunie economics on: February 09, 2016, 07:52:01 PM
A lot of people have criticized me for attempting all this on my own, but when I come to actually look for assistance in verification, I get zero.  And in the case of you, it seems you're now trying to incite a character assassination :|

I am certainly not trying to incite a character assassination but I do wonder about the strategy that you are using here (as it is so far the same as what @CfB is using).

If there is simply no academic that has any interest in your project then you think that somehow that is their misunderstanding?
713  Bitcoin / Bitcoin Discussion / Re: Stabilized Bitcoin using eMunie economics on: February 09, 2016, 07:42:54 PM
It sounds like an amazing thing - yet I don't see the peer reviewed algorithm design do I?

Why is that?

(just like I don't see the stuff behind other alt crypto currency promises)

You don't "trial an algorithm" on a forum (you do, however, manipulate and trick people on a forum).

714  Bitcoin / Bitcoin Discussion / Re: Stabilized Bitcoin using eMunie economics on: February 09, 2016, 07:05:53 PM
So - to all others - someone who won't even agree that "trinary logic" is "snake oil" should IMO be viewed as suspicious.

(you have been warned)
715  Bitcoin / Bitcoin Discussion / Re: Stabilized Bitcoin using eMunie economics on: February 09, 2016, 07:03:05 PM
So you endorse censorship?

Do you endorse @CfB's "trinary logic"?

(simple question - which others are awaiting your reply on)
716  Bitcoin / Bitcoin Discussion / Re: Stabilized Bitcoin using eMunie economics on: February 09, 2016, 06:59:53 PM
Well - if your project's topic starts to look much like @CfB's project in terms of the way that posts are being handled then I think you should seriously question whether you are doing the right thing.
717  Bitcoin / Bitcoin Discussion / Re: Stabilized Bitcoin using eMunie economics on: February 09, 2016, 06:57:17 PM
So answering questions is now considered bad form?  What a concept. 

If you were just answering questions (that I'd actually asked you) then that would be totally okay - but I actually haven't even asked you a single question (I was asking the guy in charge).
718  Bitcoin / Bitcoin Discussion / Re: Stabilized Bitcoin using eMunie economics on: February 09, 2016, 06:50:16 PM
Surely to get backing I need to present my idea first...which is what Im doing here and seemingly getting scolded for it.

Okay - but I would not have thought that this forum would be the appropriate place to present your idea (as I doubt hardly any such people would be looking at this forum).

Also - it is starting to look like you have a bunch of shills here.

If you want to be taken seriously I think you should perhaps ask them to tone it down.
719  Bitcoin / Bitcoin Discussion / Re: Stabilized Bitcoin using eMunie economics on: February 09, 2016, 06:46:44 PM
So isn't taking the next logical step in rationally implementing the Quantity Theory of Money (first proposed in the 80s when technology would have been limited for a useful implementation) considered relatively the same thing as having it supported by a sizable population of academia?

I am just wondering why there don't seem to be any economists (Hungarian or otherwise) backing your model.

(if your idea is backed by the so-called Hungarian's then why are they not being supportive of it?)
720  Bitcoin / Bitcoin Discussion / Re: Stabilized Bitcoin using eMunie economics on: February 09, 2016, 06:38:59 PM
For a start - where is a "professor of economics" that backs your theory?
(presumably you would at least have one)

So I need to have a Professor that endorses my idea before I should present it?  Roll Eyes Shocked

If you look at what is going on in this field then I would say the more respected academics that you have to endorse your ideas the better (you think it is acceptable to have zero?).

Otherwise should we say that you and @CfB are equals then?
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 [36] 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 ... 334 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!