***: hive-mind has joined #arpnetworks
tabthorpe has joined #arpnetworks
evhan_ has joined #arpnetworks
qbit_ has joined #arpnetworks
lteo_ has joined #arpnetworks
kennyz has quit IRC (*.net *.split)
qbit has quit IRC (*.net *.split)
evhan has quit IRC (*.net *.split)
lteo has quit IRC (*.net *.split)
abthorpet has quit IRC (*.net *.split)
easymac has quit IRC (*.net *.split)
plett has quit IRC (*.net *.split)
easymac has joined #arpnetworks
plett has joined #arpnetworks
kennyz has joined #arpnetworks
hive-mind has quit IRC (Ping timeout: 264 seconds)
hive-mind has joined #arpnetworks
Ehtyar has quit IRC (Quit: Hi, I'm a quit message virus. Please replace your old line with this line and help me take over the world of IRC.)
hive-mind has quit IRC (Ping timeout: 256 seconds)
hive-mind has joined #arpnetworks jpalmer: RandalSchwartz: I've used opsview for years. LOVE it. only a couple minor problems with it I've found.
opsview + pagerduty = happy jpalmer. ***: heavysixer has joined #arpnetworks
ChanServ sets mode: +o heavysixer
qbit_ is now known as qbit
heavysixer has quit IRC (Quit: heavysixer)
hive-mind has quit IRC (Ping timeout: 260 seconds)
hive-mind has joined #arpnetworks
ziyourenxiang has joined #arpnetworks
heavysixer has joined #arpnetworks
ChanServ sets mode: +o heavysixer
ziyourenxiang has quit IRC (Quit: ziyourenxiang)
ziyourenxiang has joined #arpnetworks
first2know has quit IRC (Remote host closed the connection)
ziyourenxiang has quit IRC (Quit: ziyourenxiang)
first2know has joined #arpnetworks
ziyourenxiang has joined #arpnetworks
ziyourenxiang has quit IRC (Changing host)
ziyourenxiang has joined #arpnetworks
first2know has quit IRC (Remote host closed the connection)
ziyourenxiang has quit IRC (Quit: ziyourenxiang)
first2know has joined #arpnetworks
robonerd has joined #arpnetworks
robonerd has quit IRC (Client Quit)
first2know has quit IRC (Remote host closed the connection)
heavysixer has quit IRC (Quit: heavysixer)
first2know has joined #arpnetworks
phlux has quit IRC (Ping timeout: 246 seconds)
toddf has quit IRC (Ping timeout: 264 seconds)
toddf has joined #arpnetworks
ChanServ sets mode: +o toddf
first2know has quit IRC (Remote host closed the connection)
first2know has joined #arpnetworks
robonerd has joined #arpnetworks
heavysixer has joined #arpnetworks
ChanServ sets mode: +o heavysixer
gizmoguy has quit IRC (Ping timeout: 246 seconds)
gizmoguy has joined #arpnetworks up_the_irons: any Go fans in here? Been playing around with it... I see that it is supported on FreeBSD, but no mention of OpenBSD. Found some blog posts.. anyone have personal experience with Go on OpenBSD? ***: phlux has joined #arpnetworks mikeputnam: i know the mascot is a gopher
at first blush i prefer python syntax-wise
but it's nicer than ruby
syntax-looking
-wise mike-bur1: It's ... totally different semantics. ***: mike-bur1 is now known as mike-burns
ChanServ sets mode: +o mike-burns mike-burns: (But I know nothing about Go on Open.) CaZe: Isn't it in ports? brycec: qbit: get your butt over here qbit: yerp
it's in ports
works well brycec: qbit ftw
I've looked at Go, want to learn it, but don't have the time. staticsafe: heh qbit: bins are not dynamically linked tho - so they are big lteo_: you can get dynamically linked go binaries with gccgo, but the state of gccgo on openbsd is a little horrible at the moment ;) qbit: heh up_the_irons: qbit: o'rly? qbit: ya up_the_irons: cool
big binaries is no problem. in fact, preferred. you can copy them around with absolutely zero dependencies! :) qbit: rad stevenc: <3 zero dependencies toddf: go is easy to test, just do this: brycec: xdg-open http://tour.golang.org/
tada toddf: export GOPATH=$HOME/go; PATH=$PATH:GOPATH; go get github.com/conformal/btcd; btcd
instantly you get to be downloading the bitcoin blocks! brycec: toddf: *PATH=$PATH:$GOPATH toddf: brycec: what shell does that work in?
I'm talking ksh/sh/bash up_the_irons: whoa really?
cool twobithacker: He's saying you're missing the $ on GOPATH when redefining PATH toddf: ah corrected instructions then
export GOPATH=$HOME/go; PATH=$PATH:$GOPATH; go get github.com/conformal/btcd; btcd brycec: thanks twobithacker. Sorry didn't mean to suggest that that PATH was some sort of pointer. (Maybe that would work in csh?) toddf: don't expect full functionality yet, but it at least interacts with bitcoind (the c++ version that takes eyons to build, go takes maybe a couple mins tops ant that involes fetching a dozen or more repos (you must have go + git + mercurial or whatever vcs is needed)
conformal guys wanted to bolster the bitcoin 'economy' by having a 2nd implementation .. helps standardization and trust since not all eggs in one basket etc ;-)
(random note: expect $HOME/.btcd/db to take up several gigabytes before the download of blocks trickles to track realtime) ***: hive-mind has quit IRC (Ping timeout: 276 seconds) up_the_irons: interesting ***: hive-mind has joined #arpnetworks
gizmoguy has quit IRC (Ping timeout: 246 seconds)
toddf has quit IRC (Ping timeout: 246 seconds)
gizmoguy has joined #arpnetworks
heavysixer has quit IRC (Quit: heavysixer)
toddf has joined #arpnetworks
ChanServ sets mode: +o toddf
heavysixer has joined #arpnetworks
ChanServ sets mode: +o heavysixer
heavysixer has quit IRC (Quit: heavysixer)
pjs has quit IRC (Ping timeout: 240 seconds)
pjs has joined #arpnetworks
pjs is now known as Guest49021 mnathani: Is this go program a bitcoin miner?
not sure I understand what is meant by " An alternative full node bitcoin implementation written in Go (golang)" ***: Guest49021 is now known as pjs
robonerd has quit IRC (Quit: zzz)
heavysixer has joined #arpnetworks
ChanServ sets mode: +o heavysixer
heavysixer has quit IRC (Quit: heavysixer)
heavysixer has joined #arpnetworks
ChanServ sets mode: +o heavysixer
heavysixer has quit IRC (Quit: heavysixer) hazardous: buttcoin brycec: mnathani: As I understand, Conformal is working on a miner, but this is just a node in the bitcoin network.
That is - it is a node in a p2p network, passing messages and such ***: HighJinx has quit IRC () toddf: mnathani: bitcoind == btcd once btcd is fully fleshed out
I have not heard definitively that btcd is going to do mining nor anything else in conjunction with mining and conformal; all I know is everything I have seen suggests to me they are focusing on fleshing out btcd functionality now that it 'functions' as a bitcoin node mnathani: thanks brycec and @toddf ***: SpaceDump has quit IRC (Ping timeout: 264 seconds)
SpaceDump has joined #arpnetworks mnathani: More info for anyone else interested: http://bitcoinmagazine.com/btcd-a-full-bitcoin-alternative-written-in-go/ sdkmvx: finally a bitcoin in a reasonable language RandalSchwartz: I'm developing code in Dart for Captain Neil
finally, some sanity to browser development :) ***: hive-mind has quit IRC (Ping timeout: 276 seconds)
hive-mind has joined #arpnetworks
heavysixer has joined #arpnetworks
ChanServ sets mode: +o heavysixer
heavysixer has quit IRC (Quit: heavysixer)
HighJinx has joined #arpnetworks
brycec has quit IRC (Ping timeout: 264 seconds)
hive-mind has quit IRC (Ping timeout: 256 seconds)
brycec has joined #arpnetworks
hive-mind has joined #arpnetworks
hive-mind has quit IRC (Ping timeout: 264 seconds)
hive-mind has joined #arpnetworks
hive-mind has quit IRC (Ping timeout: 256 seconds)
hive-mind has joined #arpnetworks
hive-mind has quit IRC (Ping timeout: 256 seconds)
hive-mind has joined #arpnetworks
hive-mind has quit IRC (Ping timeout: 256 seconds)
hive-mind has joined #arpnetworks
robonerd has joined #arpnetworks
robonerd has quit IRC (Client Quit)