Pages:
Author

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

full member
Activity: 224
Merit: 100
wow, messed around with the config, restarted, got a block in less than a minute Cheesy
are you using external miner?
full member
Activity: 224
Merit: 100
Sourcecode updated to fix checkpoints issue ( i hope). New binaries will hopefully come tomorrow. If an issue arises before then please compile yourselves.  
sr. member
Activity: 308
Merit: 250
Vod is a liar
wow, messed around with the config, restarted, got a block in less than a minute Cheesy
full member
Activity: 224
Merit: 100
did anyone compile it for Linux from source is working?


edit: maybe pass this one


I compiled it on 64-bit Ubuntu 12.04 with the usual alt-coin dependencies, with one new (to me) twist.  Apparently this coin (and freicoin, which I've never complied before) requires a library for arbitrary-precision binary floating-point computation.  So I found it necessary to install:

Code:
sudo apt-get install libmpfr-dev

and then I was able to compile the Globe linux-QT client successfully.

Thats great bro but you can download the linux-QT. The problems with the Windows Smiley

I like to inspect and compile from source whenever possible.  Inside a VM.

Also, sphere, I think you need to fix the checkpoints.cpp file in the source, it looks like it has leftover freicoin checkpoints:

Code:
        (10080, uint256("0x00000000003ff9c4b806639ec4376cc9acafcdded0e18e9dbcc2fc42e8e72331"))
        (20160, uint256("0x0000000000009708ba48a52599295db8b9ec5d29148561e6ac850af765026528"))
        (28336, uint256("0x000000000000cc374a984c0deec9aed6fff764918e2cfd4be6670dd4d5292ccb"))
        (30240, uint256("0x0000000000004acbe1ed430d4a70d8a9ac62daa849e0bc708da52eeba8f39afc"))
        (37800, uint256("0x00000000000042958bc14bd04b0a2a3c8cc675c248e404c418899e6b7c77e969"))

I'll bet that could be causing some of the problems upthread (e.g. inability to use external miners) if you compiled the binaries with those checkpoints.  My compiled client expected 37800 blocks from the outset and kept trying to sync even when it had all the blocks.

Ok thanks. Yes i will resolve the checkpoints issue later down the road. Just need to get some traction regarding use going first. Whats the point of having good checkpoints if no-ones using right? thanks again. If you want to fix the checkpoints issue and upload it onto Github I would be more than happy.

Hey  are these 28336,37800 etc the ref height
Those are the block height.

I have updated the checkpoints.cpp will you be willing to compile for windows because my pc is going to act up.
sr. member
Activity: 287
Merit: 250
did anyone compile it for Linux from source is working?


edit: maybe pass this one


I compiled it on 64-bit Ubuntu 12.04 with the usual alt-coin dependencies, with one new (to me) twist.  Apparently this coin (and freicoin, which I've never complied before) requires a library for arbitrary-precision binary floating-point computation.  So I found it necessary to install:

Code:
sudo apt-get install libmpfr-dev

and then I was able to compile the Globe linux-QT client successfully.

Thats great bro but you can download the linux-QT. The problems with the Windows Smiley

I like to inspect and compile from source whenever possible.  Inside a VM.

Also, sphere, I think you need to fix the checkpoints.cpp file in the source, it looks like it has leftover freicoin checkpoints:

Code:
        (10080, uint256("0x00000000003ff9c4b806639ec4376cc9acafcdded0e18e9dbcc2fc42e8e72331"))
        (20160, uint256("0x0000000000009708ba48a52599295db8b9ec5d29148561e6ac850af765026528"))
        (28336, uint256("0x000000000000cc374a984c0deec9aed6fff764918e2cfd4be6670dd4d5292ccb"))
        (30240, uint256("0x0000000000004acbe1ed430d4a70d8a9ac62daa849e0bc708da52eeba8f39afc"))
        (37800, uint256("0x00000000000042958bc14bd04b0a2a3c8cc675c248e404c418899e6b7c77e969"))

I'll bet that could be causing some of the problems upthread (e.g. inability to use external miners) if you compiled the binaries with those checkpoints.  My compiled client expected 37800 blocks from the outset and kept trying to sync even when it had all the blocks.

Ok thanks. Yes i will resolve the checkpoints issue later down the road. Just need to get some traction regarding use going first. Whats the point of having good checkpoints if no-ones using right? thanks again. If you want to fix the checkpoints issue and upload it onto Github I would be more than happy.

Hey  are these 28336,37800 etc the ref height
Those are the block height.
legendary
Activity: 1344
Merit: 1001
Mining 20 min on i7 still nothing.
full member
Activity: 205
Merit: 100
globed.exe listtransactions will show found blocks.

globed.exe getbalance "*" will show confirmed/unconfirmed balance
legendary
Activity: 1344
Merit: 1001
Code:
listen=1
gen=0
rpcallowip=*
rpcuser=trinsic
rpcpassword=x
rpcport=8682
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


In a new window you use API commands.

Code:
globed.exe getinfo
globed.exe getmininginfo
globed.exe getbalance
globed.exe listtransactions
https://en.bitcoin.it/wiki/Original_Bitcoin_client/API_calls_list


Thank you. Will I see any log that I found block? Or I have to run getmininginfo argument?
full member
Activity: 224
Merit: 100
did anyone compile it for Linux from source is working?


edit: maybe pass this one


I compiled it on 64-bit Ubuntu 12.04 with the usual alt-coin dependencies, with one new (to me) twist.  Apparently this coin (and freicoin, which I've never complied before) requires a library for arbitrary-precision binary floating-point computation.  So I found it necessary to install:

Code:
sudo apt-get install libmpfr-dev

and then I was able to compile the Globe linux-QT client successfully.

Thats great bro but you can download the linux-QT. The problems with the Windows Smiley

I like to inspect and compile from source whenever possible.  Inside a VM.

Also, sphere, I think you need to fix the checkpoints.cpp file in the source, it looks like it has leftover freicoin checkpoints:

Code:
        (10080, uint256("0x00000000003ff9c4b806639ec4376cc9acafcdded0e18e9dbcc2fc42e8e72331"))
        (20160, uint256("0x0000000000009708ba48a52599295db8b9ec5d29148561e6ac850af765026528"))
        (28336, uint256("0x000000000000cc374a984c0deec9aed6fff764918e2cfd4be6670dd4d5292ccb"))
        (30240, uint256("0x0000000000004acbe1ed430d4a70d8a9ac62daa849e0bc708da52eeba8f39afc"))
        (37800, uint256("0x00000000000042958bc14bd04b0a2a3c8cc675c248e404c418899e6b7c77e969"))

I'll bet that could be causing some of the problems upthread (e.g. inability to use external miners) if you compiled the binaries with those checkpoints.  My compiled client expected 37800 blocks from the outset and kept trying to sync even when it had all the blocks.

Ok thanks. Yes i will resolve the checkpoints issue later down the road. Just need to get some traction regarding use going first. Whats the point of having good checkpoints if no-ones using right? thanks again. If you want to fix the checkpoints issue and upload it onto Github I would be more than happy.

Hey  are these 28336,37800 etc the ref height
full member
Activity: 205
Merit: 100
Code:
listen=1
gen=0
rpcallowip=*
rpcuser=trinsic
rpcpassword=x
rpcport=8682
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


In a new window you use API commands.

Code:
globed.exe getinfo
globed.exe getmininginfo
globed.exe getbalance
globed.exe listtransactions
https://en.bitcoin.it/wiki/Original_Bitcoin_client/API_calls_list
legendary
Activity: 1344
Merit: 1001
So what exactly should I do?
First just run globed.exe from terminal without any arguments?
Couse when I type globed.exe setgenerate true -16
I see that couldn't connect to server.
member
Activity: 64
Merit: 10
Alright so tell a newb how to mine with a binary (have always used QT Wallets/Pools up to this point). When I run the .exe it tells me to make the config which I did.

P2P Port = 8684
RPC Port = 8682
Add node = 81.107.45.67
rpcuser = redacted
rpcpassword = redacted

Do I need server=1 and daemon=1 in there? Also what do I do after that? For QT Wallets you start them up with the -server command and start mining. What about with a Binary? How do you check your coins (QT Wallet shows you, does the binary somehow?)?
sr. member
Activity: 308
Merit: 250
Vod is a liar
Finally got mine working at 7.4 Mh - let's see how this goes.
full member
Activity: 205
Merit: 100
When does diff go up because it's a orphan graveyard now.

Code:
    {
        "account" : "",
        "address" : "1PzhpgCFymXeUB3C6VBPDQC2edVGBxk48A",
        "category" : "orphan",
        "amount" : "7.99999999",
        "confirmations" : 0,
        "generated" : true,
        "txid" : "8b6bb4f7cd8e703daf277976556f090ab9f2b60e9feca9b359908210e16bee66",
        "time" : 1386378942,
        "timereceived" : 1386378943,
        "refheight" : 1193
    },
    {
        "account" : "",
        "address" : "14DF6Whe8Ws9UaKbUo65J1cJc8NhrDMXnG",
        "category" : "orphan",
        "amount" : "7.99999999",
        "confirmations" : 0,
        "generated" : true,
        "txid" : "557ea26d5e1e5ce453bb86f8853f6a53d89f52c6fef61730fb46332298e0e673",
        "time" : 1386378960,
        "timereceived" : 1386378961,
        "refheight" : 1201
    },
    {
        "account" : "",
        "address" : "1NSNXou4TiKBkFCTZ5rQftkaDTgvt5gvS1",
        "category" : "orphan",
        "amount" : "7.99999999",
        "confirmations" : 0,
        "generated" : true,
        "txid" : "1f86974a6d598c94e7a4790e3f405531a26cb086f44fc3b463b81d436e2e3105",
        "time" : 1386378961,
        "timereceived" : 1386378964,
        "refheight" : 1202
    },
    {
        "account" : "",
        "address" : "13NdCJVAfQEf1aURgATR1ysdHTHhU5e43p",
        "category" : "orphan",
        "amount" : "7.99999999",
        "confirmations" : 0,
        "generated" : true,
        "txid" : "a726bee9144bf7d1b9c64d53175d1f165debe35546e21625cf35dc6e7a729066",
        "time" : 1386378977,
        "timereceived" : 1386378979,
        "refheight" : 1208
    },
    {
        "account" : "",
        "address" : "1DC3dWtLNuHqeiq5CHjqAdJKBpbLTbG4Zf",
        "category" : "orphan",
        "amount" : "7.99999999",
        "confirmations" : 0,
        "generated" : true,
        "txid" : "c3c3648b5b4ff4c316a3d9838c810ed3a00420b493025879fc00a6429c567e86",
        "time" : 1386378980,
        "timereceived" : 1386378983,
        "refheight" : 1209
    },
    {
        "account" : "",
        "address" : "1LuoN1CeaAoe2raLP1W6qckrb6GsuPqoJY",
        "category" : "orphan",
        "amount" : "7.99999999",
        "confirmations" : 0,
        "generated" : true,
        "txid" : "2b0fa87f8e17590f6e967610ef697d41dac33973d2d185ffee7a71e403bdeed9",
        "time" : 1386379000,
        "timereceived" : 1386379001,
        "refheight" : 1216
    }
]
sr. member
Activity: 287
Merit: 250
Ok going now. Will try and sort out checkpoints issue this weekend so those with external miners can start mining and get a exchange post up and running. If anyone has issues please try and help each other out.
I'm not sure how long you have -- guess it depends on the difficulty algorithm and how fast hashing power piles on.  The lowest "incorrect" checkpoint is 10080 and the Globe blockchain is already at block 1200 after just a few hours.  Plus you need to leave leeway time before block 10080 arrives for everyone to replace their current versions with updated versions of the client.   You don't necessarily need to add "good" checkpoints, but you need to delete the bad, inherited checkpoints and redistribute binaries ASAP, I would think.

Good luck!


sr. member
Activity: 308
Merit: 250
Vod is a liar
sphere,

I commend your self control in dealing with the trolls that have nothing better to do than flame and complain.

Wish you luck on the coin.
full member
Activity: 224
Merit: 100
Ok going now. Will try and sort out checkpoints issue this weekend so those with external miners can start mining and get a exchange post up and running. If anyone has issues please try and help each other out.
sr. member
Activity: 420
Merit: 250
  can you me step to compile it but I was trying it but no go.


did anyone compile it for Linux from source is working?


edit: maybe pass this one


I compiled it on 64-bit Ubuntu 12.04 with the usual alt-coin dependencies, with one new (to me) twist.  Apparently this coin (and freicoin, which I've never complied before) requires a library for arbitrary-precision binary floating-point computation.  So I found it necessary to install:

Code:
sudo apt-get install libmpfr-dev

and then I was able to compile the Globe linux-QT client successfully.
full member
Activity: 224
Merit: 100
did anyone compile it for Linux from source is working?


edit: maybe pass this one


I compiled it on 64-bit Ubuntu 12.04 with the usual alt-coin dependencies, with one new (to me) twist.  Apparently this coin (and freicoin, which I've never complied before) requires a library for arbitrary-precision binary floating-point computation.  So I found it necessary to install:

Code:
sudo apt-get install libmpfr-dev

and then I was able to compile the Globe linux-QT client successfully.

Thats great bro but you can download the linux-QT. The problems with the Windows Smiley

I like to inspect and compile from source whenever possible.  Inside a VM.

Also, sphere, I think you need to fix the checkpoints.cpp file in the source, it looks like it has leftover freicoin checkpoints:

Code:
        (10080, uint256("0x00000000003ff9c4b806639ec4376cc9acafcdded0e18e9dbcc2fc42e8e72331"))
        (20160, uint256("0x0000000000009708ba48a52599295db8b9ec5d29148561e6ac850af765026528"))
        (28336, uint256("0x000000000000cc374a984c0deec9aed6fff764918e2cfd4be6670dd4d5292ccb"))
        (30240, uint256("0x0000000000004acbe1ed430d4a70d8a9ac62daa849e0bc708da52eeba8f39afc"))
        (37800, uint256("0x00000000000042958bc14bd04b0a2a3c8cc675c248e404c418899e6b7c77e969"))

I'll bet that could be causing some of the problems upthread (e.g. inability to use external miners) if you compiled the binaries with those checkpoints.  My compiled client expected 37800 blocks from the outset and kept trying to sync even when it had all the blocks.

Ok thanks. Yes i will resolve the checkpoints issue later down the road. Just need to get some traction regarding use going first. Whats the point of having good checkpoints if no-ones using right? thanks again. If you want to fix the checkpoints issue and upload it onto Github I would be more than happy.
sr. member
Activity: 249
Merit: 250
My compiled client expected 37800 blocks from the outset and kept trying to sync even when it had all the blocks.

Same issue here.
Pages:
Jump to: