Bitcoin Forum
May 06, 2024, 02:29:12 PM *
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 ... 69 »
  Print  
Author Topic: [ANN] [GLB]Globe – One Currency for One Globe - Polished and Ready for Action  (Read 113546 times)
sphere (OP)
Full Member
***
Offline Offline

Activity: 224
Merit: 100


View Profile
December 07, 2013, 11:57:37 AM
 #161

I have a Win-QT. I don't feel like mining. Someone send me 100 and I will zip it up. 1NdQhNK52haofr98GippFvjkePmHS3EhVn

I also set a checkpoint here

and removed the others

(3884, uint256("0x00000000887ab83516cc44365d3092ec50548b93a6b0fe2a04c8938bcd6b126f"))

Alright Well no one sends me coins. But I am nice. So here is Win-QT.

http://www.megafileupload.com/en/file/476263/globe-qt-rar.html

This coins needs a lot of work. Good luck dev.

Buy HoboNickels!   Grin

Hey, did you forget to modify the :

1386378928, // * UNIX timestamp of last checkpoint block
        91555,      // * total number of transactions between genesis and last checkpoint
                    //   (the tx=... number in the SetBestChain debug.log lines)
        2000       // * estimated number of transactions per day after checkpoint

when compiling the windows qt?

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

Posts: 1715005752

View Profile Personal Message (Offline)

Ignore
1715005752
Reply with quote  #2

1715005752
Report to moderator
"You Asked For Change, We Gave You Coins" -- casascius
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
trinsic
Full Member
***
Offline Offline

Activity: 205
Merit: 100


View Profile
December 07, 2013, 12:07:33 PM
 #162

I had some problems using rpcallowip in conf as it would only give a IPv6 listening port when I wanted a standard IPv4 listening port.

The fix (bitcoinrpc.cpp):
Code:
-        acceptor->set_option(boost::asio::ip::v6_only(loopback), v6_only_error);
+        acceptor->set_option(boost::asio::ip::v6_only(true), v6_only_error);

-        if (!fListening || loopback || v6_only_error)
This forces RPC to listen on IPv4 and IPv6.
trinsic
Full Member
***
Offline Offline

Activity: 205
Merit: 100


View Profile
December 07, 2013, 12:12:16 PM
 #163

When compiling from source you need to create a obj folder in src folder and chmod 0755 src/leveldb/build_detect_platform
sphere (OP)
Full Member
***
Offline Offline

Activity: 224
Merit: 100


View Profile
December 07, 2013, 12:19:43 PM
 #164

When compiling from source you need to create a obj folder in src folder and chmod 0755 src/leveldb/build_detect_platform

If compiling make sure that this line in checkpoints.cpp

   //Tranz this was added to the win-qt
        (3884, uint256("0x00000000887ab83516cc44365d3092ec50548b93a6b0fe2a04c8938bcd6b126f"))

is  deleted so everyone has the same checkpoints

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

Activity: 224
Merit: 100


View Profile
December 07, 2013, 12:23:27 PM
 #165

Would be happy if some compiled  https://github.com/Sphere2013/GlobeCrypto/ for windows

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

Activity: 224
Merit: 100


View Profile
December 07, 2013, 12:59:31 PM
 #166

Usual 1500 Globe bounty applies.

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

Activity: 196
Merit: 100


View Profile
December 07, 2013, 01:56:05 PM
 #167

Last Windows-qt still not synchronized.
how to fix it?
Thanx!
Tranz
Legendary
*
Offline Offline

Activity: 1540
Merit: 1052


May the force bit with you.


View Profile
December 07, 2013, 02:03:17 PM
 #168

Last Windows-qt still not synchronized.
how to fix it?
Thanx!
Did you delete the blockchain files before you started?

HBN: https://bitcointalk.org/index.php?topic=303749.0 hobonickels.info
Personal Donations: F1TranzWqFGZyFeTMu6iLbtTQgdXuJPsiL
Donations to the HBN Fund: EhbNfund4PrRFLHMxsnbGLhP25hizJGHEE or 1LVFtCX4a83dMLjd8S7imKKKC58QaG83kw
Tranz
Legendary
*
Offline Offline

Activity: 1540
Merit: 1052


May the force bit with you.


View Profile
December 07, 2013, 02:07:16 PM
 #169

Someone from unix send me a coin, make sure I am on right chain.


09:05:38

{
"version" : 80300,
"protocolversion" : 70001,
"walletversion" : 60000,
"balance" : "99.3548895068005706149307449052599510116129659329126098558301908179250620800626 592199478182010352611541748046875",
"blocks" : 11289,
"timeoffset" : -3,
"connections" : 3,
"proxy" : "",
"difficulty" : 256.00000000,
"testnet" : false,
"keypoololdest" : 1386385708,
"keypoolsize" : 104,
"paytxfee" : "0.00",
"errors" : ""
}


1NdQhNK52haofr98GippFvjkePmHS3EhVn

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, 02:19:14 PM
 #170

Ok give me  a sec. I think it might be

EDIT: correct

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

Activity: 196
Merit: 100


View Profile
December 07, 2013, 02:20:20 PM
 #171

Last Windows-qt still not synchronized.
how to fix it?
Thanx!
Did you delete the blockchain files before you started?

yes. blocks and chainstate folders.
sphere (OP)
Full Member
***
Offline Offline

Activity: 224
Merit: 100


View Profile
December 07, 2013, 02:21:14 PM
 #172

Someone from unix send me a coin, make sure I am on right chain.


09:05:38

{
"version" : 80300,
"protocolversion" : 70001,
"walletversion" : 60000,
"balance" : "99.3548895068005706149307449052599510116129659329126098558301908179250620800626 592199478182010352611541748046875",
"blocks" : 11289,
"timeoffset" : -3,
"connections" : 3,
"proxy" : "",
"difficulty" : 256.00000000,
"testnet" : false,
"keypoololdest" : 1386385708,
"keypoolsize" : 104,
"paytxfee" : "0.00",
"errors" : ""
}


1NdQhNK52haofr98GippFvjkePmHS3EhVn

what does your .conf  file look like?

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

Activity: 224
Merit: 100


View Profile
December 07, 2013, 02:24:31 PM
 #173

Tranz just sent you 10 globes please check

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

Activity: 224
Merit: 100


View Profile
December 07, 2013, 02:26:54 PM
 #174

Last Windows-qt still not synchronized.
how to fix it?
Thanx!
Did you delete the blockchain files before you started?

yes. blocks and chainstate folders.

From the looks of it i suspect the issue with our .conf files.  Maybe he is only connecting to certain nodes

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, 02:30:41 PM
 #175

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

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, 02:31:29 PM
 #176

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 ?

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, 02:31:54 PM
 #177


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

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, 02:32:27 PM
 #178

Are you sure you uploaded the correct qt?

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, 02:35:34 PM
 #179

Are you sure you uploaded the correct qt?

Let me check..

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, 02:40:49 PM
 #180

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

Globe - Economically viable, Fast, Stable. Join the revolution! - Globe
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 ... 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!