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
<kanzure> if he is not keen on irc then we can at least point him to https://bitcoincore.slack.com/messages/ircbridge-wizards/
Jeremy_Rand_2 has joined #bitcoin-wizards
<aj> gmaxwell: yup, that seems rather persuasive
Jeremy_Rand_2_ has quit [Ping timeout: 255 seconds]
bit2017 has joined #bitcoin-wizards
<gmaxwell> aj: but I'm not an expert; It would be worth confirming, I've also not bothered checking if libsnark actually does the rerandomization.
bramc has joined #bitcoin-wizards
nivah has quit [Ping timeout: 240 seconds]
<bramc> Hey everybody
<kanzure> to make hard-forks even more painful and less frequent, would it be a good time to also have jtimon do various libconsensus-related alterations? i know the code movements are unrelated but if we're going to experience hard-fork pains then we might as well also throw that one into the pile, if it makes sense.
<bramc> gmaxwell: Awesome!
<bramc> Next up: illegitimate cert authorities
zorba_tg has quit [Ping timeout: 240 seconds]
RoboTedd_ has quit [Remote host closed the connection]
AaronvanW has quit [Ping timeout: 276 seconds]
Jeremy_Rand_2 has quit [Read error: Connection reset by peer]
tromp_ has joined #bitcoin-wizards
Erik_dc has quit [Remote host closed the connection]
danielsocials has joined #bitcoin-wizards
Jeremy_Rand_2 has joined #bitcoin-wizards
RoboTeddy has joined #bitcoin-wizards
Jeremy_Rand_2_ has joined #bitcoin-wizards
Jeremy_Rand_2 has quit [Ping timeout: 244 seconds]
voxelot has quit [Ping timeout: 240 seconds]
tromp_ has quit [Remote host closed the connection]
<bsm117532> bramc: Don't worry, that one is covered. Someone attached this weird "coin" idea to this perfect distributed keyserver I've been working on...
priidu has joined #bitcoin-wizards
zmachine has joined #bitcoin-wizards
danielsocials has quit [Ping timeout: 276 seconds]
Jeremy_Rand_2_ has quit [Ping timeout: 260 seconds]
bit2017 has quit [Ping timeout: 268 seconds]
comboy_ has quit [Quit: No Ping reply in 180 seconds.]
Jeremy_Rand_2_ has joined #bitcoin-wizards
comboy has joined #bitcoin-wizards
[_smitty] has quit [Quit: ChatZilla 0.9.92 [SeaMonkey 2.39/20151103191810]]
tromp_ has joined #bitcoin-wizards
chris_ has joined #bitcoin-wizards
chris_ is now known as glitch003
glitch003 has quit [Remote host closed the connection]
glitch003 has joined #bitcoin-wizards
CrazyTruthYakDDS has quit [Quit: Connection closed for inactivity]
wallet42 has quit [Quit: Leaving.]
glitch003 has quit [Ping timeout: 276 seconds]
<JackH> so with gmaxwell's zk solution we can build this into wallets and allow people to purchase digital goods with perfect security of payment and delivery between two parties?
<bramc> JackH: It only works for things where there's a completely self-contained proof that the good is valid
<midnightmagic> not perfect security.
<bsm117532> JackH: the hard part is building a ZKP verification system. So the problem domain is restricted to things which can be algorithmically verified (and don't cost an inordinate amount of CPU to verify). But, generally, yes.
<gmaxwell> JackH: yes, but the protocol requires uh. Perhaps a good way to think of this is: The protocol requires that you have a "virtual agent" that can inspect the goods and decide that they're to your liking.
<bramc> Like, a program which you can run and say 'yes this is the thing I want' or 'no it isn't'
<JackH> so this requires modification on "both" ends? the payment receiving end and the payee
<JackH> wallet end and payment processor
<gmaxwell> what a sad little science fiction story that is, where someone uploads their mind, just so they can send it over the wire to inspect things for them then flash out of existance (so that it can't leak anything it learned.)
<JackH> baby steps now ;)
<gmaxwell> JackH: yes. It's a two party protocol. You prove to me you've got the goods I want, I verify and pay.
<bsm117532> JackH: no this is not adaptable to general purchases. It's restricted to purchases which can be algorithmically verified.
<JackH> alright, got it, so we have to prepare on our end for it too when we receive payments
<JackH> can I automate it? so that I integrate Bitcoin as a payment method into a shop, and subsequently integrate it as ZK ready
<JackH> (we are a BTC payment processor, hence the questions)
<bsm117532> JackH: Only if you're selling digitally verifiable goods.
<bsm117532> So I seriously doubt this applies to you.
<gmaxwell> yea, it's fully automatic. in a day or two I'll probably put up a faucet running this for a little while, so you can sell me sudokos for bitcoin. :P
<bramc> The neat thing about this protocol is that the amount of stuff which has to be put on the blockchain is minimal: All it requires is a transaction dependent on two hash preimages, and it might even be possible to optimize those out using schnorr signature sharing
<JackH> I would like to end up fitting this as an API function to our PSP
<JackH> so that merchants can opt-in for ZK
<JackH> if they need it
<gmaxwell> bramc: if you look at the original page on this, I point out that it can be turned into a 2of2 signature, ... and with schnorr that can be the same size as a regular 1 of 1.
<bramc> gmaxwell: Cool, it's easier to explain with the two hash preimages though.
<JackH> any plans to create libraries gmaxwell ?
<bramc> JackH: The 'hard' part is figuring out 'useful' things to offer rewards for
<bsm117532> JackH: what kind of goods do you sell?
<JackH> casino's should be good for this
<gmaxwell> JackH: not soon. The underlying tools are not mature enough yet. right now creating the verifier is a lot like designing an ASIC.
<bramc> Gambling on the block chain can be done without any of the ZK magic
<gmaxwell> because the compiler tools aren't there yet.
<midnightmagic> :-( casinos would be horrible for this
<JackH> We dont sell anything bsm117532, we just provide payment processing for merchants
<bramc> The 'obvious' applications are fairly black hat, mostly involving paying people for private keys corresponding to important public keys
<bsm117532> JackH: This is useless for physical goods. Digital goods maybe, but again the difficult part is identifying what you want to "prove" to verify that the good is valid.
<bramc> Although most of those could be done with simpler techniques as well, particularly public keys of types which are used directly on the blockchain.
<JackH> bsm117532, I know, but I am thinking more as a service rather than end product. I will leave that up to the merchants, and just provide an API
<JackH> but gmaxwell has to make that library this weekend ;)
<gmaxwell> bramc: part of the reasons the obvious applications bend in that direction is because for the more 'liccit' activityies plain escrow generally suffices.
<JackH> would it make sense to use it as replacement for escrow?
<gmaxwell> This is a replacement for escrow for the subset of cases where it can be used... where someone can write a program that acts as a virtual "agent" that decides if the information being sold is the information the buyer wants to buy.
<JackH> hmm so, secret documents would be perfect just to take something from the top of my head
<gmaxwell> Right. Someone could sell the decryption key to the wikileaks insurance archive, for example.
<JackH> what else? something that more than secret agencies possibly?
<JackH> something that everyday people need? (beside sudoku of course)
<bsm117532> JackH: Can you convince your vendors or their customers to write computer programs that validate if a digital good is authentic?
<JackH> actually wait, couldn this be key-pairs? people can prove they have their own part of a key string, but without exposing the key
<gmaxwell> Sure, though thats what a digital signature does.
<JackH> well, what digital good needs to be "authentic"?
<JackH> hmm, true...
<bsm117532> Yes, most definitely. See bramc's "illicit" comment above...
dnaleor has quit [Quit: Leaving]
<bsm117532> Ran into this tonight:Sneak's Law: Most users cannot or will not securely manage key material (http://www.youtube.com/watch?v=9k4GP3Evh9c @ 23:00)
<JackH> how about, this is my DNA, and here is the proof, but you cant see my DNA code itself
Ylbam has quit [Quit: Connection closed for inactivity]
<gmaxwell> some of what you're strugling with is just the limitations of what smart contracts can do-- and this particular case covers only a subset (though a large one) of the total space for smart contracts.
p15x has joined #bitcoin-wizards
<JackH> I will come up with something practical and cool. In any case, great work gmaxwell!
voxelot has joined #bitcoin-wizards
RoboTeddy has quit [Remote host closed the connection]
dnaleor has joined #bitcoin-wizards
bit2017 has joined #bitcoin-wizards
dEBRUYNE_ has quit [Quit: Leaving]
CrazyTruthYakDDS has joined #bitcoin-wizards
p15 has joined #bitcoin-wizards
mrkent has quit []
RoboTeddy has joined #bitcoin-wizards
RoboTeddy has quit [Ping timeout: 244 seconds]
TheSeven has quit [Ping timeout: 240 seconds]
TheSeven has joined #bitcoin-wizards
dnaleor has quit [Quit: Leaving]
ThomasV has joined #bitcoin-wizards
ThomasV has quit [Changing host]
ThomasV has joined #bitcoin-wizards
yang has quit [Ping timeout: 252 seconds]
yang has joined #bitcoin-wizards
nuke1989 has quit [Remote host closed the connection]
Tiraspol has quit [Ping timeout: 244 seconds]
Tiraspol has joined #bitcoin-wizards
Tiraspol has joined #bitcoin-wizards
laurentmt has joined #bitcoin-wizards
Giszmo has quit [Quit: Leaving.]
laurentmt has quit [Client Quit]
priidu has quit [Ping timeout: 240 seconds]
sparetire has quit [Quit: sparetire]
bramc has quit [Ping timeout: 252 seconds]
Tiraspol has quit [Ping timeout: 244 seconds]
jtimon has quit [Ping timeout: 240 seconds]
Tiraspol has joined #bitcoin-wizards
Tiraspol has joined #bitcoin-wizards
Alopex has quit [Remote host closed the connection]
ThomasV has quit [Ping timeout: 264 seconds]
Alopex has joined #bitcoin-wizards
RoboTeddy has joined #bitcoin-wizards
RoboTeddy has quit [Ping timeout: 255 seconds]
Tiraspol has quit [Remote host closed the connection]
Tiraspol has joined #bitcoin-wizards
PaulCape_ has joined #bitcoin-wizards
PaulCapestany has quit [Ping timeout: 276 seconds]
wallet42 has joined #bitcoin-wizards
RoboTeddy has joined #bitcoin-wizards
ThomasV has joined #bitcoin-wizards
Tiraspol has quit [Ping timeout: 240 seconds]
Tiraspol has joined #bitcoin-wizards
Tiraspol has quit [Ping timeout: 276 seconds]
Don_John has quit [Read error: Connection reset by peer]
RoboTeddy has quit [Remote host closed the connection]
RoboTeddy has joined #bitcoin-wizards
Tiraspol has joined #bitcoin-wizards
Tiraspol has joined #bitcoin-wizards
p15 has quit [Ping timeout: 240 seconds]
p15x has quit [Ping timeout: 252 seconds]
Tiraspol has quit [Ping timeout: 260 seconds]
Tiraspol has joined #bitcoin-wizards
Tiraspol has joined #bitcoin-wizards
p15x has joined #bitcoin-wizards
Tiraspol has quit [Ping timeout: 260 seconds]
Tiraspol has joined #bitcoin-wizards
tromp__ has joined #bitcoin-wizards
tromp_ has quit [Ping timeout: 268 seconds]
smooth_ is now known as smooth
moa has quit [Quit: Leaving.]
Alopex has quit [Remote host closed the connection]
Alopex has joined #bitcoin-wizards
AaronvanW has joined #bitcoin-wizards
ThomasV has quit [Quit: Quitte]
dnaleor has joined #bitcoin-wizards
DougieBot5000 has joined #bitcoin-wizards
<jl2012> gmaxwell, could we use ZKP to proof that a full node is affiliated with a real identity (e.g. a biometric passport), without disclosing the identity at all?
Ylbam has joined #bitcoin-wizards
RoboTeddy has quit [Remote host closed the connection]
<phantomcircuit> jl2012, yes but no
<phantomcircuit> jl2012, the underlying biometric passport has to itself be secure
RoboTeddy has joined #bitcoin-wizards
<phantomcircuit> jl2012, and a break of the zkp would be a potentially very big deal
<jl2012> a biometric passport is basically a personal identity digitally signed by a government agency, right?
<phantomcircuit> jl2012, in theory yes
<jl2012> so we assume no government agency would massively issue fake identity. If some do, we could blacklist those govs? (and their passport will not be accepted by other countries, anyway)
supasonic has quit [Ping timeout: 240 seconds]
<phantomcircuit> jl2012, you're also assuming their scheme isn't broken in some way
<phantomcircuit> i think the bigger issue is that a failure of the zkp could lead to disclosure of the underlying information
<phantomcircuit> although i guess much more likely is that the scheme simply stops proving anything
p15x has quit [Ping timeout: 264 seconds]
<jl2012> I'm just thinking this as a counter measure against sybil attack
<phantomcircuit> jl2012, yes i figured :P
<phantomcircuit> jl2012, it's an interesting idea, not practical today for sure because there's iirc only a single country that issues proper signing thingies
ThomasV has joined #bitcoin-wizards
<jl2012> phantomcircuit, the US? wikipedia lists 70 countries issuing e-passport: https://en.wikipedia.org/wiki/Biometric_passport#Countries_using_biometric_passports
p15x has joined #bitcoin-wizards
<phantomcircuit> jl2012, afaik the us passport cannot be used to digitally sign anything
dEBRUYNE has joined #bitcoin-wizards
<jl2012> maybe it's easier to use PKI with ZKP?
AaronvanW has quit [Ping timeout: 276 seconds]
c0rw|zZz is now known as c0rw1n
dEBRUYNE has quit [Quit: Leaving]
ThomasV has quit [Ping timeout: 240 seconds]
tromp__ has quit [Remote host closed the connection]
jtimon has joined #bitcoin-wizards
MrHodl has quit [Remote host closed the connection]
fuc has joined #bitcoin-wizards
andytoshi has quit [Ping timeout: 276 seconds]
jtimon has quit [Ping timeout: 255 seconds]
fuc has quit [Remote host closed the connection]
fuc has joined #bitcoin-wizards
GAit has joined #bitcoin-wizards
tromp_ has joined #bitcoin-wizards
CrazyTruthYakDDS has quit [Quit: Connection closed for inactivity]
ThomasV has joined #bitcoin-wizards
tromp_ has quit [Ping timeout: 255 seconds]
dEBRUYNE has joined #bitcoin-wizards
Crowley2k has joined #bitcoin-wizards
GAit has quit [Quit: Leaving.]
Yoghur114 has joined #bitcoin-wizards
andytoshi has joined #bitcoin-wizards
p15x has quit [Ping timeout: 276 seconds]
waxwing has quit [Ping timeout: 240 seconds]
bit2017 has quit [Ping timeout: 260 seconds]
RoboTeddy has quit [Remote host closed the connection]
waxwing has joined #bitcoin-wizards
laurentmt has joined #bitcoin-wizards
laurentmt has quit [Client Quit]
wallet42 has quit [Quit: Leaving.]
voxelot has quit [Ping timeout: 268 seconds]
Erik_dc has joined #bitcoin-wizards
Erik_dc has quit [Ping timeout: 252 seconds]
RoboTeddy has joined #bitcoin-wizards
RoboTeddy has quit [Ping timeout: 260 seconds]
gielbier has quit [Ping timeout: 240 seconds]
gielbier has joined #bitcoin-wizards
gielbier has joined #bitcoin-wizards
Giszmo has joined #bitcoin-wizards
Guyver2 has joined #bitcoin-wizards
psztorc has joined #bitcoin-wizards
jtimon has joined #bitcoin-wizards
sparetire has joined #bitcoin-wizards
seg has quit [Quit: kuwabara kuwabara]
seg has joined #bitcoin-wizards
agner has joined #bitcoin-wizards
[_smitty] has joined #bitcoin-wizards
[_smitty] is now known as Guest35056
Guest35056 is now known as [_smitty]
agner has quit [Client Quit]
Crowley2k has quit [Quit: Connection closed for inactivity]
Erik_dc has joined #bitcoin-wizards
agner_ has joined #bitcoin-wizards
agner_ has left #bitcoin-wizards [#bitcoin-wizards]
PRab_ has quit [Quit: ChatZilla 0.9.92 [Firefox 44.0.2/20160210153822]]
PRab has joined #bitcoin-wizards
fuc has quit []
melvster has quit [Ping timeout: 240 seconds]
tromp_ has joined #bitcoin-wizards
freekevin has quit [Ping timeout: 255 seconds]
freekevin has joined #bitcoin-wizards
Giszmo has quit [Quit: Leaving.]
melvster has joined #bitcoin-wizards
laurentmt has joined #bitcoin-wizards
laurentmt has quit [Client Quit]
voxelot has joined #bitcoin-wizards
bit2017 has joined #bitcoin-wizards
supasonic has joined #bitcoin-wizards
tromp_ has quit [Remote host closed the connection]
tromp_ has joined #bitcoin-wizards
hdbuck has joined #bitcoin-wizards
hdbuck has joined #bitcoin-wizards
supasonic has quit [Quit: Leaving]
dEBRUYNE_ has joined #bitcoin-wizards
daira has quit [Ping timeout: 255 seconds]
dEBRUYNE has quit [Ping timeout: 240 seconds]
justanot1eruser is now known as justanotheruser
ThomasV has quit [Ping timeout: 246 seconds]
maaku has quit [Remote host closed the connection]
psztorc_ has joined #bitcoin-wizards
psztorc has quit [Ping timeout: 244 seconds]
jaekwon has joined #bitcoin-wizards
ThomasV has joined #bitcoin-wizards
AaronvanW has joined #bitcoin-wizards
veridium has joined #bitcoin-wizards
psztorc_ has quit [Ping timeout: 268 seconds]
ThomasV has quit [Quit: Quitte]
murch has joined #bitcoin-wizards
coinoperated has quit [Ping timeout: 250 seconds]
ManfredMacx has joined #bitcoin-wizards
priidu has joined #bitcoin-wizards
CrazyTruthYakDDS has joined #bitcoin-wizards
hdbuck has quit [Quit: hdbuck]
RoboTeddy has joined #bitcoin-wizards
TauZero has joined #bitcoin-wizards
nuke1989 has joined #bitcoin-wizards
ManfredMacx has quit [Ping timeout: 240 seconds]
psztorc has joined #bitcoin-wizards
TauZero has quit [Quit: Leaving]
Erik_dc has quit [Ping timeout: 252 seconds]
Erik_dc has joined #bitcoin-wizards
veridium is now known as moulder
wallet42 has joined #bitcoin-wizards
laurentmt has joined #bitcoin-wizards
laurentmt has quit [Client Quit]
moulder is now known as veridium
AaronvanW has quit [Ping timeout: 276 seconds]
Don_John has joined #bitcoin-wizards
Erik_dc has quit [Ping timeout: 264 seconds]
wallet42 has quit [Quit: Leaving.]
Erik_dc has joined #bitcoin-wizards
Tiraspol has quit [Ping timeout: 260 seconds]
Tiraspol has joined #bitcoin-wizards
instagibbs has quit [Ping timeout: 244 seconds]
voxelot has quit [Ping timeout: 268 seconds]
RoboTeddy has quit [Remote host closed the connection]
coinoperated has joined #bitcoin-wizards
instagibbs has joined #bitcoin-wizards
Erik_dc has quit [Ping timeout: 268 seconds]
Erik_dc has joined #bitcoin-wizards
PaulCape_ has quit [Quit: .]
PaulCapestany has joined #bitcoin-wizards
Erik_dc has quit [Ping timeout: 260 seconds]
Erik_dc has joined #bitcoin-wizards
hashtag_ has joined #bitcoin-wizards
optimator_ has joined #bitcoin-wizards
optimator_ has quit [Changing host]
optimator_ has joined #bitcoin-wizards
MoALTz_ has joined #bitcoin-wizards
roybadami has joined #bitcoin-wizards
Erik_dc has quit [Ping timeout: 244 seconds]
Luke-Jr has quit [Read error: Connection reset by peer]
STRML has quit [Ping timeout: 268 seconds]
Cory has quit [Ping timeout: 250 seconds]
Guest69482 has quit [Ping timeout: 250 seconds]
Luke-Jr has joined #bitcoin-wizards
darka has quit [Ping timeout: 240 seconds]
roybadam1 has quit [Ping timeout: 240 seconds]
davec has quit [Ping timeout: 250 seconds]
spinza has quit [Ping timeout: 250 seconds]
crescendo has quit [Ping timeout: 240 seconds]
koshii_ has joined #bitcoin-wizards
gmaxwell_ has joined #bitcoin-wizards
davec has joined #bitcoin-wizards
mr_burdell_ has joined #bitcoin-wizards
Tiraspol has quit [Read error: Connection reset by peer]
hashtag has quit [Ping timeout: 250 seconds]
lclc has quit [Ping timeout: 250 seconds]
arowser_ has joined #bitcoin-wizards
gmaxwell_ is now known as Guest98919
gnusha_ has joined #bitcoin-wizards
PaulCape_ has joined #bitcoin-wizards
jtimon has quit [Ping timeout: 268 seconds]
mr_burdell has quit [Ping timeout: 268 seconds]
nephyrin has quit [Ping timeout: 268 seconds]
mr_burdell_ is now known as mr_burdell
jtimon_ has joined #bitcoin-wizards
mountaingoat has quit [Ping timeout: 250 seconds]
mr_burdell is now known as Guest10539
N0S4A2 has quit [Ping timeout: 250 seconds]
sparetire_ has quit [Ping timeout: 250 seconds]
Pasha has joined #bitcoin-wizards
zxzzt has quit [Remote host closed the connection]
Tiraspol has joined #bitcoin-wizards
Tiraspol has quit [Changing host]
Tiraspol has joined #bitcoin-wizards
devrandom has quit [Ping timeout: 268 seconds]
Tasoshi_ has joined #bitcoin-wizards
justanot1eruser has joined #bitcoin-wizards
poggy has quit [Ping timeout: 250 seconds]
adam3us has quit [Ping timeout: 250 seconds]
Anduck_ has joined #bitcoin-wizards
fn2187_ has joined #bitcoin-wizards
blackwraith has joined #bitcoin-wizards
jouke_ has joined #bitcoin-wizards
devrandom has joined #bitcoin-wizards
bsm117532 has quit [Ping timeout: 250 seconds]
fn2187 has quit [Ping timeout: 250 seconds]
aj_ has joined #bitcoin-wizards
Keefe has joined #bitcoin-wizards
Emcy_ has joined #bitcoin-wizards
Emcy_ has quit [Changing host]
Emcy_ has joined #bitcoin-wizards
nickler_ has joined #bitcoin-wizards
[BNC]veridium has joined #bitcoin-wizards
jessepollak_ has joined #bitcoin-wizards
wangchun_ has joined #bitcoin-wizards
veridium has quit [Disconnected by services]
[BNC]veridium is now known as veridium
[ace]_ has quit [Ping timeout: 250 seconds]
hashtag has joined #bitcoin-wizards
pigeons_ has joined #bitcoin-wizards
null_rad- has joined #bitcoin-wizards
arowser__ has joined #bitcoin-wizards
K1773R_ has joined #bitcoin-wizards
s1w has joined #bitcoin-wizards
MRL-Relay_ has joined #bitcoin-wizards
MRL-Relay has quit [Disconnected by services]
s1w is now known as Guest19762
voxelot has joined #bitcoin-wizards
MRL-Relay_ is now known as MRL-Relay
poggy has joined #bitcoin-wizards
dEBRUYNE_ has quit [Quit: Leaving]
crescendo has joined #bitcoin-wizards
belcher has joined #bitcoin-wizards
PaulCapestany has quit [*.net *.split]
priidu has quit [*.net *.split]
epscy has quit [*.net *.split]
nanotube has quit [*.net *.split]
justanotheruser has quit [*.net *.split]
Keefe_ has quit [*.net *.split]
aj has quit [*.net *.split]
gmaxwell has quit [*.net *.split]
Burrito has quit [*.net *.split]
fkhan has quit [*.net *.split]
ghtdak has quit [*.net *.split]
Emcy has quit [*.net *.split]
MoALTz has quit [*.net *.split]
[d__d] has quit [*.net *.split]
nickler has quit [*.net *.split]
mhanne has quit [*.net *.split]
jouke has quit [*.net *.split]
warren has quit [*.net *.split]
aar- has quit [*.net *.split]
koshii has quit [*.net *.split]
arowser has quit [*.net *.split]
Tenhi has quit [*.net *.split]
hashtagg has quit [*.net *.split]
binns has quit [*.net *.split]
Anduck has quit [*.net *.split]
bertani has quit [*.net *.split]
optimator has quit [*.net *.split]
gnusha has quit [*.net *.split]
phantomcircuit has quit [*.net *.split]
starsoccer has quit [*.net *.split]
murch has quit [*.net *.split]
andytoshi has quit [*.net *.split]
jrayhawk has quit [*.net *.split]
Iriez has quit [*.net *.split]
go1111111 has quit [*.net *.split]
dgenr8 has quit [*.net *.split]
cluckj has quit [*.net *.split]
[Derek] has quit [*.net *.split]
slackircbridge has quit [*.net *.split]
windsok has quit [*.net *.split]
unlord has quit [*.net *.split]
Darknes has quit [*.net *.split]
[_smitty] has quit [*.net *.split]
bsm1175321 has quit [*.net *.split]
eric has quit [*.net *.split]
gavinand1esen has quit [*.net *.split]
smooth has quit [*.net *.split]
hamburglar has quit [*.net *.split]
amiller has quit [*.net *.split]
Ares-97-diligent has quit [*.net *.split]
huseby has quit [*.net *.split]
wumpus has quit [*.net *.split]
paveljanik has quit [*.net *.split]
neha has quit [*.net *.split]
bliljerk101 has quit [*.net *.split]
ryan-c has quit [*.net *.split]
jsfsn has quit [*.net *.split]
otoburb has quit [*.net *.split]
mkarrer has quit [*.net *.split]
BCBot has quit [*.net *.split]
Logicwax has quit [*.net *.split]
ShadeS has quit [*.net *.split]
kanzure has quit [*.net *.split]
da2ce7_mobile has quit [*.net *.split]
weex has quit [*.net *.split]
dansmith_btc has quit [*.net *.split]
gribble has quit [*.net *.split]
merlincorey has quit [*.net *.split]
moli has quit [*.net *.split]
execute has quit [*.net *.split]
koshii_ is now known as koshii
Tenhi_0 has joined #bitcoin-wizards
austerity123 has joined #bitcoin-wizards
warren has joined #bitcoin-wizards
justanot1eruser is now known as justanotheruser
PaulCapestany has joined #bitcoin-wizards
lclc has joined #bitcoin-wizards
zibbo_ has joined #bitcoin-wizards
adam3us has joined #bitcoin-wizards
[ace] has joined #bitcoin-wizards
Tenhi_ is now known as Tenhi
Pasha is now known as Cory
GreenIsMyPepper_ has joined #bitcoin-wizards
espes___ has joined #bitcoin-wizards
starsoccer has joined #bitcoin-wizards
starsoccer is now known as Guest62928
luny has quit [Ping timeout: 250 seconds]
sparetire_ has joined #bitcoin-wizards
[d__d] has joined #bitcoin-wizards
STRML has joined #bitcoin-wizards
helo_ has joined #bitcoin-wizards
HastaJun has quit [Ping timeout: 255 seconds]
a5m0 has quit [Disconnected by services]
a5m0_ has joined #bitcoin-wizards
tromp has quit [Remote host closed the connection]
PaulCape_ has quit [*.net *.split]
arowser_ has quit [*.net *.split]
CrazyTruthYakDDS has quit [*.net *.split]
dabura667 has quit [*.net *.split]
Tasoshi has quit [*.net *.split]
btcdrak has quit [*.net *.split]
meZee has quit [*.net *.split]
AusteritySucks has quit [*.net *.split]
GreenIsMyPepper has quit [*.net *.split]
midnightmagic has quit [*.net *.split]
helo has quit [*.net *.split]
wangchun has quit [*.net *.split]
zibbo has quit [*.net *.split]
arubi has quit [*.net *.split]
stevenroose has quit [*.net *.split]
PsychoticBoy has quit [*.net *.split]
catcow has quit [*.net *.split]
nsh has quit [*.net *.split]
runeks has quit [*.net *.split]
jtremback has quit [*.net *.split]
jlyndon has quit [*.net *.split]
zmanian_ has quit [*.net *.split]
null_radix has quit [*.net *.split]
TD-Linux has quit [*.net *.split]
gwillen has quit [*.net *.split]
humd1ng3r has quit [*.net *.split]
davout has quit [*.net *.split]
espes__ has quit [*.net *.split]
tromp has joined #bitcoin-wizards
Guest98919 has quit [Changing host]
Guest98919 has joined #bitcoin-wizards
Guest98919 is now known as gmaxwell
K1773R has quit [*.net *.split]
Jaamg has quit [*.net *.split]
jron has quit [*.net *.split]
jessepollak has quit [*.net *.split]
iddo has quit [*.net *.split]
pigeons has quit [*.net *.split]
K1773R_ is now known as K1773R
jessepollak_ is now known as jessepollak
Darknes has joined #bitcoin-wizards
aar-_ has joined #bitcoin-wizards
bertani_ has joined #bitcoin-wizards
zxzzt_ has joined #bitcoin-wizards
nephyrin` has joined #bitcoin-wizards
[_smitty] has joined #bitcoin-wizards
bsm1175321 has joined #bitcoin-wizards
gavinand1esen has joined #bitcoin-wizards
ryan-c has joined #bitcoin-wizards
huseby has joined #bitcoin-wizards
dansmith_btc has joined #bitcoin-wizards
smooth has joined #bitcoin-wizards
hamburglar has joined #bitcoin-wizards
BCBot has joined #bitcoin-wizards
mkarrer has joined #bitcoin-wizards
merlincorey has joined #bitcoin-wizards
eric has joined #bitcoin-wizards
moli has joined #bitcoin-wizards
otoburb has joined #bitcoin-wizards
da2ce7_mobile has joined #bitcoin-wizards
jsfsn has joined #bitcoin-wizards
bliljerk101 has joined #bitcoin-wizards
Logicwax has joined #bitcoin-wizards
neha has joined #bitcoin-wizards
Ares-97-diligent has joined #bitcoin-wizards
paveljanik has joined #bitcoin-wizards
ShadeS has joined #bitcoin-wizards
execute has joined #bitcoin-wizards
amiller has joined #bitcoin-wizards
kanzure has joined #bitcoin-wizards
wumpus has joined #bitcoin-wizards
gribble has joined #bitcoin-wizards
weex has joined #bitcoin-wizards
dabura667 has joined #bitcoin-wizards
TD-Linux has joined #bitcoin-wizards
phantomcircuit has joined #bitcoin-wizards
mhanne has joined #bitcoin-wizards
davout has joined #bitcoin-wizards
darka1 has joined #bitcoin-wizards
murch has joined #bitcoin-wizards
dgenr8 has joined #bitcoin-wizards
andytoshi has joined #bitcoin-wizards
Iriez has joined #bitcoin-wizards
unlord has joined #bitcoin-wizards
cluckj has joined #bitcoin-wizards
jrayhawk has joined #bitcoin-wizards
slackircbridge has joined #bitcoin-wizards
[Derek] has joined #bitcoin-wizards
windsok has joined #bitcoin-wizards
go1111111 has joined #bitcoin-wizards
midnightmagic has joined #bitcoin-wizards
humd1ng3r has joined #bitcoin-wizards
gwillen has joined #bitcoin-wizards
d9b4bef9 has joined #bitcoin-wizards
TD-Linux has quit [Changing host]
TD-Linux has joined #bitcoin-wizards
davout has quit [Changing host]
davout has joined #bitcoin-wizards
JackH has quit [Ping timeout: 276 seconds]
epscy has joined #bitcoin-wizards
mountaingoat has joined #bitcoin-wizards
N0S4A2 has joined #bitcoin-wizards
spinza has joined #bitcoin-wizards
Tenhi has quit [Ping timeout: 250 seconds]
bsm117532 has joined #bitcoin-wizards
fkhan has joined #bitcoin-wizards
fkhan has joined #bitcoin-wizards
Tenhi has joined #bitcoin-wizards
arubi has joined #bitcoin-wizards
nanotube has joined #bitcoin-wizards
luny has joined #bitcoin-wizards
Tenhi_0 is now known as Tenhi_
stevenroose has joined #bitcoin-wizards
RoboTeddy has joined #bitcoin-wizards
gsdgdfs has joined #bitcoin-wizards
contrapumpkin has joined #bitcoin-wizards
wiz_ has joined #bitcoin-wizards
fluffypony_ has joined #bitcoin-wizards
bildramer has quit [Ping timeout: 276 seconds]
fluffypony has quit [Ping timeout: 276 seconds]
wiz has quit [Ping timeout: 276 seconds]
Transisto2 has quit [Ping timeout: 276 seconds]
Nightwolf has quit [Ping timeout: 276 seconds]
Aleph0 has quit [Ping timeout: 276 seconds]
Fistful_of_Coins has quit [Ping timeout: 276 seconds]
wiz_ is now known as wiz
fluffypony_ is now known as fluffypony
fluffypony has joined #bitcoin-wizards
fluffypony has quit [Changing host]
Nightw0lf has joined #bitcoin-wizards
o3u has joined #bitcoin-wizards
JackH has joined #bitcoin-wizards
warren has quit [Ping timeout: 276 seconds]
austerity123 has quit [Ping timeout: 276 seconds]
catern has quit [Ping timeout: 276 seconds]
BitcoinErrorLog has quit [Ping timeout: 276 seconds]
berndj has quit [Ping timeout: 276 seconds]
OxADADA has quit [Ping timeout: 276 seconds]
Madars has quit [Ping timeout: 276 seconds]
copumpkin has quit [Ping timeout: 276 seconds]
RoboTeddy has quit [Ping timeout: 276 seconds]
OxADADA has joined #bitcoin-wizards
austerity123 has joined #bitcoin-wizards
BitcoinErrorLog has joined #bitcoin-wizards
berndj has joined #bitcoin-wizards
bildramer has joined #bitcoin-wizards
Madars has joined #bitcoin-wizards
JackH has quit [Read error: Connection reset by peer]
warren has joined #bitcoin-wizards
sausage_factory has joined #bitcoin-wizards
jcluck has joined #bitcoin-wizards
blackwraith has quit [Ping timeout: 260 seconds]
contrapumpkin has quit [Max SendQ exceeded]
e4xit_ has joined #bitcoin-wizards
davout has quit [Ping timeout: 252 seconds]
freekevin has quit [Ping timeout: 244 seconds]
davout has joined #bitcoin-wizards
darka1 has quit [Ping timeout: 252 seconds]
murch has quit [Ping timeout: 252 seconds]
jrayhawk has quit [Ping timeout: 252 seconds]
Iriez has quit [Ping timeout: 252 seconds]
unlord has quit [Ping timeout: 252 seconds]
darka1 has joined #bitcoin-wizards
TD-Linux has quit [Ping timeout: 252 seconds]
mhanne has quit [Ping timeout: 252 seconds]
dgenr8 has quit [Ping timeout: 252 seconds]
cluckj has quit [Ping timeout: 252 seconds]
[Derek] has quit [Ping timeout: 252 seconds]
slackircbridge has quit [Ping timeout: 252 seconds]
davec_ has joined #bitcoin-wizards
fn2187__ has joined #bitcoin-wizards
Nightw0lf has quit [Ping timeout: 252 seconds]
phantomcircuit has quit [Ping timeout: 252 seconds]
andytoshi has quit [Ping timeout: 252 seconds]
go1111111 has quit [Ping timeout: 252 seconds]
windsok has quit [Ping timeout: 252 seconds]
copumpkin has joined #bitcoin-wizards
thrasher` has quit [Ping timeout: 268 seconds]
c0rw1n is now known as c0rw|zZz
yoleaux has quit [Ping timeout: 244 seconds]
Jaamg has joined #bitcoin-wizards
jron has joined #bitcoin-wizards
iddo has joined #bitcoin-wizards
wizkid057 has quit [Disconnected by services]
wizkid057 has joined #bitcoin-wizards
zwischenzug has joined #bitcoin-wizards
Aleph0 has joined #bitcoin-wizards
tromp__ has joined #bitcoin-wizards
[Derek] has joined #bitcoin-wizards
Myagui has quit [Quit: -]
TD-Linux has joined #bitcoin-wizards
warptangent has joined #bitcoin-wizards
nickler has joined #bitcoin-wizards
instagibbs_ has joined #bitcoin-wizards
nickler_ has quit [*.net *.split]
Emcy_ has quit [*.net *.split]
fn2187_ has quit [*.net *.split]
davec has quit [*.net *.split]
instagibbs has quit [*.net *.split]
tromp_ has quit [*.net *.split]
seg has quit [*.net *.split]
sparetire has quit [*.net *.split]
morcos has quit [*.net *.split]
warptangent_ has quit [*.net *.split]
roasbeef_ has quit [*.net *.split]
Eliel has quit [*.net *.split]
e4xit has quit [*.net *.split]
CodeArtix has quit [*.net *.split]
jcorgan has quit [*.net *.split]
gielbier has quit [Excess Flood]
jrayhawk has joined #bitcoin-wizards
alekos has joined #bitcoin-wizards
gielbier has joined #bitcoin-wizards
thrasher` has joined #bitcoin-wizards
molz has joined #bitcoin-wizards
gsdgdfs has quit [Ping timeout: 240 seconds]
mkarrer_ has joined #bitcoin-wizards
tromp_ has joined #bitcoin-wizards
bliljerk_ has joined #bitcoin-wizards
dabura667 has quit [Ping timeout: 240 seconds]
dansmith_btc has quit [Ping timeout: 240 seconds]
melvster has quit [Ping timeout: 270 seconds]
tromp has quit [Write error: Broken pipe]
eric has quit [Ping timeout: 240 seconds]
Transisto2 has joined #bitcoin-wizards
amiller has quit [Ping timeout: 240 seconds]
Ares-97-diligent has quit [Ping timeout: 240 seconds]
ryan-c has quit [Ping timeout: 240 seconds]
Logicwax has quit [Ping timeout: 240 seconds]
kanzure has quit [Ping timeout: 240 seconds]
DougieBot5000 has quit [Ping timeout: 268 seconds]
execute has quit [Ping timeout: 240 seconds]
metric_ has quit [Ping timeout: 244 seconds]
N0S4A2 has quit [Ping timeout: 240 seconds]
bertani_ has quit [Ping timeout: 240 seconds]
gavinand1esen has quit [Ping timeout: 240 seconds]
smooth has quit [Ping timeout: 240 seconds]
jsfsn has quit [Ping timeout: 240 seconds]
ShadeS has quit [Ping timeout: 240 seconds]
weex has quit [Ping timeout: 240 seconds]
DougieBot5000 has joined #bitcoin-wizards
melvster has joined #bitcoin-wizards
windsok has joined #bitcoin-wizards
TD-Linux has quit [Changing host]
TD-Linux has joined #bitcoin-wizards
e4xit_ has quit [Ping timeout: 240 seconds]
berndj has quit [Ping timeout: 240 seconds]
stevenroose has quit [Ping timeout: 240 seconds]
aar-_ has quit [Ping timeout: 240 seconds]
zxzzt_ has quit [Ping timeout: 240 seconds]
nephyrin` has quit [Ping timeout: 240 seconds]
[_smitty] has quit [Ping timeout: 240 seconds]
bsm1175321 has quit [Ping timeout: 240 seconds]
hamburglar has quit [Ping timeout: 240 seconds]
huseby has quit [Ping timeout: 240 seconds]
wumpus has quit [Ping timeout: 240 seconds]
paveljanik has quit [Ping timeout: 240 seconds]
neha has quit [Ping timeout: 240 seconds]
bliljerk101 has quit [Ping timeout: 240 seconds]
otoburb has quit [Ping timeout: 240 seconds]
mkarrer has quit [Ping timeout: 240 seconds]
BCBot has quit [Ping timeout: 240 seconds]
da2ce7_mobile has quit [Ping timeout: 240 seconds]
pavel_ has joined #bitcoin-wizards
gribble has quit [Ping timeout: 240 seconds]
merlincorey has quit [Ping timeout: 240 seconds]
moli has quit [Ping timeout: 240 seconds]
CrazyTruthYakDDS has joined #bitcoin-wizards
btcdrak has joined #bitcoin-wizards
meZee has joined #bitcoin-wizards
jtremback has joined #bitcoin-wizards
zmanian_ has joined #bitcoin-wizards
runeks has joined #bitcoin-wizards
jlyndon has joined #bitcoin-wizards
PsychoticBoy has joined #bitcoin-wizards
catcow has joined #bitcoin-wizards
nsh has joined #bitcoin-wizards
merlinco1ey has joined #bitcoin-wizards
e4xit has joined #bitcoin-wizards
mappum has quit [Ping timeout: 268 seconds]
Ares-97-diligent has joined #bitcoin-wizards
[_smitty] has joined #bitcoin-wizards
[Derek] is now known as Guest97235
jlyndon has quit [Max SendQ exceeded]
BitcoinErrorLog has quit [Ping timeout: 268 seconds]
jsfsn has joined #bitcoin-wizards
gavinandresen has joined #bitcoin-wizards
weex has joined #bitcoin-wizards
bertani has joined #bitcoin-wizards
freekevin has joined #bitcoin-wizards
ShadeS has joined #bitcoin-wizards
neha has joined #bitcoin-wizards
kanzure_ has joined #bitcoin-wizards
aar- has joined #bitcoin-wizards
catern has joined #bitcoin-wizards
windsok has quit [Excess Flood]
[_smitty] is now known as Guest81589
ShadeS is now known as Guest77864
Guest81589 is now known as [_smitty]
go1111111 has joined #bitcoin-wizards
sparetire has joined #bitcoin-wizards
BitcoinErrorLog has joined #bitcoin-wizards
unlord has joined #bitcoin-wizards
seg has joined #bitcoin-wizards
windsok has joined #bitcoin-wizards
Guyver2 has quit [Quit: :)]
wumpus has joined #bitcoin-wizards
Guest19762 has quit [Ping timeout: 244 seconds]
dansmith_btc has joined #bitcoin-wizards
nephyrin has joined #bitcoin-wizards
GreenIsMyPepper_ has quit [Ping timeout: 268 seconds]
berndj has joined #bitcoin-wizards
Logicwax has joined #bitcoin-wizards
murch has joined #bitcoin-wizards
kanzure_ is now known as kanzure
s1w has joined #bitcoin-wizards
metric has joined #bitcoin-wizards
aj_ has quit [Write error: Broken pipe]
s1w is now known as Guest96659
roasbeef has joined #bitcoin-wizards
andytoshi has joined #bitcoin-wizards
GreenIsMyPepper has joined #bitcoin-wizards
mappum has joined #bitcoin-wizards
smooth has joined #bitcoin-wizards
mariorz has quit [Ping timeout: 268 seconds]
Nightwolf has joined #bitcoin-wizards
zmachine has quit [Ping timeout: 244 seconds]
dabura667 has joined #bitcoin-wizards
zmachine has joined #bitcoin-wizards
freekevin has quit [*.net *.split]
CrazyTruthYakDDS has quit [*.net *.split]
btcdrak has quit [*.net *.split]
meZee has quit [*.net *.split]
PsychoticBoy has quit [*.net *.split]
catcow has quit [*.net *.split]
nsh has quit [*.net *.split]
runeks has quit [*.net *.split]
jtremback has quit [*.net *.split]
zmanian_ has quit [*.net *.split]
bsm1175321 has joined #bitcoin-wizards
jlyndon has joined #bitcoin-wizards
meZee has joined #bitcoin-wizards
aj has joined #bitcoin-wizards
eric has joined #bitcoin-wizards
wallet42 has joined #bitcoin-wizards
zxzzt has joined #bitcoin-wizards
zmanian_ has joined #bitcoin-wizards
nsh- has joined #bitcoin-wizards
mhanne has joined #bitcoin-wizards
weex has quit [Ping timeout: 244 seconds]
jl2012 has quit [Ping timeout: 268 seconds]
kanzure has joined #bitcoin-wizards
kanzure has quit [Changing host]
Logicwax has quit [Ping timeout: 276 seconds]
Nightw0lf has joined #bitcoin-wizards
otoburb has joined #bitcoin-wizards
SheffieldCrypto_ has quit [Ping timeout: 268 seconds]
gribble has joined #bitcoin-wizards
freekevin has joined #bitcoin-wizards
ale______ has joined #bitcoin-wizards
runeks has joined #bitcoin-wizards
heath has quit [Ping timeout: 244 seconds]
Nightwolf has quit [Remote host closed the connection]
Guest34486 has joined #bitcoin-wizards
wiz has quit [Ping timeout: 268 seconds]
ale______ is now known as tachys
Logicwax has joined #bitcoin-wizards
jl2012 has joined #bitcoin-wizards
huseby has joined #bitcoin-wizards
heath has joined #bitcoin-wizards
dgenr8 has joined #bitcoin-wizards
glitch003 has joined #bitcoin-wizards
molz has quit [Ping timeout: 276 seconds]
da2ce7_mobile has joined #bitcoin-wizards
btcdrak has joined #bitcoin-wizards
tachys has left #bitcoin-wizards [#bitcoin-wizards]
TD-Linux has quit [Ping timeout: 268 seconds]
artifexd has quit [Ping timeout: 268 seconds]
weex has joined #bitcoin-wizards
CrazyTruthYakDDS has joined #bitcoin-wizards
Myagui has joined #bitcoin-wizards
humd1ng3r has quit [Ping timeout: 268 seconds]
ShadeS_ has joined #bitcoin-wizards
instagibbs_ has quit [Ping timeout: 268 seconds]
robmyers has quit [Ping timeout: 268 seconds]
ryan-c has joined #bitcoin-wizards
humd1ng3r has joined #bitcoin-wizards
TD-Linux has joined #bitcoin-wizards
morcos has joined #bitcoin-wizards
TD-Linux has quit [Changing host]
TD-Linux has joined #bitcoin-wizards
zxzzt has quit [Ping timeout: 276 seconds]
merlinco1ey has quit [Ping timeout: 276 seconds]
poggy has quit [Ping timeout: 276 seconds]
Guest77864 has quit [Ping timeout: 276 seconds]
kumavis has quit [Ping timeout: 268 seconds]
poggy has joined #bitcoin-wizards
murch has quit [Quit: Leaving.]
gmaxwell_ has joined #bitcoin-wizards
Anduck_ has quit [Remote host closed the connection]
gmaxwell has quit [Read error: Connection reset by peer]
Keefe has quit [Write error: Connection reset by peer]
gmaxwell_ is now known as Guest8016
PsychoticBoy has joined #bitcoin-wizards
TD-Linux has quit [Ping timeout: 268 seconds]
SheffieldCrypto_ has joined #bitcoin-wizards
catcow has joined #bitcoin-wizards
Anduck has joined #bitcoin-wizards
Guest34486 has quit [Changing host]
Guest34486 has joined #bitcoin-wizards
merlincorey has joined #bitcoin-wizards
jaekwon has quit [Remote host closed the connection]
ryan-c has quit [Ping timeout: 268 seconds]
artifexd has joined #bitcoin-wizards
belcher has quit [Excess Flood]
robmyers has joined #bitcoin-wizards
kumavis has joined #bitcoin-wizards
jtremback has joined #bitcoin-wizards
Anduck has quit [*.net *.split]
Jaamg has quit [*.net *.split]
jron has quit [*.net *.split]
iddo has quit [*.net *.split]
RoboTeddy has joined #bitcoin-wizards
Luke-Jr has quit [Excess Flood]
Luke-Jr has joined #bitcoin-wizards
TD-Linux has joined #bitcoin-wizards
mariorz has joined #bitcoin-wizards
ghtdak has joined #bitcoin-wizards
ryan-c has joined #bitcoin-wizards
wallet42 has quit [Quit: Leaving.]
psztorc has quit [Ping timeout: 252 seconds]
Keefe has joined #bitcoin-wizards
moa has joined #bitcoin-wizards
Guest62928 has quit [Changing host]
Guest62928 has joined #bitcoin-wizards
molz has joined #bitcoin-wizards
zxzzt has joined #bitcoin-wizards
Guest62928 is now known as starsoccer
jaekwon has joined #bitcoin-wizards
instagibbs has joined #bitcoin-wizards
starsoccer has quit [Excess Flood]
jcluck has quit [Ping timeout: 244 seconds]
wallet42 has joined #bitcoin-wizards
starsoccer has joined #bitcoin-wizards
indolering has quit [Ping timeout: 264 seconds]
ghtdak has quit [Quit: WeeChat 1.4-dev]
starsoccer is now known as Guest72401
ghtdak has joined #bitcoin-wizards
Guest72401 has quit [Excess Flood]
Guest97235 is now known as [Derek]
[Derek] has quit [Changing host]
[Derek] has joined #bitcoin-wizards
indolering has joined #bitcoin-wizards
Starsocceraway has joined #bitcoin-wizards
Starsocceraway has quit [Excess Flood]
zwischenzug has quit [Ping timeout: 276 seconds]
metric_ has joined #bitcoin-wizards
metric has quit [Quit: No Ping reply in 180 seconds.]
zwischenzug has joined #bitcoin-wizards
zwischenzug2 has joined #bitcoin-wizards
zwischenzug has quit [Ping timeout: 276 seconds]
jaekwon_ has joined #bitcoin-wizards