Bitcoin Forum
June 23, 2024, 12:34:24 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 ... 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 [173] 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 »
3441  Bitcoin / Project Development / Re: #assets-otc - Contract Management System on: September 06, 2012, 08:04:32 PM
yep it works!
3442  Bitcoin / Project Development / Re: #assets-otc - Contract Management System on: September 06, 2012, 07:34:01 PM
Welcome guys!
70 more worthless shares to give away... Tongue

just a bug report, when i try to set a dividend bitcoin address it sends me to a blank page and doesn't set it.
3443  Bitcoin / Project Development / Re: #assets-otc - Contract Management System on: September 06, 2012, 07:25:26 PM
Same here I signed up, looks like a cool system.
3444  Other / Beginners & Help / Re: Web Design and Development on: September 06, 2012, 04:20:09 AM
This is a mess, first off for a web design company, I don't know if the pictures of designs going off the edge of my browser the effect you want but it is not really that great. Also when clicking the menu buttons you have all this white space above the heading, that is poor design. I could keep going but I don't want to rude.
3445  Bitcoin / Bitcoin Discussion / Re: Is blockchain.info illegal? on: September 05, 2012, 01:44:55 PM
Blockchain.info, aside from being a great tool and web wallet, offers and advertises a coin mixer service - or to put it in plain English, a money laundering service. Under what jurisdiction is money laundering legal??

And under which laws are bitcoins covered? None
3446  Bitcoin / Bitcoin Discussion / Re: Kickstarter Proxy Service (a concept for discussion) on: September 05, 2012, 03:06:05 AM
Excellent - I've had BitcoinFunding.com bookmarked forever. I didn't realize it was up and running now. I may very well try it out. I have a number of little Bitcoin projects in the works that could be improved with funding. I'm very interested to see if the Bitcoin community is very charitable (or if it's just all about the rewards).

Obvious scam is obvious https://bitcointalk.org/index.php?topic=92027.msg1147621#msg1147621
3447  Bitcoin / Bitcoin Technical Support / Re: Restoring wallet from backup of blockchain.info - Only Multibit? on: September 04, 2012, 07:10:27 AM
Soooo...if it's only Multibit then would I have issues running two clients on the same machine?  Multibit AND Bitcoin-Qt???

No they can be ran on the same machine.
3448  Economy / Service Announcements / Re: iPhone wallet now available on the official App Store on: September 03, 2012, 08:17:35 AM
yea this is not a wallet, only the jailbreak one is the wallet.
3449  Economy / Services / Gweedo's Escrow Service on: September 01, 2012, 04:21:21 PM
-----BEGIN PGP SIGNED MESSAGE-----
3450  Bitcoin / Bitcoin Technical Support / sendmany float precision issue in php on: August 31, 2012, 10:45:27 PM
I am trying to setup sendmany command and I can't get .00000100 to a regular float cause it returns the scientific notation, anyone know to force a full float number in php. I can't use number_format since that returns a string and will not work in sendmany.

EDIT : FIXED
3451  Bitcoin / Press / 2012-08-27 TheVerge - Bitcoin Savings Trust Pyramid Scheme Shuts Down on: August 27, 2012, 08:17:15 PM
http://www.theverge.com/2012/8/27/3271637/bitcoin-savings-trust-pyramid-scheme-shuts-down

Quote
Remember pirateat40, the e-currency banker we speculated could be the Bernie Madoff of Bitcoin? Well, it looks like he owes a lot of people money. On August 17, pirateat40 announced the closure of Bitcoin Savings & Trust, a virtual hedge fund that promised to pay high rewards to investors who parked their Bitcoins there. Ten days later, investors are still waiting to get paid and pirateat40 is on the defensive. "When I know, you will," says his away message in the fund's official chat room, an effort to quiet the loudening chorus of, "WHERE ARE MY BITCOINS?"
3452  Bitcoin / Project Development / Re: Simple php ewallet on: August 23, 2012, 08:25:43 PM
SECURITY! Number one, two and three, and look at hybird e-wallets, if you don't have a deep knowledge of php, javascript security this isn't for you
3453  Economy / Gambling / Re: Breaking Bad... Bets on: August 22, 2012, 06:49:16 AM
Nancy will kill Skyler, then team up with Walt... and of course, sleep with Pinkman. Pinkman vs. Andy... taking bets...

Really not sure a Weeds/BB crossover would work unless there were more people for Nancy and Andy to sleep with.

LMAO, certainly seems to be Nancy's solution to everything and at as far as the show is concerned it works for her.

I think weeds has lost its way a bit, Breaking Bad pretty much blew it out of the water as the #1 drug drama show.

