Pages:
Author

Topic: [GMC] GameCredits • A Multi-Platform Gaming Currency [GMC] - page 32. (Read 188398 times)

copper member
Activity: 32
Merit: 0
Is there a noob guide available for mining GMC? I'm brand new to scrypt mining, and I'd like to dip my toes in first by starting on my PC and then moving to a miner, assuming I get all my ducks in a row. So hopefully you helpful folks can help get me off to the races.

I downloaded GameCredits Core and ran it, but it didn't seem obvious what to do to get started. When it runs, I see 'No block source available' in the bottom left, and on the right, if I hover over the icon I see '0 active connections to the GamerCredits network'.

I also downloaded cgminer, registered for a pool, and was having trouble running the batch file that's supposed to start it on a Windows machine. I knew that it wouldn't quite work since I don't have a dedicated graphics card installed just yet, although I have a couple laying around that are nothing special but would at least function as training wheels. But I don't see the 'cgiminer' file in the folder that I extracted; only cgming-nogpu. Not sure if this is related to the fact that I don't actually have a dedicated GPU installed yet.

Anyway, I would certainly appreciate it if someone could point me in the right direction. I'm sure there are detailed instructions around here somewhere...
legendary
Activity: 1308
Merit: 1011
p2pool source:
~/p2pool-rav/p2pool/bitcoin/networks/gamecredits.py
Code:
import os
import platform

from twisted.internet import defer

from .. import data, helper
from p2pool.util import pack


P2P_PREFIX = 'fbc0b6db'.decode('hex')
P2P_PORT = 40001
ADDRESS_VERSION = 38
RPC_PORT = 40002
RPC_CHECK = defer.inlineCallbacks(lambda bitcoind: defer.returnValue(
            'gamecreditsaddress' in (yield bitcoind.rpc_help()) and
            not (yield bitcoind.rpc_getinfo())['testnet']
        ))
