Bitcoin Forum
June 29, 2024, 07:27:11 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 2 3 4 5 6 7 8 9 10 [11] 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 ... 69 »
  Print  
Author Topic: [ANN] [GLB]Globe – One Currency for One Globe - Polished and Ready for Action  (Read 113553 times)
DocNougat
Newbie
*
Offline Offline

Activity: 50
Merit: 0


View Profile
December 07, 2013, 04:20:59 PM
 #201

BTW what do you guys think of QT Wallet UI?
I've always felt that the QT UI needed improvement. Most of the command line actions in the debug console could easily be implemented into a settings menu which would make it more usable for people with limited knowledge. Built in .conf editing would be nice as well and could also be easily be done in a settings window or an extra tab. The QTs almost never get any functionality upgrades
sphere (OP)
Full Member
***
Offline Offline

Activity: 224
Merit: 100


View Profile
December 07, 2013, 04:25:09 PM
 #202

BTW what do you guys think of QT Wallet UI?
I've always felt that the QT UI needed improvement. Most of the command line actions in the debug console could easily be implemented into a settings menu which would make it more usable for people with limited knowledge. Built in .conf editing would be nice as well and could also be easily be done in a settings window or an extra tab. The QTs almost never get any functionality upgrades
Definatly something we could do in the future Smiley but lets just focus on getting the Globe QT for windows working first Smiley 

Globe - Economically viable, Fast, Stable. Join the revolution! - Globe
sphere (OP)
Full Member
***
Offline Offline

Activity: 224
Merit: 100


View Profile
December 07, 2013, 04:30:25 PM
 #203

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
<command-line>:0:0: warning: "_FORTIFY_SOURCE" redefined [enabled by default]
alert.cpp:1:0: note: this is the location of the previous definition
 //
 ^
<command-line>: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
 ^
<command-line>: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



Two steps to do:
1. chmod +x src/leveldb/build_detect_platform
2. mkdir src/obj

Yes do what bcdanminer said but just realised build_config.mk did not sync to github for some reason. So its their now have a look https://github.com/Sphere2013/GlobeCrypto/tree/master/src/leveldb

Globe - Economically viable, Fast, Stable. Join the revolution! - Globe
sphere (OP)
Full Member
***
Offline Offline

Activity: 224
Merit: 100


View Profile
December 07, 2013, 04:32:08 PM
 #204

I am recompiling from scratch, hang tight,.


Just realised build_config.mk was missing Sad from github so this might be our issues get new source from https://github.com/Sphere2013/GlobeCrypto/tree/master/src/leveldb thanks so sorry.

Globe - Economically viable, Fast, Stable. Join the revolution! - Globe
Tranz
Legendary
*
Offline Offline

Activity: 1540
Merit: 1052


May the force bit with you.


View Profile
December 07, 2013, 04:33:58 PM
 #205

It works on win 7 64 bit. But XP no good. I think it is with how it calcs Floating Point.

HBN: https://bitcointalk.org/index.php?topic=303749.0 hobonickels.info
Personal Donations: F1TranzWqFGZyFeTMu6iLbtTQgdXuJPsiL
Donations to the HBN Fund: EhbNfund4PrRFLHMxsnbGLhP25hizJGHEE or 1LVFtCX4a83dMLjd8S7imKKKC58QaG83kw
sphere (OP)
Full Member
***
Offline Offline

Activity: 224
Merit: 100


View Profile
December 07, 2013, 04:35:01 PM
 #206

Ok one sec im going to delete sourcecode and re-sync

Globe - Economically viable, Fast, Stable. Join the revolution! - Globe
Tranz
Legendary
*
Offline Offline

Activity: 1540
Merit: 1052


May the force bit with you.


View Profile
December 07, 2013, 04:38:58 PM
 #207

I am recompiling from scratch, hang tight,.


Just realised build_config.mk was missing Sad from github so this might be our issues get new source from https://github.com/Sphere2013/GlobeCrypto/tree/master/src/leveldb thanks so sorry.

I'll try with this once more, then I am mostly done.. Got my own coin to play with Smiley

HBN: https://bitcointalk.org/index.php?topic=303749.0 hobonickels.info
Personal Donations: F1TranzWqFGZyFeTMu6iLbtTQgdXuJPsiL
Donations to the HBN Fund: EhbNfund4PrRFLHMxsnbGLhP25hizJGHEE or 1LVFtCX4a83dMLjd8S7imKKKC58QaG83kw
sphere (OP)
Full Member
***
Offline Offline

Activity: 224
Merit: 100


View Profile
December 07, 2013, 04:45:28 PM
 #208

I am recompiling from scratch, hang tight,.


Just realised build_config.mk was missing Sad from github so this might be our issues get new source from https://github.com/Sphere2013/GlobeCrypto/tree/master/src/leveldb thanks so sorry.

I'll try with this once more, then I am mostly done.. Got my own coin to play with Smiley

One sec uploading source from scratch

Syncing

Globe - Economically viable, Fast, Stable. Join the revolution! - Globe
nod
Full Member
***
Offline Offline

Activity: 126
Merit: 100



View Profile
December 07, 2013, 04:46:36 PM
 #209

Hello,
i've downloaded the latest Globe Qt-Wallet (globe-qt-6ea95bd84cc608d034c226a98789e141), I have 8 connections and I see the estimation of 11045 blocks but the blocks are not syncing, 2 hours running and it still says "13 days...".

Here's my globe.conf content:
Code:
listen=1
rpcallowip=*
rpcuser=myusername
rpcpassword=mypassword
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
addnode=146.185.150.184
addnode=202.198.62.133
addnode=151.229.177.76
addnode=110.22.7.0:8684
addnode=109.190.53.141
Tranz
Legendary
*
Offline Offline

Activity: 1540
Merit: 1052


May the force bit with you.


View Profile
December 07, 2013, 04:48:14 PM
 #210

Hello,
i've downloaded the latest Globe Qt-Wallet (globe-qt-6ea95bd84cc608d034c226a98789e141), I have 8 connections and I see the estimation of 11045 blocks but the blocks are not syncing, 2 hours running and it still says "13 days...".

Here's my globe.conf content:


What system are you running on?

HBN: https://bitcointalk.org/index.php?topic=303749.0 hobonickels.info
Personal Donations: F1TranzWqFGZyFeTMu6iLbtTQgdXuJPsiL
Donations to the HBN Fund: EhbNfund4PrRFLHMxsnbGLhP25hizJGHEE or 1LVFtCX4a83dMLjd8S7imKKKC58QaG83kw
sphere (OP)
Full Member
***
Offline Offline

Activity: 224
Merit: 100


View Profile
December 07, 2013, 04:48:31 PM
 #211

I am recompiling from scratch, hang tight,.


Just realised build_config.mk was missing Sad from github so this might be our issues get new source from https://github.com/Sphere2013/GlobeCrypto/tree/master/src/leveldb thanks so sorry.

I'll try with this once more, then I am mostly done.. Got my own coin to play with Smiley

OK TRANZ go ahead new source is up lets hope it works Smiley if not ill up the bounty to 2000 Smiley

Globe - Economically viable, Fast, Stable. Join the revolution! - Globe
bcfanminer
Member
**
Offline Offline

Activity: 117
Merit: 10


View Profile WWW
December 07, 2013, 04:49:07 PM
 #212

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
<command-line>:0:0: warning: "_FORTIFY_SOURCE" redefined [enabled by default]
alert.cpp:1:0: note: this is the location of the previous definition
 //
 ^
<command-line>: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
 ^
<command-line>: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



Two steps to do:
1. chmod +x src/leveldb/build_detect_platform
2. mkdir src/obj

Yes do what bcdanminer said but just realised build_config.mk did not sync to github for some reason. So its their now have a look https://github.com/Sphere2013/GlobeCrypto/tree/master/src/leveldb

That's because you add build_config.mk to the .gitignore in the folder of src/leveldb :-)

GLB: 17Uv5AhHSEspdfAGhii2RGzTNmVaCmr5qT
BET: BMdQUQh1zVqPiHeQCYfGbKX1j8PVEThoVy
sphere (OP)
Full Member
***
Offline Offline

Activity: 224
Merit: 100


View Profile
December 07, 2013, 04:51:30 PM
 #213

Ok de_logics can you try and compile as well please thanks Smiley

Globe - Economically viable, Fast, Stable. Join the revolution! - Globe
sphere (OP)
Full Member
***
Offline Offline

Activity: 224
Merit: 100


View Profile
December 07, 2013, 04:53:30 PM
 #214

AHH build_config did not sync again adding it now

Globe - Economically viable, Fast, Stable. Join the revolution! - Globe
sphere (OP)
Full Member
***
Offline Offline

Activity: 224
Merit: 100


View Profile
December 07, 2013, 04:54:50 PM
 #215

Ok synced hope we are close to the end of these troubles Sad

Globe - Economically viable, Fast, Stable. Join the revolution! - Globe
sphere (OP)
Full Member
***
Offline Offline

Activity: 224
Merit: 100


View Profile
December 07, 2013, 04:56:23 PM
 #216

Ok up the stakes 5000 for anyone who can compile windows qt

Globe - Economically viable, Fast, Stable. Join the revolution! - Globe
nod
Full Member
***
Offline Offline

Activity: 126
Merit: 100



View Profile
December 07, 2013, 04:57:19 PM
 #217


What system are you running on?

Windows 7 64bits.
sphere (OP)
Full Member
***
Offline Offline

Activity: 224
Merit: 100


View Profile
December 07, 2013, 04:58:42 PM
 #218

Btw does anyone own an ecomerce or hosting business?

Globe - Economically viable, Fast, Stable. Join the revolution! - Globe
Tansen
Member
**
Offline Offline

Activity: 70
Merit: 10


View Profile
December 07, 2013, 05:38:09 PM
 #219

I'm a windows 7 user, mainly because I don't want to bother learning linux because NONE OF THE STUFF I USE IS ON LINUX...

I gave this a shot for about 15 mins, Downloaded the zip, unzipped to a different drive, created the conf file:
listen=1
rpcallowip=*
rpcuser=Blahblahblah
rpcpassword=blahblahblah
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

Created shortcut, to redirect the block data: E:\Globecoin\globed.exe -datadir=E:\Globecoin\Globecoin

Got error, must set rpcpassword blah blah blah===> crash.

Said fuck it try it again but just put it on my C:\ and I can move it when its done and redirect it again

Got error, must set rpcpassword blah blah blah===> crash.


All in all you didn't hit the ground running with this, I gave you 10 more minutes than my usual time, your not catering it seems to the majority of users just the minority which is strange to me and usually makes me think your up to something. Might as well just make it a Linux exclusive...

You also mentioned that it's stable and all that stuff which is OK. It's what everyone states, however you fail to mention how many coins will be minted and that strikes me as a big fail if your stating stability.
For all we know it could just be 1,000,000 coins and you've mined up a good sum.

I don't think this coin is really worth any real time and effort beyond the 15min I put in until you actually make a windowsqt, because simply put your asking me to transport you via skateboard to your house instead of just driving you.

Also I'm not sure if that's a pun "Viral effect" or if your serious... the reason why viral videos work for instance is because it's simple and easy to find and watch BECAUSE IT DOESN'T GIVE A SHYTE ABOUT YOUR PLATFORM just as long as you have an internet connection or your friend does.
nod
Full Member
***
Offline Offline

Activity: 126
Merit: 100



View Profile
December 07, 2013, 05:41:54 PM
 #220

Lol calm down, where is your globe.conf file located ? It must be under C:/Users/YourUserName/AppData/Roaming/Globe/

My Wallet is still not syncing ? What can I do ? (I'm using Qt-Wallet on Windows 7 64 bit, blocked at 10079 blocks)
Pages: « 1 2 3 4 5 6 7 8 9 10 [11] 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 ... 69 »
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!