Pages:
Author

Topic: [ANN] [GLB]Globe – One Currency for One Globe - Polished and Ready for Action - page 60. (Read 113608 times)

legendary
Activity: 1540
Merit: 1060
May the force bit with you.
I am recompiling from scratch, hang tight,.
hero member
Activity: 686
Merit: 500
Code:
g++ -c -march=native -O2 -fomit-frame-pointer -floop-interchange -floop-strip-mine -floop-block -fgraphite-identity -flto -pthread -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -g -DBOOST_SPIRIT_THREADSAFE -D_FILE_OFFSET_BITS=64 -DOPENSSL_NO_SSL2=1 -I/home/de/small/temp_small/GlobeCrypto/src -I/home/de/small/temp_small/GlobeCrypto/src/obj -DUSE_UPNP=0 -DUSE_IPV6=1 -I/home/de/small/temp_small/GlobeCrypto/src/leveldb/include -I/home/de/small/temp_small/GlobeCrypto/src/leveldb/helpers -DHAVE_BUILD_INFO -fno-stack-protector -fstack-protector-all -Wstack-protector -D_FORTIFY_SOURCE=2  -MMD -MF obj/alert.d -o obj/alert.o alert.cpp
/bin/sh ../share/genbuild.sh obj/build.h
g++ -c -march=native -O2 -fomit-frame-pointer -floop-interchange -floop-strip-mine -floop-block -fgraphite-identity -flto -pthread -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -g -DBOOST_SPIRIT_THREADSAFE -D_FILE_OFFSET_BITS=64 -DOPENSSL_NO_SSL2=1 -I/home/de/small/temp_small/GlobeCrypto/src -I/home/de/small/temp_small/GlobeCrypto/src/obj -DUSE_UPNP=0 -DUSE_IPV6=1 -I/home/de/small/temp_small/GlobeCrypto/src/leveldb/include -I/home/de/small/temp_small/GlobeCrypto/src/leveldb/helpers -DHAVE_BUILD_INFO -fno-stack-protector -fstack-protector-all -Wstack-protector -D_FORTIFY_SOURCE=2  -MMD -MF obj/checkpoints.d -o obj/checkpoints.o checkpoints.cpp
Building LevelDB ...
g++ -c -march=native -O2 -fomit-frame-pointer -floop-interchange -floop-strip-mine -floop-block -fgraphite-identity -flto -pthread -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -g -DBOOST_SPIRIT_THREADSAFE -D_FILE_OFFSET_BITS=64 -DOPENSSL_NO_SSL2=1 -I/home/de/small/temp_small/GlobeCrypto/src -I/home/de/small/temp_small/GlobeCrypto/src/obj -DUSE_UPNP=0 -DUSE_IPV6=1 -I/home/de/small/temp_small/GlobeCrypto/src/leveldb/include -I/home/de/small/temp_small/GlobeCrypto/src/leveldb/helpers -DHAVE_BUILD_INFO -fno-stack-protector -fstack-protector-all -Wstack-protector -D_FORTIFY_SOURCE=2  -MMD -MF obj/netbase.d -o obj/netbase.o netbase.cpp
/bin/sh: ./build_detect_platform: Permission denied
make[1]: Entering directory `/home/de/small/temp_small/GlobeCrypto/src/leveldb'
Makefile:18: build_config.mk: No such file or directory
make[1]: *** No rule to make target `build_config.mk'.  Stop.
make[1]: Leaving directory `/home/de/small/temp_small/GlobeCrypto/src/leveldb'
make: *** [leveldb/libleveldb.a] Error 2
make: *** Waiting for unfinished jobs....
../share/genbuild.sh: line 33: obj/build.h: No such file or directory
../share/genbuild.sh: line 34: obj/build.h: No such file or directory
make: *** [obj/build.h] Error 1
:0:0: warning: "_FORTIFY_SOURCE" redefined [enabled by default]
alert.cpp:1:0: note: this is the location of the previous definition
 //
 ^
:0:0: warning: "_FORTIFY_SOURCE" redefined [enabled by default]
netbase.cpp:1:0: note: this is the location of the previous definition
 // Copyright (c) 2009-2010 Satoshi Nakamoto
 ^
:0:0: warning: "_FORTIFY_SOURCE" redefined [enabled by default]
checkpoints.cpp:1:0: note: this is the location of the previous definition
 // Copyright (c) 2009-2012 The Bitcoin developers
 ^
netbase.cpp:1139:1: fatal error: opening dependency file obj/netbase.d: No such file or directory
 }
 ^
compilation terminated.
make: *** [obj/netbase.o] Error 1
checkpoints.cpp:139:1: fatal error: opening dependency file obj/checkpoints.d: No such file or directory
 }
 ^
compilation terminated.
make: *** [obj/checkpoints.o] Error 1
alert.cpp:268:1: fatal error: opening dependency file obj/alert.d: No such file or directory
 }
 ^
compilation terminated.
make: *** [obj/alert.o] Error 1

Code:
cd /home/de/small/temp_small/GlobeCrypto/src/leveldb && CC=gcc CXX=g++ make OPT="-pipe -fstack-protector-all -D_FORTIFY_SOURCE=2 -O2" libleveldb.a libmemenv.a
cd /home/de/small/temp_small/GlobeCrypto; /bin/sh share/genbuild.sh /home/de/small/temp_small/GlobeCrypto/build/build.h
/usr/bin/uic src/qt/forms/sendcoinsdialog.ui -o build/ui_sendcoinsdialog.h
/usr/bin/uic src/qt/forms/addressbookpage.ui -o build/ui_addressbookpage.h
/usr/bin/uic src/qt/forms/signverifymessagedialog.ui -o build/ui_signverifymessagedialog.h
/bin/sh: ./build_detect_platform: Permission denied
make[1]: Entering directory `/home/de/small/temp_small/GlobeCrypto/src/leveldb'
Makefile:18: build_config.mk: No such file or directory
make[1]: *** No rule to make target `build_config.mk'.  Stop.
make[1]: Leaving directory `/home/de/small/temp_small/GlobeCrypto/src/leveldb'
make: *** [/home/de/small/temp_small/GlobeCrypto/src/leveldb/libleveldb.a] Error 2
newbie
Activity: 50
Merit: 0
added the nodes, still no syncing
full member
Activity: 224
Merit: 100
Tranz i very much appricate your efforts and will be giving 1500 globes once we get qt working Smiley
legendary
Activity: 1540
Merit: 1060
May the force bit with you.
It is strange I get it to work fine on one computer, but the other one gets orphans. Let me see why?
full member
Activity: 224
Merit: 100
Has anyone got windows qt to work ?  I am getting the correct block count but won't sync
full member
Activity: 266
Merit: 100
What's Tranz IP cause I'm getting the same thing, won't download chain.
legendary
Activity: 1540
Merit: 1060
May the force bit with you.

10:23:53

[
{
"addr" : "109.190.53.141:8684",
"services" : "00000001",
"lastsend" : 1386429809,
"lastrecv" : 1386429810,
"bytessent" : 369215,
"bytesrecv" : 2722340,
"conntime" : 1386428091,
"version" : 70001,
"subver" : "/Satoshi:0.8.3/",
"inbound" : false,
"startingheight" : 11551,
"banscore" : 0,
"syncnode" : true
},
{
"addr" : "110.22.7.0:8684",
"services" : "00000001",
"lastsend" : 1386429810,
"lastrecv" : 1386429810,
"bytessent" : 166115,
"bytesrecv" : 1012815,
"conntime" : 1386428153,
"version" : 70001,
"subver" : "/Satoshi:0.8.3/",
"inbound" : false,
"startingheight" : 11560,
"banscore" : 0
}
]
legendary
Activity: 1540
Merit: 1060
May the force bit with you.

Can you send a coin to 13Sk1euVjZ5CPokhA721N7gkYs2MJMZq43

don't send much just enough that i will see a transaction

Whats your IP ?

tatus: 2/unconfirmed, broadcast through 3 nodes
Date: 12/7/2013 10:22
To: 13Sk1euVjZ5CPokhA721N7gkYs2MJMZq43
Debit: -1.00 GLB
Transaction fee: -0.0000000064433180629703041232514984505282258902910204276270776285308957039010824274782862630672752857208251953125 GLB
Net amount: -1.0000000064433180629703041232514984505282258902910204276270776285308957039010824274782862630672752857208251953125 GLB
Reference Height: 11712
Transaction ID: 1bdc94b2670dc6d7ab114fc734fde01ae9bb3a6caa8319e30cd6a03a079307a3



