sipa changed the topic of #bitcoin-wizards to: This channel is for discussing theoretical ideas with regard to cryptocurrencies, not about short-term Bitcoin development | http://bitcoin.ninja/ | This channel is logged. | For logs and more information, visit http://bitcoin.ninja
rmwb_ has joined #bitcoin-wizards
jb55 has quit [Ping timeout: 240 seconds]
vicenteH has quit [Read error: Connection reset by peer]
vicenteH has joined #bitcoin-wizards
rmwb has quit [Ping timeout: 252 seconds]
Belkaar has quit [Ping timeout: 240 seconds]
Belkaar has joined #bitcoin-wizards
Belkaar has joined #bitcoin-wizards
Belkaar has quit [Changing host]
Ylbam has quit [Quit: Connection closed for inactivity]
wumpus has quit [Ping timeout: 248 seconds]
rmwb_ has quit [Remote host closed the connection]
jb55 has joined #bitcoin-wizards
rmwb has joined #bitcoin-wizards
wumpus has joined #bitcoin-wizards
dabura667 has joined #bitcoin-wizards
AaronvanW has quit [Ping timeout: 255 seconds]
jb55 has quit [Ping timeout: 240 seconds]
jb55 has joined #bitcoin-wizards
Chris_Stewart_5 has joined #bitcoin-wizards
Chris_Stewart_5 has quit [Quit: WeeChat 1.4]
BashCo_ has joined #bitcoin-wizards
BashCo has quit [Ping timeout: 248 seconds]
dabura667 has quit [Ping timeout: 240 seconds]
dnaleor has quit [Quit: Leaving]
dabura667 has joined #bitcoin-wizards
dabura667 has quit [Ping timeout: 258 seconds]
JackH has quit [Ping timeout: 248 seconds]
rmwb has quit [Remote host closed the connection]
dabura667 has joined #bitcoin-wizards
alferz has joined #bitcoin-wizards
nephyrin` has quit [Remote host closed the connection]
nephyrin has joined #bitcoin-wizards
huseby has quit [Ping timeout: 240 seconds]
yongu has quit [Ping timeout: 260 seconds]
yongu has joined #bitcoin-wizards
yongu has quit [Changing host]
yongu has joined #bitcoin-wizards
huseby has joined #bitcoin-wizards
alferz has quit [Ping timeout: 240 seconds]
_whitelogger has joined #bitcoin-wizards
jb55 has quit [Ping timeout: 260 seconds]
eck has quit [Quit: we out here]
eck has joined #bitcoin-wizards
dabura667 has quit [Remote host closed the connection]
rmwb has joined #bitcoin-wizards
jb55 has joined #bitcoin-wizards
markus-k has quit [Ping timeout: 248 seconds]
yoleaux has quit [Ping timeout: 276 seconds]
markus-k has joined #bitcoin-wizards
packetsmurf has joined #bitcoin-wizards
coinsmurf has quit [Ping timeout: 240 seconds]
legogris has quit [Remote host closed the connection]
legogris has joined #bitcoin-wizards
TheSeven has quit [Ping timeout: 258 seconds]
Apocalyptic has quit [Ping timeout: 246 seconds]
TheSeven has joined #bitcoin-wizards
Apocalyptic has joined #bitcoin-wizards
qwebirc293008 has quit [Quit: Page closed]
jb55 has quit [Ping timeout: 240 seconds]
qwebirc1007900 has joined #bitcoin-wizards
TheSeven has quit [Ping timeout: 255 seconds]
[7] has joined #bitcoin-wizards
rmwb has quit [Remote host closed the connection]
rmwb has joined #bitcoin-wizards
rmwb has quit [Remote host closed the connection]
rmwb has joined #bitcoin-wizards
shesek has joined #bitcoin-wizards
shesek has quit [Changing host]
shesek has joined #bitcoin-wizards
harrymm_ has quit [Ping timeout: 248 seconds]
harrymm_ has joined #bitcoin-wizards
Ylbam has joined #bitcoin-wizards
yoleaux has joined #bitcoin-wizards
mn3monic has joined #bitcoin-wizards
Emcy has quit [Read error: Connection reset by peer]
Emcy has joined #bitcoin-wizards
<ecurrencyhodler_> Ok it seems like the client decodes the EC commitments into blindkey1, address, blindkey2, and amount. It then adds the blindkey2 with all other received blindkeys together then all the received btc together and then send that out. Whew. That’s a lot of work for a node.
<sipa> s/node/wallet
<sipa> none of that is needed to verify other's transactions
<sipa> just when you want to create a transaction yourself
rmwb has quit [Remote host closed the connection]
mn3monic has quit [Quit: Leaving]
<ecurrencyhodler_> Right
<ecurrencyhodler_> And I think the pederson commitment formula is not the base58check equation I had formally thought
<sipa> base58 is just for addresses, which arw purely human interface candy
<ecurrencyhodler_> Sigh...
<sipa> internally it's all just keys and signatures
<ecurrencyhodler_> There’s like no simple way to explain this unless I completely gloss over the pederson commitments
<sipa> i think you should understand the pedersen commitmemts first
<ecurrencyhodler_> Trying to but it’s a bit over my head.
<ecurrencyhodler_> From what I understand G is a cyclic generator. It is then hashed.
<ecurrencyhodler_> The cyclic generator is then multiplied by the blindkey and added to the btc amount times the hashed G
<ecurrencyhodler_> Somehow, blindkey times cyclic generator = hashed cyclic generator
<ecurrencyhodler_> xG=H
BashCo_ has quit [Remote host closed the connection]
CheckDavid has joined #bitcoin-wizards
dgenr8 has quit [Ping timeout: 240 seconds]
dgenr8 has joined #bitcoin-wizards
BashCo has joined #bitcoin-wizards
harrymm_ has quit [Ping timeout: 248 seconds]
dgenr8 has quit [Ping timeout: 248 seconds]
dabura667 has joined #bitcoin-wizards
dgenr8 has joined #bitcoin-wizards
AaronvanW has joined #bitcoin-wizards
Emcy has quit [Read error: Connection reset by peer]
laurentmt has joined #bitcoin-wizards
Aaronvan_ has joined #bitcoin-wizards
harrymm_ has joined #bitcoin-wizards
AaronvanW has quit [Ping timeout: 246 seconds]
Guyver2 has joined #bitcoin-wizards
<adlai> victorSN: i think this is pretty good for here, mathematic is literacy for wizard
deusexbeer has quit [Ping timeout: 252 seconds]
AaronvanW has joined #bitcoin-wizards
<adlai> ecurrencyhodler_: i think xG=H is the bounty
<ecurrencyhodler_> Ok
<adlai> the fact that H=H(G) is an artifact of how the system was bootstrapped, the bounty is there as an indicator of last resort before it all burns down
Aaronvan_ has quit [Ping timeout: 264 seconds]
<ecurrencyhodler_> Is G as the cyclic generator referring to a btc pubkey then?
<adlai> G might be the pubkey to some btc, but if you know the privkey, all my coins are belong to... nobody anymore, it's all worthless
<adlai> hm. actually i may have assumed a base case for some infinite recursion there.
* adlai goes back to studying the simpler things
<ecurrencyhodler_> Thanks for popping in
<sipa> ecurrencyhodler_: G is the secp256k1 generator
<sipa> it is the public key corresponding to private key 1, by definition
<ecurrencyhodler_> Ah ic
<ecurrencyhodler_> Thnx sipa I think I need to read up on elliptical curve groups and then revisit this topic.
Aaronvan_ has joined #bitcoin-wizards
AaronvanW has quit [Ping timeout: 240 seconds]
Emcy has joined #bitcoin-wizards
intcat has quit [Remote host closed the connection]
daszorz has joined #bitcoin-wizards
intcat has joined #bitcoin-wizards
shesek has quit [Ping timeout: 252 seconds]
daszorz has quit [Read error: Connection reset by peer]
daszorz has joined #bitcoin-wizards
Ylbam has quit [Quit: Connection closed for inactivity]
CheckDavid has quit [Quit: Connection closed for inactivity]
dnaleor has joined #bitcoin-wizards
Emcy has quit [Read error: Connection reset by peer]
Emcy has joined #bitcoin-wizards
Guyver2 has quit [Quit: Going offline, see ya! (www.adiirc.com)]
musalbas has quit [Ping timeout: 246 seconds]
dabura667 has quit [Remote host closed the connection]
jb55 has joined #bitcoin-wizards
jtimon has joined #bitcoin-wizards
jtimon has quit [Ping timeout: 252 seconds]
AaronvanW has joined #bitcoin-wizards
jtimon has joined #bitcoin-wizards
Aaronvan_ has quit [Ping timeout: 258 seconds]
Emcy has quit [Read error: Connection reset by peer]
Emcy has joined #bitcoin-wizards
rmwb has joined #bitcoin-wizards
jtimon has quit [Ping timeout: 240 seconds]
rmwb has quit [Ping timeout: 255 seconds]
jtimon has joined #bitcoin-wizards
Emcy has quit [Read error: Connection reset by peer]
Emcy has joined #bitcoin-wizards
rmwb has joined #bitcoin-wizards
Emcy has quit [Read error: Connection reset by peer]
Emcy has joined #bitcoin-wizards
rmwb has quit [Ping timeout: 246 seconds]
Chris_Stewart_5 has joined #bitcoin-wizards
thrmo1111 has joined #bitcoin-wizards
HalfTorsoDeluxe has joined #bitcoin-wizards
intcat has quit [Remote host closed the connection]
thrmo1111 has quit [Ping timeout: 240 seconds]
intcat has joined #bitcoin-wizards
Banzai10 has joined #bitcoin-wizards
HalfTorsoDeluxe is now known as thrmo1111
rmwb has joined #bitcoin-wizards
BashCo has quit [Remote host closed the connection]
rmwb has quit [Ping timeout: 246 seconds]
BashCo has joined #bitcoin-wizards
Chris_Stewart_5 has quit [Ping timeout: 246 seconds]
rmwb has joined #bitcoin-wizards
roadcrap has quit [Ping timeout: 248 seconds]
jtimon has quit [Ping timeout: 258 seconds]
jtimon has joined #bitcoin-wizards
esotericnonsense has quit [Ping timeout: 260 seconds]
<victorSN> haha adlai and cryptography is the magic
jtimon has quit [Ping timeout: 258 seconds]
Chris_Stewart_5 has joined #bitcoin-wizards
jtimon has joined #bitcoin-wizards
jtimon has quit [Ping timeout: 248 seconds]
jtimon_ has joined #bitcoin-wizards
rmwb has quit [Ping timeout: 246 seconds]
jtimon_ has quit [Ping timeout: 248 seconds]
jtimon has joined #bitcoin-wizards
rmwb has joined #bitcoin-wizards
wasi has quit [Quit: Leaving]
shesek has joined #bitcoin-wizards
shesek has quit [Changing host]
shesek has joined #bitcoin-wizards
meshcollider has quit [Quit: Connection closed for inactivity]
jtimon has quit [Ping timeout: 240 seconds]
Emcy has quit [Read error: Connection reset by peer]
Emcy has joined #bitcoin-wizards
shesek has quit [Ping timeout: 260 seconds]
rmwb has quit [Ping timeout: 255 seconds]
<ecurrencyhodler_> Perfect!
<victorSN> I wonder if as many people will actively use cryptography in 2040, when compared to the amount of people making websites nowadays
<victorSN> Maybe its more compared to the amount of current server admins
rmwb has joined #bitcoin-wizards
Noldorin has quit [Quit: Textual IRC Client: www.textualapp.com]
Noldorin has joined #bitcoin-wizards
daszorz has quit [Ping timeout: 240 seconds]
daszorz2 has joined #bitcoin-wizards
Noldorin has quit [Quit: Textual IRC Client: www.textualapp.com]
Chris_Stewart_5 has quit [Ping timeout: 248 seconds]
rmwb has quit [Ping timeout: 258 seconds]
deusexbeer has joined #bitcoin-wizards
rmwb has joined #bitcoin-wizards
Noldorin has joined #bitcoin-wizards
daszorz2 has quit [Quit: Leaving]
sn0wmonster has quit [Ping timeout: 240 seconds]
cdb has joined #bitcoin-wizards
sn0wmonster has joined #bitcoin-wizards
sn0wmonster has quit [Excess Flood]
rmwb has quit [Ping timeout: 255 seconds]
nikivi has quit [Ping timeout: 264 seconds]
Chris_Stewart_5 has joined #bitcoin-wizards
bxbxb has quit [Disconnected by services]
bxbxb has joined #bitcoin-wizards
thrmo1111 has quit [Remote host closed the connection]
rmwb has joined #bitcoin-wizards
smk has joined #bitcoin-wizards
nikivi has joined #bitcoin-wizards
<ecurrencyhodler_> What makes you think there’ll be less use of cryptography? I see the internet sticking around for still quite a while.
<nsh> (off-topic, elsewhere please :)
Banzai10 has quit [Quit: http://www.kiwiirc.com/ - A hand crafted IRC client]
<victorSN> 💯
sn0wmonster has joined #bitcoin-wizards
Ylbam has joined #bitcoin-wizards
Emcy has quit [Ping timeout: 252 seconds]
intcat has quit [Ping timeout: 248 seconds]
arubi has quit [Ping timeout: 248 seconds]
rmwb has quit [Ping timeout: 258 seconds]
thrmo1111 has joined #bitcoin-wizards
Aaronvan_ has joined #bitcoin-wizards
Aaronvan_ has quit [Client Quit]
AaronvanW has quit [Ping timeout: 240 seconds]
AaronvanW has joined #bitcoin-wizards
Aaronvan_ has joined #bitcoin-wizards
laurentmt has quit [Quit: laurentmt]
AaronvanW has quit [Ping timeout: 240 seconds]
arubi has joined #bitcoin-wizards
rmwb has joined #bitcoin-wizards
intcat has joined #bitcoin-wizards
Aaronvan_ is now known as AaronvanW
meshcollider has joined #bitcoin-wizards
rmwb has quit [Ping timeout: 255 seconds]
rmwb has joined #bitcoin-wizards
smk has quit [Ping timeout: 260 seconds]
rmwb has quit [Ping timeout: 252 seconds]
laurentmt has joined #bitcoin-wizards
rmwb has joined #bitcoin-wizards
musalbas has joined #bitcoin-wizards
Guyver2 has joined #bitcoin-wizards
PaulCapestany has quit [Quit: .]
PaulCapestany has joined #bitcoin-wizards
thrmo1111 is now known as thrmo1112
thrmo1112 is now known as notluigi1111
notluigi1111 is now known as notthrmo
chjj has quit [Ping timeout: 258 seconds]
rmwb has quit [Ping timeout: 240 seconds]
alferz has joined #bitcoin-wizards
rmwb has joined #bitcoin-wizards
Giszmo has quit [Quit: Leaving.]
alferz has quit [Ping timeout: 240 seconds]
laurentmt has quit [Quit: laurentmt]
alferz has joined #bitcoin-wizards
aj has quit [Quit: Lost terminal]
LeMiner has quit [Read error: Connection reset by peer]
laurentmt has joined #bitcoin-wizards
LeMiner has joined #bitcoin-wizards
rmwb has quit [Ping timeout: 255 seconds]
Chris_Stewart_5 has quit [Ping timeout: 248 seconds]
jb55 has quit [Ping timeout: 252 seconds]
packetsmurf has quit [Read error: Connection reset by peer]
coinsmurf has joined #bitcoin-wizards
victorSN has quit [Quit: Ping timeout (120 seconds)]
laurentmt has quit [Quit: laurentmt]
jb55 has joined #bitcoin-wizards
tromp has quit [Remote host closed the connection]
tromp has joined #bitcoin-wizards
jb55 has quit [Ping timeout: 260 seconds]
chjj has joined #bitcoin-wizards
deusexbeer has quit [Ping timeout: 240 seconds]
deusexbeer has joined #bitcoin-wizards
jb55 has joined #bitcoin-wizards
rmwb has joined #bitcoin-wizards
Guyver2 has quit [Quit: Going offline, see ya! (www.adiirc.com)]
jb55 has quit [Ping timeout: 240 seconds]
jb55 has joined #bitcoin-wizards
tromp has quit [Remote host closed the connection]
rmwb has quit [Remote host closed the connection]
rmwb has joined #bitcoin-wizards
dgenr8 has quit [Ping timeout: 248 seconds]
dgenr8 has joined #bitcoin-wizards
vicenteH has quit [Ping timeout: 240 seconds]
tromp has joined #bitcoin-wizards
Aranjedeath has joined #bitcoin-wizards
tromp has quit [Ping timeout: 240 seconds]
Aranjedeath has quit [Client Quit]
qwebirc1007900 has quit [Quit: Page closed]
Yogh has quit [Ping timeout: 252 seconds]
Aranjedeath has joined #bitcoin-wizards
rmwb has quit [Remote host closed the connection]
rmwb has joined #bitcoin-wizards
Yogh has joined #bitcoin-wizards
Noldorin has quit [Ping timeout: 264 seconds]
dnaleor has quit [Quit: Leaving]
thrmo1111 has joined #bitcoin-wizards
notthrmo has quit [Ping timeout: 258 seconds]
Emcy has joined #bitcoin-wizards
jb55 has quit [Quit: WeeChat 1.9]
jb55 has joined #bitcoin-wizards
rmwb has quit [Remote host closed the connection]
AaronvanW has quit [Remote host closed the connection]
rmwb has joined #bitcoin-wizards
AaronvanW has joined #bitcoin-wizards
jb55 has quit [Ping timeout: 240 seconds]