2500+ entries in 0.798s
nubbins`: <+ascii_field> nubbins
`: as i understand, buyer can contact you and ask to pay in cocaine <<< i suggested to buyer we take tx off-site; he agreed. mildly surprised message filters or smth didn't get in the way
nubbins`: <+mircea_popescu> o look who's back. when did you get out nubbins
` ? <<< just coming up for air 8)
ascii_field: nubbins
`: as i understand, buyer can contact you and ask to pay in cocaine
mod6: would be inetersting/nice to see the ms time on how long it takes to process blocks {365
`251, 365
`252}; blocks > 900kb
mircea_popescu: ;;later tell nubbins
` btw, phf managed to get it going on os/x
mod6: ok, i was just gonna do a quick
`xxd <file> | less
` and look at 'em side by side.
mod6: <@asciilifeform> modified how ? << with stator, I needed to add back in 'no-shared', according to
http://wiki.openssl.org/index.php/Compilation_and_Installation this is required for us (probably). And I also needed to modify your line
`cd bitcoin/bitcoin/src;
` to
`cd bitcoin/src;
`. All of the things are in the build log, I tried not to leave anything out.
mod6: (at the bottom of these sizeable files, you can see me run
`ldd
` and
`readelf
` against the output binaries)
mod6: Upon successful compilation, both static builds were able to pull at least 150
`000 blocks from mp's node.
assbot: Logged on 13-07-2015 19:39:41; nubbins
`: replacement part otw
ben_vulpes: relatedly, i'm always amazed at how
`getinfo' blocks on...something.
mod6: yeah,
`man 3 printf
` mod6: if nothing else could you try with
`git diff -pU
`?
mod6: or
`diff --git
` w/e.
mod6: might be better to use
`diff -uNr a b
` on your changes as opposed to
`git --diff
` too.
ben_vulpes: ascii_modem: forgive the idiocy, i don't see any scriptage around the
`dumpblock'ing
gabriel_laddel: trinque: try
`apropos' and note that you can display all generic functions for a class using the left click.
gabriel_laddel: trinque: fyi
`trace' doesn't trace across threads in mcclim unless you use M-x slime-trace-dialog
gabriel_laddel: I wish someone would automate this already. I write the functions, then pass them into
`export-functions' which walks the program, generates POST routes for all of them.
assbot: Logged on 11-06-2015 02:57:07; mod6: no, those where in there from the beginning. i ended up adding
``#define __STDC_LIMIT_MACROS'' with
``#include <stdint.h>'' to net.cpp, util.cpp and wallet.cpp and then is ok.
mod6: for those who don't remember, we used to get stuck at block 252
`450 before with only 10000 locks set
assbot: BitBet - Bitcoin main net block size to increase in 2015 :: 3.84 B (13%) on Yes, 25.68 B (87%) on No | closing in 4 months 1 week| weight: 41
`573 (100
`000 to 1) ... (
http://bit.ly/1flrrAF )
mod6: gernika: it makes sense that you can not dump 168
`001. keep it posted at that url for a few days. I wanna see if I can replicate with obsd on my side (as soon as I can get it built statically), or when I free up my aws environment from its current sync process (if that should come first). I can use the aws one to cut out block 168
`000 and compare the two.
punkman:
`pyccoon -s bitcoin/src -d docs
` mod6: gernika: it might be helpful to patch in the dump block so we can examine your block(s) 168
`000 & 168
`001 and see what's going on there.
mod6: gernika: yeah, just did
`su
`...
mod6: <+gernika> mod6 stator with mods for OpenBSD. Blockheight=168000 << if it's a problem in block 168
`001, i'm sure we hit this problem in february. but it should be resolved with openssl 1.0.1g.
mod6: otherwise we had issues on 168
`001 iirc
mod6: weird. that's basically the same problem i had with uClibC [ libpthread.a(pthread_cond_wait.o): relocation R_X86_64_32 against
`__gcc_personali
mod6: punkman: you may want the kills_integer_retardation in there, as well as nubs
`'s gentoo sanity, at least the part with the copying over of the headers & libs in auto.sh check those out here:
ben_vulpes: has anyone verified the full chain as puked out from asciilifeform's
`shitblock
`?
mod6: these were fully sync'd up to ~320
`000 blocks or so. they were shutdown after full sync was achieved. each goes upto like blk0017.dat
mod6: so if i do a
`pmap -x <PID>
`, i do see: gconv-modules.cache in there.
decimation: bitched about mktemp "(.text+0x774d): warning: the use of
`mktemp' is dangerous, better use
`mkstemp'"
ben_vulpes: is that
`CBlock block
` a contiguous-ish memory section?
mod6: I remember from the block 168
`001 issue (tx verification failed) that it would start dumping tons of errors if truly stuck.
mod6: oh, forgot to mention. the place wanted $500 to replace the springs. which is what prompted me to
`mv posCar /dev/scrap
` mod6: /usr/lib/gcc/x86_64-gentoo-linux-uclibc/4.8.4/../../../../x86_64-gentoo-linux-uclibc/bin/ld: /usr/lib/gcc/x86_64-gentoo-linux-uclibc/4.8.4/../../../libc.a(jmp-unwind.os): relocation R_X86_64_PC32 against undefined symbol
`__GI___pthread_cleanup_upto' can not be used when making a shared object; recompile with -fPIC
ascii_field: nubbins
`: in point of fact, therealbitcoin includes wallet
mod6: well, so here's the deal. I can't get it to compile "by hand". meaning, that if i extract the 2 bzip'd files for uclibc: uClibc-0.9.33.2.tar.bz2 & uClibc-0.9.33.2-patches.tar.bz2 and then patch the former with the latter with something like this: for i in
`ls ../patch/*.patch | sort
` ; do patch -p1 < ../patch/$i ; done
mod6: (have been having to add
`#define __STDC_LIMIT_MACROS \ #include <stdint.h>
` to the start of net.cpp, util.cpp, and wallet.cpp for some bizzare reason)
gribble: nubbins
` was last seen in #bitcoin-assets 4 days, 0 hours, 30 minutes, and 56 seconds ago: <nubbins
`> o.O
mod6: /usr/lib/gcc/x86_64-gentoo-linux-uclibc/4.8.4/../../../../x86_64-gentoo-linux-uclibc/bin/ld: /usr/lib/gcc/x86_64-gentoo-linux-uclibc/4.8.4/../../../libc.a(jmp-unwind.os): relocation R_X86_64_PC32 against undefined symbol
`__GI___pthread_cleanup_upto' can not be used when making a shared object; recompile with -fPIC
ben_vulpes: <asciilifeform> !up ben_vulp
` << 'tis the french pronounciation
assbot: Logged on 18-06-2015 20:42:01; *: ascii_field wonders why nubbins
` is publicly begging lizard hitler to order his mail opened and tested
assbot: Logged on 18-06-2015 20:34:36; ascii_field: nubbins
`: can then say 'i took 5ug and discovered proof of goldbach's conjecture' or 'i took 500 and learned that thirty-three is purple'
assbot: Logged on 18-06-2015 19:53:19; nubbins
`: unfortunately mp just left so he is unable to inform us that the hallucinogenic effects of drugs don't exist and we're deluding ourselves into pretending to be hallucinating
assbot: Logged on 18-06-2015 20:25:11; nubbins
`: purchase LSD online and there's NBOMe for sale right next to it so why not just call everything what it is and let the buyer choose?
ag3nt_zer0: shinohai: gpg: can't open
`gpgmessage.txt': No such file or directory
ascii_field wonders why nubbins
` is publicly begging lizard hitler to order his mail opened and tested
☟︎ ascii_field: nubbins
`: how much blank paper have you eaten so far ?
ascii_field: nubbins
`: can then say 'i took 5ug and discovered proof of goldbach's conjecture' or 'i took 500 and learned that thirty-three is purple'
☟︎ kakobrekla: ascii_field i think nubbins
` volunteers to be your test subject
ascii_field: nubbins
`: it is equally difficult to discover what in particular you actually got in that mail.
punkman: nubbins
`: depends on location
punkman: nubbins
`: did you ever try AL-LAD?
ascii_field: <nubbins
`> regularly tested tabs and posted analysis << they aren't in my wot...
ascii_field: nubbins
`: lsd is unstable in solution. and so it would stand to reason that it is parceled out to the 'stamps' where produced.
ascii_field: nubbins
`: unless vendor is also the producer (this is, as i understand, uncommon for opsec reasons) you in fact ~are~ 'choosing random'
ascii_field: nubbins
`: the crime of being nominated for police watch while checking mail
ascii_field: nubbins
`: i check it every day, for some reason no dope...
ascii_field: nubbins
`: l0l at morons having dope mailed to their postbox
trinque: nubbins
`: I tend to think of LSD as abstract-reasoning overdrive serum
trinque: nubbins
`: salvia is a hell of a drug
ascii_field: nubbins
`: but what of the opposite, the colour of a smell ?
mod6: /usr/lib/gcc/x86_64-gentoo-linux-uclibc/4.8.4/../../../../x86_64-gentoo-linux-uclibc/bin/ld: /usr/lib/gcc/x86_64-gentoo-linux-uclibc/4.8.4/../../../libc.a(jmp-unwind.os): relocation R_X86_64_PC32 against undefined symbol
`__GI___pthread_cleanup_upto' can not be used when making a shared object; recompile with -fPIC
mircea_popescu: the chinese have been workingon animmortality pill for 3
`000 years
mircea_popescu: if anyone can explain the difference between "for king and country" of the blips of the 1800s and "for democracy1
`11
`11" of the redditards of today...
mod6: i once had an 1983 pontiac perrisan <sp> station wagon. it had 300
`000 miles on it. got it for $750. it always made me laugh because when i shut it off, it would keep knocking for like ~20 seconds. then backfire super loud.
mod6: <+trinque> mod6: what's the desired result, you pop a livecd in and it installs as well as openbsd or debian does? << well, something like that. you pop-in LiveCD, follow The Foundation's
``Guide'' through the chroot process, using hardened uclibc, whatever packages we think are required to build the R.I.
assbot: Logged on 12-06-2015 18:19:37; nubbins
`: there's no "perfect posix" with no insane gotchas
assbot: Logged on 12-06-2015 15:38:37; nubbins
`: is this something you actually plan on doing, or is this another instance of me wasting a bunch of time generating a quote for something that won't happen?
mod6: <+nubbins
`> you can't get a bash prompt? << for instance on my POS box that I bought for $129.00 an x86_64 core2duo, I can't even install the os. All i can do is boot the livecd, do the chroot stuff, and then end up at the grub> prompt upon reboot. when it comes to my instance in AWS, i've had better luck, but doing stuff for me is so time consuming. in this case, i need to get gcc recompiled with patches to see if we can get past this error we
ascii_field: nubbins
`: do you understand what 'coherence' means re: laser light ?
mircea_popescu: nubbins
` how would you explain the state of a roommate's palate ?
mircea_popescu: nubbins
` im not gonna read 69 pages of this thing and the article doesn't make it too clear , i could see either side. got some selected quotes ?