Bitcoin Forum
May 09, 2024, 03:26:55 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1]
1  Bitcoin / Bitcoin Technical Support / Run failure client 0.10.2 , after I compile it succeed on: May 30, 2015, 05:53:39 AM
I  have download bitcoin-0.10.2.tar.gz, then I  have compiled client 0.10.2 succee. But I double-click bitcoin-qt.exe , It automatic quit without warning or error message.
I need your help ,thank you in advance .

My development environment
Windows 7.1 32bit and mingw4.9,
boost1.58
db-4.8.30.NC
openssl-1.0.1i
protobuf-2.5.0
qrencode-3.4.4
gmp-6.0.0
QT5.3.1

Code:
CPPFLAGS="-I/D/BTC/Dev/miniupnpc \
-I/D/BTC/Dev/boost_1_58_0 \
-I/D/FTC/dev/db-4.8.30.NC/build_unix \
-I/D/BTC/Dev/openssl-1.0.1i/include \
-I/D/BTC/Dev \
-I/D/BTC/Dev/protobuf-2.5.0/src \
-I/D/BTC/Dev/libpng-1.6.12 \
-I/D/BTC/Dev/qrencode-3.4.4 \
-I/D/FTC/dev/ZebraCrossing-master/src/libsrc \
-I/D/BTC/Dev/gmp-6.0.0 \
-DSTATICLIB " \
LDFLAGS="-L/D/BTC/Dev/boost_1_58_0/stage/lib \
-L/D/FTC/dev/db-4.8.30.NC/build_unix \
-L/D/BTC/Dev/openssl-1.0.1i \
-L/D/BTC/Dev/miniupnpc \
-L/D/BTC/Dev/protobuf-2.5.0/src/.libs \
-L/D/BTC/Dev/libpng-1.6.12/.libs \
-L/D/BTC/Dev/qrencode-3.4.4/.libs \
-L/D/BTC/Dev/gmp-6.0.0/.libs \
-L/D/FTC/dev/ZebraCrossing-master/build32/Release " \
BOOST_ROOT=/D/BTC/Dev/boost_1_58_0 \
./configure \
--disable-upnp-default \
--disable-tests \
--with-qt-incdir=/D/BTC/Dev/QT/5.3.1/include \
--with-qt-libdir=/D/BTC/Dev/QT/5.3.1/lib \
--with-qt-bindir=/D/BTC/Dev/QT/5.3.1/bin \
--with-qt-plugindir=/D/BTC/Dev/QT/5.3.1/plugins \
--with-boost-system=mgw49-mt-s-1_58 \
--with-boost-filesystem=mgw49-mt-s-1_58 \
--with-boost-program-options=mgw49-mt-s-1_58 \
--with-boost-thread=mgw49-mt-s-1_58 \
--with-boost-chrono=mgw49-mt-s-1_58 \
--with-protoc-bindir=/D/BTC/Dev/protobuf-2.5.0/src \
--with-boost=/D/BTC/Dev/boost_1_58_0/stage \
--with-boost-libdir=/D/BTC/Dev/boost_1_58_0/stage/lib

Code:
make

my bitcoin-qt.exe size is 179MB.
2  Bitcoin / Bitcoin Technical Support / Add a field for blockchain on: July 08, 2014, 02:00:59 PM
I think add a new field for blockchain.  What to do ?
3  Bitcoin / Bitcoin Technical Support / How to output information to debug.log file ? on: June 28, 2014, 03:11:52 AM
I am testing the code, I encountered a problem. After starting the wallet, it automatically exits.
How to output information to debug.log file ?

debug.log
2014-06-28 02:46:53 LoadBlockIndexDB(): transaction index disabled
2014-06-28 02:46:53 Initializing databases...
2014-06-28 02:46:53 init message: Verifying blocks...
2014-06-28 02:46:53  block index  182ms
2014-06-28 02:46:53 init message: Loading wallet...

then bitcoin-qt.exe  automatically quit.
4  Bitcoin / Bitcoin Technical Support / How to build a test BTC network ? on: May 28, 2014, 11:24:42 AM
How to build a test BTC network ,What development steps? 
Any help here would appreciated.  Wink
5  Bitcoin / Bitcoin Technical Support / How to Get Previous output from Raw transaction ? on: May 27, 2014, 02:34:28 PM
I want to get  "Amount" and "From address"  in Transactions of the input section.  But when I use the RPC command, I have a errors.

bitcoind getrawtransaction "f3c78bfeeafc01bb398542dde2ea4fc0296d8091065c600688ed2bb1f0eded42" "1"
error: {"code":-5,"message":"No information available about transaction"}

How to Get Previous output from Raw transaction ?  Any help here would appreciated.
Pages: [1]
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!