[00:38] *** hive-mind has quit IRC (Ping timeout: 248 seconds) [00:51] *** hive-mind has joined #arpnetworks [03:32] *** tabthorpe has joined #arpnetworks [03:35] *** evhan_ has joined #arpnetworks [03:36] *** qbit_ has joined #arpnetworks [03:36] *** lteo_ has joined #arpnetworks [03:40] *** kennyz has quit IRC (*.net *.split) [03:40] *** qbit has quit IRC (*.net *.split) [03:40] *** evhan has quit IRC (*.net *.split) [03:40] *** lteo has quit IRC (*.net *.split) [03:40] *** abthorpet has quit IRC (*.net *.split) [03:40] *** easymac has quit IRC (*.net *.split) [03:40] *** plett has quit IRC (*.net *.split) [03:46] *** easymac has joined #arpnetworks [03:46] *** plett has joined #arpnetworks [03:47] *** kennyz has joined #arpnetworks [04:05] *** hive-mind has quit IRC (Ping timeout: 264 seconds) [04:15] *** hive-mind has joined #arpnetworks [04:25] *** 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.) [05:05] *** hive-mind has quit IRC (Ping timeout: 256 seconds) [05:11] *** hive-mind has joined #arpnetworks [05:29] RandalSchwartz: I've used opsview for years. LOVE it. only a couple minor problems with it I've found. [05:30] opsview + pagerduty = happy jpalmer. [05:54] *** heavysixer has joined #arpnetworks [05:54] *** ChanServ sets mode: +o heavysixer [06:07] *** qbit_ is now known as qbit [06:35] *** heavysixer has quit IRC (Quit: heavysixer) [06:35] *** hive-mind has quit IRC (Ping timeout: 260 seconds) [06:50] *** hive-mind has joined #arpnetworks [07:22] *** ziyourenxiang has joined #arpnetworks [07:35] *** heavysixer has joined #arpnetworks [07:35] *** ChanServ sets mode: +o heavysixer [07:40] *** ziyourenxiang has quit IRC (Quit: ziyourenxiang) [09:08] *** ziyourenxiang has joined #arpnetworks [10:19] *** first2know has quit IRC (Remote host closed the connection) [10:21] *** ziyourenxiang has quit IRC (Quit: ziyourenxiang) [10:22] *** first2know has joined #arpnetworks [10:29] *** ziyourenxiang has joined #arpnetworks [10:29] *** ziyourenxiang has quit IRC (Changing host) [10:29] *** ziyourenxiang has joined #arpnetworks [10:45] *** first2know has quit IRC (Remote host closed the connection) [10:47] *** ziyourenxiang has quit IRC (Quit: ziyourenxiang) [10:48] *** first2know has joined #arpnetworks [11:01] *** robonerd has joined #arpnetworks [11:02] *** robonerd has quit IRC (Client Quit) [11:10] *** first2know has quit IRC (Remote host closed the connection) [11:11] *** heavysixer has quit IRC (Quit: heavysixer) [11:12] *** first2know has joined #arpnetworks [12:19] *** phlux has quit IRC (Ping timeout: 246 seconds) [12:29] *** toddf has quit IRC (Ping timeout: 264 seconds) [12:29] *** toddf has joined #arpnetworks [12:29] *** ChanServ sets mode: +o toddf [13:00] *** first2know has quit IRC (Remote host closed the connection) [13:02] *** first2know has joined #arpnetworks [13:03] *** robonerd has joined #arpnetworks [13:59] *** heavysixer has joined #arpnetworks [13:59] *** ChanServ sets mode: +o heavysixer [14:11] *** gizmoguy has quit IRC (Ping timeout: 246 seconds) [14:11] *** gizmoguy has joined #arpnetworks [14:12] 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? [14:17] *** phlux has joined #arpnetworks [14:19] i know the mascot is a gopher [14:20] at first blush i prefer python syntax-wise [14:20] but it's nicer than ruby [14:20] syntax-looking [14:20] -wise [14:22] It's ... totally different semantics. [14:22] *** mike-bur1 is now known as mike-burns [14:22] *** ChanServ sets mode: +o mike-burns [14:26] (But I know nothing about Go on Open.) [14:32] Isn't it in ports? [14:44] qbit: get your butt over here [14:44] yerp [14:44] it's in ports [14:44] works well [14:44] qbit ftw [14:45] I've looked at Go, want to learn it, but don't have the time. [14:45] heh [14:45] bins are not dynamically linked tho - so they are big [14:45] you can get dynamically linked go binaries with gccgo, but the state of gccgo on openbsd is a little horrible at the moment ;) [14:46] heh [14:46] qbit: o'rly? [14:46] ya [14:47] cool [14:47] big binaries is no problem. in fact, preferred. you can copy them around with absolutely zero dependencies! :) [14:48] rad [14:54] <3 zero dependencies [14:55] go is easy to test, just do this: [14:56] xdg-open http://tour.golang.org/ [14:56] tada [14:57] export GOPATH=$HOME/go; PATH=$PATH:GOPATH; go get github.com/conformal/btcd; btcd [14:58] instantly you get to be downloading the bitcoin blocks! [14:58] toddf: *PATH=$PATH:$GOPATH [14:59] brycec: what shell does that work in? [14:59] I'm talking ksh/sh/bash [14:59] whoa really? [14:59] cool [14:59] He's saying you're missing the $ on GOPATH when redefining PATH [14:59] ah corrected instructions then [15:00] export GOPATH=$HOME/go; PATH=$PATH:$GOPATH; go get github.com/conformal/btcd; btcd [15:00] thanks twobithacker. Sorry didn't mean to suggest that that PATH was some sort of pointer. (Maybe that would work in csh?) [15:01] 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) [15:02] 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 ;-) [15:03] (random note: expect $HOME/.btcd/db to take up several gigabytes before the download of blocks trickles to track realtime) [15:05] *** hive-mind has quit IRC (Ping timeout: 276 seconds) [15:08] interesting [15:18] *** hive-mind has joined #arpnetworks [15:20] *** gizmoguy has quit IRC (Ping timeout: 246 seconds) [15:21] *** toddf has quit IRC (Ping timeout: 246 seconds) [15:21] *** gizmoguy has joined #arpnetworks [15:25] *** heavysixer has quit IRC (Quit: heavysixer) [15:27] *** toddf has joined #arpnetworks [15:27] *** ChanServ sets mode: +o toddf [15:28] *** heavysixer has joined #arpnetworks [15:28] *** ChanServ sets mode: +o heavysixer [15:49] *** heavysixer has quit IRC (Quit: heavysixer) [15:51] *** pjs has quit IRC (Ping timeout: 240 seconds) [15:52] *** pjs has joined #arpnetworks [15:53] *** pjs is now known as Guest49021 [16:21] Is this go program a bitcoin miner? [16:22] not sure I understand what is meant by " An alternative full node bitcoin implementation written in Go (golang)" [16:23] *** Guest49021 is now known as pjs [16:25] *** robonerd has quit IRC (Quit: zzz) [16:30] *** heavysixer has joined #arpnetworks [16:30] *** ChanServ sets mode: +o heavysixer [16:45] *** heavysixer has quit IRC (Quit: heavysixer) [16:59] *** heavysixer has joined #arpnetworks [16:59] *** ChanServ sets mode: +o heavysixer [17:12] *** heavysixer has quit IRC (Quit: heavysixer) [17:13] buttcoin [17:35] mnathani: As I understand, Conformal is working on a miner, but this is just a node in the bitcoin network. [17:35] That is - it is a node in a p2p network, passing messages and such [17:52] *** HighJinx has quit IRC () [17:53] mnathani: bitcoind == btcd once btcd is fully fleshed out [17:58] 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 [18:00] thanks brycec and @toddf [18:03] *** SpaceDump has quit IRC (Ping timeout: 264 seconds) [18:04] *** SpaceDump has joined #arpnetworks [18:25] More info for anyone else interested: http://bitcoinmagazine.com/btcd-a-full-bitcoin-alternative-written-in-go/ [18:28] finally a bitcoin in a reasonable language [18:42] I'm developing code in Dart for Captain Neil [18:43] finally, some sanity to browser development :) [20:05] *** hive-mind has quit IRC (Ping timeout: 276 seconds) [20:18] *** hive-mind has joined #arpnetworks [20:18] *** heavysixer has joined #arpnetworks [20:18] *** ChanServ sets mode: +o heavysixer [20:36] *** heavysixer has quit IRC (Quit: heavysixer) [20:57] *** HighJinx has joined #arpnetworks [21:04] *** brycec has quit IRC (Ping timeout: 264 seconds) [21:13] *** hive-mind has quit IRC (Ping timeout: 256 seconds) [21:14] *** brycec has joined #arpnetworks [21:17] *** hive-mind has joined #arpnetworks [21:23] *** hive-mind has quit IRC (Ping timeout: 264 seconds) [21:24] *** hive-mind has joined #arpnetworks [21:37] *** hive-mind has quit IRC (Ping timeout: 256 seconds) [21:43] *** hive-mind has joined #arpnetworks [22:15] *** hive-mind has quit IRC (Ping timeout: 256 seconds) [22:23] *** hive-mind has joined #arpnetworks [22:35] *** hive-mind has quit IRC (Ping timeout: 256 seconds) [22:45] *** hive-mind has joined #arpnetworks [23:37] *** robonerd has joined #arpnetworks [23:38] *** robonerd has quit IRC (Client Quit)