amarian12 (OP)
|
|
June 05, 2014, 11:44:24 AM Last edit: May 23, 2017, 01:08:15 PM by amarian12 |
|
Public P2Pool Servers: http://www.e-pool.net/
Feedback is greatly appreciated.
I am happy to announce that together with our p2pool services (www.e-pool.net) will start delivering also exchange services (www.nlexch.com)
XXX/BTC XXX/LTC XXX/DOGE XXX/NLG XXX/EMC
PS:The code for Exchange it is still in beta testing so please inform us asap when something is wrong at (info@e-pool.net or info@nlexch.com) also if you consider that you like to have any other altcoin pair for trading let us know at info@nlexch.com
|
Imagine a future where IT infrastructures monitor themselves, are able to predict and respond to future business needs and can protect and heal themselves automatically.
|
|
|
mysore
Member
Offline
Activity: 64
Merit: 10
|
|
June 07, 2014, 09:12:00 AM |
|
i will give a shot with this
|
nothing
|
|
|
amarian12 (OP)
|
|
June 07, 2014, 10:25:29 AM Last edit: February 06, 2017, 04:40:22 PM by amarian12 |
|
Share Difficulty
You can set the level of difficulty sent to your miner by appending a difficulty setting to your wallet address. Recommended Share difficulty:
Hash Rate (KHash/s) Difficulty 100 +0.00011641 250 +0.00029103 500 +0.00058207 750 +0.00087310 1000 +0.00116414 10000 +0.0116414 50000 +0.058207
Just extend your YourWalletAddress like YourWalletAddress+0.00029103
For example if you have a hashrate of 250kh/s you would use:
cgminer --scrypt -o stratum+tcp://p2pool.e-pool.net:5758 -u YourWalletAddress -p password
In case of higher DOA decrease the hash rate value 1-5% depending on your stats and connectivity to the pool.
|
Imagine a future where IT infrastructures monitor themselves, are able to predict and respond to future business needs and can protect and heal themselves automatically.
|
|
|
amarian12 (OP)
|
|
June 26, 2014, 10:34:12 AM Last edit: February 06, 2017, 04:41:57 PM by amarian12 |
|
|
Imagine a future where IT infrastructures monitor themselves, are able to predict and respond to future business needs and can protect and heal themselves automatically.
|
|
|
azrin619
Member
Offline
Activity: 82
Merit: 10
|
|
July 13, 2014, 04:16:50 AM |
|
BRD pool not paying for 7 hours. Please check your deamon
|
|
|
|
spazzdla
Legendary
Offline
Activity: 1722
Merit: 1000
|
|
August 10, 2014, 11:13:34 AM |
|
Add Peer-coin PLZZZZZZZZ Mining joule coin with you currently . I love how it shows received via Mining, very cool. If we can get a few miners to mine BTC i'll jump to mine it with ya I can pump out a Ths for BTC. I got 360Gh/s on Peer, I'll jump ship if you add it !! I've got 2 S3s, 3 S1's and a Rbox(the 35gHash, fun toy for alts)
|
|
|
|
spazzdla
Legendary
Offline
Activity: 1722
Merit: 1000
|
|
August 10, 2014, 11:16:44 AM |
|
|
|
|
|
amarian12 (OP)
|
|
August 20, 2014, 12:40:48 PM |
|
If you would like us to host your coin please send us a private message.
|
Imagine a future where IT infrastructures monitor themselves, are able to predict and respond to future business needs and can protect and heal themselves automatically.
|
|
|
amarian12 (OP)
|
|
October 10, 2014, 03:37:11 PM |
|
i did create new mail account info@e-pool.net where you can give us some feedback, or leave a comment.
|
Imagine a future where IT infrastructures monitor themselves, are able to predict and respond to future business needs and can protect and heal themselves automatically.
|
|
|
manfred87
|
|
October 30, 2014, 03:50:32 PM Last edit: October 30, 2014, 04:02:53 PM by manfred87 |
|
Hey! nice service! i am also trying to setup some altcoin p2pools.. can you give me a hint where to get the right config files? seems to be a littlte complicated.. what will happen if different p2p-servers have different config files? will it work? where is the right file? ^^ p2ppool/networks/fastcoin.py 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 = True 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 p2ppool/bitcoin/networks/fastcoin.py 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__('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
|
|
|
|
|
spazzdla
Legendary
Offline
Activity: 1722
Merit: 1000
|
|
October 31, 2014, 02:25:31 PM |
|
The joulecoin pool is working.
|
|
|
|
amarian12 (OP)
|
|
November 03, 2014, 01:01:58 PM |
|
the pool of crafcoin is working perfect ... the block explorer is down but i do not know any other crc explorer working. If you know one let us know.
|
Imagine a future where IT infrastructures monitor themselves, are able to predict and respond to future business needs and can protect and heal themselves automatically.
|
|
|
|
amarian12 (OP)
|
|
November 11, 2014, 09:08:23 PM |
|
we just upgrade our p2pool servers to our custom build version https://github.com/amarian12/p2pool-adaptivestill to upgrade( work in progres for Bitbar, Smartcoin, Novacoin, Quark) we also work to add few more coins.
|
Imagine a future where IT infrastructures monitor themselves, are able to predict and respond to future business needs and can protect and heal themselves automatically.
|
|
|
amarian12 (OP)
|
|
December 01, 2014, 03:45:03 PM |
|
Darkcoin updated to 10.16.16 (Onyx v2)
Digibyte updated to v3.03 MultiShield
|
Imagine a future where IT infrastructures monitor themselves, are able to predict and respond to future business needs and can protect and heal themselves automatically.
|
|
|
amarian12 (OP)
|
|
December 04, 2014, 12:11:46 PM |
|
|
Imagine a future where IT infrastructures monitor themselves, are able to predict and respond to future business needs and can protect and heal themselves automatically.
|
|
|
amarian12 (OP)
|
|
December 21, 2014, 02:30:41 PM |
|
we add securecoin: http://p2pool.e-pool.net:8915/static/Enjoy e-pool mining!
|
Imagine a future where IT infrastructures monitor themselves, are able to predict and respond to future business needs and can protect and heal themselves automatically.
|
|
|
|
amarian12 (OP)
|
|
January 05, 2015, 01:57:29 PM |
|
|
Imagine a future where IT infrastructures monitor themselves, are able to predict and respond to future business needs and can protect and heal themselves automatically.
|
|
|
|