SUBSIDY_FUNC = lambda height: 25*100000000 >> (height + 1)//840000
POW_FUNC = lambda data: pack.IntType(256).unpack(__import__('ltc_scrypt').getPoWHash(data))
BLOCK_PERIOD = 90 # s
SYMBOL = 'GMC'
CONF_FILE_FUNC = lambda: os.path.join(os.path.join(os.environ['APPDATA'], 'gamecredit') if platform.system() == 'Windows' else os.path.expanduser('~/Library/Application Support/gamecredit/') if platform.system() == 'Darwin' else os.path.expanduser('~/.gamecredit'), 'gamecredit.conf')
BLOCK_EXPLORER_URL_PREFIX = 'http://gmc.cryptocloudhosting.org:3001/block/'
ADDRESS_EXPLORER_URL_PREFIX = 'http://gmc.cryptocloudhosting.org:3001/address/'
TX_EXPLORER_URL_PREFIX = 'http://gmc.cryptocloudhosting.org:3001/tx/'
SANE_TARGET_RANGE = (2**256//100000000 - 1, 2**256//1000 - 1)
DUMB_SCRYPT_DIFF = 2**16
DUST_THRESHOLD = 0.03e8


~/p2pool-rav/p2pool/networks/gamecredits.py
Code:
from p2pool.bitcoin import networks

PARENT = networks.nets['gamecredits']
SHARE_PERIOD = 15 # seconds
NEW_SHARE_PERIOD = 15 # seconds
CHAIN_LENGTH = 24*60*60//10 # shares
REAL_CHAIN_LENGTH = 24*60*60//10 # shares
TARGET_LOOKBEHIND = 60 # shares
SPREAD = 150 # blocks
NEW_SPREAD = 150 # blocks
IDENTIFIER = '5a1a4884fb33717d'.decode('hex')
PREFIX = '878022b63d4b7ea2'.decode('hex')
P2P_PORT = 40003
MIN_TARGET = 0
MAX_TARGET = 2**256//2**20 - 1
PERSIST = False
WORKER_PORT = 40004
BOOTSTRAP_ADDRS = ' '.split(' ')
ANNOUNCE_CHANNEL = '#p2pool-gmc'
VERSION_CHECK = lambda v: True
VERSION_WARNING = lambda v: 'Upgrade GameCredits to >= 0.9.4.3!' if v < 90403 else None

I closed my p2pool - not enough resources on the server
member
Activity: 137
Merit: 10
newbie
Activity: 26
Merit: 0
Install qt creator,
clone with git, failed
create new, kit request, (what a kit? No Kit found, cannot select any kit) cannot create qt....
uninstall.

download the zip.  open qt creator.  go to open file, choose the qt.pro file.  then when it opens, build.  The kits are the compilers you choose to use to build your programs.  I assume your using gcc.  It tells you at the bottom what your supposed to do.  With red thingys for errors.  All gui is based off qt widget tech for linux.  You should learn to use it.  For gui stuffs anyway. 
legendary
Activity: 1372
Merit: 1022
Anarchy is not chaos.
Install qt creator,
clone with git, failed
create new, kit request, (what a kit? No Kit found, cannot select any kit) cannot create qt....
uninstall.

To be honest, I always compile my own wallets, and rarely have had a problem. this one usually compiles in around ten minutes. I personally don't know how to use the QT creator thing, but I might give it a shot later in the day. Meantime, I'll try to find someone who can help you. I want things to be perfect, we have a long way to go.
legendary
Activity: 986
Merit: 1027
Miner-Control.de Pooler
Install qt creator,
clone with git, failed
create new, kit request, (what a kit? No Kit found, cannot select any kit) cannot create qt....
uninstall.
newbie
Activity: 26
Merit: 0
Or if you have a binary file from gamecreditsd for linux.

For bitcoind i can download it from the main site.... Wink


Use qt creator.  The second link is in testing stage and not recommended to use.  I wouldn't touch it.  If you need the rpm for the berkley db http://www.linuxfromscratch.org/blfs/view/svn/server/db.html   

qt creator should be able to build it for you on any linux distro. 
legendary
Activity: 1372
Merit: 1022
Anarchy is not chaos.
Or if you have a binary file from gamecreditsd for linux.

For bitcoind i can download it from the main site.... Wink

noise23 was workin' on that. I'll check.
legendary
Activity: 986
Merit: 1027
Miner-Control.de Pooler
Or if you have a binary file from gamecreditsd for linux.

For bitcoind i can download it from the main site.... Wink
legendary
Activity: 1372
Merit: 1022
Anarchy is not chaos.

unfortunately, that's the original repo. We don't have access to it, and rather sporadic contact with one of the devs. I'll try to get them to point it towards the newest repo, which is here:

https://github.com/gamecredits-project/GameCredits

Sorry about the confusion.

...

ok... but now i have a new error....

i use CentOS and the makefile.unix is missing.

and with autogen.sh and configure i become the error
Code:
configure: error: libdb_cxx headers missing


But i have it on my system.
Code:
locate libdb_cxx
/usr/lib64/libdb_cxx-4.7.so
/usr/lib64/libdb_cxx.so


You need bitcoin ppa, and llibdb 4.8. Just like Bitcoin core. Wait, Centos... Not familiar, but it's RPM based, right? Not sure the procedure for adding the bitcoin version of Berkeley db to that. Anyone else can help the man out?
legendary
Activity: 986
Merit: 1027
Miner-Control.de Pooler

unfortunately, that's the original repo. We don't have access to it, and rather sporadic contact with one of the devs. I'll try to get them to point it towards the newest repo, which is here:

https://github.com/gamecredits-project/GameCredits

Sorry about the confusion.

...

ok... but now i have a new error....

i use CentOS and the makefile.unix is missing.

and with autogen.sh and configure i become the error
Code:
configure: error: libdb_cxx headers missing


But i have it on my system.
Code:
locate libdb_cxx
/usr/lib64/libdb_cxx-4.7.so
/usr/lib64/libdb_cxx.so
legendary
Activity: 1372
Merit: 1022
Anarchy is not chaos.

unfortunately, that's the original repo. We don't have access to it, and rather sporadic contact with one of the devs. I'll try to get them to point it towards the newest repo, which is here:

https://github.com/gamecredits-project/GameCredits

Sorry about the confusion.
legendary
Activity: 986
Merit: 1027
Miner-Control.de Pooler
legendary
Activity: 1372
Merit: 1022
Anarchy is not chaos.
Code:
2015-06-29 19:40:12 connect() failed after select(): Connection refused
2015-06-29 19:40:13 trying connection 37.120.160.213:40002 lastseen=90.9hrs
2015-06-29 19:40:13 connect() failed after select(): Connection refused

addnode=37.120.160.213:40002 remove dont works... whats happend?

look at the version number. If it's older than .9.4.3, it will not connect to the current client. This is by design, as the older clients had serious problems AND the difficulty algorithm was changed from KGW to Earthcoin's algo.

If the version number is correct, then it is likely either on a corrupt chain or simply connectivity issues.

Thats from the official github page....

Code:
{
    "version" : 80905,
    "protocolversion" : 70005,
    "walletversion" : 60000,
    "balance" : 0.00000000,
    "blocks" : 0,
    "timeoffset" : 0,
    "connections" : 1,
    "proxy" : "",
    "difficulty" : 0.00024414,
    "testnet" : false,
    "keypoololdest" : 1435606304,
    "keypoolsize" : 101,
    "paytxfee" : 0.00010000,
    "mininput" : 0.00001000,
    "errors" : ""
}

Which page? Since the takeover, there have been a few people working on it, and we're still consolidating. But that is two major revisions and one hard fork behind. I will get it corrected if it's on one of the pages we control, and try to if it isn't.
member
Activity: 95
Merit: 10
Could someone please post their getpeerinfo - my wallet only has one connection  Huh Huh

sure thing Cheesy

[
{
"addr" : "5.196.20.189:40002",
"addrlocal" : "65.129.84.227:40002",
"services" : "00000001",
"lastsend" : 1435606041,
"lastrecv" : 1435605995,
"bytessent" : 48176,
"bytesrecv" : 76805,
"conntime" : 1435546880,
"pingtime" : 0.00000000,
"version" : 80006,
"subver" : "/GameCredits:0.9.4.3/",
"inbound" : false,
"startingheight" : 1122494,
"banscore" : 0,
"syncnode" : true
},

"inbound" : true,
"startingheight" : 1123084,
"banscore" : 0,
"syncnode" : false
}
]

