Bitcoin Forum
July 01, 2024, 09:27:36 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 ... 69 »
  Print  
Author Topic: [ANN] [GLB]Globe – One Currency for One Globe - Polished and Ready for Action  (Read 113553 times)
trinsic
Full Member
***
Offline Offline

Activity: 205
Merit: 100


View Profile
December 07, 2013, 01:17:33 AM
 #121

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
    }
]
evershawn
Sr. Member
****
Offline Offline

Activity: 308
Merit: 250


Vod is a liar


View Profile
December 07, 2013, 01:21:43 AM
 #122

Finally got mine working at 7.4 Mh - let's see how this goes.
Maconi
Member
**
Offline Offline

Activity: 64
Merit: 10


View Profile
December 07, 2013, 01:22:14 AM
 #123

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?)?

YinCoin YangCoin ☯☯First Ever POS/POW Alternator! Multipool! ☯ ☯ http://yinyangpool.com/ 
Free Distribution! https://bitcointalk.org/index.php?topic=623937
Bwincoin - 100% Free POS. B4hZNM87m17kEBmkZgz7TGmf2QzPaqmWKv
pabloangello
Legendary
*
Offline Offline

Activity: 1344
Merit: 1001


View Profile
December 07, 2013, 01:23:05 AM
 #124

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.

trinsic
Full Member
***
Offline Offline

Activity: 205
Merit: 100


View Profile
December 07, 2013, 01:24:28 AM
 #125

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
sphere (OP)
Full Member
***
Offline Offline

Activity: 224
Merit: 100


View Profile
December 07, 2013, 01:27:48 AM
 #126

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

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

Activity: 1344
Merit: 1001


View Profile
December 07, 2013, 01:28:53 AM
 #127

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?

trinsic
Full Member
***
Offline Offline

Activity: 205
Merit: 100


View Profile
December 07, 2013, 01:35:38 AM
 #128

globed.exe listtransactions will show found blocks.

globed.exe getbalance "*" will show confirmed/unconfirmed balance
pabloangello
Legendary
*
Offline Offline

Activity: 1344
Merit: 1001


View Profile
December 07, 2013, 01:42:59 AM
 #129

Mining 20 min on i7 still nothing.

Kyune
Sr. Member
****
Offline Offline

Activity: 287
Merit: 250


View Profile
December 07, 2013, 01:50:26 AM
 #130

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.

BTC:  1K4VpdQXQhgmTmq68rbWhybvoRcyNHKyVP
sphere (OP)
Full Member
***
Offline Offline

Activity: 224
Merit: 100


View Profile
December 07, 2013, 01:58:38 AM
 #131

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.

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

Activity: 308
Merit: 250


Vod is a liar


View Profile
December 07, 2013, 01:59:13 AM
 #132

wow, messed around with the config, restarted, got a block in less than a minute Cheesy
sphere (OP)
Full Member
***
Offline Offline

Activity: 224
Merit: 100


View Profile
December 07, 2013, 02:04:25 AM
 #133

Sourcecode updated to fix checkpoints issue ( i hope). New binaries will hopefully come tomorrow. If an issue arises before then please compile yourselves.  

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:06:08 AM
 #134

wow, messed around with the config, restarted, got a block in less than a minute Cheesy
are you using external miner?

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

Activity: 287
Merit: 250


View Profile
December 07, 2013, 02:26:32 AM
 #135

When does diff go up because it's a orphan graveyard now.
Unsure.  I expected an adjustment at block 2016 but I guess I was reading too quickly...

BTC:  1K4VpdQXQhgmTmq68rbWhybvoRcyNHKyVP
sphere (OP)
Full Member
***
Offline Offline

Activity: 224
Merit: 100


View Profile
December 07, 2013, 02:37:54 AM
 #136

Dont want to goto pain of compiling on windows again so 1500 globes for anyone who can compile the new source code at https://github.com/Sphere2013/GlobeCrypto for windows. Good luck

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:40:23 AM
 #137

New bitcoin binary and qt up for linux. If running windows please try and compile yourself and share with the rest of us Smiley

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

Activity: 287
Merit: 250


View Profile
December 07, 2013, 03:24:24 AM
 #138

When does diff go up because it's a orphan graveyard now.
Unsure.  I expected an adjustment at block 2016 but I guess I was reading too quickly...
Now diff 4.  Presumably rose at block 4032.

BTC:  1K4VpdQXQhgmTmq68rbWhybvoRcyNHKyVP
Tranz
Legendary
*
Offline Offline

Activity: 1540
Merit: 1052


May the force bit with you.


View Profile
December 07, 2013, 03:28:37 AM
 #139

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"))

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

Activity: 1218
Merit: 1002



View Profile WWW
December 07, 2013, 03:59:56 AM
 #140

Guide for debian installation nedeed
thanks
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 ... 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!