wumpus changed the topic of #bitcoin-wizards to: This channel is 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
GreenIsMyPepper has quit [Ping timeout: 248 seconds]
espes has quit [Ping timeout: 248 seconds]
huseby has quit [Ping timeout: 276 seconds]
yorick has quit [Ping timeout: 272 seconds]
<CodeShark> could we gain anything from rolling back only bad transactions and dependencies but keeping the block for PoW?
<CodeShark> and for the other unaffected transaction chains
Starduster has quit []
<CodeShark> so we don't need to do full block reorgs
yorick has joined #bitcoin-wizards
dEBRUYNE has quit [Ping timeout: 252 seconds]
<CodeShark> a repudiation mechanism that punishes validators that didn't catch the error and rewards validators that find it :)
<phantomcircuit> CodeShark, speed of light issues iirc
<CodeShark> or provers that find it, rather
<CodeShark> how is speed of light an issue? block propagation time is still far from relativistic timescale
<CodeShark> the idea is if a particular block propagates, the network could tolerate the case of one or two specific transactions in the block being bad and not being immediately detected
<CodeShark> the damage to the ledger as a whole would be minimal
<CodeShark> granted the error is caught sufficiently quickly
<CodeShark> perhaps it's a stupid idea...just pondering out loud :p
<phantomcircuit> CodeShark, how does having two blocks at the same height help you in anyway?
<phantomcircuit> i dont get it
<CodeShark> no, I think we're talking about different things perhaps
<CodeShark> you still have a well-ordered block chain
<CodeShark> presumably with very short side branches
<CodeShark> the motivation is not requiring full validation to still contribue PoW...but at the cost of risk...or something like that
<CodeShark> that's to say, reorgs only affect a very small number of transaction chains
<CodeShark> delegated validation...or blah, I don't know :p
<CodeShark> nvm...perhaps it doesn't make any sense at all
yorick has quit [Ping timeout: 252 seconds]
<CodeShark> I guess at a more fundamental level, I'm talking about adding a little more fault tolerance to validation with economic levers that strongly incentivize cooperation
<CodeShark> by "reorg" I'm not talking about two blocks competing for the same height
<CodeShark> I'm talking more generally some invalidation that has occured
<CodeShark> most difficult chain being surpassed is one such instance
[d__d] has quit [Remote host closed the connection]
humd1ng3r has quit [Ping timeout: 250 seconds]
petertodd has quit [Ping timeout: 256 seconds]
otoburb has quit [Ping timeout: 250 seconds]
guruvan has quit [Ping timeout: 256 seconds]
otoburb has joined #bitcoin-wizards
<CodeShark> from a structural perspective it would be nice if the effects of chain invalidation (at whatever level of abstraction) could be isolated and made not to affect much of the global transaction settlement
<CodeShark> because this is what makes reorgs so potentially costly
<kanzure> well, just wait for more confirmations- this will make the effects almost entirely irrelevant for the vast majority of all reorgs
humd1ng3r has joined #bitcoin-wizards
guruvan has joined #bitcoin-wizards
petertod1 has joined #bitcoin-wizards
[d__d] has joined #bitcoin-wizards
<CodeShark> point is the more we can localize reorgs the less of the global history everyone needs to be aware of
<CodeShark> or rather...what I mean is the the less that the network as a whole is impacted and disrupted
licnep has joined #bitcoin-wizards
wallet42 has quit [Quit: Leaving.]
hashtag_ has joined #bitcoin-wizards
<CodeShark> any chain invalidation is potentially costly...especially as the number of dependencies grows
<CodeShark> which makes the structure EXTREMELY brittle
<CodeShark> eventually we'll need consensus protocols that can be more fork-tolerant, I think ;)
chmod755 has quit [Quit: Ex-Chat]
rusty has joined #bitcoin-wizards
<CodeShark> I'm also speaking of transaction replacement in mempool and other such instances of invalidation chins
<CodeShark> *chains
<justanotherusr> CodeShark: how do you localize a reorg safely?
<CodeShark> you can start by considering the diffs
<CodeShark> what contracts remain in place?
rusty has quit [Ping timeout: 272 seconds]
<CodeShark> if only a relatively small portion of the network is affected by a change, perhaps it isn't necessary to make it matter at all to people who don't care about those differences
<CodeShark> it's something like a revocation mechanism
<CodeShark> but revocation or invalidation of a chain isn't necessarily free...it could come at a high cost
<CodeShark> question really is: who's paying the bill?
<CodeShark> and will there ultimately be convergence on consensus?
<CodeShark> any such mechanism inherently carries risks...but if we can quantify the risks and allocate them algorithmically I think we're doing great :)
bendavenport has quit [Quit: bendavenport]
rusty has joined #bitcoin-wizards
copumpkin has joined #bitcoin-wizards
<justanotherusr> how do you come to consensus on what should be in a reorg without a new consensus mechanism? :)
<CodeShark> you nuke it
<CodeShark> basically, "kids, solve it yourselves or lose it all" :p
<CodeShark> but everyone else's transactions continue to process on cue
<CodeShark> if there's a fundamental consensus incompatibility, the system is screwed anyway...
<CodeShark> but at least it could recover gracefully from relatively small glitches
<CodeShark> it would be nice for it not to be quite so fragile - to be able to support a little more uncertainty
hashtagg_ has joined #bitcoin-wizards
hashtag_ has quit [Ping timeout: 272 seconds]
Dr-G has quit [Disconnected by services]
Dr-G2 has joined #bitcoin-wizards
<CodeShark> and to find ways to contain disputes to be as local as possible
<justanotherusr> the solution is making a reorg unlikely by waiting
<CodeShark> from the perspective of an end user, sure
<CodeShark> from the perspective of a protocol designer that's still a crapload of overhead
ruby32 has joined #bitcoin-wizards
<justanotherusr> Are you proposing there is another solution? I don't see one in the scrollback
<CodeShark> you can make it possible to invalidate specific transaction chains
Burrito has quit [Ping timeout: 264 seconds]
ruby32 has quit [Ping timeout: 256 seconds]
airbreather has quit [Read error: Connection reset by peer]
airbreather has joined #bitcoin-wizards
<CodeShark> invalidate by signature, not by censorship :p
<CodeShark> with a settlement
hashtag_ has joined #bitcoin-wizards
hashtagg_ has quit [Ping timeout: 265 seconds]
belcher has quit [Quit: Leaving]
warptangent has quit [Remote host closed the connection]
<CodeShark> the real solution to RBF seems to be to provide for transaction repudiation
helo has quit [Ping timeout: 276 seconds]
helo has joined #bitcoin-wizards
<CodeShark> the existence of transaction X makes the existence of Y irrelevant
<CodeShark> so if both get published on the block chain, X wins out...and Y potentially costs the miner money
warptangent has joined #bitcoin-wizards
<CodeShark> this would allow for deterministic fee updates after-the-fact
<CodeShark> and ultimately doesn't depend on any particular relay policy
<CodeShark> or perhaps clever uses of locktime :p
<CodeShark> nah, the real solution to fees starts by separating the fee as an explicit output :)
rusty has left #bitcoin-wizards [#bitcoin-wizards]
<moa> it's explicitly the difference between the inputs and the outputs isn't it?
<CodeShark> yes...but the current structures are horrendous at making this easy to calculate :p
<CodeShark> also, it's nice to have the local symmetry...the sum of all edges is zero
gielbier has quit [Ping timeout: 265 seconds]
gielbier has joined #bitcoin-wizards
jaekwon_ has quit [Remote host closed the connection]
ttttemp has quit [Remote host closed the connection]
GGuyZ has joined #bitcoin-wizards
ttttemp has joined #bitcoin-wizards
jtimon has quit [Ping timeout: 246 seconds]
<CodeShark> currently, you really do need the whole mempool to make basic fee calculations :p
<CodeShark> as well as the transactions that anchor it into the blockchain
<CodeShark> it's stupid, really - lol
<CodeShark> or perhaps stupid isn't the right adjective - let's say frustrating :)
<CodeShark> it limits our tools to devices that have at least a certain amount of resources and a decent quality network connection
ThomasV has joined #bitcoin-wizards
<CodeShark> to perform an operation that is practically trivial ;)
<CodeShark> or, of course, it breaks our trust model (I sometimes wonder whether people in this space really care about this one anymore, though)
p15x has joined #bitcoin-wizards
Giszmo has quit [Quit: Leaving.]
hashtag_ has quit [Ping timeout: 244 seconds]
rusty has joined #bitcoin-wizards
GGuyZ_ has joined #bitcoin-wizards
GGuyZ has quit [Ping timeout: 248 seconds]
GGuyZ_ is now known as GGuyZ
p15x_ has joined #bitcoin-wizards
p15x has quit [Ping timeout: 256 seconds]
licnep has quit [Quit: Connection closed for inactivity]
mjerr has joined #bitcoin-wizards
p15x_ has quit [Read error: Connection reset by peer]
ttttemp has quit [Remote host closed the connection]
p15x has joined #bitcoin-wizards
ttttemp has joined #bitcoin-wizards
ttttemp has quit [Remote host closed the connection]
ttttemp has joined #bitcoin-wizards
snthsnth has joined #bitcoin-wizards
TheSeven has quit [Ping timeout: 256 seconds]
TheSeven has joined #bitcoin-wizards
GGuyZ_ has joined #bitcoin-wizards
GGuyZ has quit [Ping timeout: 248 seconds]
GGuyZ_ is now known as GGuyZ
EasyAt has joined #bitcoin-wizards
www has quit [Ping timeout: 255 seconds]
frankenmint has joined #bitcoin-wizards
alawson has joined #bitcoin-wizards
www has joined #bitcoin-wizards
espes__ has joined #bitcoin-wizards
ThomasV has quit [Ping timeout: 244 seconds]
mjerr has quit [Ping timeout: 244 seconds]
espes__ has quit [Client Quit]
rusty has quit [Ping timeout: 256 seconds]
rusty has joined #bitcoin-wizards
ruby32 has joined #bitcoin-wizards
GGuyZ has quit [Quit: GGuyZ]
ruby32 has quit [Ping timeout: 264 seconds]
espes__ has joined #bitcoin-wizards
hashtag_ has joined #bitcoin-wizards
frankenmint has quit [Remote host closed the connection]
hashtag_ has quit [Ping timeout: 255 seconds]
ThomasV has joined #bitcoin-wizards
airbreather has quit [Ping timeout: 265 seconds]
airbreather has joined #bitcoin-wizards
ThomasV has quit [Ping timeout: 248 seconds]
arubi_ has quit [Quit: Leaving]
frankenmint has joined #bitcoin-wizards
Aesthetic has joined #bitcoin-wizards
Logicwax has quit [Read error: Connection reset by peer]
Aesthetic is now known as Logicwax
www has quit [Quit: Leaving.]
www has joined #bitcoin-wizards
Logicwax has quit [Read error: Connection reset by peer]
Logicwax has joined #bitcoin-wizards
d1ggy_ has joined #bitcoin-wizards
huseby has joined #bitcoin-wizards
d1ggy has quit [Ping timeout: 246 seconds]
www has quit [Ping timeout: 248 seconds]
zooko has joined #bitcoin-wizards
dEBRUYNE has joined #bitcoin-wizards
chmod755 has joined #bitcoin-wizards
ThomasV has joined #bitcoin-wizards
dEBRUYNE has quit [Ping timeout: 244 seconds]
nivah has quit [Ping timeout: 252 seconds]
damethos has joined #bitcoin-wizards
paveljanik has joined #bitcoin-wizards
paveljanik has quit [Changing host]
paveljanik has joined #bitcoin-wizards
the_last has left #bitcoin-wizards [#bitcoin-wizards]
shaul has quit [Quit: Textual IRC Client: www.textualapp.com]
fanquake has joined #bitcoin-wizards
frankenmint has quit []
Mably has joined #bitcoin-wizards
DougieBot5000 has quit [Quit: Leaving]
paveljanik has quit [Quit: Leaving]
mountaingoat has quit [Ping timeout: 252 seconds]
mountaingoat has joined #bitcoin-wizards
rusty has quit [Ping timeout: 252 seconds]
wallet42 has joined #bitcoin-wizards
Starduster has joined #bitcoin-wizards
snthsnth has quit [Ping timeout: 256 seconds]
andy-logbot has quit [Remote host closed the connection]
andy-logbot has joined #bitcoin-wizards
* andy-logbot is logging
p15x_ has joined #bitcoin-wizards
p15x has quit [Ping timeout: 250 seconds]
MatrixBridge2401 has quit [Read error: Connection reset by peer]
MatrixBridge has quit [Remote host closed the connection]
MatrixBridge has joined #bitcoin-wizards
dEBRUYNE has joined #bitcoin-wizards
damethos has quit [Ping timeout: 244 seconds]
zooko has quit [Ping timeout: 256 seconds]
ThomasV has quit [Ping timeout: 250 seconds]
<amiller> the new "Enigma" project from MIT media lab... it's multi-party computation on the blockchain http://enigma.media.mit.edu/
<amiller> whitepaper [x] scholarly paper [ ] code [ ]
arubi_ has joined #bitcoin-wizards
priidu has joined #bitcoin-wizards
jtimon has joined #bitcoin-wizards
<amiller> i can't figure it out: are they just proposing to put the entire transcript of a generic multi-party computation on the blockchain? or is there some fancy way of compressing that down
<gmaxwell> you can tell by the 'media' in the URL.
<gmaxwell> amiller: there is a trivial way to compress it down, as discussed here before in the past; dunno what they suggest.
<gmaxwell> (any turn based MPC you have the players sign off at each step with a state commitment, so you can truncate the transcript.. if they complete and all sign the final step, you can just elide the whole transcript)
<amiller> gmaxwell, ok i know what you mean - they're claiming this defends against users/clients/public against ALL of the MPC nodes going bad
<amiller> but
AaronvanW has joined #bitcoin-wizards
M-_mis has joined #bitcoin-wizards
<M-_mis> ' "invalidate by signature, not by censorship" —@CodeShark
<gmaxwell> uhh. not sure how that works unless the MPC is active secure and produces ZKPs as a side effect (many active secure ideas are just passive secure plus a ZKP, so thats not far fetched).
ttttemp has quit [Remote host closed the connection]
ttttemp has joined #bitcoin-wizards
justanotherusr has quit [Ping timeout: 264 seconds]
<midnightmagic> lol, DHT rises again
<amiller> yeah that's the next big problem
<amiller> there's just a DHT thats assumed to work
hearn has joined #bitcoin-wizards
<amiller> another problem is they don't seem to put much thought into protecting your data from colluding nodes
<amiller> this is from the wired article: "If enough Enigma nodes work together, they can team up to decrypt and steal the user’s data. But that kind of collusion isn’t likely, says Zyskind."
<gmaxwell> :-/
<amiller> but section 5.3 "network reduction" actually makes that much worse: "a random subset of the entire network is selected to perform a computation"
<gmaxwell> makes me think of that torcoin paper where they just defined out sybil attacks.
<CodeShark> if you can't change the theory change the facts :p
<CodeShark> and pretend like someone's done the math but don't want to bore them with the details if anyone asks
<CodeShark> decentralization without proper incentives == centralization with a lot of extra headache
<gmaxwell> sounds like an interesting effort in any case, I've queued it to actually read.
ttttemp has quit [Remote host closed the connection]
ttttemp has joined #bitcoin-wizards
Quanttek has joined #bitcoin-wizards
frenchie1 has quit [Read error: Connection reset by peer]
<nsh> DHT plus secret-sharing plus threshold computation plus blockchain for access and reference
<nsh> plus a lot of hyperbole
<amiller> they have a peer-reviewed workshop paper (paper) http://web.media.mit.edu/~guyzys/data/ZNP15.pdf (slides) http://ieee-security.org/TC/SPW2015/IWPE/5.pdf
<CodeShark> ehm...what can I say...I encourage people to think about these kinds of issues :)
<amiller> yeah, definitely
drwin has joined #bitcoin-wizards
<nsh> it's all grist [and probably unpruneable UTXOs] to the mill
Oizopower has joined #bitcoin-wizards
alferz has quit [Ping timeout: 244 seconds]
wallet42 has quit [Quit: Leaving.]
wallet42 has joined #bitcoin-wizards
wallet42 has quit [Ping timeout: 252 seconds]
<CodeShark> oh he's even got Gentry's "Fully homomorphic encryption using ideal lattices." in his biblio :p
<CodeShark> or they, I should say
<amiller> that's fine, it doesn't overstate anything about FHE... although the wired article makes it seem like FHE is what they're doing :)
Burrito has joined #bitcoin-wizards
ruby32 has joined #bitcoin-wizards
mjerr has joined #bitcoin-wizards
bedeho2 is now known as bedeho
ruby32 has quit [Ping timeout: 256 seconds]
drwin has quit [Remote host closed the connection]
Burrito has quit [Quit: Leaving]
drwin has joined #bitcoin-wizards
CodeShark has quit [Quit: My Mac Pro has gone to sleep. ZZZzzz…]
hearn has quit [Ping timeout: 256 seconds]
sparetire_ has quit [Quit: sparetire_]
ThomasV has joined #bitcoin-wizards
<amiller> "Using Bitcoin security deposits for punishing malicious nodes in MPC has been investigated by several scholars recently [22, 23]. We use a similar model, and extend it to penalize other malicious behaviors such as breaking correctness"
<amiller> so, the other academic papers on multiparty computing in Bitcoin, including [22, 23] are way further along
<amiller> these are peer reviewed a lot more strictly... viciously might be the best word... in the most selective conferences like Crypto and Oakland
<amiller> the main novelty Enigma is claiming compared to those is enforcing correctness even if a majority of the nodes in a computation are corrupted
<amiller> but that's exactly the thing that seems (unless we missed something surprising!) to add totally impractical on-chain costs
<amiller> they forgot a subsequent CCS paper (another elite conference) by authors of [22] http://people.csail.mit.edu/ranjit/papers/incentives.pdf and a new preprint by other authors http://eprint.iacr.org/2015/574
<amiller> all of these feature *off chain multi-party computations*!
<amiller> and thats a great idea
moa has quit [Ping timeout: 272 seconds]
<nsh> those last two papers (and talks at simons inst.) were pretty impressive
wallet42 has joined #bitcoin-wizards
<amiller> speaking of which... the "spacecoin" author also visited simons inst. i appreciate the spacecoin paper way more now after watching its author bash with bramc at the sf bitcoin dev meetup
<nsh> was that recorded?
<amiller> i thought it was. but i can't find it on here http://www.meetup.com/SF-Bitcoin-Devs/events/223291673/
<nsh> ah
<nsh> .wik Pebble motion problems
<yoleaux> "The pebble motion problems, or pebble motion on graphs, are a set of related problems in graph theory dealing with the movement of multiple objects ("pebbles") from vertex to vertex in a graph with a constraint on the number of pebbles that can occupy a vertex at any time. Pebble motion problems occur in domains such as multi-robot motion …" — https://en.wikipedia.org/wiki/Pebble_motion_problems
<amiller> pebbling is a proof technique in cryptography, it's good for showing that there's no space-time tradeoff in various ways
hearn has joined #bitcoin-wizards
rustyn_ has joined #bitcoin-wizards
<amiller> i guess its always used to show something about time-memory tradeoffs
<amiller> the hard-to-parallelize ones i think don't use that proof technique
rustyn has quit [Ping timeout: 256 seconds]
<nsh> ah
<nsh> .wik Pebble game
<yoleaux> "In mathematics and computer science, a pebble game is a type of mathematical game played by moving "pebbles" or "markers" on a directed graph. A variety of different pebble games exist. A general definition of pebbling is given below." — https://en.wikipedia.org/wiki/Pebble_game
<amiller> here's i think the first one to do that http://www.cs.columbia.edu/~hoeteck/pubs/pebble-crypto05.pdf to do that
<nsh> and this comes up: High Parallel Complexity Graphs and Memory-Hard Functions -- https://eprint.iacr.org/2014/238.pdf
<amiller> yup, would you believe that was also a talk at simons isnt. but it went unrecorded
<nsh> shame
ThomasV has quit [Ping timeout: 246 seconds]
<nsh> "Commonly G describes the dependencies between inputs, intermediate values and the outputs involved in computing f_G." # interesting. i wonder what a pebbling of a hash collision looks like
p15x_ has quit [Max SendQ exceeded]
p15x has joined #bitcoin-wizards
Mably has quit [Ping timeout: 246 seconds]
drwin has quit [Remote host closed the connection]
drwin has joined #bitcoin-wizards
yorick has joined #bitcoin-wizards
yorick has joined #bitcoin-wizards
alawson has quit [Remote host closed the connection]
Burrito has joined #bitcoin-wizards
dc17523be3 has quit [Ping timeout: 252 seconds]
dc17523be3 has joined #bitcoin-wizards
jaekwon has joined #bitcoin-wizards
Tiraspol has quit [Ping timeout: 264 seconds]
Tiraspol has joined #bitcoin-wizards
Tiraspol has joined #bitcoin-wizards
priidu has quit [Ping timeout: 246 seconds]
Mably has joined #bitcoin-wizards
priidu has joined #bitcoin-wizards
eudoxia has joined #bitcoin-wizards
GGuyZ has joined #bitcoin-wizards
Tiraspol has quit [Read error: Connection reset by peer]
Tiraspol has joined #bitcoin-wizards
Tiraspol has quit [Changing host]
Tiraspol has joined #bitcoin-wizards
Hunger-- has joined #bitcoin-wizards
hashtag_ has joined #bitcoin-wizards
hearn has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
hearn has joined #bitcoin-wizards
ThomasV has joined #bitcoin-wizards
c0rw1n has quit [Ping timeout: 255 seconds]
Tiraspol has quit [Ping timeout: 256 seconds]
Tiraspol has joined #bitcoin-wizards
c0rw1n has joined #bitcoin-wizards
Mably has quit [Ping timeout: 244 seconds]
hashtagg_ has joined #bitcoin-wizards
c0rw1n has quit [Ping timeout: 264 seconds]
c0rw1n has joined #bitcoin-wizards
hashtag_ has quit [Ping timeout: 255 seconds]
copumpkin has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
hearn has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
LeMiner has quit [Ping timeout: 246 seconds]
prodatalab_ has joined #bitcoin-wizards
p15x has quit [Read error: Connection reset by peer]
Mably has joined #bitcoin-wizards
p15x has joined #bitcoin-wizards
ThomasV has quit [Ping timeout: 246 seconds]
drwin has quit [Read error: Connection reset by peer]
drwin has joined #bitcoin-wizards
www has joined #bitcoin-wizards
paveljanik has joined #bitcoin-wizards
paveljanik has joined #bitcoin-wizards
prodatalab_ has quit [Ping timeout: 256 seconds]
zveda has joined #bitcoin-wizards
zveda has left #bitcoin-wizards [#bitcoin-wizards]
<nsh> what was the wizardly-wisdom on the darkleaks concept? i seem to recall some theoretical issue with the random reveal scheme maybe
<nsh> wow, google sure updates the logs for this channel with gusto... 20s after writing that line it was a result in a search.
<nsh> ah, found " though sadly the utility is kind of narrow. The class of information where a random sample doesn't stand a risk of giving away all the value, and where the value can't be sapped by a few careful redactions which sampling is unlikely to reveal (even if it hits them, you can't tell what was missing), I think is not so broad." -- gmax
se3000 has quit [Ping timeout: 272 seconds]
p15x has quit [Read error: Connection reset by peer]
p15x has joined #bitcoin-wizards
LeMiner has joined #bitcoin-wizards
Artimage has joined #bitcoin-wizards
Oizopower has quit [Quit: Connection closed for inactivity]
p15x_ has joined #bitcoin-wizards
p15x has quit [Ping timeout: 255 seconds]
wallet421 has joined #bitcoin-wizards
wallet42 is now known as Guest48499
wallet421 has joined #bitcoin-wizards
Guest48499 has quit [Killed (cameron.freenode.net (Nickname regained by services))]
wallet421 is now known as wallet42
jmcn has quit [Ping timeout: 276 seconds]
jmcn has joined #bitcoin-wizards
shen_noe has joined #bitcoin-wizards
DougieBot5000 has joined #bitcoin-wizards
Giszmo has joined #bitcoin-wizards
jmcn has quit [Ping timeout: 276 seconds]
jmcn has joined #bitcoin-wizards
alawson has joined #bitcoin-wizards
alawson has quit [Remote host closed the connection]
alawson has joined #bitcoin-wizards
www has quit [Ping timeout: 272 seconds]
_whitelogger has joined #bitcoin-wizards
jmcn has joined #bitcoin-wizards
ruby32 has joined #bitcoin-wizards
hearn has joined #bitcoin-wizards
fanquake has quit [Quit: Leaving.]
shen_noe has joined #bitcoin-wizards
zooko has joined #bitcoin-wizards
hearn has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
Mably has quit [Ping timeout: 264 seconds]
Artimage has quit [Quit: http://www.kiwiirc.com/ - A hand crafted IRC client]
priidu has quit [Ping timeout: 246 seconds]
Xh1pher has joined #bitcoin-wizards
arubi_ has quit [Ping timeout: 265 seconds]
Artimage has joined #bitcoin-wizards
b_lumenkraft has quit [Quit: b_lumenkraft]
b_lumenkraft has joined #bitcoin-wizards
p15x has joined #bitcoin-wizards
p15x_ has quit [Ping timeout: 246 seconds]
jaekwon has joined #bitcoin-wizards
jaekwon has quit [Remote host closed the connection]
p15x has quit [Max SendQ exceeded]
p15x has joined #bitcoin-wizards
kmels has joined #bitcoin-wizards
bendavenport has joined #bitcoin-wizards
drwin has quit [Read error: Connection reset by peer]
drwin has joined #bitcoin-wizards
jmcn has quit [Ping timeout: 276 seconds]
jmcn has joined #bitcoin-wizards
eudoxia has quit [Quit: Leaving]
AaronvanW has quit [Ping timeout: 246 seconds]
akrmn1 has joined #bitcoin-wizards
akrmn has quit [Ping timeout: 248 seconds]
melvster has quit [Ping timeout: 256 seconds]
melvster has joined #bitcoin-wizards
jaekwon has joined #bitcoin-wizards
melvster has quit [Remote host closed the connection]
hashtagg_ has quit [Ping timeout: 244 seconds]
melvster has joined #bitcoin-wizards
Artimage has quit [Quit: http://www.kiwiirc.com/ - A hand crafted IRC client]
zooko has quit [Ping timeout: 244 seconds]
hashtag has joined #bitcoin-wizards
jtimon has quit [Remote host closed the connection]
Mably has joined #bitcoin-wizards
Artimage has joined #bitcoin-wizards
p15x_ has joined #bitcoin-wizards
p15x has quit [Ping timeout: 256 seconds]
Burrito has quit [Ping timeout: 276 seconds]
wallet42 has quit [Quit: Leaving.]
wallet421 has joined #bitcoin-wizards
wallet421 has quit [Changing host]
wallet42 has joined #bitcoin-wizards
wallet421 is now known as wallet42
GGuyZ has quit [Ping timeout: 246 seconds]
CodeShark has joined #bitcoin-wizards
GGuyZ has joined #bitcoin-wizards
wallet42 has quit [Ping timeout: 244 seconds]
jgarzik has joined #bitcoin-wizards
jmcn has quit [Ping timeout: 276 seconds]
jmcn has joined #bitcoin-wizards
b_lumenkraft_ has joined #bitcoin-wizards
GGuyZ has quit [Ping timeout: 256 seconds]
GGuyZ has joined #bitcoin-wizards
GGuyZ has quit [Client Quit]
<Taek> Is there a good definition for the idea of a 'political entity'?
b_lumenkraft has quit [Ping timeout: 264 seconds]
b_lumenkraft_ is now known as b_lumenkraft
<Taek> i.e., Google, while composed of 10,000s of people, is generally considered as 1 entity, because everyone acts with united purpose
<Taek> and so Google owning 51% mining power would be very bad
<Taek> even if no particular person is controlling more than 20% of the mining rigs within Google
<Taek> something like the coalition of mining pools in China wouldn't necessarily be considered 1 political entity though, because their common goals are under very constrained terms
<ThinThread> is humanity a (possibly galactic) political entity?
<Taek> they are 1 entity as far as their cooperation around 8mb blocks is concerned, but beyond that they can be considered separate
<Taek> I think it depends on what set of goals you are considering
<ThinThread> i like to focus on our similarities instead of our differences
jtimon has joined #bitcoin-wizards
Burrito has joined #bitcoin-wizards
<Taek> that's great, but understanding our differences is useful for constructing threat models
b_lumenkraft has quit [Ping timeout: 246 seconds]
gielbier has quit [Ping timeout: 250 seconds]
gielbier has joined #bitcoin-wizards
GGuyZ has joined #bitcoin-wizards
SubCreative has quit [Ping timeout: 248 seconds]
GGuyZ has quit [Quit: GGuyZ]
GGuyZ has joined #bitcoin-wizards
GGuyZ has quit [Client Quit]
StephenM347 has joined #bitcoin-wizards
GGuyZ has joined #bitcoin-wizards
GGuyZ has quit [Client Quit]
GGuyZ has joined #bitcoin-wizards
hashtag has quit [Ping timeout: 248 seconds]
jtimon has quit [Ping timeout: 252 seconds]
snthsnth has joined #bitcoin-wizards
shen_noe has quit [Ping timeout: 255 seconds]
GGuyZ has quit [Quit: GGuyZ]
GGuyZ has joined #bitcoin-wizards
GGuyZ has quit [Client Quit]
<waxwing> nsh: one issue with that repo was use of ECB mode :)
<nsh> darkleaks?
<waxwing> yeah
<nsh> :/
theymos_ is now known as theymos
theymos has quit [Changing host]
theymos has joined #bitcoin-wizards
<waxwing> the kind of issue you mention in the quote above, yeah that's an issue. the most obvious application, given that limitation, seems like the most depressing: password database leaks
<waxwing> but maybe that's too pessimistic, one could imagine other use cases perhaps
shen_noe has joined #bitcoin-wizards
GGuyZ has joined #bitcoin-wizards
sparetire_ has joined #bitcoin-wizards
GGuyZ has quit [Quit: GGuyZ]
jmcn has quit [Ping timeout: 276 seconds]
snthsnth has quit [Ping timeout: 248 seconds]
jmcn has joined #bitcoin-wizards
shen_noe has quit [Ping timeout: 256 seconds]
Starduster has quit [Ping timeout: 256 seconds]
fkhan has quit [Ping timeout: 250 seconds]
priidu has joined #bitcoin-wizards
badmofo has quit [Remote host closed the connection]
badmofo has joined #bitcoin-wizards
SubCreative has joined #bitcoin-wizards
SubCreative has joined #bitcoin-wizards
LeMiner2 has joined #bitcoin-wizards
LeMiner has quit [Disconnected by services]
LeMiner2 is now known as LeMiner
LeMiner has quit [Changing host]
LeMiner has joined #bitcoin-wizards
shen_noe has joined #bitcoin-wizards
www has joined #bitcoin-wizards
GGuyZ has joined #bitcoin-wizards
fkhan has joined #bitcoin-wizards
fkhan has joined #bitcoin-wizards
fkhan has quit [Changing host]
fkhan has joined #bitcoin-wizards
GGuyZ_ has joined #bitcoin-wizards
LeMiner2 has joined #bitcoin-wizards
GGuyZ has quit [Ping timeout: 252 seconds]
GGuyZ_ is now known as GGuyZ
LeMiner has quit [Disconnected by services]
LeMiner2 is now known as LeMiner
LeMiner has quit [Changing host]
LeMiner has joined #bitcoin-wizards
GGuyZ has quit [Client Quit]
Xh1pher has quit [Read error: Connection reset by peer]
mengine has quit [Ping timeout: 246 seconds]
GGuyZ has joined #bitcoin-wizards
GGuyZ has quit [Quit: GGuyZ]
mengine has joined #bitcoin-wizards
www has quit [Ping timeout: 250 seconds]
GGuyZ has joined #bitcoin-wizards
jmcn has quit [Ping timeout: 276 seconds]
jmcn has joined #bitcoin-wizards
petertod1 is now known as petertodd
justanotheruser has joined #bitcoin-wizards
GGuyZ has quit [Quit: GGuyZ]
prodatalab_ has joined #bitcoin-wizards
GGuyZ has joined #bitcoin-wizards
chmod755 has quit [Quit: Ex-Chat]
GGuyZ has quit [Client Quit]
blackwraith has joined #bitcoin-wizards
jaekwon has quit [Ping timeout: 244 seconds]
priidu has quit [Ping timeout: 246 seconds]
mengine has quit [Ping timeout: 276 seconds]
rusty has joined #bitcoin-wizards
ThomasV has joined #bitcoin-wizards
Artimage has quit [Quit: http://www.kiwiirc.com/ - A hand crafted IRC client]
shen_noe has quit [Ping timeout: 255 seconds]
Starduster has joined #bitcoin-wizards
SubCreative has quit [Remote host closed the connection]
mengine has joined #bitcoin-wizards
prodatalab_ has quit [Ping timeout: 252 seconds]
belcher has joined #bitcoin-wizards
hashtag has joined #bitcoin-wizards
www has joined #bitcoin-wizards
jtimon has joined #bitcoin-wizards
shen_noe has joined #bitcoin-wizards
hashtag has quit [Ping timeout: 246 seconds]
kmels has quit [Ping timeout: 252 seconds]
Tebbo` has joined #bitcoin-wizards
Tebbo has quit [Ping timeout: 256 seconds]
jaekwon has joined #bitcoin-wizards
mjerr has quit [Ping timeout: 256 seconds]
DrWat has joined #bitcoin-wizards
DrWat has quit [Client Quit]
prodatalab_ has joined #bitcoin-wizards
StephenM347 has quit []
shen_noe has quit [Ping timeout: 252 seconds]
hashtag has joined #bitcoin-wizards
LeMiner has quit [Read error: Connection reset by peer]
Quanttek_ has quit [Ping timeout: 252 seconds]
shen_noe has joined #bitcoin-wizards
drwin has quit [Read error: No route to host]
drwin has joined #bitcoin-wizards
c0rw|away has quit [Ping timeout: 244 seconds]
kmels has joined #bitcoin-wizards
p15x has joined #bitcoin-wizards
p15x_ has quit [Ping timeout: 248 seconds]
paveljanik has quit [Quit: Leaving]
Starduster_ has joined #bitcoin-wizards
moa has joined #bitcoin-wizards
shaul has joined #bitcoin-wizards
lnovy_ has joined #bitcoin-wizards
Starduster has quit [Read error: Connection reset by peer]
lnovy has quit [Quit: Got root?]
lnovy_ is now known as lnovy
prodatalab__ has joined #bitcoin-wizards
c0rw|away has joined #bitcoin-wizards
prodatalab_ has quit [Ping timeout: 276 seconds]
lnovy has quit [Client Quit]
lnovy has joined #bitcoin-wizards
shen_noe has quit [Quit: Leaving]
jaekwon has quit [Ping timeout: 246 seconds]
jaekwon has joined #bitcoin-wizards
hashtag has quit [Ping timeout: 248 seconds]
ThomasV has quit [Ping timeout: 276 seconds]
zooko has joined #bitcoin-wizards
drwin has quit [Remote host closed the connection]
drwin has joined #bitcoin-wizards
jaekwon_ has joined #bitcoin-wizards
Mably has quit [Ping timeout: 264 seconds]
drwin has quit [Remote host closed the connection]
drwin has joined #bitcoin-wizards
drwin has quit [Client Quit]
GGuyZ has joined #bitcoin-wizards
jaekwon has quit [Ping timeout: 248 seconds]
phantomcircuit_ is now known as phantomcircuit
c0rw|away is now known as c0rw1n
DougieBot5000 has quit [Quit: Leaving]
rusty has quit [Ping timeout: 246 seconds]
Burrito has quit [Ping timeout: 264 seconds]
p15x_ has joined #bitcoin-wizards
p15x has quit [Ping timeout: 248 seconds]
wallet42 has joined #bitcoin-wizards
prodatalab__ has quit [Ping timeout: 246 seconds]
prodatalab__ has joined #bitcoin-wizards
SubCreative has joined #bitcoin-wizards
SubCreative has joined #bitcoin-wizards
c0rw1n is now known as c0rw|zZz
hashtag has joined #bitcoin-wizards
DougieBot5000 has joined #bitcoin-wizards
www has quit [Ping timeout: 264 seconds]
DougieBot5000_ has joined #bitcoin-wizards
DougieBot5000 has quit [Killed (kornbluth.freenode.net (Nickname regained by services))]
DougieBot5000_ is now known as DougieBot5000
zooko has quit [Ping timeout: 264 seconds]
Emcy has joined #bitcoin-wizards
Emcy has joined #bitcoin-wizards
Emcy_ has quit [Ping timeout: 246 seconds]