Debug information

Debit: -9.9967505264433180629703041232514984505282258902910204276270776285308957039010824274782862630672752857208251953125 GLB
Credit: 8.99675052 GLB

Transaction:
CTransaction(hash=1bdc94b2670dc6d7ab114fc734fde01ae9bb3a6caa8319e30cd6a03a079307a3, ver=2, vin.size=1, vout.size=2, nLockTime=0, nRefHeight=11712)
CTxIn(COutPoint(5b02dd5955c79652b499b2d0e14313f989bcc60d0f55c1884327aab7b1a3374a, 1), scriptSig=30450220619da31fb128e8a2)
CTxOut(nValue=1.00, scriptPubKey=OP_DUP OP_HASH160 1ace8dfaf59c)
CTxOut(nValue=8.99675052, scriptPubKey=OP_DUP OP_HASH160 c41a7bd8bb34)

Inputs:
full member
Activity: 224
Merit: 100
I think it will work if we just connect to Tranz ip as node for temporary time sync then add each other
newbie
Activity: 50
Merit: 0
I still can't get a windows-qt to sync, It just keeps saying 13days behind and the block never count up
full member
Activity: 224
Merit: 100

Can you send a coin to 13Sk1euVjZ5CPokhA721N7gkYs2MJMZq43

don't send much just enough that i will see a transaction

Whats your IP ?
full member
Activity: 224
Merit: 100

Can you send a coin to 13Sk1euVjZ5CPokhA721N7gkYs2MJMZq43

don't send much just enough that i will see a transaction
legendary
Activity: 1540
Merit: 1060
May the force bit with you.
It is having the exact same issue as the previous one i think you upload the wrong one otherwise it should work. It rejects the block chain just like the previous one so im assuming its the same one Smiley

Ya 1 sec..
full member
Activity: 224
Merit: 100
It is having the exact same issue as the previous one i think you upload the wrong one otherwise it should work. It rejects the block chain just like the previous one so im assuming its the same one Smiley
legendary
Activity: 1540
Merit: 1060
May the force bit with you.
full member
Activity: 224
Merit: 100
Are you sure you uploaded the correct qt?
legendary
Activity: 1540
Merit: 1060
May the force bit with you.

what does your .conf  file look like?


listen=1
rpcallowip=*
rpcuser=me
rpcpassword=xme
rpcport=8682
port=8684
server=1
daemon=1
addnode=81.107.45.67
addnode=31.55.44.123
addnode=109.190.53.141
addnode=93.83.25.85
addnode=78.160.226.228
addnode=84.249.109.128
addnode=83.215.164.206
full member
Activity: 224
Merit: 100
Tranz just sent you 10 globes please check

Status: 28 confirmations
Date: 12/7/2013 09:24
From: unknown
To: 1NdQhNK52haofr98GippFvjkePmHS3EhVn (own address, label: a)
Credit: 10.00 GLB
Net amount: +10.00 GLB
Reference Height: 11387
Transaction ID: 5b02dd5955c79652b499b2d0e14313f989bcc60d0f55c1884327aab7b1a3374a

yep thats looks good whats your .conf file look like ?
legendary
Activity: 1540
Merit: 1060
May the force bit with you.
Tranz just sent you 10 globes please check

Status: 28 confirmations
Date: 12/7/2013 09:24
From: unknown
To: 1NdQhNK52haofr98GippFvjkePmHS3EhVn (own address, label: a)
Credit: 10.00 GLB
Net amount: +10.00 GLB
Reference Height: 11387
Transaction ID: 5b02dd5955c79652b499b2d0e14313f989bcc60d0f55c1884327aab7b1a3374a
Pages:
Jump to: