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
aem has joined #bitcoin-wizards
giel__ has joined #bitcoin-wizards
pozitron has quit [Ping timeout: 260 seconds]
gielbier has quit [Ping timeout: 244 seconds]
rusty has joined #bitcoin-wizards
Pugg has joined #bitcoin-wizards
pozitrono has joined #bitcoin-wizards
zookolaptop has joined #bitcoin-wizards
giel__ has quit [Ping timeout: 250 seconds]
ggreer has quit [Changing host]
ggreer has joined #bitcoin-wizards
cocoBTC has quit [Quit: Leaving]
Yoghur114 has quit [Remote host closed the connection]
dEBRUYNE has quit [Read error: Connection reset by peer]
null_radix has joined #bitcoin-wizards
Guest88075 is now known as maaku
gielbier has joined #bitcoin-wizards
gielbier has quit [Changing host]
gielbier has joined #bitcoin-wizards
pozitrono has quit [Ping timeout: 245 seconds]
aem is now known as aem
justice has quit [Quit: Textual IRC Client: www.textualapp.com]
bramc has quit [Quit: This computer has gone to sleep]
calibre720 has joined #bitcoin-wizards
justice has joined #bitcoin-wizards
<zookolaptop> Taek: are you the taek mentioned in https://github.com/NebulousLabs/Sia ?
justice has quit [Read error: Connection reset by peer]
calibre720 has quit [Ping timeout: 260 seconds]
DougieBot5000 has joined #bitcoin-wizards
bramc has joined #bitcoin-wizards
Ylbam has quit [Quit: Connection closed for inactivity]
calibre720 has joined #bitcoin-wizards
GGuyZ_ has joined #bitcoin-wizards
GGuyZ has quit [Read error: Connection reset by peer]
GGuyZ_ is now known as GGuyZ
calibre720_ has joined #bitcoin-wizards
calibre720 has quit [Ping timeout: 250 seconds]
nivah has joined #bitcoin-wizards
bram__ has joined #bitcoin-wizards
bramc has quit [Read error: Connection reset by peer]
LeMiner has quit [Read error: Connection reset by peer]
LeMiner has joined #bitcoin-wizards
nivah has quit [Ping timeout: 260 seconds]
nivah has joined #bitcoin-wizards
bendavenport has quit [Quit: bendavenport]
the`doctor has quit [Quit: the`doctor]
calibre720_ has quit [Quit: Leaving]
hashtag_ has joined #bitcoin-wizards
roxtrongo has joined #bitcoin-wizards
hashtag has quit [Ping timeout: 250 seconds]
gielbier has quit [Ping timeout: 260 seconds]
calibre720 has joined #bitcoin-wizards
Newyorkadam has joined #bitcoin-wizards
alex____ has quit [Remote host closed the connection]
zookolaptop has quit [Ping timeout: 250 seconds]
<bram__> Okay, here's a trick which is a lot simpler than forcing passthroughs to rehash: When you do the hashing of the terminal, include the depth at which it terminates
<bram__> That makes the proof checking code utterly brainless
calibre720 has quit [Ping timeout: 245 seconds]
bram__ has quit [Ping timeout: 260 seconds]
bram__ has joined #bitcoin-wizards
GGuyZ has quit [Read error: Connection reset by peer]
GGuyZ has joined #bitcoin-wizards
pozitron has joined #bitcoin-wizards
hashtag has joined #bitcoin-wizards
hashtag_ has quit [Ping timeout: 250 seconds]
bram__ has quit [Client Quit]
AaronvanW has quit [Remote host closed the connection]
roconnor has joined #bitcoin-wizards
Newyorkadam has quit [Quit: Newyorkadam]
alex__ has joined #bitcoin-wizards
alex__ has quit [Ping timeout: 250 seconds]
licnep has quit [Quit: Connection closed for inactivity]
frankenmint has joined #bitcoin-wizards
rusty has quit [Ping timeout: 250 seconds]
alex__ has joined #bitcoin-wizards
alex__ has quit [Ping timeout: 245 seconds]
frankenmint has quit [Remote host closed the connection]
jgarzik_ has quit [Quit: This computer has gone to sleep]
dave4925_x has quit [Ping timeout: 260 seconds]
dave4925 has joined #bitcoin-wizards
<Taek> .tell <zookolaptop> "Taek: are you the taek mentioned in https://github.com/NebulousLabs/Sia ?" Yes
<yoleaux> Taek: What kind of a name is "<zookolaptop>"?!
<Taek> .tell zookolaptop <zookolaptop> "Taek: are you the taek mentioned in https://github.com/NebulousLabs/Sia ?" Yes
<yoleaux> Taek: I'll pass your message to zookolaptop.
the`doctor has joined #bitcoin-wizards
p15 has joined #bitcoin-wizards
c-cex-yuriy has quit [Quit: Connection closed for inactivity]
jgarzik has joined #bitcoin-wizards
jgarzik has joined #bitcoin-wizards
atgreen_ has joined #bitcoin-wizards
mrkent has joined #bitcoin-wizards
alex__ has joined #bitcoin-wizards
mrkent has quit []
alex__ has quit [Ping timeout: 245 seconds]
Lightsword has quit [Ping timeout: 250 seconds]
nessence has joined #bitcoin-wizards
Lightsword has joined #bitcoin-wizards
bramc has joined #bitcoin-wizards
the`doctor has quit [Quit: the`doctor]
atgreen_ has quit [Ping timeout: 260 seconds]
sparetire_ has quit [Quit: sparetire_]
GGuyZ has quit [Read error: Connection reset by peer]
GGuyZ has joined #bitcoin-wizards
GGuyZ has quit [Client Quit]
Giszmo has quit [Quit: Leaving.]
GGuyZ has joined #bitcoin-wizards
GGuyZ_ has joined #bitcoin-wizards
GGuyZ_ has quit [Read error: No route to host]
GGuyZ has quit [Read error: No route to host]
GGuyZ has joined #bitcoin-wizards
alex__ has joined #bitcoin-wizards
alex__ has quit [Ping timeout: 260 seconds]
matsjj has joined #bitcoin-wizards
ThomasV has joined #bitcoin-wizards
chmod755 has joined #bitcoin-wizards
<bramc> So for my trick with the depth being given, a proof is a path from the root to a leaf. That leaf includes a depth and a hash. If the thing you're checking for has a prefix in common with the hash in the leaf of a length at least the number of bits in the depth without actually being the leaf then that's a valid proof of non-inclusion
<bramc> Technically speaking it's necessary for the path to the leaf to be a subsequence of the bits in that prefix, but that's Not Worth Checking
<bramc> It can be any subsequence because there can be passthrough anywhere in the tree, although skips earlier are strange but possible
<bramc> This also has the interesting property of making proofs of inclusion and exclusion canonical. I guess that's true of most valid formats. Don't know if that property is good or bad or matters at all
GGuyZ has quit [Quit: GGuyZ]
Madars has quit [Ping timeout: 276 seconds]
Madars has joined #bitcoin-wizards
nessence has quit [Read error: Connection reset by peer]
nessence_ has joined #bitcoin-wizards
<bramc> Conveniently, proofs of inclusion are the exact same format as proofs of exclusion.
CodeShark_ has joined #bitcoin-wizards
roxtrongo has quit [Read error: Connection reset by peer]
roxtrongo has joined #bitcoin-wizards
moa has quit [Remote host closed the connection]
adam3us has quit [Quit: Leaving.]
tulip has quit [Ping timeout: 260 seconds]
nessence_ has quit [Remote host closed the connection]
tromp_ has joined #bitcoin-wizards
ThomasV has quit [Ping timeout: 245 seconds]
tromp has quit [Ping timeout: 276 seconds]
moa has joined #bitcoin-wizards
paveljanik has joined #bitcoin-wizards
paveljanik has joined #bitcoin-wizards
pozitron has quit [Ping timeout: 260 seconds]
PaulCapestany has quit [Quit: .]
ThomasV has joined #bitcoin-wizards
PaulCapestany has joined #bitcoin-wizards
nessence has joined #bitcoin-wizards
Ylbam has joined #bitcoin-wizards
nessence has quit [Ping timeout: 245 seconds]
damethos has joined #bitcoin-wizards
DougieBot5000 has quit [Quit: Leaving]
bildramer has quit [Ping timeout: 246 seconds]
bildramer has joined #bitcoin-wizards
ghtdak has quit [Ping timeout: 260 seconds]
adam3us has joined #bitcoin-wizards
ghtdak has joined #bitcoin-wizards
Keefe has quit [Ping timeout: 276 seconds]
adam3us has quit [Client Quit]
arowser has quit [Quit: No Ping reply in 180 seconds.]
arowser has joined #bitcoin-wizards
lmatteis has joined #bitcoin-wizards
p15 has quit [Read error: Connection reset by peer]
p15 has joined #bitcoin-wizards
pozitrono has joined #bitcoin-wizards
paveljanik has quit [Quit: Leaving]
bramc has quit [Quit: This computer has gone to sleep]
p15 has quit [Ping timeout: 260 seconds]
gielbier has joined #bitcoin-wizards
ThomasV has quit [Ping timeout: 250 seconds]
tulip has joined #bitcoin-wizards
Lightsword has quit [Ping timeout: 260 seconds]
dEBRUYNE has joined #bitcoin-wizards
MoALTz_ has joined #bitcoin-wizards
MoALTz has quit [Ping timeout: 260 seconds]
roconnor has quit [Ping timeout: 245 seconds]
Lightsword has joined #bitcoin-wizards
gill3s has joined #bitcoin-wizards
rustyn has joined #bitcoin-wizards
ThomasV has joined #bitcoin-wizards
AaronvanW has joined #bitcoin-wizards
AaronvanW has joined #bitcoin-wizards
JackH has joined #bitcoin-wizards
melvster has quit [Ping timeout: 250 seconds]
matsjj has quit [Read error: Connection reset by peer]
matsjj has joined #bitcoin-wizards
bildramer has quit [Read error: Connection reset by peer]
bildramer has joined #bitcoin-wizards
chmod755 has quit [Excess Flood]
chmod755 has joined #bitcoin-wizards
dEBRUYNE has quit [Ping timeout: 250 seconds]
Lightsword has quit [Read error: Connection reset by peer]
Lightsword has joined #bitcoin-wizards
melvster has joined #bitcoin-wizards
gielbier has quit [Quit: Leaving]
calibre720 has joined #bitcoin-wizards
lmatteis has quit [Quit: Connection closed for inactivity]
nivah has quit [Ping timeout: 240 seconds]
PaulCape_ has joined #bitcoin-wizards
PaulCapestany has quit [Ping timeout: 260 seconds]
erasmospunk has joined #bitcoin-wizards
moa has quit [Quit: Leaving.]
CoinMuncher has joined #bitcoin-wizards
matsjj has quit [Remote host closed the connection]
calibre720 has quit [Ping timeout: 250 seconds]
jgarzik has quit [Read error: Connection reset by peer]
brianhoffman has quit [Read error: Connection reset by peer]
jgarzik has joined #bitcoin-wizards
jgarzik has joined #bitcoin-wizards
fkhan has quit [Ping timeout: 260 seconds]
jgarzik_ has joined #bitcoin-wizards
jgarzik has quit [Ping timeout: 245 seconds]
fkhan has joined #bitcoin-wizards
Lightsword has quit [Quit: Lightsword]
CodeShark_ has quit [Ping timeout: 250 seconds]
CodeShark_ has joined #bitcoin-wizards
rdponticelli has joined #bitcoin-wizards
wallet42 has joined #bitcoin-wizards
fkhan has quit [Ping timeout: 250 seconds]
wallet42 has quit [Client Quit]
ThomasV has quit [Ping timeout: 250 seconds]
calibre720 has joined #bitcoin-wizards
wallet421 has joined #bitcoin-wizards
wallet421 has joined #bitcoin-wizards
wallet421 is now known as wallet42
brianhoffman has joined #bitcoin-wizards
fkhan has joined #bitcoin-wizards
fkhan has joined #bitcoin-wizards
<jonasschnelli> sipa: Good idea (asking about Ram)!
<jonasschnelli> sipa: would it be possible to change the dbcache while bitcoin-core (d/qt) is running (in theory!)?
<jonasschnelli> something like 1) flush 2) change cache size
wallet42 has quit [Quit: Leaving.]
binaryFateCloud has joined #bitcoin-wizards
ThomasV has joined #bitcoin-wizards
erasmospunk has quit [Remote host closed the connection]
maaku has quit [Remote host closed the connection]
justice has joined #bitcoin-wizards
wallet42 has joined #bitcoin-wizards
Sandor_Kolar has joined #bitcoin-wizards
Sandor_Kolar has left #bitcoin-wizards [#bitcoin-wizards]
wallet42 has quit [Quit: Leaving.]
wallet42 has joined #bitcoin-wizards
LeMiner has quit [Read error: Connection reset by peer]
wallet42 has quit [Ping timeout: 245 seconds]
maaku has joined #bitcoin-wizards
maaku is now known as Guest21180
dEBRUYNE has joined #bitcoin-wizards
Guest21180 is now known as maaku
MagikSquirrel has joined #bitcoin-wizards
matsjj has joined #bitcoin-wizards
matsjj has quit [Remote host closed the connection]
matsjj has joined #bitcoin-wizards
Giszmo has joined #bitcoin-wizards
Guyver2 has joined #bitcoin-wizards
adam3us has joined #bitcoin-wizards
jgarzik_ has quit [Changing host]
jgarzik_ has joined #bitcoin-wizards
jgarzik_ is now known as jgarzik
adam3us has quit [Client Quit]
Keefe has joined #bitcoin-wizards
adam3us has joined #bitcoin-wizards
kang_ has joined #bitcoin-wizards
tulip has quit []
stonecoldpat1 has quit [Quit: Leaving.]
JackH has quit [Ping timeout: 250 seconds]
stonecoldpat has joined #bitcoin-wizards
GGuyZ has joined #bitcoin-wizards
seg has quit [Quit: kuwabara kuwabara]
justice has quit [Ping timeout: 260 seconds]
seg has joined #bitcoin-wizards
pozitrono has quit [Ping timeout: 250 seconds]
CodeShark_ has quit [Ping timeout: 260 seconds]
erasmospunk has joined #bitcoin-wizards
adam3us has quit [Quit: Leaving.]
adam3us has joined #bitcoin-wizards
erasmospunk has quit [Remote host closed the connection]
[d__d] has quit [Remote host closed the connection]
smk has quit [Ping timeout: 252 seconds]
frankenmint has joined #bitcoin-wizards
roxtrongo has quit [Read error: Connection reset by peer]
adam3us has quit [Quit: Leaving.]
_foo has joined #bitcoin-wizards
roxtrongo has joined #bitcoin-wizards
[d__d] has joined #bitcoin-wizards
Guyver2 has quit [Quit: :)]
c-cex-yuriy has joined #bitcoin-wizards
Piper-Off is now known as Monthrect
GGuyZ has quit [Quit: GGuyZ]
sparetire_ has joined #bitcoin-wizards
damethos has quit [Quit: Bye]
DougieBot5000 has joined #bitcoin-wizards
humd1ng3r has quit [Ping timeout: 245 seconds]
dEBRUYNE has quit [Ping timeout: 250 seconds]
Monthrect is now known as Piper-Off
humd1ng3r has joined #bitcoin-wizards
roxtrongo has quit [Remote host closed the connection]
Quanttek has joined #bitcoin-wizards
erasmospunk has joined #bitcoin-wizards
[d__d] has quit [Ping timeout: 250 seconds]
Piper-Off is now known as Monthrect
hashtag_ has joined #bitcoin-wizards
LeMiner has joined #bitcoin-wizards
GGuyZ has joined #bitcoin-wizards
pozitron has joined #bitcoin-wizards
the`doctor has joined #bitcoin-wizards
MrHodl has joined #bitcoin-wizards
wallet42 has joined #bitcoin-wizards
atgreen_ has joined #bitcoin-wizards
wallet42 has quit [Client Quit]
[d__d] has joined #bitcoin-wizards
wallet42 has joined #bitcoin-wizards
roxtrongo has joined #bitcoin-wizards
ThomasV has quit [Quit: Quitte]
JackH has joined #bitcoin-wizards
GGuyZ has quit [Quit: GGuyZ]
crescendo has quit [Quit: leaving]
roxtrongo has quit [Ping timeout: 260 seconds]
atgreen__ has joined #bitcoin-wizards
rustyn has quit [Read error: Connection reset by peer]
rustyn has joined #bitcoin-wizards
nivah has joined #bitcoin-wizards
crescendo has joined #bitcoin-wizards
nivah has quit [Ping timeout: 240 seconds]
[d__d] has quit [Ping timeout: 250 seconds]
binaryFateCloud has quit [Quit: Konversation terminated!]
binaryFateCloud has joined #bitcoin-wizards
rdponticelli has quit [Ping timeout: 245 seconds]
ale______ has joined #bitcoin-wizards
GGuyZ has joined #bitcoin-wizards
ThomasV has joined #bitcoin-wizards
[d__d] has joined #bitcoin-wizards
MoALTz_ is now known as MoALTz
bendavenport has joined #bitcoin-wizards
melvster has quit [Ping timeout: 260 seconds]
Guest22844 has joined #bitcoin-wizards
<Guest22844> The P versus NP problem is a major unsolved problem in computer science. Informally, it asks whether every problem whose solution can be quickly verified by a computer can also be quickly solved by a computer.
ale______ has quit [Remote host closed the connection]
[d__d] has quit [Ping timeout: 260 seconds]
<sipa> sounds right, but what is the context?
alex_____ has joined #bitcoin-wizards
Guest22844 has quit [Ping timeout: 252 seconds]
<phyl729> none!
* Taek was intruiged, now is sad
<sipa> so it is context free?
<Taek> I tried really hard not to laugh out loud, but failed.
melvster has joined #bitcoin-wizards
dave4925 has quit [Remote host closed the connection]
calibre720 has quit [Ping timeout: 245 seconds]
<MRL-Relay> [tacotime] thanks, i needed that
GGuyZ has quit [Quit: GGuyZ]
[d__d] has joined #bitcoin-wizards
roxtrongo has joined #bitcoin-wizards
GGuyZ has joined #bitcoin-wizards
smk has joined #bitcoin-wizards
MrHodl has quit [Ping timeout: 250 seconds]
dEBRUYNE has joined #bitcoin-wizards
Yoghur114 has joined #bitcoin-wizards
matsjj_ has joined #bitcoin-wizards
hashtag_ has quit [Ping timeout: 250 seconds]
matsjj has quit [Ping timeout: 250 seconds]
hashtag_ has joined #bitcoin-wizards
humd1ng3r has quit [Ping timeout: 260 seconds]
humd1ng3r has joined #bitcoin-wizards
chmod755 has quit [Quit: Ex-Chat]
GGuyZ has quit [Quit: GGuyZ]
<kang_> "The Moral Character of Cryptographic Work" by Phil Rogaway (man behind OAEP, PSS, OCB, UMAC, FPE, XTS) http://web.cs.ucdavis.edu/~rogaway/papers/moral-fn.pdf
matsjj_ has quit [Remote host closed the connection]
matsjj has joined #bitcoin-wizards
melvster has quit [Quit: Leaving]
matsjj has quit [Ping timeout: 260 seconds]
_foo has quit [Ping timeout: 252 seconds]
CoinMuncher has quit [Quit: Leaving.]
GGuyZ has joined #bitcoin-wizards
nessence has joined #bitcoin-wizards
wallet42 has quit [Quit: Leaving.]
cluckj has joined #bitcoin-wizards
roxtrongo has quit [Remote host closed the connection]
ThomasV has quit [Ping timeout: 260 seconds]
Guyver2 has joined #bitcoin-wizards
simba has quit [Remote host closed the connection]
Lightsword has joined #bitcoin-wizards
Dizzle has joined #bitcoin-wizards
c-cex-yuriy has quit [Quit: Connection closed for inactivity]
Lightsword has quit [Client Quit]
kang_ has quit [Quit: Page closed]
cocoBTC has joined #bitcoin-wizards
melvster has joined #bitcoin-wizards
melvster has quit [Remote host closed the connection]
frankenmint has quit []
belcher has joined #bitcoin-wizards
Dizzle_ has joined #bitcoin-wizards
LeMiner2 has joined #bitcoin-wizards
LeMiner has quit [Ping timeout: 246 seconds]
Dizzle has quit [Ping timeout: 260 seconds]
simba has joined #bitcoin-wizards
LeMiner2 is now known as Test123
Test123 is now known as LeMiner
LeMiner has quit [Changing host]
LeMiner has joined #bitcoin-wizards
bramc has joined #bitcoin-wizards
roxtrongo has joined #bitcoin-wizards
LeMiner has quit [Read error: Connection reset by peer]
roxtrongo has quit [Ping timeout: 260 seconds]
LeMiner has joined #bitcoin-wizards
Dizzle_ has quit [Remote host closed the connection]
Dizzle has joined #bitcoin-wizards
phyl729 is now known as phy1729
damethos has joined #bitcoin-wizards
simba has quit [Remote host closed the connection]
GGuyZ has quit [Quit: GGuyZ]
GGuyZ has joined #bitcoin-wizards
GGuyZ has quit [Client Quit]
simba has joined #bitcoin-wizards
damethos has quit [Quit: Bye]
nessence has quit [Remote host closed the connection]
nessence has joined #bitcoin-wizards
alex_____ has quit [Remote host closed the connection]
alex_____ has joined #bitcoin-wizards
alex_____ has quit [Remote host closed the connection]
alex_____ has joined #bitcoin-wizards
nessence has quit [Ping timeout: 260 seconds]
lmatteis has joined #bitcoin-wizards
tulip has joined #bitcoin-wizards
nessence has joined #bitcoin-wizards
atgreen__ has quit [Ping timeout: 250 seconds]
atgreen_ has quit [Ping timeout: 260 seconds]
bramc has quit [Quit: This computer has gone to sleep]
simba has quit [Remote host closed the connection]
rusty has joined #bitcoin-wizards
damethos has joined #bitcoin-wizards
alex_____ has quit [Remote host closed the connection]
alex_____ has joined #bitcoin-wizards
rusty has quit [Ping timeout: 250 seconds]
bramc has joined #bitcoin-wizards
melvster has joined #bitcoin-wizards
tulip has quit []
rusty has joined #bitcoin-wizards
rusty has left #bitcoin-wizards [#bitcoin-wizards]
nessence has quit [Remote host closed the connection]
nessence has joined #bitcoin-wizards
hashtag_ has quit [Ping timeout: 250 seconds]
bsm117532 has quit [Ping timeout: 245 seconds]
zookolaptop has joined #bitcoin-wizards
bramc has quit [Quit: This computer has gone to sleep]
nessence has quit [Ping timeout: 250 seconds]
GGuyZ has joined #bitcoin-wizards
justanotheruser has quit [Ping timeout: 245 seconds]
roxtrongo has joined #bitcoin-wizards
adam3us has joined #bitcoin-wizards
tulip has joined #bitcoin-wizards
Meeh has joined #bitcoin-wizards
lecusemb1e has quit [Ping timeout: 244 seconds]
lecusemble has joined #bitcoin-wizards
yang has quit [Ping timeout: 244 seconds]
yang has joined #bitcoin-wizards
instagibbs has quit [Ping timeout: 245 seconds]
Guyver2 has quit [Read error: Connection reset by peer]
yang has quit [Ping timeout: 260 seconds]
yang has joined #bitcoin-wizards
eudoxia has joined #bitcoin-wizards
instagibbs has joined #bitcoin-wizards
justanotheruser has joined #bitcoin-wizards
arubi has quit [Ping timeout: 276 seconds]
arubi has joined #bitcoin-wizards
binaryatrocity has quit [Quit: No Ping reply in 180 seconds.]
arubi_ has joined #bitcoin-wizards
arubi has quit [Ping timeout: 250 seconds]
GGuyZ_ has joined #bitcoin-wizards
GGuyZ has quit [Read error: Connection reset by peer]
simba has joined #bitcoin-wizards
bsm117532 has joined #bitcoin-wizards
eudoxia has quit [Quit: Leaving]
Jeremy_Rand has joined #bitcoin-wizards
adam3us has quit [Ping timeout: 260 seconds]
Jeremy_Rand has quit [Client Quit]
Jeremy_Rand has joined #bitcoin-wizards
Monthrect is now known as Piper-Off
damethos has quit [Quit: Bye]
zookolaptop has quit [Ping timeout: 250 seconds]
ThomasV has joined #bitcoin-wizards
GGuyZ_ has joined #bitcoin-wizards
GGuyZ has quit [Read error: Connection reset by peer]
GGuyZ_ is now known as GGuyZ
Lightsword has joined #bitcoin-wizards
Dizzle has quit [Quit: Leaving...]
cocoBTC has quit [Quit: Leaving]
amiller_ has quit [Ping timeout: 260 seconds]
Guest46010 has joined #bitcoin-wizards
hashtag_ has joined #bitcoin-wizards
ThomasV has quit [Ping timeout: 260 seconds]
atgreen__ has joined #bitcoin-wizards
atgreen_ has joined #bitcoin-wizards
SomeT has joined #bitcoin-wizards
atgreen__ has quit [Ping timeout: 260 seconds]
atgreen_ has quit [Ping timeout: 250 seconds]
DougieBot5000 has quit [Quit: Leaving]
<SomeT> I had a kinda theoretical idea with bitcoin, I was thinking of adding some sort of 'layer'? to it to add an extra kinda layer of security using stenograpgy, would this be amicable do you reckon or a waste of time? I am at the beginnings of understanding the bitcoin source code at the moment
<nsh> so this is an active area of research, but not really using that kind of layered abstraction
<nsh> confidential transactions is one implementation, in testing with the alpha sidechain
bramc has joined #bitcoin-wizards
<nsh> other efforts use zero-knowledge argument systems to allow for arithmetic properties of transactions to be verified (no money appears from nowhere) while maintaining the privacy of transaction participants and amounts to some degree
<nsh> unless you mean concealing the fact that a user it interacting with the payment network in terms of traffic
<nsh> *is