Giter Site home page Giter Site logo

Globalcoin Request/Addition about p2pool-rav HOT 5 OPEN

rav3npl avatar rav3npl commented on August 24, 2024
Globalcoin Request/Addition

from p2pool-rav.

Comments (5)

Rav3nPL avatar Rav3nPL commented on August 24, 2024

This coin have only 40s block time, so if we take 10s share time 1/4 will be doa all the time. We need 5s share target.
Do we need 24h share chain? 12h would be enough to not get too many "jumpers"
Also target_lookbehind is way too big, when miners win join/leave share diff will not react fast as it should.

from p2pool-rav.

 avatar commented on August 24, 2024

So more like this? Also, if my share_period, share_chain or target_lookbehind is different then the other P2Pool nodes wont I get errors if the other nodes have Cartman's settings and not the ones below. I would have to start a new sharechain with these params correct?

globalcoin=math.Object(
PARENT=networks.nets['globalcoin'],
SHARE_PERIOD=5, # seconds target spacing
CHAIN_LENGTH=12_60_60//10, # shares
REAL_CHAIN_LENGTH=12_60_60//10, # shares
TARGET_LOOKBEHIND=100, # shares coinbase maturity
SPREAD=45, # blocks
IDENTIFIER='5F0183D62F698832'.decode('hex'),
PREFIX='52F8CF5955E02234'.decode('hex'),
P2P_PORT=23660,
MIN_TARGET=0,
MAX_TARGET=2256//220 - 1,
PERSIST=False,
WORKER_PORT=8860,
BOOTSTRAP_ADDRS='xpool.net us-east1.cryptovein.com'.split(' '),
ANNOUNCE_CHANNEL='#p2pool-glc',
VERSION_CHECK=lambda v: True,
),

from p2pool-rav.

CartmanSPC avatar CartmanSPC commented on August 24, 2024

Me and Rav3nPL obviously disagree on a few things :)

As you can see at http://xpool.net:8860/ it is not getting 1/4 DOA (1.86% at the moment).
From experience and closely watching large spikes in hash coming and going a spread of 200 is fine.
24 hours allows a larger window for miners to find shares and not be in the dogecoin p2pool situation.

Discussion: https://bitcointalk.org/index.php?topic=457574

from p2pool-rav.

 avatar commented on August 24, 2024

Currently I'm using your settings in Rav's build and it looks to be working fine for Globalcoin. I'll see what the situation is after I receive some coin of course. Should I expect errors by using your settings in Rav's build Cartman?

from p2pool-rav.

CartmanSPC avatar CartmanSPC commented on August 24, 2024

No, we both build off the latest 13.4 from forrestv

from p2pool-rav.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.