Author Topic: [FASTCOIN] [P2Pool] [PPLNS] 1% Fee | No Registration | fst.inetrader.com  (Read 5774 times)

0 Members and 1 Guest are viewing this topic.

Offline m0gliE

  • Administrator
  • Jr. Member
  • *****
  • Posts: 60
  • Karma: +7/-0
  • take me to the jungle
    • View Profile
    • The Computer Field
Fastcoin P2Pool
Server Location: USA/LA

Site Info: http://fst.inetrader.com
Server Stats: http://fst.inetrader.com:5150/static

Statum:  -o stratum+tcp://fst.inetrader.com:5150 -u <your_fastcoin_address> -p <random_password>
Non Stratum: -o http://fst.inetrader.com:5150 -u <your_fastcoin_address> -p <random_password>

Reducing DOA; Add /16 directly to the END of your WALLET address.
i.e. cgminer -o http://fst.inetrader.com:5150 -u fo236XeXzve76Xbvm1yPR51fJCnfqJs3BA/16 -p x

Recommend Share difficulty:

/16
 
Just as a reminder, there are no accounts or coins stored by the pool. No confirmations to wait for....your coins are sent to you as soon as a block is found. Every block found is simultaneously announced across all the wallets in the P2Pool so there are less orphans encountered.
« Last Edit: January 14, 2015, 04:26:23 AM by m0gliE »



Offline m0gliE

  • Administrator
  • Jr. Member
  • *****
  • Posts: 60
  • Karma: +7/-0
  • take me to the jungle
    • View Profile
    • The Computer Field
Re: [FASTCOIN] [P2Pool] [PPLNS] 2% Fee | No Registration | fst.inetrader.com
« Reply #1 on: January 26, 2014, 09:43:16 AM »
Fastcoin recommended settings for P2Pool nodes
----------------------------------------------
 
Updated - 3/25/14 - P2Pool Fork - https://github.com/d0gZpAw/p2pool
 
- p2pool/networks.py
 
Code: [Select]
),
    fastcoin=math.Object(
        PARENT=networks.nets['fastcoin'],
        SHARE_PERIOD=6, # seconds
        NEW_SHARE_PERIOD=6, # 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='9f2e390aa41ffade'.decode('hex'),
        PREFIX='50f713ab040dfade'.decode('hex'),
        P2P_PORT=23660,
        MIN_TARGET=0,
        MAX_TARGET=2**256//2**20 - 1,
        PERSIST=False,
        WORKER_PORT=5150,
        BOOTSTRAP_ADDRS='fst.inetrader.com'.split(' '),
        ANNOUNCE_CHANNEL='#p2pool-fst',
        VERSION_CHECK=lambda v: True,
        VERSION_WARNING=lambda v: 'Upgrade Fastcoin to >= 0.8.5.1!' if v < 70002 else None,
    ),

- p2pool/bitcoin/networks.py
 
Code: [Select]
),
    fastcoin=math.Object(
        P2P_PREFIX='fbc0b6db'.decode('hex'),
        P2P_PORT=9526,
        ADDRESS_VERSION=96,
        RPC_PORT=9527,
        RPC_CHECK=defer.inlineCallbacks(lambda bitcoind: defer.returnValue(
            'fastcoinaddress' in (yield bitcoind.rpc_help()) and
            not (yield bitcoind.rpc_getinfo())['testnet']
        )),
        SUBSIDY_FUNC=lambda height: 32*100000000 >> (height + 1)//2592000,
        POW_FUNC=lambda data: pack.IntType(256).unpack(__import_../index/__.css'ltc_scrypt').getPoWHash(data)),
        BLOCK_PERIOD=12, # s
        SYMBOL='FST',
        CONF_FILE_FUNC=lambda: os.path.join(os.path.join(os.environ['APPDATA'], 'Fastcoin') if platform.system() == 'Windows' else os.path.expanduser('~/Library/Application Support/Fastcoin/') if platform.system() == 'Darwin' else os.path.expanduser('~/.fastcoin'), 'fastcoin.conf'),
        BLOCK_EXPLORER_URL_PREFIX='http://fst.webboise.com/block/',
        ADDRESS_EXPLORER_URL_PREFIX='http://fst.webboise.com/address/',
        TX_EXPLORER_URL_PREFIX='http://fst.webboise.com/tx/',
        SANE_TARGET_RANGE=(2**256//100000000 - 1, 2**256//1000 - 1),
        DUMB_SCRYPT_DIFF=2**16,
        DUST_THRESHOLD=0.03e8,
    ),
« Last Edit: March 27, 2014, 12:05:32 AM by m0gliE »

Offline m0gliE

  • Administrator
  • Jr. Member
  • *****
  • Posts: 60
  • Karma: +7/-0
  • take me to the jungle
    • View Profile
    • The Computer Field
Re: [FASTCOIN] [P2Pool] [PPLNS] 1% Fee | No Registration | fst.inetrader.com
« Reply #2 on: January 14, 2015, 03:26:57 AM »
The Fastcoin P2Pool network has been able to sustain well over 500 MH/s.

http://www.inetrader.com:5150/static/ has been able to withstand the abuse of these heavy hitting, high hashrate miners. With properly configured hardware, it is possible to mine Fastcoin on the P2Pool quite effectively regardless of your hashrate.



It is suggested that large hashrate miners can fine tune their hardware to reduce DOA. Reducing intensity is another way to ensure you're mining efficiently.
 
Example: adding /16 to the end of your payout address, as well as lowering the intensity on your hardware.

« Last Edit: January 14, 2015, 04:31:02 AM by m0gliE »

Offline mabidex

  • Newbie
  • *
  • Posts: 1
  • Karma: +0/-0
  • Newcomer
    • View Profile
It looks like this pool is not working right...

you having problems?

I can't seem to connect