sakkosekk
|
|
February 09, 2014, 10:26:21 PM |
|
Every alt is down in price. Waiting on BTC and Gox situation.
It just a bump on the ride
|
|
|
|
mmininginc
|
|
February 09, 2014, 10:43:27 PM |
|
Where's your server located?
Belgium
|
|
|
|
HollowStorm
Member
Offline
Activity: 70
Merit: 10
|
|
February 09, 2014, 10:49:34 PM Last edit: February 09, 2014, 11:31:31 PM by HollowStorm |
|
@mmininginc Thanks for Sharing the Digibyte Network networks.py code Heres my P2pool info: Pool2eu.dgbmining.com:10024EU Node! Feel free to join! set your wallet address as your username and the password as anything.. Feel free to contribute to the Digibyte P2pool Network! Heres my config: To enable the DGB P2Pool network to grow, networks.py digibyte=math.Object( PARENT=networks.nets['digibyte'], SHARE_PERIOD=15, # seconds CHAIN_LENGTH=24*60*60//10, # shares REAL_CHAIN_LENGTH=24*60*60//10, # shares TARGET_LOOKBEHIND=200, # shares SPREAD=30, # blocks IDENTIFIER='400690cf35352b24'.decode('hex'), PREFIX='fa1fb851e8c0a924'.decode('hex'), P2P_PORT=8024, MIN_TARGET=0, MAX_TARGET=2**256//2**20 - 1, PERSIST=False, WORKER_PORT=10024, BOOTSTRAP_ADDRS='p2p.mine.bz pool2eu.dgbmining.com'.split(' '), ANNOUNCE_CHANNEL='#p2pool-alt', VERSION_CHECK=lambda v: True, ), bitcoin/networks.py digibyte=math.Object( P2P_PREFIX='fac3b6da'.decode('hex'), #pchmessagestart P2P_PORT=12024, ADDRESS_VERSION=30, #pubkey_address RPC_PORT=14022, RPC_CHECK=defer.inlineCallbacks(lambda bitcoind: defer.returnValue( 'digibyteaddress' in (yield bitcoind.rpc_help()) and not (yield bitcoind.rpc_getinfo())['testnet'] )), SUBSIDY_FUNC=lambda height: 8000 *100000000 >> (height + 1)//1051200, POW_FUNC=lambda data: pack.IntType(256).unpack(__import__('ltc_scrypt').getPoWHash(data)), BLOCK_PERIOD=60, # s SYMBOL='DGB', CONF_FILE_FUNC=lambda: os.path.join(os.path.join(os.environ['APPDATA'], 'digibyte') if platform.system() == 'Windows' else os.path.expanduser('~/Library/Application Support/digibyte/') if platform.system() == 'Darwin' else os.path.expanduser('~/.digibyte'), 'digibyte.conf'), BLOCK_EXPLORER_URL_PREFIX='http://altexplorer.net/block/', #dummy ADDRESS_EXPLORER_URL_PREFIX='http://altexplorer.net/address/', TX_EXPLORER_URL_PREFIX='http://altexplorer.net/tx/', SANE_TARGET_RANGE=(2**256//1000000000 - 1, 2**256//1000 - 1), DUMB_SCRYPT_DIFF=2**16, DUST_THRESHOLD=0.03e8, ),To The DigiMoon!
|
|
|
|
Gazza1
|
|
February 09, 2014, 10:51:21 PM |
|
Are multipools even profitable for the miner? It seems like with all the coin switching they would make less, unless the miners were getting pps, which I doubt they are.
|
Impossible is a word found only in the dictionary of fools.
|
|
|
martins
Full Member
Offline
Activity: 140
Merit: 100
Residencial Castor Apart-Hotel
|
|
February 09, 2014, 11:15:03 PM |
|
@mmininginc Thanks for Sharing the Digibyte Network networks.py code Heres my P2pool info: Pool2eu.dgbmining.com:10024EU Node! Feel free to join! Feel free to contribute to the Digibyte P2pool Network! Heres my config: To enable the DGB P2Pool network to grow, networks.py digibyte=math.Object( PARENT=networks.nets['digibyte'], SHARE_PERIOD=15, # seconds CHAIN_LENGTH=24*60*60//10, # shares REAL_CHAIN_LENGTH=24*60*60//10, # shares TARGET_LOOKBEHIND=200, # shares SPREAD=30, # blocks IDENTIFIER='400690cf35352b24'.decode('hex'), PREFIX='fa1fb851e8c0a924'.decode('hex'), P2P_PORT=8024, MIN_TARGET=0, MAX_TARGET=2**256//2**20 - 1, PERSIST=False, WORKER_PORT=10024, BOOTSTRAP_ADDRS='pool2eu.dgbmining.com'.split(' '), ANNOUNCE_CHANNEL='#p2pool-alt', VERSION_CHECK=lambda v: True, ), bitcoin/networks.py digibyte=math.Object( P2P_PREFIX='fac3b6da'.decode('hex'), #pchmessagestart P2P_PORT=12024, ADDRESS_VERSION=30, #pubkey_address RPC_PORT=14022, RPC_CHECK=defer.inlineCallbacks(lambda bitcoind: defer.returnValue( 'digibyteaddress' in (yield bitcoind.rpc_help()) and not (yield bitcoind.rpc_getinfo())['testnet'] )), SUBSIDY_FUNC=lambda height: 8000 *100000000 >> (height + 1)//1051200, POW_FUNC=lambda data: pack.IntType(256).unpack(__import__('ltc_scrypt').getPoWHash(data)), BLOCK_PERIOD=60, # s SYMBOL='DGB', CONF_FILE_FUNC=lambda: os.path.join(os.path.join(os.environ['APPDATA'], 'digibyte') if platform.system() == 'Windows' else os.path.expanduser('~/Library/Application Support/digibyte/') if platform.system() == 'Darwin' else os.path.expanduser('~/.digibyte'), 'digibyte.conf'), BLOCK_EXPLORER_URL_PREFIX='http://altexplorer.net/block/', #dummy ADDRESS_EXPLORER_URL_PREFIX='http://altexplorer.net/address/', TX_EXPLORER_URL_PREFIX='http://altexplorer.net/tx/', SANE_TARGET_RANGE=(2**256//1000000000 - 1, 2**256//1000 - 1), DUMB_SCRYPT_DIFF=2**16, DUST_THRESHOLD=0.03e8, ),To The DigiMoon! do you have any guide to setup a p2pool? not only localy but to others connect to it
|
|
|
|
mmininginc
|
|
February 09, 2014, 11:18:00 PM |
|
@mmininginc Thanks for Sharing the Digibyte Network networks.py code Heres my P2pool info: 8< BOOTSTRAP_ADDRS='pool2eu.dgbmining.com'.split(' '), 8< To The DigiMoon! Np. We should add each other's address here.... BOOTSTRAP_ADDRS='p2p.mine.bz pool2eu.dgbmining.com'.split(' '), A space to separate. In fact only other node addresses matter. When you launch P2Pool, you will see that the server tries to make a connection with itself, detects it, and bans his own address. That's because your own address is in this line. I put my own address in the posted config only in order to let other nodes find my node.
|
|
|
|
mmininginc
|
|
February 09, 2014, 11:51:41 PM |
|
do you have any guide to setup a p2pool? not only localy but to others connect to it
That others can connect to it is standard, as long as your machine is reachable from the Internet. I used these sources to get my P2Pool nodes running: Node requirements are on this page: https://github.com/forrestv/p2poolP2Pool parameters are covered in this thread: https://bitcointalk.org/index.php?topic=214512.0That's about it... it takes a while to figure it out for new alt-coins. No way around it.
|
|
|
|
Gazza1
|
|
February 09, 2014, 11:54:29 PM |
|
**FOR SALE**
6x 7970 Sapphire DualX - 275k DigiBytes a piece 6x 280x Sapphire DualX - 325k DigiBytes a piece 1x Intel i7 3770k - 275k DigiBytes 1x Asus P8Z77M PRO mobo 90k Digibytes 1x Samsung Galaxy S3 Unlocked 285k Digibytes
PM for interest and offers! Going going fast!!!
|
Impossible is a word found only in the dictionary of fools.
|
|
|
HollowStorm
Member
Offline
Activity: 70
Merit: 10
|
|
February 09, 2014, 11:56:14 PM |
|
@mmininginc Thanks for Sharing the Digibyte Network networks.py code Heres my P2pool info: 8< BOOTSTRAP_ADDRS='pool2eu.dgbmining.com'.split(' '), 8< To The DigiMoon! Np. We should add each other's address here.... BOOTSTRAP_ADDRS='p2p.mine.bz pool2eu.dgbmining.com'.split(' '), A space to separate. In fact only other node addresses matter. When you launch P2Pool, you will see that the server tries to make a connection with itself, detects it, and bans his own address. That's because your own address is in this line. I put my own address in the posted config only in order to let other nodes find my node. Done. Removed my node's address and added only that node's address So are we connected yet?
|
|
|
|
martins
Full Member
Offline
Activity: 140
Merit: 100
Residencial Castor Apart-Hotel
|
|
February 10, 2014, 12:18:36 AM |
|
do you have any guide to setup a p2pool? not only localy but to others connect to it
That others can connect to it is standard, as long as your machine is reachable from the Internet. I used these sources to get my P2Pool nodes running: Node requirements are on this page: https://github.com/forrestv/p2poolP2Pool parameters are covered in this thread: https://bitcointalk.org/index.php?topic=214512.0That's about it... it takes a while to figure it out for new alt-coins. No way around it. im mining at your p2pool here is my adress DTaj1VFP5wgeF6dAicTbS38GQvrcv4Z2AD
|
|
|
|
WutriCoin
|
|
February 10, 2014, 12:28:40 AM Last edit: February 12, 2014, 07:19:44 PM by WutriCoin |
|
Azure DigiByte P2PoolDDOS reisistant P2Pool Nodehttp://dgbpool.cloudapp.net:9022/To connect to this P2Pool node simply point your miner at:URL: stratum+tcp://dgbpool.cloudapp.net:9022Username: Your DGB address Password: Anything Sample configurationcgminer.exe --scrypt -o stratum+tcp://dgbpool.cloudapp.net:9022 -u DT7EVu3upbtudLrGxvppZgfz4q4L9ridR3 -p XFast facts1. P2Pool nodes are all part of one single, big, distributed pool 2. When any p2pool worker on any node finds a block, everyone on all the nodes gets paid their share 3. There is no pool wallet, and hence no payout threshold. Payments go directly to your wallet 4. The distributed nature of p2pool resists DDoS attacks Decentralize the hashrate!http://dgbpool.cloudapp.net:9022/
|
|
|
|
|
DigiByte (OP)
Legendary
Offline
Activity: 1722
Merit: 1051
Official DigiByte Account
|
|
February 10, 2014, 02:23:03 AM |
|
Every alt is down in price. Waiting on BTC and Gox situation.
Yes, tomorrow will be a very interesting day in the Crypto world.
|
|
|
|
|
boozoodoo
|
|
February 10, 2014, 05:05:56 AM |
|
Our benefits:
Stable and fast SSD cloud hosting Stratum with VARDIFF Proportional payments E-mail notification Skilled technical support 24/7 Unique DDoS protection system
|
|
|
|
niceman
|
|
February 10, 2014, 05:58:45 AM |
|
Now you can mine DigiByte at www.CoinMine.pw - the best place to park your workers forever! No one second DOWNTIME since pool starts.- Several coins to mine from one account
- Unique functions
- Easy switch worker from web interface without reconnects and stales!
- Switch and monitor workers with API !
- Auto switch workers with personal Coin Sets and Coin's Difficulty range for every Worker
- USD and LTC rates for all mined coins!
- Profitability calculator for LTC and USD for all coins!
- Really FAST and clean interface.
- Self-written server software optimized for maximum performance!
- Cool and impressive functions adds almost every day!
And off course standard: - Dedicated Xeon Server
- SSD HDD RAID
- Several 1Gbit Europe Uplinks
- DDOS Protection
- IRC and E-mail support!
- Stratum
- VARDIFF
- PPL(10MIN)S Payout
- Auto Payouts every minute
And most interesting Still totally 0% fees (mining and payout) during active development phaseYour donates are very appreciated
|
|
|
|
|
boozoodoo
|
|
February 10, 2014, 09:37:21 AM Last edit: February 10, 2014, 05:23:09 PM by boozoodoo |
|
Our benefits:
Stable and fast SSD cloud hosting Stratum with VARDIFF Proportional payments E-mail notification Skilled technical support 24/7 Unique DDoS protection system
Hi, I want to say to all users of our pool - thank you so much that you are with us! Soon we are pleasantly (I hope) will surprise you =) And thanks again! Stay with us!
|
|
|
|
WutriCoin
|
|
February 10, 2014, 10:22:32 AM Last edit: February 12, 2014, 07:19:31 PM by WutriCoin |
|
Azure DigiByte P2PoolDDOS reisistant P2Pool Nodehttp://dgbpool.cloudapp.net:9022/To connect to this P2Pool node simply point your miner at:URL: stratum+tcp://dgbpool.cloudapp.net:9022Username: Your DGB address Password: Anything Sample configurationcgminer.exe --scrypt -o stratum+tcp://dgbpool.cloudapp.net:9022 -u DT7EVu3upbtudLrGxvppZgfz4q4L9ridR3 -p X
Fast facts1. P2Pool nodes are all part of one single, big, distributed pool 2. When any p2pool worker on any node finds a block, everyone on all the nodes gets paid their share 3. There is no pool wallet, and hence no payout threshold. Payments go directly to your wallet 4. The distributed nature of p2pool resists DDoS attacks Decentralize the hashrate!http://dgbpool.cloudapp.net:9022/
|
|
|
|
illodin
|
|
February 10, 2014, 10:45:46 AM |
|
Stop the pool spam ffs this thread is so annoying to read.
|
|
|
|
|