Bitcoin Forum
June 27, 2024, 06:57:52 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: fedoracoin p2pool help needed  (Read 759 times)
szopler (OP)
Newbie
*
Offline Offline

Activity: 1
Merit: 0


View Profile
December 30, 2013, 09:31:45 PM
 #1

Can anybody update this data for FedoraCoin (this is dogecoin sample).
Code:
dogecoin=math.Object(
PARENT=networks.nets['dogecoin'],
SHARE_PERIOD=15, # seconds target spacing
CHAIN_LENGTH=12*60*60//15, # shares
REAL_CHAIN_LENGTH=12*60*60//15, # shares
TARGET_LOOKBEHIND=20, # shares coinbase maturity
SPREAD=10, # blocks
IDENTIFIER='D0D1D2D3B2F68CD9'.decode('hex'),
PREFIX='D0D3D4D541C11DD9'.decode('hex'),
P2P_PORT=8555,
MIN_TARGET=0,
MAX_TARGET=2**256//2**20 - 1,
PERSIST=False,
WORKER_PORT=9555,
BOOTSTRAP_ADDRS='doge.dtdns.net pool.hostv.pl rav3n.dtdns.net p2pool.org'.split(' '),
ANNOUNCE_CHANNEL='#p2pool-alt',
VERSION_CHECK=lambda v: True,
),
kh4n
Newbie
*
Offline Offline

Activity: 40
Merit: 0


View Profile
January 02, 2014, 02:26:20 PM
 #2

Here you have a working p2pool for Fedoracoin (TIPS).

http://94.177.121.13:7556/

0% FEE (i'm in this to support the coin)
PPLNS


You can set the level of difficulty sent to your miner by appending a difficulty setting to your wallet address.

The following difficulty settings can be used as a guide:

Kh/s        Difficulty       
1           +0.00000116
50          +0.000058
100         +0.000116
250         +0.00029
500         +0.00058
750         +0.00087
1000        +0.00116       
1250        +0.00145
1500        +0.00174       
1750        +0.00203
2000        +0.00232


To determine the difficulty for your specific hash rate multiply by 0.00000116
For example, if your miner is capable of 1440 Kh/s:

1440 * 0.00000116 = 0.0016704

Example Connection String for a miner capable of 1440 Kh/s:

cgminer -o http://94.177.121.13:7556 -u EbRzBUacgSMzkr6hzHMmVHApro7yY3Trog+0.0016704 -p password --scrypt --queue 0 --scan-time 5 --expiry 10

**NOTE: In the above command-line USE YOUR FedoraCoin address instead of mine Tongue


Any donation is appreciated.
You can send your TIPS here: EbRzBUacgSMzkr6hzHMmVHApro7yY3Trog

Thank you and happy mining!
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!