Pages:
Author

Topic: [ANN] GameCoin (GME) - Current version = v0.8.4.2 - page 20. (Read 71762 times)

hero member
Activity: 518
Merit: 500
Bitrated user: ahmedbodi.
ill try to bring mine back up, it was all looking good on my end but i wasnt able to test it yesterday. anyone whos willing to test soon join irc or the web chat
hero member
Activity: 781
Merit: 501

seem work but very low hashrates, even my solo rig  Grin
member
Activity: 95
Merit: 10
hero member
Activity: 781
Merit: 501
do guys know any working pool?
erk
hero member
Activity: 826
Merit: 500
OK its running again.. Apparently Petrified added a version check that doesn't allow old clients (<80400) to connect.. P2Pool is acting like a client and sends its own version to gamecoind. That was still at 80100... Sad

@Erk, sure my values are pasted below; but due to above you at least also have to manually change the version in p2p.py

Mind you to change the ports to the correct value..


Thanks, what port are you using for the p2pool network? Are there any other nodes peering on it?

legendary
Activity: 934
Merit: 1000
OK its running again.. Apparently Petrified added a version check that doesn't allow old clients (<80400) to connect.. P2Pool is acting like a client and sends its own version to gamecoind. That was still at 80100... Sad

@Erk, sure my values are pasted below; but due to above you at least also have to manually change the version in p2p.py

Mind you to change the ports to the correct value..

p2pool/networks.py:
Code:
    gamecoin=math.Object(
        PARENT=networks.nets['gamecoin'],
        SHARE_PERIOD=15, # seconds target spacing
        CHAIN_LENGTH=24*60*60//10, # shares
        REAL_CHAIN_LENGTH=24*60*60//10, # shares
        TARGET_LOOKBEHIND=200, # shares coinbase maturity
        SPREAD=30, # blocks
        IDENTIFIER='be88F5b9c6924288'.decode('hex'),
        PREFIX='b587662ba6d77288'.decode('hex'),
        P2P_PORT=##P2Pool own p2p port,
        MIN_TARGET=0,
        MAX_TARGET=2**256//2**20 - 1,
        PERSIST=False,
        WORKER_PORT=##P2Pool own worker port,
        BOOTSTRAP_ADDRS=''.split(' '),
        ANNOUNCE_CHANNEL='',
        VERSION_CHECK=lambda v: True,
    ),

p2pool/bitcoin/networks.py:
Code:
    gamecoin=math.Object(
        P2P_PREFIX='fbc0b6db'.decode('hex'),
        P2P_PORT=##local gamecoind p2p port,
        ADDRESS_VERSION=38,
        RPC_PORT=## local gamecoind rpc port,
        RPC_CHECK=defer.inlineCallbacks(lambda bitcoind: defer.returnValue(
            'address' in (yield bitcoind.rpc_help()) and
            not (yield bitcoind.rpc_getinfo())['testnet']
        )),
        SUBSIDY_FUNC=lambda height: 1*100000000000 >> (height + 1)//840000,
        POW_FUNC=lambda data: pack.IntType(256).unpack(__import__('ltc_scrypt').getPoWHash(data)),
        BLOCK_PERIOD=150, # s targetspacing
        SYMBOL='GME',
        CONF_FILE_FUNC=lambda: os.path.join(os.path.join(os.environ['APPDATA'], 'franko') if platform.system() == 'Windows' else os.path.expanduser('~/Library/Application Support/Doubloons/') if platform.system() == 'Darwin' else os.path.expanduser('~/.gamecoin'), 'gamecoin.conf'),
        BLOCK_EXPLORER_URL_PREFIX='http://gme.p2pool.nl/block/',
        ADDRESS_EXPLORER_URL_PREFIX='http://gme.p2pool.nl/address/',
        SANE_TARGET_RANGE=(2**256//100000000 - 1, 2**256//1000 - 1),
        DUMB_SCRYPT_DIFF=2**16,
    ),
erk
hero member
Activity: 826
Merit: 500
Hey guys,

I waited till 23am (thats 1am here) but I had to go to bed.. P2Pool is stuck saying it can't connect to the client.. no idea why yet.. I'm trying to fix it..

Cheers
Can I get the patches off you for p2pool for gamecoin? Specifically the networks.py stuff. I just want to set up a small p2pool for back up just like what happened today when there were no working pools for several hours.

legendary
Activity: 934
Merit: 1000
Hey guys,

I waited till 23am (thats 1am here) but I had to go to bed.. P2Pool is stuck saying it can't connect to the client.. no idea why yet.. I'm trying to fix it..

Cheers
hero member
Activity: 781
Merit: 501
any pool that re open for GME guys?
member
Activity: 95
Merit: 10
I couldn't even log into ahmed's pool at all today!  WTF

Same situation for me, already since yesterday
erk
hero member
Activity: 826
Merit: 500
weird, why i got 1000 GME per block?  Shocked
The block time is back to the original 2.5min, not 1min, so there is no need to divide the reward by 2.5.

hero member
Activity: 499
Merit: 500
weird, why i got 1000 GME per block?  Shocked

Mine were also 1000 per.   I believe they abandoned the reward adjustment.
hero member
Activity: 781
Merit: 501
weird, why i got 1000 GME per block?  Shocked
hero member
Activity: 499
Merit: 500
what version of QT did you guys use? I' just want to make sure i;m not wasting time on old QT version.Thanks.

v0.8.4.0-g3aaa7ba-beta

Available from OP
hero member
Activity: 781
Merit: 501
what version of QT did you guys use? I' just want to make sure i;m not wasting time on old QT version.Thanks.
hero member
Activity: 499
Merit: 500
Lucky me,  Just got one.

[2013-09-08 16:40:32] Accepted 00009a1e Diff 109K/19833 BLOCK! GPU 0 pool 1

yeah, me too! first time i had actually success with solo mining  Cool
[2013-09-09 04:51:08] Accepted 0002253b Diff 30.5K/26036 BLOCK! GPU 0

Congrats!!!

  So far I've found a total of 4 blocks but one was stale/orphaned.
hero member
Activity: 781
Merit: 501
so, is the version 0.8.4 stable? Can we go back mine on this coin now?
jr. member
Activity: 60
Merit: 1
Lucky me,  Just got one.

[2013-09-08 16:40:32] Accepted 00009a1e Diff 109K/19833 BLOCK! GPU 0 pool 1

yeah, me too! first time i had actually success with solo mining  Cool
[2013-09-09 04:51:08] Accepted 0002253b Diff 30.5K/26036 BLOCK! GPU 0
sr. member
Activity: 420
Merit: 250
Yep GME is available on port 3339, if you sign up to Tompool it'll create a GME account for you, in which case you can use ctompo.dyndns.org:3339. I've added GME back to the Tompool homepage but for now I'm going to manually point multipool miners to it every little while. Multipool should be moving over to it in a couple of minutes, I just hope GME works this time as there's been a lot of hashing power going towards it recently with no result.
erk
hero member
Activity: 826
Merit: 500
What's up with GME being removed from Cryptsy?
Fork, 51% attack required new client etc. big job.  No point being on Cryptsy until all happy it's stable again.

I would imagine that BigVern would need a resonable explanation of what went wrong, and what's been done to fix it before he would enable GME again.



Pages:
Jump to: