[Boards: 3 / a / aco / adv / an / asp / b / bant / biz / c / can / cgl / ck / cm / co / cock / d / diy / e / fa / fap / fit / fitlit / g / gd / gif / h / hc / his / hm / hr / i / ic / int / jp / k / lgbt / lit / m / mlp / mlpol / mo / mtv / mu / n / news / o / out / outsoc / p / po / pol / qa / qst / r / r9k / s / s4s / sci / soc / sp / spa / t / tg / toy / trash / trv / tv / u / v / vg / vint / vip / vp / vr / w / wg / wsg / wsr / x / y ] [Search | Free Show | Home]

In this video I'm gonna attempt to explain some ideas behind

This is a blue board which means that it's for everybody (Safe For Work content only). If you see any adult content, please report it.

Thread replies: 27
Thread images: 9

File: reading_club.gif (2MB, 600x338px) Image search: [Google]
reading_club.gif
2MB, 600x338px
In this video I'm gonna attempt to explain some ideas behind a blockchain to you. I'll try to do this by playing with a system that shares some mayor similarities with it.

A blochchain is a seqeunce (the "chain") of blocks (data structures with information entries).

For cryptocurrencies, the information entries are data like "Alice pays 0.34 BTC to Jerry", i.e. some string/sentence of information , although the nature of the information is not so relevant for the blockchain as such. It could also be something like "Next friday I should go buy milk".

In this thread, we could as information any 3 letter word. Like "man" or "bob".

I'll introduce a very cheap kind of almost hasing. At the bottom we have a list of how to translate letters to numbers. Given two letters, we gonna have one act on the other by adding the numbers and translating it back. Examples
* b=2 and f=6. Now 2+6 is 8, which is associated with h. So we say b+f -> h
* j=10 and c=3. Now 10+3 is 13, which is associated with m. So we say j+c -> m

a = 1
b = 2
c = 3
d = 4
e = 5
f = 6
g = 7
h = 8
i = 9
j = 10
k = 11
l = 12
m = 13
n = 14
o = 15
p = 16
q = 17
r = 18
s = 19
t = 20
u = 21
v = 22
w = 23
x = 24
y = 25
z = 26
We're gonna say 27 maps back to 1 and 28.

We gonna have two lines. One "information line", and one "previous hash" line. On the first block, there is no "previous", so I'll arbitrary set it to "ccc".

Finally, given any three numbers, I'll do some WORK by multiplying them together. For example, ccc translates to 3 3 3 and 3*3*3=27.

I'll now start the block chain, and my first information will be "man"

BLOCK 1:
>"man"
>ccc, 27
->
>pdq

To explain again, m=13 and c=3, so the first hash letter is 16, which is p. And so on.
My second information is gonna be the word bob.
For the "previous hash" line, I obviously take the hash from the last line.

BLOCK 2:
>"bob"
>pdq, 1088
->
>rss

Okay, now the block is on.

Give me a 3 letter word!
>>
*and 28 to 2 and so on
>>
>>2526822
I love you
>>
gay
>>
>>2526822
I really, really like your videos, 3Blue1Down! Thank you for the effort!
>>
>>2526840

BLOCK 3:
>"gay"
>rss, 6498
->
>ytr
>>
>>2526849
haha, no I'm not him, but he has his software open source on github and I used it

https://github.com/3b1b/manim

If you're into programming, subscribe to my channel too, though
https://www.youtube.com/channel/UCcrSMnEYhIPX_p127jI23qw
>>
>>2526873
Don't know much programming, beyond some python babby scripting that i use for sysadmin.

Still subscribed though.
>>
>>2526928
kk.
I do Python scripting too. Last week I had written this cheap password manager application:
https://github.com/Nikolaj-K/password-manager


Let me bump with another block

BLOCK 4:
>"biz"
>ytr, 9000
->
>acr

The point being that if I were to go to BLOCK 2 and change the information "bob" to "pop", the hash changes, and since it's used in BLOCK 3 the hash there changes, and since that one is used in BLOCK 4 here the current hash would change too. To make is a valid blockchain, I'd had to recompute all WORK
>>
Mind explaining how those blocks become harder to compute as time goes on with coins like BTC?
>>
>>2527035
Well here I used the task of multiplying 3 two digit numbers as Work but you can imagine any task.

On the bitcoin blockchain, the task is to to find some string that would map the current hash to some particularlooking string. E.g. I may give you
>gwu
and ask you which the letters are that translate it to
>awu.
The answer would be szz, because g+s->a and the other two are trivial.

Now I could ask you to instead map it to
>aau.
You'd have to work on the first letter and the second letter.

You see you can choose another job and things get harder.
>>
You seem smart. Can you tell me if investing on the ICO of this thing is a good idea?
https://internetofcoins.org/public/uploads/whitepaper_ioc.pdf

or should i invest on blocknet?
>>
>>2527215
I'm just getting into this myself, I can't tell. Besides, I come from a theory perspective and not from an investors. I personally favor any blockchain which come with a Turing complete language and has a non-negligable userbase, but my guess is as good as anyones.
>>
nice channel and a calm voice, wish you luck with your videos
>>
nobody interested in the tech?
>>
>>2527591
not sure I understand even your simple example
>>
File: 1488583587803.jpg (1MB, 3001x1836px) Image search: [Google]
1488583587803.jpg
1MB, 3001x1836px
>>2527893
ask

Or use this word "ask" to make the next block, BLOCK 5.
Challenge accepted?
>>
come back to /sci/ ;)
>>
File: engels chick.png (207KB, 457x500px) Image search: [Google]
engels chick.png
207KB, 457x500px
>>2528896
haha.
yeah, I might but this is interesting right now. I think I'll gonna make a video on the stuff in this thread, maybe break it down more simply.

who are you?
>>
File: 1457459652101.jpg (341KB, 634x875px) Image search: [Google]
1457459652101.jpg
341KB, 634x875px
>>2528989
>who are you?
you probably don't know me

you just interested in the blockchain tech or are you investing too?
>>
>>2526822
Reading this gave me that tingly feeling I get when someone goes out of their way to help me, like when a stranger ties my shoes.
>>
File: emhint.jpg (74KB, 1180x708px) Image search: [Google]
emhint.jpg
74KB, 1180x708px
>>2529019
I'd like to see if there's a good language (such as solidity on Etherium) out there and learn it. Also got a mathematican interested in price analysis and will work on the difference crypto graphs and write algorithms that detect when something is going on. Or something like that

http://bitcoin-ethereum.appspot.com/

And yeah, I just finished the PhD last week and don't know what to do with my 300k starting, so I got a few k to throw away.
>>
File: 1473847594280.jpg (613KB, 1746x2048px) Image search: [Google]
1473847594280.jpg
613KB, 1746x2048px
>>2529167
>I'd like to see if there's a good language (such as solidity on Etherium) out there and learn it. Also got a mathematican interested in price analysis and will work on the difference crypto graphs and write algorithms that detect when something is going on. Or something like that
>http://bitcoin-ethereum.appspot.com/
cool, I'll keep an eye on this, also subbed your youtube

>And yeah, I just finished the PhD last week and don't know what to do with my 300k starting, so I got a few k to throw away.
I'm in the same position... managed to pick 6 good coins and 1 bad one so it's been fun so far
>>
>>2529556
>I'll keep an eye on this
Forget the website, that's just me stealing free domains. Like
http://blockchain-technology.appspot.com/

What are you working (on)?
>>
File: 1463400044358.jpg (1MB, 1920x1280px) Image search: [Google]
1463400044358.jpg
1MB, 1920x1280px
>>2530272
>What are you working (on)?
an existential crisis
>>
File: back.jpg (61KB, 640x427px) Image search: [Google]
back.jpg
61KB, 640x427px
>>2530964
What were you working on?
>>
File: Carl_Friedrich_Gauss.jpg (236KB, 576x738px) Image search: [Google]
Carl_Friedrich_Gauss.jpg
236KB, 576x738px
>>2531324
class numbers
Thread posts: 27
Thread images: 9


[Boards: 3 / a / aco / adv / an / asp / b / bant / biz / c / can / cgl / ck / cm / co / cock / d / diy / e / fa / fap / fit / fitlit / g / gd / gif / h / hc / his / hm / hr / i / ic / int / jp / k / lgbt / lit / m / mlp / mlpol / mo / mtv / mu / n / news / o / out / outsoc / p / po / pol / qa / qst / r / r9k / s / s4s / sci / soc / sp / spa / t / tg / toy / trash / trv / tv / u / v / vg / vint / vip / vp / vr / w / wg / wsg / wsr / x / y] [Search | Top | Home]

I'm aware that Imgur.com will stop allowing adult images since 15th of May. I'm taking actions to backup as much data as possible.
Read more on this topic here - https://archived.moe/talk/thread/1694/


If you need a post removed click on it's [Report] button and follow the instruction.
DMCA Content Takedown via dmca.com
All images are hosted on imgur.com.
If you like this website please support us by donating with Bitcoins at 16mKtbZiwW52BLkibtCr8jUg2KVUMTxVQ5
All trademarks and copyrights on this page are owned by their respective parties.
Images uploaded are the responsibility of the Poster. Comments are owned by the Poster.
This is a 4chan archive - all of the content originated from that site.
This means that RandomArchive shows their content, archived.
If you need information for a Poster - contact them.