Thanks  Smiley Wink Cheesy Grin

edit:removed a load of the info - it takes up lots of space  Cheesy

True. Result of being in a hurry Tongue When I have more time, I'll clean it up to just have the nodes Tongue


addnode=5.196.20.189:40002
addnode=104.193.43.106:40002
addnode=188.165.82.227:40002
addnode=108.61.10.90:40002
addnode=75.118.7.151:40002
addnode=95.31.211.13:40002


These are the good ones from above - I don't know where all the other connections in your wallet are from!!
legendary
Activity: 986
Merit: 1027
Miner-Control.de Pooler
Code:
2015-06-29 19:40:12 connect() failed after select(): Connection refused
2015-06-29 19:40:13 trying connection 37.120.160.213:40002 lastseen=90.9hrs
2015-06-29 19:40:13 connect() failed after select(): Connection refused

addnode=37.120.160.213:40002 remove dont works... whats happend?

look at the version number. If it's older than .9.4.3, it will not connect to the current client. This is by design, as the older clients had serious problems AND the difficulty algorithm was changed from KGW to Earthcoin's algo.

If the version number is correct, then it is likely either on a corrupt chain or simply connectivity issues.

Thats from the official github page....

Code:
{
    "version" : 80905,
    "protocolversion" : 70005,
    "walletversion" : 60000,
    "balance" : 0.00000000,
    "blocks" : 0,
    "timeoffset" : 0,
    "connections" : 1,
    "proxy" : "",
    "difficulty" : 0.00024414,
    "testnet" : false,
    "keypoololdest" : 1435606304,
    "keypoolsize" : 101,
    "paytxfee" : 0.00010000,
    "mininput" : 0.00001000,
    "errors" : ""
}
member
Activity: 137
Merit: 10
Foundation is looking for Russian translator. Contact: [email protected]
Cпасибо Smiley
legendary
Activity: 1372
Merit: 1022
Anarchy is not chaos.
Could someone please post their getpeerinfo - my wallet only has one connection  Huh Huh

sure thing Cheesy

[
{
"addr" : "5.196.20.189:40002",
"addrlocal" : "65.129.84.227:40002",
"services" : "00000001",
"lastsend" : 1435606041,
"lastrecv" : 1435605995,
"bytessent" : 48176,
"bytesrecv" : 76805,
"conntime" : 1435546880,
"pingtime" : 0.00000000,
"version" : 80006,
"subver" : "/GameCredits:0.9.4.3/",
"inbound" : false,
"startingheight" : 1122494,
"banscore" : 0,
"syncnode" : true
},

"inbound" : true,
"startingheight" : 1123084,
"banscore" : 0,
"syncnode" : false
}
]

Thanks  Smiley Wink Cheesy Grin

edit:removed a load of the info - it takes up lots of space  Cheesy

True. Result of being in a hurry Tongue When I have more time, I'll clean it up to just have the nodes Tongue
legendary
Activity: 1372
Merit: 1022
Anarchy is not chaos.
Code:
2015-06-29 19:40:12 connect() failed after select(): Connection refused
2015-06-29 19:40:13 trying connection 37.120.160.213:40002 lastseen=90.9hrs
2015-06-29 19:40:13 connect() failed after select(): Connection refused

addnode=37.120.160.213:40002 remove dont works... whats happend?

look at the version number. If it's older than .9.4.3, it will not connect to the current client. This is by design, as the older clients had serious problems AND the difficulty algorithm was changed from KGW to Earthcoin's algo.

If the version number is correct, then it is likely either on a corrupt chain or simply connectivity issues.
member
Activity: 95
Merit: 10
Could someone please post their getpeerinfo - my wallet only has one connection  Huh Huh

sure thing Cheesy

[
{
"addr" : "5.196.20.189:40002",
"addrlocal" : "65.129.84.227:40002",
"services" : "00000001",
"lastsend" : 1435606041,
"lastrecv" : 1435605995,
"bytessent" : 48176,
"bytesrecv" : 76805,
"conntime" : 1435546880,
"pingtime" : 0.00000000,
"version" : 80006,
"subver" : "/GameCredits:0.9.4.3/",
"inbound" : false,
"startingheight" : 1122494,
"banscore" : 0,
"syncnode" : true
},

"inbound" : true,
"startingheight" : 1123084,
"banscore" : 0,
"syncnode" : false
}
]

Thanks  Smiley Wink Cheesy Grin

edit:removed a load of the info - it takes up lots of space  Cheesy
Pages:
Jump to: