Bitcoin Forum
April 27, 2024, 03:35:36 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 2 [3] 4 »  All
  Print  
Author Topic: A new way to scam newbies  (Read 5147 times)
madalo
Newbie
*
Offline Offline

Activity: 27
Merit: 0


View Profile
January 18, 2014, 05:13:05 PM
 #41

Huh Isn't the Bitcoin protocol a DAC?

It's not Turing-complete. Only a genius is able to create a DAC using a Turing-incomplete language.
Maybe you can elaborate on that, just from a technical standpoint. What makes Turing-complete language essential to create a DAC?

I wouldn't even bother asking this guy to "elaborate"... all you're going to get back is a bunch of cryptic babble
1714188936
Hero Member
*
Offline Offline

Posts: 1714188936

View Profile Personal Message (Offline)

Ignore
1714188936
Reply with quote  #2

1714188936
Report to moderator
Bitcoin addresses contain a checksum, so it is very unlikely that mistyping an address will cause you to lose money.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714188936
Hero Member
*
Offline Offline

Posts: 1714188936

View Profile Personal Message (Offline)

Ignore
1714188936
Reply with quote  #2

1714188936
Report to moderator
1714188936
Hero Member
*
Offline Offline

Posts: 1714188936

View Profile Personal Message (Offline)

Ignore
1714188936
Reply with quote  #2

1714188936
Report to moderator
1714188936
Hero Member
*
Offline Offline

Posts: 1714188936

View Profile Personal Message (Offline)

Ignore
1714188936
Reply with quote  #2

1714188936
Report to moderator
Come-from-Beyond (OP)
Legendary
*
Offline Offline

Activity: 2142
Merit: 1009

Newbie


View Profile
January 18, 2014, 06:02:34 PM
 #42

Maybe you can elaborate on that, just from a technical standpoint. What makes Turing-complete language essential to create a DAC?

Well... In plain English I would explain it in such a way:

Imagine 2 people, Alice and Bob. Alice knows only how to add and subtract numbers, but Bob knows how to add, subtract and multiply them.
If u ask Alice to calculate 2*3, she will do it in such a way: 2 + 2 + 2. Or 3 + 3 if she is smart enough. Obviously, Bob would just multiply these numbers.
Now let's ask them to calculate 2.5 * 3.72. Alice won't be able to do it, but Bob will do the same without any problems.
U see there is a difference between Alice and Bob, coz Alice, unlike Bob, is Turing-incomplete.
BldSwtTrs
Legendary
*
Offline Offline

Activity: 861
Merit: 1010


View Profile
January 18, 2014, 07:17:16 PM
 #43

Maybe you can elaborate on that, just from a technical standpoint. What makes Turing-complete language essential to create a DAC?

Well... In plain English I would explain it in such a way:

Imagine 2 people, Alice and Bob. Alice knows only how to add and subtract numbers, but Bob knows how to add, subtract and multiply them.
If u ask Alice to calculate 2*3, she will do it in such a way: 2 + 2 + 2. Or 3 + 3 if she is smart enough. Obviously, Bob would just multiply these numbers.
Now let's ask them to calculate 2.5 * 3.72. Alice won't be able to do it, but Bob will do the same without any problems.
U see there is a difference between Alice and Bob, coz Alice, unlike Bob, is Turing-incomplete.
Thanks.

That means Turing-completness enable to do more stuff and more efficiently than Turing-incompletness, am i right?

Also I think I get why it's important for a DAC Platform (where you build DAC on top of it), but why a DAC alone should bother with Turing-completness? Since a DAC can probably be programed from the start to be able to do what it supposed to do in a efficient way, even with Turing-incompletness (e.g. Bitcoin).
Come-from-Beyond (OP)
Legendary
*
Offline Offline

Activity: 2142
Merit: 1009

Newbie


View Profile
January 18, 2014, 07:22:48 PM
 #44

That means Turing-completness enable to do more stuff and more efficiently than Turing-incompletness, am i right?

Only to do more stuff. Efficiency doesn't matter.


Also I think I get why it's important for a DAC Platform (where you build DAC on top of it), but why a DAC alone should be bother with Turing-completness? Since a DAC can probably be program from the start to be able to do what it supposed to do in a efficient way, even with Turing-incompletness (e.g. Bitcoin).

I doubt it's possible to create a DAC in a Turing-incomplete language. But u should try.
BldSwtTrs
Legendary
*
Offline Offline

Activity: 861
Merit: 1010


View Profile
January 18, 2014, 07:24:31 PM
 #45

I doubt it's possible to create a DAC in a Turing-incomplete language. But u should try.
Technically, Bitcoin is a DAC. So it looks like it's possible.
Come-from-Beyond (OP)
Legendary
*
Offline Offline

Activity: 2142
Merit: 1009

Newbie


View Profile
January 18, 2014, 07:27:03 PM
 #46

I doubt it's possible to create a DAC in a Turing-incomplete language. But u should try.
Technically, Bitcoin is a DAC. So it looks like it's possible.

I disagree. Bitcoin is written is C. I'm talking about Bitcoin protocol and its scripting language.
CIYAM
Legendary
*
Offline Offline

Activity: 1890
Merit: 1075


Ian Knowles - CIYAM Lead Developer


View Profile WWW
January 18, 2014, 07:29:17 PM
 #47

I disagree. Bitcoin is written is C.

The other stuff you've stated (about DACs) is correct but Bitcoin is *not* written in C - it is written in C++ (there is a *huge* difference).

With CIYAM anyone can create 100% generated C++ web applications in literally minutes.

GPG Public Key | 1ciyam3htJit1feGa26p2wQ4aw6KFTejU
Come-from-Beyond (OP)
Legendary
*
Offline Offline

Activity: 2142
Merit: 1009

Newbie


View Profile
January 18, 2014, 07:41:20 PM
 #48

I disagree. Bitcoin is written is C.

The other stuff you've stated (about DACs) is correct but Bitcoin is *not* written in C - it is written in C++ (there is a *huge* difference).


Ah, right. Sometimes I confuse these 2 languages. Smiley
pening
Sr. Member
****
Offline Offline

Activity: 245
Merit: 250



View Profile
January 18, 2014, 09:49:53 PM
 #49

Maybe you can elaborate on that, just from a technical standpoint. What makes Turing-complete language essential to create a DAC?

Well... In plain English I would explain it in such a way:

Imagine 2 people, Alice and Bob. Alice knows only how to add and subtract numbers, but Bob knows how to add, subtract and multiply them.
If u ask Alice to calculate 2*3, she will do it in such a way: 2 + 2 + 2. Or 3 + 3 if she is smart enough. Obviously, Bob would just multiply these numbers.
Now let's ask them to calculate 2.5 * 3.72. Alice won't be able to do it, but Bob will do the same without any problems.
U see there is a difference between Alice and Bob, coz Alice, unlike Bob, is Turing-incomplete.

 Huh  Alice can normalise the decimals, i.e. to 250 and 372, add recursively, then adjust the decimal point back afterwards.  As all numbers in computers are Hex or ultimately binary numbers, and they have no decimal points, that's how it works anyway. 

I really dont understand what you are going on about with your claim of a DAC and Turing complete languages.  You can create a language targeted to perform a specialised function and not be Turing complete.  The whole point of that term is that the language can do any logical function.  Either you your deliberately confusing the subject or you're very poorly made your case.  possibly both.
Come-from-Beyond (OP)
Legendary
*
Offline Offline

Activity: 2142
Merit: 1009

Newbie


View Profile
January 19, 2014, 06:03:37 AM
 #50

Huh  Alice can normalise the decimals, i.e. to 250 and 372, add recursively, then adjust the decimal point back afterwards.  As all numbers in computers are Hex or ultimately binary numbers, and they have no decimal points, that's how it works anyway. 

That was an analogy...

I really dont understand what you are going on about with your claim of a DAC and Turing complete languages.  You can create a language targeted to perform a specialised function and not be Turing complete.  The whole point of that term is that the language can do any logical function.  Either you your deliberately confusing the subject or you're very poorly made your case.  possibly both.

U can create a language with only 1 function - launchDAC(). Sorry, but ur point doesn't make much sense and looks like an attempt to argue for the sake of demagogy.
Solidchance
Full Member
***
Offline Offline

Activity: 169
Merit: 100


View Profile
January 19, 2014, 06:51:39 AM
 #51

Solidchance
Full Member
***
Offline Offline

Activity: 169
Merit: 100


View Profile
January 19, 2014, 06:56:32 AM
 #52

^^^^I kid I kid, LOL the OP is talking about Ethereum, but even though he is apart of nxt I am beginning to respect his opinion. Read this article and make your own opinion, https://bitslog.wordpress.com/2014/01/17/ethereum-dagger-pow-is-flawed/ , If I'm wrong ill edit this post
Come-from-Beyond (OP)
Legendary
*
Offline Offline

