log☇︎
535400+ entries in 2.691s
mod6: ah, no. but recently had issues with VerifiySignature on a tx in block 168,001
BingoBoingo: 0.7.2 qt, tried forever on 0.8.6 qt to avoid futzing with the BDB settings. Twas a mistake. It took the better part of a day to realize leveldb is never building for my level of skill in the necessary way and two seconds to patch that BDB shit
mod6: after that thing blew up i was like, time for bed.
BingoBoingo: I was about to call it a night three hours ago, but now the Sun's been up forever and I can't stop watching blocks sync
mod6: statically linking the libs into the bitcoind output binary made it cross its eyes and wet its pants lastnight
mod6: ah, ok: https://github.com/jasperla/openbsd-wip/commit/9ef1b3a903d22c946a4536f56e26cfd16429c4bb << this will fix the random thing, but i don't think the makefile change here does anything.
BingoBoingo: I really need to take better notes, but that was the big flag I noticed
mod6: BingoBoingo: Thanks for the links, the second one (https://github.com/jasperla/openbsd-wip/blob/9ef1b3a903d22c946a4536f56e26cfd16429c4bb/net/bitcoin/patches/patch-src_wallet_cpp) probably fixes this warning : src/wallet.cpp:858: warning: rand() isn't random; consider using arc4random()
BingoBoingo: The just changed the mnemonic device to “A Replacement Call for Random” when the parts under the hood changed
Apocalyptic: oh, then nevermind
Apocalyptic: BingoBoingo, note that the use of arc4 stream cipher for randomness in something as critical as ECDSA sig nonces is... discouraged. If I remember correctly it's a bit biased
BingoBoingo: changine random to arc4_random for the nonces was probably important for this build platform so catching that was importish
BingoBoingo: Any ways, it is exercise to learn the new environment
BingoBoingo: Adlai: Mobile online machine, Maybe I want someone to shoot money at me from a Pnohe while watching it hit
Adlai: you can produce them in a separate program[/computer] given just an address
Adlai: why should bitcoind care the slightest about qr codes?
BingoBoingo: 84204, over half way to the first wedge block
BingoBoingo: Some foundation patches like alert snipping have been implemented, but no idea if this is suitable for broad distribution
BingoBoingo: Apocalyptic: Looking for the a version of qt that builds on openbsd at all
BingoBoingo: Mucking with the bitcoin-qt source to get it to build was much easier with leveldb out of the picture. Refused to build in a way OpenBSD could link
BingoBoingo: managed to build a bitcoin-qt 0.7.2 on OpenBSD, alerts snipped, Fuck only know if it will sync
BingoBoingo: Anyone looking to build bitcoind/bitcoin-qt on OpenBSD for wallet purposes likely needs to make this source change https://github.com/jasperla/openbsd-wip/blob/9ef1b3a903d22c946a4536f56e26cfd16429c4bb/net/bitcoin/patches/patch-src_wallet_cpp
davout: hegemoOn: nice, no sources tho
punkman: 'Folks are like "that's poor software development practice", and I'm like "yeah, I used to have dreams too"'
hegemoOn: nothing related to crypto-currency
hegemoOn: and the terrorist got 6000 euros on begining of december this way to buy all the guns and bullet they needed for the attack
hegemoOn: it is very funny indeed, when you know that in the Charlie-Hebdo attack, the money was founded by a consummer credit you can easely get just by phone call to a bank
assbot: France calls for strong regulation of Bitcoin in EU counter-terrorist financing laws following Charlie Hebdo incident and an end to anonymous financial transactions | Duhaime's Anti-Money Laundering Law in Canada ... ( http://bit.ly/1MiFrqE )
hegemoOn: i wanted to share this to you http://www.antimoneylaunderinglaw.com/2015/01/france-eu-call-for-expedited-regulation-of-bitcoin-to-strengthen-counter-terrorist-financing-efforts-following-charlie-hebdo-incident-and-an-end-to-all-anonymous-financial-transactions-through-repor.html
nubbins`: oh and i'm going to cleve-land in april
cazalla: you know how the chinese are, scamming each other and all that
cazalla: posted that earlier
fluffypony: lol at the securities commission in oz being called ASIC
BingoBoingo: ;;later tell mod6 https://github.com/jasperla/openbsd-wip/commit/9ef1b3a903d22c946a4536f56e26cfd16429c4bb
fluffypony: punkman: I hate it when that happens
cazalla: then i guess that is what i meant
fluffypony: lightning doesn't make a noise...unless it's hitting one of those electric substations and that explodes
fluffypony: you mean the thunder was loud?
cazalla: ya know, when it strikes.. made me jump that's all
cazalla: fuck that lightning was so loud then
cazalla: i guess nz is to australia as australia is to ussa
fluffypony: I know, but you're right there
cazalla: it's the nzer's into sheep
cazalla: how's that for a burn? :P
cazalla: maybe you should stop with the unfunny south african jokes
fluffypony: cazalla: you should probably stop trying to have sex with it
mod6: well, thats all for me.
mod6: alright, and yeah, the output binary is way bigger:
mod6: ok here we go, one more time
mod6: i thought the IFDEF should do that
punkman: yeah that if clause is weird
mod6: this in one place: -Wl,-Bstatic : this in another: -Wl,-Bdynamic
mod6: i still don't think i did the right thing there..
mod6: we'll get there :]
punkman: I can probably do that, after we decide on some standard
punkman: sidenote: this version uses a dozen ways to print things to stdout/stderr, needs cleanup
mod6: im not sure if that worked
mod6: well, i think im just tired.
assbot: Gelio (Степанов Слава) - An-225 Mriya is the world’s largest aircraft (English version) ... ( http://bit.ly/1Milgt0 )
punkman: and you can move the binary to other machine without having to pull all the boost-dev packages
ben_vulpes: forgive the naivte, but what does static compilation buy one?
punkman: mod6, did you statically compile that last instance?
mod6: thestringpuller: thanks for testing that script tonight
mod6: gotta add a patch for that stuff
mod6: i thought the warings at the end of the openbsd compilation were rather lulzy
mod6: i think a lot of em are, yeah.
ben_vulpes: assuming, that is that all boost functions start with BOOST_
ben_vulpes: doesn't look like there are that many different boost functions called.
mod6: its hairy in there.
ben_vulpes: i am full of questions as to how that's implemented
ben_vulpes: but as to danielpbarron's pointer...
ben_vulpes: well okay i grok that it's related to thread safety
mod6: its thread safty
punkman: I wonder what the liberally sprinkled "CRITICAL_BLOCK" does
assbot: Comparing the C++ Standard and Boost - Slashdot ... ( http://bit.ly/1KSfMkZ )
danielpbarron whips out a stick and points to a random line of boost source asking, "what does this line do?"
mod6: one sec, lemme find this /. post & artcile i was reading.
mod6: so, the funny part is, as the story goes, most of what is in boost was put into the 2011 standard.
ben_vulpes: a well-reasoned critique. thanks punkman.
ben_vulpes: punkman: asciilifeform proposed snipping the crypto routines out of ssl and dropping them wholesale into the bitcoind
mod6: punkman: yeah, there's a bunch of work to be done surrouding openssl/libressl
punkman: if we replace openssl with libressl or whatever, how do we verify all the buggy data generated by 7 different openssl versions?
mod6: one thing that sucks about this version of bdb 4.6 is that it doesn't support my database flag to autoremote the database transaction logs : dbenv.log_set_config(DB_LOG_AUTO_REMOVE, 1);
mod6: asciilifeform: that look better?
asciilifeform: http://www.xach.com/naggum/articles/3237547471622801@naggum.net.html << naggum on the 'altcoins' of his time.
mod6: i'll have another patch here in a minute. meanwhile, i have v0.0.8.2 of the perl script, few tweeks in case anyone cares: http://pastebin.com/raw.php?i=UNzScJP7
mod6: that's fine. i kinda was thinking trying to statically link the libs was giving me an issue. forgot to add it back in.
asciilifeform presently thinks that bitcoind should only ever be build statically
mod6: ah. i'll add it back in. no prob. just wanted someone to look over my shoulder on that part.
asciilifeform: mod6: that patch renders bitcoind-portatronic unbuildable
asciilifeform: mod6: why did you snip the static build?
mod6: more good news. my AWS instance achieved full sync just now with the following config: v0.5.3 + patches { 1, rm_rf_upnp, 2, 3, 4, 6 & 7 } & openssl version 1.0.1g : http://pastebin.com/raw.php?i=VVz5j1dW
mod6: i'll formalize this stuff in the next few days and get it on to the list.
mod6: here's the patch
mod6: you gotta love this
TheNewDeal: Errr I guess I'm not sure if that line is ib the book
mod6: you need the red-ring and the magical swoard & shield for this type of thing
thestringpuller: how quick the time moves
mod6: thread.hpp thread/
mod6: boost_thread is in there though... o_O