<akrmn> does anyone have a link to a proposal for miner decentralization that doesn't involve tree chain like structures?
<akrmn> like something that has a good chance of scaling
wallet42 has quit [Quit: Leaving.]
<leakypat> petertodd: do you have builds for the RBF client or am I to compile from github myself?
shen_noe has joined #bitcoin-wizards
jaekwon has quit [Remote host closed the connection]
kmels has quit [Ping timeout: 264 seconds]
<CodeShark> akrmn: working on ideas - hopefully one of these days I can be more constructive on this front rather than mostly pointing out how what we have won't work :p
<akrmn> CodeShark: My best idea is tree-structured subchains, but if someone has a better idea I would like to read it
<akrmn> I guess we can just set a limit on the scalability and rely on contracts
<akrmn> but doesn't seem elegant to me
<petertodd> leakypat: no builds just yet; will soon
<petertodd> leakypat: just did rbf for v0.11.0rc2 actually: https://github.com/petertodd/bitcoin/tree/replace-by-fee-v0.11.0rc2
c0rw|away is now known as c0rw1n
sy5error has joined #bitcoin-wizards
<petertodd> leakypat: also working on a fix so full and fss RBF will be more compatibile, so you can use both at the same time
<CodeShark> a few things: 1) it's not necessary for everyone to verify everyone else's stuff...what really matters is that validators don't collude to fool everyone else. 2) it's not necessary to check everything...it is enough that the rate of failure be sufficiently negligible and we can rely on nondeterminism. 3) It is better for those who need to construct proofs to have some stake in the result so that incentives are there to do
<CodeShark> so. 4) Risk can be managed by adding collective fees of some sort...or encouraging insurance, market making, and other such people who are willing to assume risk
c0rw1n has quit [Read error: Connection reset by peer]
c0rw1n has joined #bitcoin-wizards
<CodeShark> 5) a nested structure is probably a good idea, with the stuff closer to the root representing more global consensus states
jaekwon has joined #bitcoin-wizards
<akrmn> CodeShark: I think you have the same idea as me (https://bitcointalk.org/index.php?topic=1083345.0)
<akrmn> You just need a way to keep deep forks minimal. That's what I'm trying to think about now.
airbreather has joined #bitcoin-wizards
<akrmn> like if a deep child chain has a mistake, do all the other chains get affected?
<akrmn> I think it should be acceptable to keep going even if there is a small mistake in a child chain transaction
c-cex-yuriy has quit [Quit: Connection closed for inactivity]
<CodeShark> regarding things like invalid blocks, we could just roll back the bad transactions and their dependencies and punish the miner rather than rolling back the entire block if a bad transaction is discovered
<CodeShark> but the process of rolling back transaction dependencies is not that cheap
<CodeShark> it gets more expensive with time...but at least it results in far less disruption to everyone else
<akrmn> I think once a transaction goes from a child chain to a parent chain, the parent chain has to stick with it
<akrmn> even if later a mistake is found in the child chain transaction
Aquentin has quit [Ping timeout: 244 seconds]
freewil has joined #bitcoin-wizards
<akrmn> but good to know I'm not the only one thinking about these things. Sipa doesn't seem to like it. He seems to think that only omniscient nodes are useful for network security. But I think with this kind of rule that I just gave, it can limit the effect on the parent chains so maybe it is more acceptable.
<CodeShark> I think sipa's main critique, if I remember seeing it right, was the cost of transfering between chains
triazo has quit [Ping timeout: 264 seconds]
<akrmn> there's no delay if the parent gets to commit to the child.
zooko has quit [Remote host closed the connection]
<CodeShark> so one way is fast, but what about going in the other direction?
<akrmn> (I mean: If an output goes in a transaction in a child chain, and then later in a transaction in a parent chain, then even though the value in the child chain is later found out to be wrong, nodes should just keep going with the value in the parent chain)
<akrmn> still need to clarify that
<akrmn> the child chain trusts the parent chain so it's easy the other way also
<dgenr8> CodeShark: setting aside radical redesigns of the blockchain, and ignoring privacy, a way to ask your remaining peers to prove a new tx invalid would seem very helpful
<CodeShark> dgenr8: if we could somehow reward peers for doing so you may be onto something
<CodeShark> then the main threat would be at the network level...where someone manages to block your connections to honest nodes
<CodeShark> (ignoring privacy for a moment)
<dgenr8> CodeShark: is that a big issue? they aren't rewarded for anything else...
<CodeShark> dgenr8: how costly is it for the node to do this? we'd need a full txout index, no?
<CodeShark> I mean, a full tx index
<CodeShark> or hmm...I guess spent outputs don't really matter
<CodeShark> except for reorgs
<CodeShark> it would actually be possible to pay people for these proofs if only the bitcoin script could reference other parts of the blockchain :p
<dgenr8> CodeShark: first task is to decide what the question would be, and what the answer would look like. then how to get there.
<dgenr8> CodeShark: sorry i can't just point you at a commit ;)
<CodeShark> heh
<CodeShark> so the question is: does this transaction conflict with any other transaction you know of? and the answer is a proof that they spend a common input
<CodeShark> they or one of their dependencies, that is
<CodeShark> so in the general case it requires constructing two dependency chains - but it's easier to prove conflict than to prove that they connect to the blockchain
<CodeShark> so we really have two questions here
<dgenr8> you started out just concerned about double-spends
<CodeShark> right - if you are only concerned about double-spends then just demonstrating a shared spent output is sufficient
<CodeShark> and you'd probably want to be able to check the signatures along the way
<CodeShark> but hmm
nessence has joined #bitcoin-wizards
<CodeShark> even checking signatures, unless you check that they do connect to the main chain it's super simple to cheat
<CodeShark> you could stick your own transactions in the middle and sign them...and they'll never confirm
jaekwon has quit [Remote host closed the connection]
<CodeShark> so it doesn't really seem worth doing unless you can prove that they do connect
<dgenr8> ofc
<CodeShark> right, so I take that back :p
<CodeShark> it is not sufficient to just show a shared spent output :)
<CodeShark> I guess a more general question is: show me how this transaction connects to the block chain
<dgenr8> an invalidation proof could consist of a single connected conflicting spend
<CodeShark> right
zmanian has quit [Remote host closed the connection]
<dgenr8> do you check whether other peers inv'ed a tx that pays you? that means they like it
<dgenr8> oh you have a filter
<CodeShark> yeah - lol
<dgenr8> gtg ttyl
<CodeShark> later, dgenr8 - thanks for the thoughts
<CodeShark> akrmn: still looking over your proposal...
<phantomcircuit> CodeShark, nobody has yet shown an efficient way do fraud proofs for aggregate limits short of zk-SNARKS
<phantomcircuit> proposals to commit to the aggregate limit values in fixed locations are the closest but have significant issues
<CodeShark> doesn't have to be zk, but yeah
<CodeShark> the thing is that it is probably not necessary for everyone to check the fraud proofs
<CodeShark> but I sense self-reference here :p
<CodeShark> someone then needs to construct a fraud proof of the fraud proof :p
<phantomcircuit> CodeShark, everybody needs to check the fraud proofs that they receive
<phantomcircuit> the problem is that the fraud proof for aggregate limit violations is... the entire block
<phantomcircuit> oops
<akrmn> CodeShark: Thanks. I don't really have a high level of popularity in this community, so it is hard to get people to give serious feedback
<dgenr8> CodeShark: XT nodes relay direct double-spends that match your filter. but not when they appear in a block, and not when the conflict is with an ancestor.
<dgenr8> CodeShark: as the author of that patch i'm going to consider that ...
<akrmn> also I have to rewrite some things more clearly
<CodeShark> phantomcircuit: I was speaking regarding the ability to reward fraud proofs
<phantomcircuit> CodeShark, uh
<CodeShark> but yeah, let's not get into that problem yet
<phantomcircuit> how do you reward the producer of a fraud proof?
<phantomcircuit> im not sure that's possible
<CodeShark> with a script that can reference the relevant parts of the state
<CodeShark> signed by both
<phantomcircuit> CodeShark, and you pass the fraud proof off to a node
<phantomcircuit> who immediately removes your script and issues a new fraud proof with his
<CodeShark> hence requiring both signatures
<phantomcircuit> both?
<CodeShark> yes, it requires some blinding
<CodeShark> might require some pk fancy crypto :p
<CodeShark> but I think it's possible
<CodeShark> err, zk fancy crypto
<phantomcircuit> CodeShark, im thinking it's impossible
<phantomcircuit> the other party has to be able to validate the fraud proof
<CodeShark> three phases:
<phantomcircuit> in which case they can generate their own
<CodeShark> actually four rounds
<CodeShark> 1) party A requests proof from party B. 2) party B supplies zk proof, 3) party A signs, 4) party B reveals plaintext proof
<CodeShark> the script is only satisfied if (4) happens, of course
moa has quit [Quit: Leaving.]
<CodeShark> there might even be a way to condense it into only two rounds with some more clever tricks
Madars has quit [Remote host closed the connection]
Madars has joined #bitcoin-wizards
Dr-G has joined #bitcoin-wizards
Dr-G has joined #bitcoin-wizards
Dr-G2 has quit [Ping timeout: 248 seconds]
d1ggy_ has quit [Read error: Connection reset by peer]
d1ggy_ has joined #bitcoin-wizards
belcher_ has quit [Quit: Leaving]
d1ggy_ has quit [Read error: Connection reset by peer]
d1ggy_ has joined #bitcoin-wizards
airbreather has quit [Read error: Connection reset by peer]
c0rw1n is now known as c0rw|zZz
<morcos> This was just posted by sdaftuar, some good thoughts on the dangers of the current hard fork crusade: https://medium.com/@sdaftuar/how-the-bitcoin-experiment-might-fail-7f6c24f99ecf
shen_noe has quit [Ping timeout: 255 seconds]
prodatalab has quit [Ping timeout: 248 seconds]
Giszmo has quit [Quit: Leaving.]
hashtag has quit [Ping timeout: 244 seconds]
hashtag has joined #bitcoin-wizards
NewLiberty has joined #bitcoin-wizards
hashtag has quit [Ping timeout: 272 seconds]
cosmo has quit [Quit: Leaving]
TheSeven has quit [Disconnected by services]
[7] has joined #bitcoin-wizards
zooko has joined #bitcoin-wizards
<amiller> how "robust" is the assumption that people will treat something like money / like a commodity if it behaves one?
<amiller> like, how crappy can a monetary policy where tons of people will use a cryptocurrency based on it, and the system would still work
<amiller> its too bad that there aren't yet many "appcoins" that have been a demonstrable success, because it would be easier to look at the incentives in those systems.. they wouldn't even necessarily need to compete
<amiller> namecoin as a whole should be 'earning income' from domain name registration fees... my understanding is that no one is using it though
<amiller> but a cryptocurrency with some nice feature like that basically has an export economy of some kind, surely that can only help it
<phantomcircuit> amiller, that nobody is using namecoin is itself a data point
<amiller> yeah well i don't trust any strong inferences based on it :O
cosmo has joined #bitcoin-wizards
sy5error has quit [Ping timeout: 265 seconds]
freewil has quit [Read error: Connection reset by peer]
<zooko> amiller: I don't think we can make any reliable predictions or generalizations about this.
<zooko> But if you do make some, I want to know!
sy5error_ has joined #bitcoin-wizards
execut3 has joined #bitcoin-wizards
badmofo has joined #bitcoin-wizards
shesek has quit [Ping timeout: 265 seconds]
badmofo has quit [Ping timeout: 265 seconds]
mjerr has joined #bitcoin-wizards
* leakypat compiles Bitcoin qt for the first time and reflects on what a huge responsibility running the release procedure an official version would be
<jgarzik> phantomcircuit, amiller: it is false that no one is using namecoin
<jgarzik> several identity projects are building on top of it
<phantomcircuit> jgarzik, that's not a good idea
<phantomcircuit> the codebase is almost entirely unmaintained
<CodeShark> leakypat: welcome to the club :)
<jgarzik> phantomcircuit, also untrue
<jgarzik> but whatever. Spewing falsehoods we wish to be true on this channel is becoming the norm.
<amiller> here's joe bonneau's takedown of namecoin http://weis2015.econinfosec.org/papers/WEIS_2015_kalodner.pdf
<phantomcircuit> jgarzik, i'd bet you serious money i can cripple namecoin in a matter of a few days
<phantomcircuit> but doing so is probably a felony
<amiller> in this channel falsehoods must be spewed in pdf form
<jgarzik> phantomcircuit, you also claim the ability to cripple bitcoin
damethos has joined #bitcoin-wizards
<CodeShark> usage isn't really the point - the current design simply is not viable
<CodeShark> at least not beyond an experimental research network
<CodeShark> that's just hard math
<CodeShark> it's not even controversial to anyone who bothers to make the calculations
<CodeShark> but it's still a cool idea - I hope someone manages to find a way to make something like that viable
<CodeShark> it's hardly ever the case with any technology that early prototypes are viable. this space is a little exceptional in seeming to expect that this doesn't apply here
<phantomcircuit> jgarzik, k
<CodeShark> add to that the fact that the design makes it so that all upgrades to the plane can only be done while in flight...and if you screw up you crash...and...voila!
<CodeShark> fun, no? :)
<amiller> i wish we could learn more from altcoins
<amiller> maybe there's something to glean from them
<amiller> bitcoin is still 'small', and so all the altcoins are really small, it's hard to believe there's a lot of signal there as far as what to do and not to do
<amiller> does a crash usually kill those or is it slow atrophy
wallet42 has joined #bitcoin-wizards
<amiller> i think (not too sure) no one cares enough about them to have big hard-fork dilemmas
<phantomcircuit> amiller, slow atrophy
<phantomcircuit> amiller, the one thing that has been shown to be 100% true is that anything which is available on a liquid market has value regardless of actual utility
<phantomcircuit> which is a neat observation
<amiller> yeah
paveljanik has joined #bitcoin-wizards
ThomasV has joined #bitcoin-wizards
<zooko> jgarzik: Do you see IRC privmsgs for me? Once upon a time freenode silently silenced my privmsgs to some folks, and I've never trusted it since.
<zooko> jgarzik: from me, that is.
<jgarzik> zooko, I just responded to your PM. Lots going on right now and I'm kinda burned out on FUD (not yours, others).
<zooko> *nod*
Mably has joined #bitcoin-wizards
arubi_ has quit [Quit: Leaving]
jtimon has quit [Ping timeout: 255 seconds]
mjerr has quit [Ping timeout: 250 seconds]
d1ggy has joined #bitcoin-wizards
d1ggy_ has quit [Ping timeout: 246 seconds]
moa has joined #bitcoin-wizards
damethos has quit [Quit: Bye]
sy5error_ has quit [Remote host closed the connection]
d1ggy has quit [Ping timeout: 246 seconds]
AaronvanW has joined #bitcoin-wizards
gill3s has joined #bitcoin-wizards
droark has quit [Quit: ZZZzzz…]
damethos has joined #bitcoin-wizards
gill3s has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
AaronvanW has quit [Ping timeout: 246 seconds]
cosmo has quit [Quit: Leaving]
ThomasV has quit [Ping timeout: 264 seconds]
DougieBot5000 has quit [Quit: Leaving]
jmcn_ has quit [Ping timeout: 276 seconds]
NewLiberty has quit [Ping timeout: 276 seconds]
jmcn has joined #bitcoin-wizards
spinza has quit [Ping timeout: 246 seconds]
spinza has joined #bitcoin-wizards
orperelman has joined #bitcoin-wizards
jmcn has quit [Ping timeout: 276 seconds]
jmcn has joined #bitcoin-wizards
gill3s has joined #bitcoin-wizards
ThomasV has joined #bitcoin-wizards
www has joined #bitcoin-wizards
<www> hi
<www> can you encrypt/decrypt messages using Secp256k1 ?
<www> i have heard conflicting statements - who knows for sure?
cdecker has quit [Ping timeout: 276 seconds]
Tiraspol has quit [Ping timeout: 272 seconds]
cdecker has joined #bitcoin-wizards
Tiraspol has joined #bitcoin-wizards
<fluffypony> www: secp256k1 is *just* an elliptic curve
<fluffypony> that said, you can use ECIES
<fluffypony> (Elliptic Curve Integrated Encryption Scheme)
Tiraspol has quit [Ping timeout: 244 seconds]
<fluffypony> here's an implementation: https://bitcointalk.org/index.php?topic=627927.0
<fluffypony> here's another one: https://github.com/planetbeing/bitcoin-encrypt
<fluffypony> both use ECIES
Tiraspol has joined #bitcoin-wizards
Tiraspol has quit [Changing host]
Tiraspol has joined #bitcoin-wizards
<www> thanks fluffypony
<www> 'a little known elliptic curve encryption system using ECDH and a Symmetric Cipher '
nivah has quit [Ping timeout: 252 seconds]
AaronvanW has joined #bitcoin-wizards
AaronvanW has joined #bitcoin-wizards
gill3s has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
jmcn has quit [Ping timeout: 276 seconds]
jmcn has joined #bitcoin-wizards
paveljanik has quit [Quit: Leaving]
jtimon has joined #bitcoin-wizards
Aquentin has joined #bitcoin-wizards
<amiller> if you really want to stick within bitcoin crypto
<fluffypony> it's an improvement on DHAES
<fluffypony> from 2 or 3 years later
<amiller> you could chain sha256s together for your symmetric crypto
<fluffypony> "ECIES has been standardized in ANSI X9.63, IEEE 1363a, ISO/IEC 18033-2, and SECG SEC-1"
NewLiberty has joined #bitcoin-wizards
gill3s has joined #bitcoin-wizards
Quanttek has joined #bitcoin-wizards
priidu has joined #bitcoin-wizards
orperelman has quit [Ping timeout: 256 seconds]
AaronvanW has quit [Ping timeout: 246 seconds]
paveljanik has joined #bitcoin-wizards
paveljanik has quit [Changing host]
paveljanik has joined #bitcoin-wizards
andy-logbot has quit [Remote host closed the connection]
andy-logbot has joined #bitcoin-wizards
* andy-logbot is logging
ThomasV has quit [Ping timeout: 256 seconds]
gill3s has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
adam3us2 has quit [Quit: Leaving.]
damethos has quit [Ping timeout: 250 seconds]
Mably has quit [Ping timeout: 276 seconds]
<nsh> .wik Forking lemma
<yoleaux> "The forking lemma is any of a number of related lemmas in cryptography research." — https://en.wikipedia.org/wiki/Forking_lemma
akrmn has quit [Ping timeout: 244 seconds]
damethos has joined #bitcoin-wizards
orperelman has joined #bitcoin-wizards
dEBRUYNE has joined #bitcoin-wizards
damethos has quit [Ping timeout: 246 seconds]
wallet42 has quit [Quit: Leaving.]
wallet42 has joined #bitcoin-wizards
ThomasV has joined #bitcoin-wizards
rubensayshi has joined #bitcoin-wizards
sparetire_ has quit [Quit: sparetire_]
wallet42 has quit [Quit: Leaving.]
AaronvanW has joined #bitcoin-wizards
wallet42 has joined #bitcoin-wizards
drwin has joined #bitcoin-wizards
AaronvanW has quit [Ping timeout: 246 seconds]
cdecker has quit [Quit: Bye bye]
cdecker has joined #bitcoin-wizards
adam3us has joined #bitcoin-wizards
erasmospunk has joined #bitcoin-wizards
gielbier has quit [Ping timeout: 264 seconds]
Tiraspol has quit [Ping timeout: 255 seconds]
Tiraspol has joined #bitcoin-wizards
AaronvanW has joined #bitcoin-wizards
orperelman has quit [Ping timeout: 272 seconds]
paveljanik has quit [Quit: Leaving]
gielbier has joined #bitcoin-wizards
orperelman has joined #bitcoin-wizards
mengine has quit [Ping timeout: 252 seconds]
AaronvanW has quit [Ping timeout: 246 seconds]
spinza has quit [Excess Flood]
Mably has joined #bitcoin-wizards
bosma has quit [Ping timeout: 255 seconds]
spinza has joined #bitcoin-wizards
goregrind has quit [Ping timeout: 250 seconds]
lmatteis has quit [Remote host closed the connection]
paveljanik has joined #bitcoin-wizards
AaronvanW has joined #bitcoin-wizards
AaronvanW has joined #bitcoin-wizards
dEBRUYNE has quit [Ping timeout: 248 seconds]
Guyver2 has joined #bitcoin-wizards
ThomasV has quit [Ping timeout: 272 seconds]
dEBRUYNE has joined #bitcoin-wizards
AaronvanW has quit [Ping timeout: 246 seconds]
goregrind has joined #bitcoin-wizards
execut3 has quit [Ping timeout: 255 seconds]
spinza has quit [Excess Flood]
spinza has joined #bitcoin-wizards
moa has quit [Quit: Leaving.]
Giszmo has joined #bitcoin-wizards
c0rw|zZz is now known as c0rw1n
Tiraspol has quit [Ping timeout: 264 seconds]
Tiraspol has joined #bitcoin-wizards
Tiraspol has joined #bitcoin-wizards
shaul has quit [Quit: Textual IRC Client: www.textualapp.com]
mengine has joined #bitcoin-wizards
prodatalab has joined #bitcoin-wizards
orperelman has quit [Ping timeout: 248 seconds]
orperelman has joined #bitcoin-wizards
Mably has quit [Ping timeout: 252 seconds]
ThomasV has joined #bitcoin-wizards
AaronvanW has joined #bitcoin-wizards
priidu has quit [Ping timeout: 252 seconds]
AaronvanW has quit [Ping timeout: 246 seconds]
gill3s has joined #bitcoin-wizards
eudoxia has joined #bitcoin-wizards
gill3s has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
gill3s has joined #bitcoin-wizards
llllllllll has joined #bitcoin-wizards
narwh4l has joined #bitcoin-wizards
ThomasV has quit [Ping timeout: 252 seconds]
goregrind has quit [Ping timeout: 265 seconds]
<waxwing> Electrum is using ECIES now, plus other things too, i forgot .. maybe subspace?
<waxwing> disclaimer: i have the memory of a goldfish
wallet42 has quit [Quit: Leaving.]
goregrind has joined #bitcoin-wizards
shaul has joined #bitcoin-wizards
<fluffypony> waxwing: I believe it's all telepathy nowadays
jmcn has quit [Ping timeout: 276 seconds]
jmcn has joined #bitcoin-wizards
<waxwing> yeah, it was subspace i was thinking of
erasmospunk has quit [Remote host closed the connection]
hearn has joined #bitcoin-wizards
mjerr has joined #bitcoin-wizards
zooko has quit [Remote host closed the connection]
Artimage has joined #bitcoin-wizards
Artimage has quit [Client Quit]
rubensayshi has quit [Remote host closed the connection]
zooko has joined #bitcoin-wizards
getplank has joined #bitcoin-wizards
giel_ has joined #bitcoin-wizards
ruby32 has joined #bitcoin-wizards
gielbier has quit [Ping timeout: 248 seconds]
giel_ is now known as gielbier
c-cex-yuriy has joined #bitcoin-wizards
Quanttek has quit [Ping timeout: 272 seconds]
Quanttek has joined #bitcoin-wizards
<waxwing> kanzure: i know that story quite intimately 'cos i was the one who alerted gmaxwell to it here on IRC :)
<waxwing> i just have a feelign that it's been redone on electrum, but properly. i may be imagining that though
<waxwing> as for subspace, they are using ECIES via pyelliptic
kristofferR has joined #bitcoin-wizards
jmcn has quit [Ping timeout: 276 seconds]
orperelman has quit [Ping timeout: 272 seconds]
orperelman has joined #bitcoin-wizards
jmcn has joined #bitcoin-wizards
instagibbs has joined #bitcoin-wizards
<instagibbs> falsehoods must be spread in *latex* form *wags finger at jgarzik BIP100 pdf*
<instagibbs> Checking namecoin github... namecoin hasn't had a merge in half a year AFAICT. Namecore(?) is much more active.
<instagibbs> (not calling your bip falsehood, just goofing)
<zooko> I've been chatting with Namecoin devs who told me that they were working on stuff.
DougieBot5000 has joined #bitcoin-wizards
<zooko> But I didn't look at commit logs.
<instagibbs> dunno, just reporting my 10 second google search :)
<instagibbs> makes me an expert
<zooko> :-)
<zooko> More than me!
<zooko> Or, we're different kinds of experts.
<zooko> amiller: it seems to me that Namecoin has never (yet) offered the actual functionality that is its suppose added functionality on top of being a currency.
gill3s has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
<zooko> Because, that functionality requires being accessible+integrated into the web browsers of hundreds of millions of normal users.
<zooko> And Namecoin has never (yet) done that.
<midnightmagic> namecoin is not where the current namecoin developers are doing their work and is essentially abandoned.
<instagibbs> that was my only reasonable interpretation of zooko and my observations :)
gill3s has joined #bitcoin-wizards
<instagibbs> midnightmagic: any details on where then? I'd like to follow the work
<midnightmagic> yep. i believe right here is where miners are supposed to get their namecoind from: https://github.com/namecoin/namecore.git
<instagibbs> thanks. Alright back to work
instagibbs has quit [Quit: Page closed]
p15x_ has joined #bitcoin-wizards
p15_ has joined #bitcoin-wizards
p15x has quit [Ping timeout: 246 seconds]
p15 has quit [Ping timeout: 250 seconds]
<zooko> midnightmagic: thanks!
* nsh squares zooko's bar tab
MrTratta has quit [Ping timeout: 244 seconds]
* zooko looks askance at nsh
<zooko> huh?
<nsh> i can't square your circle, but i can pay for you drinks
<zooko> :-)
<nsh> it was a silly gesture of friendship :)
<zooko> Thanks!
<nsh> np
<nsh> *triangle even
<zooko> I was thinking of visiting UK soon, but it looks like I might be headed for S. Korea instead ...
<nsh> ah
<nsh> for recreation or ?
<zooko> Okay, my 5 year old is waiting for me to play Minecraft with him so he can show me a new house he has constructed...
<zooko> nsh: yes!
<zooko> ;-)
<zooko> bye for now!
<nsh> hope you have fun :)
<nsh> o/
<fluffypony> lol nsh
* fluffypony got the squaring joke
* nsh smiles
d1ggy has joined #bitcoin-wizards
hearn has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
jmcn has quit [Ping timeout: 276 seconds]
jmcn has joined #bitcoin-wizards
davi has joined #bitcoin-wizards
MrTratta has joined #bitcoin-wizards
Artimage has joined #bitcoin-wizards
hearn has joined #bitcoin-wizards
Xh1pher has joined #bitcoin-wizards
gill3s has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
sdaftuar has joined #bitcoin-wizards
ThomasV has joined #bitcoin-wizards
kristofferR has quit [Quit: Textual IRC Client: www.textualapp.com]
zooko has quit [Ping timeout: 248 seconds]
nessence has quit [Remote host closed the connection]
orperelman has quit [Ping timeout: 256 seconds]
orperelman has joined #bitcoin-wizards
cryptojonathan has joined #bitcoin-wizards
orperelman has quit [Ping timeout: 248 seconds]
jmcn has quit [Ping timeout: 276 seconds]
c0rw1n is now known as c0rw|away
jmcn has joined #bitcoin-wizards
akstunt600 has quit [Read error: Connection reset by peer]
akstunt600 has joined #bitcoin-wizards
akstunt600 has quit [Read error: Connection reset by peer]
akstunt600 has joined #bitcoin-wizards
hearn has quit [Read error: Connection reset by peer]
hearn_ has joined #bitcoin-wizards
Artimage has quit [Quit: http://www.kiwiirc.com/ - A hand crafted IRC client]
gill3s has joined #bitcoin-wizards
prosodyContext_ is now known as prosodyContext
b_lumenkraft has joined #bitcoin-wizards
orperelman has joined #bitcoin-wizards
devrandom has joined #bitcoin-wizards
devrandom has quit [Client Quit]
devrandom has joined #bitcoin-wizards
hearn_ is now known as hearn
dEBRUYNE_ has joined #bitcoin-wizards
dEBRUYNE has quit [Ping timeout: 244 seconds]
hashtag has joined #bitcoin-wizards
gill3s has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
gill3s has joined #bitcoin-wizards
dc17523be3 has quit [Ping timeout: 272 seconds]
zooko has joined #bitcoin-wizards
jgarzik has quit [Quit: This computer has gone to sleep]
jgarzik has joined #bitcoin-wizards
gill3s has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
jgarzik has quit [Client Quit]
hearn has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
Starduster_ has joined #bitcoin-wizards
Starduster has quit [Ping timeout: 276 seconds]
cosmo has joined #bitcoin-wizards
Artimage has joined #bitcoin-wizards
kmels has joined #bitcoin-wizards
paveljanik has quit [Quit: Leaving]
getplank has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
hearn has joined #bitcoin-wizards
afdudley0 is now known as afdudley
kmels has quit [Read error: Connection reset by peer]
jaekwon has joined #bitcoin-wizards
kmels has joined #bitcoin-wizards
hearn has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
tdryja has joined #bitcoin-wizards
jb55_ has joined #bitcoin-wizards
AaronvanW has joined #bitcoin-wizards
b_lumenkraft has quit [Quit: b_lumenkraft]
Populus has joined #bitcoin-wizards
Populus has joined #bitcoin-wizards
Mashuri has joined #bitcoin-wizards
b_lumenkraft has joined #bitcoin-wizards
bosma has joined #bitcoin-wizards
nsh has quit [Changing host]
nsh has joined #bitcoin-wizards
AaronvanW has quit [Ping timeout: 246 seconds]
sy5error has joined #bitcoin-wizards
jmcn has quit [Ping timeout: 276 seconds]
Mably has joined #bitcoin-wizards
jmcn has joined #bitcoin-wizards
dc17523be3 has joined #bitcoin-wizards
hashtag has quit [Ping timeout: 244 seconds]
hashtag_ has joined #bitcoin-wizards
jposner has joined #bitcoin-wizards
damethos has joined #bitcoin-wizards
jmcn has quit [Ping timeout: 276 seconds]
jmcn has joined #bitcoin-wizards
hashtag_ has quit [Ping timeout: 265 seconds]
rht__ has quit [Quit: Connection closed for inactivity]
hashtag has joined #bitcoin-wizards
erasmospunk has joined #bitcoin-wizards
erasmosp_ has joined #bitcoin-wizards
erasmospunk has quit [Ping timeout: 246 seconds]
gill3s has joined #bitcoin-wizards
hashtag has quit [Ping timeout: 265 seconds]
getplank has joined #bitcoin-wizards
hashtag has joined #bitcoin-wizards
mrkent has joined #bitcoin-wizards
erasmosp_ has quit [Remote host closed the connection]
shen_noe has joined #bitcoin-wizards
<mrkent> Any well documented descriptions of what happened with the testnet fork a few weeks back?
erasmospunk has joined #bitcoin-wizards
gill3s has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
<MRL-Relay> [shen] oops didn't scroll to bottom
<MRL-Relay> [shen] :p
jmcn has quit [Ping timeout: 276 seconds]
jmcn has joined #bitcoin-wizards
luny has quit [Read error: Connection reset by peer]
Oizopower has joined #bitcoin-wizards
AnoAnon has joined #bitcoin-wizards
AnoAnon has quit [Max SendQ exceeded]
Xh1pher has quit [Read error: Connection reset by peer]
c-cex-yuriy has quit [Quit: Connection closed for inactivity]
orperelman has quit [Ping timeout: 276 seconds]
AaronvanW has joined #bitcoin-wizards
orperelman has joined #bitcoin-wizards
cryptojonathan_d has joined #bitcoin-wizards
hearn has joined #bitcoin-wizards
cryptojonathan has quit [Ping timeout: 252 seconds]
hearn has quit [Client Quit]
Quanttek has quit [Remote host closed the connection]
jmcn has quit [Ping timeout: 277 seconds]
erasmosp_ has joined #bitcoin-wizards
erasmosp_ has quit [Remote host closed the connection]
erasmospunk has quit [Ping timeout: 255 seconds]
jmcn has joined #bitcoin-wizards
bosma has quit [Quit: Leaving]
bosma has joined #bitcoin-wizards
gill3s has joined #bitcoin-wizards
ThomasV has quit [Ping timeout: 255 seconds]
PaulCapestany has quit [Quit: .]
orperelman has quit [Ping timeout: 264 seconds]
AaronvanW has quit [Ping timeout: 246 seconds]
zooko has quit [Ping timeout: 255 seconds]
orperelman has joined #bitcoin-wizards
spinza has quit [Excess Flood]
nwilcox has joined #bitcoin-wizards
spinza has joined #bitcoin-wizards
mjerr has quit [Ping timeout: 248 seconds]
hearn has joined #bitcoin-wizards
eudoxia has quit [Quit: Leaving]
b_lumenkraft has quit [Quit: b_lumenkraft]
arubi_ has joined #bitcoin-wizards
AaronvanW has joined #bitcoin-wizards
zooko has joined #bitcoin-wizards
mrkent has quit [Remote host closed the connection]
hearn has quit [Quit: Textual IRC Client: www.textualapp.com]
Populus has quit [Ping timeout: 250 seconds]
ThomasV has joined #bitcoin-wizards
www has quit [Quit: Leaving.]
www has joined #bitcoin-wizards
belcher has joined #bitcoin-wizards
orperelman has quit [Ping timeout: 276 seconds]
nwilcox has quit [Ping timeout: 252 seconds]
orperelman has joined #bitcoin-wizards
jmcn_ has joined #bitcoin-wizards
sparetire_ has joined #bitcoin-wizards
jmcn has quit [Ping timeout: 277 seconds]
nubbins` has joined #bitcoin-wizards
cryptojonathan_d is now known as cryptojonathan
Oizopower has quit [Quit: Connection closed for inactivity]
getplank has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
shen_noe2 has joined #bitcoin-wizards
shen_noe2 has quit [Client Quit]
jps has joined #bitcoin-wizards
jmcn has joined #bitcoin-wizards
jmcn_ has quit [Ping timeout: 277 seconds]
orperelman has quit [Read error: Connection reset by peer]
orperelman has joined #bitcoin-wizards
jmcn_ has joined #bitcoin-wizards
jmcn has quit [Ping timeout: 276 seconds]
Artimage has quit [Quit: http://www.kiwiirc.com/ - A hand crafted IRC client]
orperelman has quit [Ping timeout: 246 seconds]
nwilcox_ has joined #bitcoin-wizards
getplank has joined #bitcoin-wizards
zooko has quit [Ping timeout: 246 seconds]
cryptojonathan has quit [Ping timeout: 264 seconds]
davi has quit [Ping timeout: 246 seconds]
shaul has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
ThomasV has quit [Ping timeout: 250 seconds]
jps has quit [Ping timeout: 250 seconds]
gill3s has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
sy5error has quit []
c-cex-yuriy has joined #bitcoin-wizards
shaul has joined #bitcoin-wizards
nubbins` has quit [Quit: Quit]
shaul has quit [Ping timeout: 256 seconds]
nwilcox_ has quit [Ping timeout: 248 seconds]
Guyver2 has quit [Remote host closed the connection]
zooko has joined #bitcoin-wizards
jb55_ has quit []
jb55- has joined #bitcoin-wizards
DougieBot5000 has quit [Quit: Leaving]
drwin has quit [Remote host closed the connection]
drwin has joined #bitcoin-wizards
nwilcox_ has joined #bitcoin-wizards
Mably has quit [Ping timeout: 276 seconds]
zooko has quit [Ping timeout: 272 seconds]
jb55- is now known as jb55
ruby32 has quit [Quit: ruby32]
p15x has joined #bitcoin-wizards
p15x_ has quit [Ping timeout: 264 seconds]
getplank has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
nubbins` has joined #bitcoin-wizards
AaronvanW has quit [Ping timeout: 246 seconds]
nubbins` has quit [Client Quit]
gielbier has quit [Ping timeout: 255 seconds]
chmod755 has joined #bitcoin-wizards
DougieBot5000 has joined #bitcoin-wizards
execut3 has joined #bitcoin-wizards
Mashuri has quit [Ping timeout: 246 seconds]
goregrind has quit [Ping timeout: 250 seconds]
dEBRUYNE_ is now known as dEBRUYNE
www1 has joined #bitcoin-wizards
damethos has quit [Quit: Bye]
www has quit [Ping timeout: 252 seconds]
drwin has quit []
dc17523be3 has quit [Ping timeout: 272 seconds]
dc17523be3 has joined #bitcoin-wizards