Author Topic: [ANN] [FST] [P2Pool] PPLNS, 2%Fee , No Registration  (Read 1940 times)

0 Members and 1 Guest are viewing this topic.

Offline Beulemann

  • Newbie
  • *
  • Posts: 7
  • Karma: +0/-0
  • Newcomer
    • View Profile
[ANN] [FST] [P2Pool] PPLNS, 2%Fee , No Registration
« on: January 14, 2014, 07:13:03 AM »
Fastcoin P2Pool
Server Location: Europe/Germany

http://www.coin-mining.net (site still in development)
Server Stats: http://www.coin-mining.net:10203

Statum:  -o stratum+tcp://www.coin-mining.net:10203 -u <your_fastcoin_address> -p <random_password>
Non Stratum: -o http://www.coin-mining.net:10203 -u <your_fastcoin_address> -p <random_password>

Reducing DOA:
Add +0.0000xxxx directly to the END of your WALLET address.

i.e.
cgminer -o http://www.coin-mining.net:10203 -u fug3m7kH2PzVGQKiRyfZJ6z2YRr3ot35Zb+0.00087310 -p x

Recommend Share difficulty:
 
 Hash Rate (KHash/s)      Difficulty
----------------------------------------------------------------------
       1                  +0.00000116
       5                  +0.00000582
       10                 +0.00001164
       50                 +0.00005821
       100                +0.00011641
       250                +0.00029103
       500                +0.00058207
       750                +0.00087310
       1000               +0.00116414

Quote
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 24, 2014, 01:26:24 PM by Beulemann »



Offline Beulemann

  • Newbie
  • *
  • Posts: 7
  • Karma: +0/-0
  • Newcomer
    • View Profile
Re: [ANN] [FST] [P2Pool] PPLNS, 2%Fee , No Registration
« Reply #1 on: January 24, 2014, 01:27:08 PM »
please push some hash to push fastcoin

Offline m0gliE

  • Administrator
  • Jr. Member
  • *****
  • Posts: 60
  • Karma: +7/-0
  • take me to the jungle
    • View Profile
    • The Computer Field
Re: [ANN] [FST] [P2Pool] PPLNS, 2%Fee , No Registration
« Reply #2 on: January 24, 2014, 02:34:51 PM »
please push some hash to push fastcoin

Thank you Beulemann! We've connected http://fst.inetrader.com to your node, it's great to see another decentralized pool!

It also doesn't require nearly the amount resources, (for VPS) as a centeralized MPOS pool does, as well as it being far less vulnerable.
« Last Edit: January 24, 2014, 02:43:22 PM by m0gliE »

Offline m0gliE

  • Administrator
  • Jr. Member
  • *****
  • Posts: 60
  • Karma: +7/-0
  • take me to the jungle
    • View Profile
    • The Computer Field
Re: [ANN] [FST] [P2Pool] PPLNS, 2%Fee , No Registration
« Reply #3 on: January 26, 2014, 09:42:10 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___.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:30 AM by m0gliE »

Offline Beulemann

  • Newbie
  • *
  • Posts: 7
  • Karma: +0/-0
  • Newcomer
    • View Profile
Re: [ANN] [FST] [P2Pool] PPLNS, 2%Fee , No Registration
« Reply #4 on: January 27, 2014, 10:04:09 AM »
Pool is down for a daemon update.
currently reindex blockchain.
« Last Edit: January 27, 2014, 11:34:53 AM by Beulemann »

Offline Beulemann

  • Newbie
  • *
  • Posts: 7
  • Karma: +0/-0
  • Newcomer
    • View Profile
Re: [ANN] [FST] [P2Pool] PPLNS, 2%Fee , No Registration
« Reply #5 on: January 27, 2014, 11:35:18 AM »
Pool is up and running 0.8.5.3.