Activity: 2142
Merit: 1009

Newbie


View Profile
January 19, 2014, 07:03:21 AM
 #53


^^^^I kid I kid, LOL the OP is talking about Ethereum, but even though he is apart of nxt I am beginning to respect his opinion

I bet u didn't pay attention to the date of the OP.
Solidchance
Full Member
***
Offline Offline

Activity: 169
Merit: 100


View Profile
January 19, 2014, 07:06:26 AM
 #54

eh, doesn't matter, seems like there is  a storm brewing between ethereum and protoshares (or bitshare Huh angleshare??) don't know what the hell those mean but you are right, I actually didn't see the date I assumed bc it was DAC related it couldn't be that old of a thread
pening
Sr. Member
****
Offline Offline

Activity: 245
Merit: 250



View Profile
January 19, 2014, 09:24:25 AM
Last edit: January 19, 2014, 09:35:02 AM by pening
 #55

Huh  Alice can normalise the decimals, i.e. to 250 and 372, add recursively, then adjust the decimal point back afterwards.  As all numbers in computers are Hex or ultimately binary numbers, and they have no decimal points, that's how it works anyway.  

That was an analogy...

I really dont understand what you are going on about with your claim of a DAC and Turing complete languages.  You can create a language targeted to perform a specialised function and not be Turing complete.  The whole point of that term is that the language can do any logical function.  Either you your deliberately confusing the subject or you're very poorly made your case.  possibly both.

U can create a language with only 1 function - launchDAC(). Sorry, but ur point doesn't make much sense and looks like an attempt to argue for the sake of demagogy.

Your analogy was pure rubbish though, and as for arguing, i was asking you to restate your point more clearly.  Apparently you cant.  You may have a point, you may not, I cant tell because of the evasive reaction to questions.  Hows that for demagogy?

Where i'm coming from...
Huh Isn't the Bitcoin protocol a DAC?

It's not Turing-complete. Only a genius is able to create a DAC using a Turing-incomplete language.


You've made a bold statement then backed it up with a poor example that doesn't explain the point anyway.  I see no reason why Bitcoin isn't a DAC, unless you are defining DAC as something other than a basic understanding of "Distributed Autonomous Corporations".  Why even say Bitcoin protocol isn't Turing complete when it isn't a language? 
Come-from-Beyond (OP)
Legendary
*
Offline Offline

Activity: 2142
Merit: 1009

Newbie


View Profile
January 19, 2014, 09:29:34 AM
 #56

Your analogy was pure rubbish though...

These words proved my suspicion about the aliens.  Cheesy
BitCoinDream
Legendary
*
Offline Offline

Activity: 2324
Merit: 1204

The revolution will be digital


View Profile
January 19, 2014, 09:55:29 AM
 #57

Distributed Autonomous Corporation is becoming a popular trend. I predict we'll see at least one major scam related to DAC within next 6 months. Be careful.

Do u mean Ripple Exchange and ButterCoin Exchange ?

freddyfarnsworth
Full Member
***
Offline Offline

Activity: 238
Merit: 100


View Profile
January 19, 2014, 10:21:34 AM
 #58

This site wants to "check my Browser" on access... Bailed out fast as I could.

https://cryptocointalk.com/topic/3181-daycoin-dac-information/

BTC: 1F1X9dN2PRortYaDkq89YJDbQ72i3F5N3h MEOW: KAbvy9jrrajvN5WLo7RWBsYqYfJKyN9WLf DOGE: DAyKSrTiVeRZaReTu1Cyf5Je6qPdKTuKKE
madalo
Newbie
*
Offline Offline

Activity: 27
Merit: 0


View Profile
January 19, 2014, 11:40:13 AM
 #59

wow, what a waste of a thread. 3 pages later and still know one knows what exactly the OP is trying to say
r3wt
Hero Member
*****
Offline Offline

Activity: 686
Merit: 504


always the student, never the master.


View Profile
January 19, 2014, 11:41:55 AM
 #60

wow, what a waste of a thread. 3 pages later and still know one knows what exactly the OP is trying to say

he's one of the most ignored members on the board. just hit the ignore button.

My negative trust rating is reflective of a personal vendetta by someone on default trust.
Pages: « 1 2 [3] 4 »  All
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!