weeds went crazy, you could never believe the evolution of the characters, breaking bad, the story evolution makes sense and is believable.
3454  Bitcoin / Development & Technical Discussion / Compiling Bitcoind on centos 5.8 on: August 18, 2012, 06:41:48 PM
I want to compile bitcoind on centos 5.8 but when I run the
Code:
make -j2 -f makefile.new bitcoind
on a custom makefile for centos, it gives me

Code:
cc1plus: out of memory allocating 25608 bytes after a total of 39591936 bytes
make: *** [obj/bitcoinrpc.o] Error 1
make: *** Waiting for unfinished jobs....
g++: -z: linker input file unused because linking not done
g++: relro: linker input file unused because linking not done
g++: -z: linker input file unused because linking not done
g++: now: linker input file unused because linking not done

the makefile I am using

Code:
# Copyright (c) 2009-2010 Satoshi Nakamoto
# Distributed under the MIT/X11 software license, see the accompanying
# file license.txt or http://www.opensource.org/licenses/mit-license.php.

USE_UPNP:=

DEFS=-DNOPCH

DEFS += $(addprefix -I,$(CURDIR) $(BOOST_INCLUDE_PATH) $(BDB_INCLUDE_PATH) $(OPENSSL_INCLUDE_PATH))
LIBS = $(addprefix -L,$(BOOST_LIB_PATH) $(BDB_LIB_PATH) $(OPENSSL_LIB_PATH))
DEPSDIR=/root/Bitcoin/Deps
LMODE2 = dynamic
LMODE = dynamic

INCLUDEPATHS= -I"$(DEPSDIR)/include"
LIBPATHS= -L"$(DEPSDIR)/lib"
BOOST_LIB_SUFFIX=.a
BDB_LIB_SUFFIX=.a
CRYPTO_LIB_SUFFIX=.a

# for boost 1.37, add -mt to the boost libraries
LIBS += \
   -mtl $(DEPSDIR)/lib/libboost_system$(BOOST_LIB_SUFFIX) \
   -mtl $(DEPSDIR)/lib/libboost_filesystem$(BOOST_LIB_SUFFIX) \
   -mtl $(DEPSDIR)/lib/libboost_program_options$(BOOST_LIB_SUFFIX) \
   -mtl $(DEPSDIR)/lib/libboost_thread$(BOOST_LIB_SUFFIX) \
   $(DEPSDIR)/lib/libdb_cxx$(BDB_LIB_SUFFIX) \
   -mtl $(DEPSDIR)/lib/libssl.a \
   -mtl $(DEPSDIR)/lib/libcrypto$(CRYPTO_LIB_SUFFIX)

ifndef USE_UPNP
override USE_UPNP = -
endif
ifneq (${USE_UPNP}, -)
LIBS += -l miniupnpc
DEFS += -DUSE_UPNP=$(USE_UPNP)
endif

ifneq (${USE_SSL}, 0)
DEFS += -DUSE_SSL
endif

LIBS+= \
 -Wl,-B$(LMODE2) \
   -l dl \
   -l pthread


# Hardening
# Make some classes of vulnerabilities unexploitable in case one is discovered.
#
    # This is a workaround for Ubuntu bug #691722, the default -fstack-protector causes
    # -fstack-protector-all to be ignored unless -fno-stack-protector is used first.
    # see: https://bugs.launchpad.net/ubuntu/+source/gcc-4.5/+bug/691722
    HARDENING=-fno-stack-protector

    # Stack Canaries
    # Put numbers at the beginning of each stack frame and check that they are the same.
    # If a stack buffer if overflowed, it writes over the canary number and then on return
    # when that number is checked, it won't be the same and the program will exit with
    # a "Stack smashing detected" error instead of being exploited.
    HARDENING+=-fstack-protector-all -Wstack-protector

    # Make some important things such as the global offset table read only as soon as
    # the dynamic linker is finished building it. This will prevent overwriting of addresses
    # which would later be jumped to.
    HARDENING+=-Wl,-z,relro -Wl,-z,now

    # Build position independent code to take advantage of Address Space Layout Randomization
    # offered by some kernels.
    # see doc/build-unix.txt for more information.
    ifdef PIE
        HARDENING+=-fPIE -pie
    endif

    # -D_FORTIFY_SOURCE=2 does some checking for potentially exploitable code patterns in
    # the source such overflowing a statically defined buffer.
    HARDENING+=-D_FORTIFY_SOURCE=2


DEBUGFLAGS=-g
CXXFLAGS=-O2
xCXXFLAGS=-pthread -Wextra -Wno-sign-compare -Wno-char-subscripts -Wno-invalid-offsetof -Wformat -Wformat-security \
    $(DEBUGFLAGS) $(DEFS) $(HARDENING) $(CXXFLAGS) $(INCLUDEPATHS)

OBJS= \
  obj/checkpoints.o \
  obj/version.o \
  obj/addrman.o \
  obj/netbase.o \
  obj/crypter.o \
  obj/key.o \
  obj/db.o \
  obj/init.o \
  obj/irc.o \
  obj/keystore.o \
  obj/main.o \
  obj/net.o \
  obj/protocol.o \
  obj/bitcoinrpc.o \
  obj/rpcdump.o \
  obj/script.o \
  obj/util.o \
  obj/wallet.o \
  obj/walletdb.o \
  obj/noui.o


all: bitcoind

# auto-generated dependencies:
-include obj/*.P
-include obj-test/*.P

obj/%.o: %.cpp
$(CXX) -c $(xCXXFLAGS) -MMD -o $@ $<
@cp $(@:%.o=%.d) $(@:%.o=%.P); \
  sed -e 's/#.*//' -e 's/^[^:]*: *//' -e 's/ *\\$$//' \
      -e '/^$$/ d' -e 's/$$/ :/' < $(@:%.o=%.d) >> $(@:%.o=%.P); \
  rm -f $(@:%.o=%.d)

bitcoind: $(OBJS:obj/%=obj/%)
$(CXX) $(xCXXFLAGS) -o $@ $^ $(LDFLAGS) $(LIBS)

TESTOBJS := $(patsubst test/%.cpp,obj-test/%.o,$(wildcard test/*.cpp))

obj-test/%.o: test/%.cpp
$(CXX) -c $(TESTDEFS) $(xCXXFLAGS) -MMD -o $@ $<
@cp $(@:%.o=%.d) $(@:%.o=%.P); \
  sed -e 's/#.*//' -e 's/^[^:]*: *//' -e 's/ *\\$$//' \
      -e '/^$$/ d' -e 's/$$/ :/' < $(@:%.o=%.d) >> $(@:%.o=%.P); \
  rm -f $(@:%.o=%.d)

test_bitcoin: $(TESTOBJS) $(filter-out obj/init.o,$(OBJS:obj/%=obj/%))
$(CXX) $(xCXXFLAGS) -o $@ $(LIBPATHS) $^ -Wl,-B$(LMODE) -lboost_unit_test_framework $(LDFLAGS) $(LIBS)

clean:
-rm -f bitcoind test_bitcoin
-rm -f obj/*.o
-rm -f obj-test/*.o
-rm -f obj/*.P
-rm -f obj-test/*.P
3455  Other / Off-topic / Re: Bitcointalk community is such a great community on: August 15, 2012, 10:25:58 PM
http://www.youtube.com/watch?v=7wHHpDlGY_U

Lets do this
3456  Bitcoin / Development & Technical Discussion / Re: Help me with bitcoin api on: August 15, 2012, 04:21:50 PM
the output from curl_exec is already in json, you are double encoding with json_encode, hence the \"

I didn't even see that, but I think he mean json_decode to get the json into an array
3457  Bitcoin / Press / Re: 8-14-12 Kevin Rose using coinbase on: August 15, 2012, 04:19:14 PM
Doesn't Coinbase look a lot like Blockchain.info?
I guess it's just the "bootstrap" styling and glyphicons.
But is this just another server hosted wallet or is it browser based?
I hope it's browser based as there's nothing too exciting about another server hosted wallet for me.

it is cause they both use twitter bootstrap
3458  Bitcoin / Press / 2012-08-14 Twitter - Kevin Rose using coinbase on: August 14, 2012, 04:20:15 PM
http://twitter.com/kevinrose/status/235266398899810304

Quote
Playing around w/ Coinbase (a new startup that hosts your Bitcoin Wallet), check it: https://coinbase.com?r=5029f3f1d0eebd00020002fb

Will google ventures invest in bitcoins?
3459  Bitcoin / Project Development / Re: [ANNOUNCE] Bitcoin Faucet Helper Chrome Extension on: August 14, 2012, 05:44:36 AM
I updated the manifest version so that should make it easier to install without the chrome store
3460  Bitcoin / Armory / Re: Building Armory on OSX on: August 10, 2012, 12:34:54 AM
Code:
make[1]: *** [CppBlockUtils_wrap.o] Error 1
make: *** [all] Error 2

I am getting tis error on mountain lion any help?
Pages: « 1 ... 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 [173] 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!