Transaction

92eb5cf02606630e0c9c2b419612baefc12ffadc8d6fae3cb8b4e9559e543182
Timestamp (utc)
2024-03-22 13:59:07
Fee Paid
0.00000047 BSV
(
0.00608266 BSV
-
0.00608219 BSV
)
Fee Rate
10.13 sat/KB
Version
1
Confirmations
93,833
Size Stats
4,637 B

2 Outputs

Total Output:
0.00608219 BSV
  • j"1LAnZuoQdcKCkpDBKQMCgziGMoPC4VQUckM <div class="post"><div class="quoteheader"><a href="https://bitcointalk.org/index.php?topic=820.msg10281#msg10281">Quote from: satoshi on August 19, 2010, 07:07:43 PM</a></div><div class="quote"><div class="quoteheader"><a href="https://bitcointalk.org/index.php?topic=820.msg10164#msg10164">Quote from: nelisky on August 18, 2010, 11:02:25 PM</a></div><div class="quote">And i5, at least on my macbookpro<br/></div>Good, so I take it that's a confirmation that it's working on Mac as well?<br/><br/>Laszlo told me he did compile in the -4way stuff on Mac, so the -4way switch is also available to try on Mac.&nbsp; I don't think makefile.osx on SVN has it yet, just the built version.<br/></div><br/>Yep, it's working all right. The number I had posted were from an old svn revision patched with tcatm's changes, but today I compiled trunk and while I had to once again tweak the makefile, after I did it works great with the numbers matching what I experienced before.<br/><br/>Changes I did for my system are below, and while some are cosmetic, like removing wx-config from making bitcoind, just to avoid the warnings if you don't have it installed, others are system specific, like the DEPS dir, and the fact I don't have 32bit libs which makes the link step fail if -arch i386 is there.<br/>The bsddb changes are, I believe, a typo. Includes and Libs point to db46, but then the object list for the linker states db48. Anyway, here's the diff for what got me going:<br/><br/><div class="codeheader">Code:</div><div class="code">Index: makefile.osx<br/>===================================================================<br/>--- makefile.osx<span style="white-space: pre;"> </span>(revision 139)<br/>+++ makefile.osx<span style="white-space: pre;"> </span>(working copy)<br/>@@ -6,29 +6,29 @@<br/>&nbsp;# Laszlo Hanyecz (solar@heliacal.net)<br/>&nbsp;<br/>&nbsp;CXX=llvm-g++<br/>-DEPSDIR=/Users/macosuser/bitcoin/deps<br/>+DEPSDIR=/opt/local<br/>&nbsp;<br/>&nbsp;INCLUDEPATHS= \<br/>- -I"$(DEPSDIR)/include"<br/>+ -I"$(DEPSDIR)/include"&nbsp; -I"$(DEPSDIR)/include/db46"<br/>&nbsp;<br/>&nbsp;LIBPATHS= \<br/>- -L"$(DEPSDIR)/lib"<br/>+ -L"$(DEPSDIR)/lib"&nbsp; -L"$(DEPSDIR)/lib/db46"<br/>&nbsp;<br/>-WXLIBS=$(shell $(DEPSDIR)/bin/wx-config --libs --static)<br/>+WXLIBS=<br/>&nbsp;<br/>&nbsp;LIBS= -dead_strip \<br/>- $(DEPSDIR)/lib/libdb_cxx-4.8.a \<br/>- $(DEPSDIR)/lib/libboost_system.a \<br/>- $(DEPSDIR)/lib/libboost_filesystem.a \<br/>- $(DEPSDIR)/lib/libboost_program_options.a \<br/>- $(DEPSDIR)/lib/libboost_thread.a \<br/>+ $(DEPSDIR)/lib/db46/libdb_cxx-4.6.a \<br/>+ $(DEPSDIR)/lib/libboost_system-mt.a \<br/>+ $(DEPSDIR)/lib/libboost_filesystem-mt.a \<br/>+ $(DEPSDIR)/lib/libboost_program_options-mt.a \<br/>+ $(DEPSDIR)/lib/libboost_thread-mt.a \<br/>&nbsp; $(DEPSDIR)/lib/libcrypto.a <br/>&nbsp;<br/>-DEFS=$(shell $(DEPSDIR)/bin/wx-config --cxxflags) -D__WXMAC_OSX__ -DNOPCH -DMSG_NOSIGNAL=0<br/>+DEFS=-D__WXMAC_OSX__ -DNOPCH -DMSG_NOSIGNAL=0 -DFOURWAYSSE2<br/>&nbsp;<br/>&nbsp;DEBUGFLAGS=-g -DwxDEBUG_LEVEL=0<br/>&nbsp;# ppc doesn't work because we don't support big-endian<br/>-CFLAGS=-mmacosx-version-min=10.5 -arch i386 -arch x86_64 -O3 -Wno-invalid-offsetof -Wformat $(DEBUGFLAGS) $(DEFS) $(INCLUDEPATHS)<br/>+CFLAGS=-mmacosx-version-min=10.5 -arch x86_64 -O3 -Wno-invalid-offsetof -Wformat $(DEBUGFLAGS) $(DEFS) $(INCLUDEPATHS)<br/>&nbsp;HEADERS=headers.h strlcpy.h serialize.h uint256.h util.h key.h bignum.h base58.h \<br/>&nbsp; &nbsp; &nbsp;script.h db.h net.h irc.h main.h rpc.h uibase.h ui.h noui.h init.h<br/>&nbsp;<br/>@@ -42,6 +42,7 @@<br/>&nbsp; &nbsp; &nbsp;obj/rpc.o \<br/>&nbsp; &nbsp; &nbsp;obj/init.o \<br/>&nbsp; &nbsp; &nbsp;cryptopp/obj/sha.o \<br/>+&nbsp; &nbsp; obj/sha256.o \<br/>&nbsp; &nbsp; &nbsp;cryptopp/obj/cpu.o<br/>&nbsp;<span style="white-space: pre;"> </span><br/>&nbsp;<br/>@@ -55,7 +56,7 @@<br/>&nbsp;<span style="white-space: pre;"> </span>$(CXX) -c $(CFLAGS) -O3 -DCRYPTOPP_DISABLE_ASM -o $@ $&lt;<br/>&nbsp;<br/>&nbsp;bitcoin: $(OBJS) obj/ui.o obj/uibase.o<br/>-<span style="white-space: pre;"> </span>$(CXX) $(CFLAGS) -o $@ $(LIBPATHS) $^ $(WXLIBS) $(LIBS)<br/>+<span style="white-space: pre;"> </span>$(CXX) $(shell $(DEPSDIR)/bin/wx-config --cxxflags) $(CFLAGS) -o $@ $(LIBPATHS) $^ $(shell $(DEPSDIR)/bin/wx-config --libs --static) $(LIBS)<br/>&nbsp;<br/>&nbsp;<br/>&nbsp;obj/nogui/%.o: %.cpp $(HEADERS)<br/></div></div> text/html
    https://whatsonchain.com/tx/92eb5cf02606630e0c9c2b419612baefc12ffadc8d6fae3cb8b4e9559e543182