Viperbass
|
|
December 29, 2013, 04:28:08 PM |
|
I rebuilt the daemon used at icoin.pool.digiraha.ee pool, the original daemon lacked some functionality... block finding rate should improve ~10-20%
Nice one, I gotta say the pool is nice and stable, maybe 1 whale should move from the other pool just to balance things out a bit. http://icoin.pool.digiraha.ee (1% fee, vardiff 16-1024)
|
|
|
|
cottonpaper
Newbie
Offline
Activity: 28
Merit: 0
|
|
December 29, 2013, 04:30:10 PM |
|
say no to premined coin.
|
|
|
|
martin23
Newbie
Offline
Activity: 51
Merit: 0
|
|
December 29, 2013, 04:31:19 PM |
|
BjmJvxFh7x2V53GsdwbpJXSsunq7i5vF3T
|
|
|
|
Viperbass
|
|
December 29, 2013, 04:33:06 PM |
|
Just one suggestion.
Someone needs to create a IDice website for this coin. I will start chatting with some of the exchanges to get this on there radar.
|
|
|
|
El_Nickio
Member
Offline
Activity: 95
Merit: 10
|
|
December 29, 2013, 04:34:24 PM |
|
Will probably give it a go!
|
|
|
|
WOPR
Full Member
Offline
Activity: 223
Merit: 100
Birb.co Bounty and Airdrop Manager
|
|
December 29, 2013, 04:38:54 PM |
|
P2Pool for this new coin: http://icoin.altpool.pw:19360User: ICOIN_ADDRESS Password: x Fee: 1% Cgminer example: cgminer --scrypt -s 5 -Q 0 -E 1 -o stratum+tcp://icoin.altpool.pw:19360 -u ICOIN_ADDRESS -p x Cpuminer example: minerd --algo scrypt -s 5 -o icoin.altpool.pw:19360 -u ICOIN_ADDRESS -p x Miners with low hashrate can manually adjust the difficulty to optimize performance in shares according this table: 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 | Example: For ~50 KH/s, use ICOIN_ADDRESS+0.00005821 as username (replace 'ICOIN_ADDRESS' with your real iCoin wallet address).
P2Pool operators, this is my setup: p2pool/networks.py icoin=math.Object( PARENT=networks.nets['icoin'], SHARE_PERIOD=15, CHAIN_LENGTH=12*60*60//15, REAL_CHAIN_LENGTH=12*60*60//15, TARGET_LOOKBEHIND=20, SPREAD=3, IDENTIFIER='fe660995d56016f4'.decode('hex'), PREFIX='c801d27595a8a637'.decode('hex'), P2P_PORT=8777, MIN_TARGET=0, MAX_TARGET=2**256//2**20 - 1, PERSIST=False, WORKER_PORT=9777, BOOTSTRAP_ADDRS='icoin.altpool.pw'.split(' '), ANNOUNCE_CHANNEL='#p2pool-alt', VERSION_CHECK=lambda v: True, ), p2pool/bitcoin/networks.py icoin=math.Object( P2P_PREFIX='dcc1c104'.decode('hex'), P2P_PORT=9889, ADDRESS_VERSION=26, RPC_PORT=9888, RPC_CHECK=defer.inlineCallbacks(lambda bitcoind: defer.returnValue( 'iCoinaddress' in (yield bitcoind.rpc_help()) and not (yield bitcoind.rpc_getinfo())['testnet'] )), SUBSIDY_FUNC=lambda height: 100*100000000 >> (height * 1)//128000, POW_FUNC=lambda data: pack.IntType(256).unpack(__import__('ltc_scrypt').getPoWHash(data)), BLOCK_PERIOD=60, # s SYMBOL='ICOIN', CONF_FILE_FUNC=lambda: os.path.join(os.path.join(os.environ['APPDATA'], 'iCoin') if platform.system() == 'Windows' else os.path.expanduser('~/Library/Application Support/iCoin/') if platform.system() == 'Darwin' else os.path.expanduser('~/.iCoin'), 'iCoin.conf'), BLOCK_EXPLORER_URL_PREFIX='http://www.icoin.pw/block/', ADDRESS_EXPLORER_URL_PREFIX='http://www.icoin.pw/address/', TX_EXPLORER_URL_PREFIX='http://www.icoin.pw/tx/', SANE_TARGET_RANGE=(2**256//1000000000 - 1, 2**256//1000 - 1), DUMB_SCRYPT_DIFF=2**16, DUST_THRESHOLD=0.03e8, ),
|
|
|
|
murkanovic
|
|
December 29, 2013, 04:39:37 PM |
|
I rebuilt the daemon used at icoin.pool.digiraha.ee pool, the original daemon lacked some functionality... block finding rate should improve ~10-20%
Can you share your fix? Ty. Let me run it for a few hours, i'd like to test it out. If it's working fine, i'll let you know
|
|
|
|
cryptohunter
Legendary
Offline
Activity: 2100
Merit: 1167
MY RED TRUST LEFT BY SCUMBAGS - READ MY SIG
|
|
December 29, 2013, 04:42:00 PM |
|
HUGE PREMINE - dump this coin, someone just start another coin called icoin without premine....we all move to that one.
|
|
|
|
Leather
|
|
December 29, 2013, 04:43:04 PM |
|
i like this coin,ready to mining
BTuYFAP89YS5fNMLvpBMgJBBaArbXcdK4j
|
|
|
|
Viperbass
|
|
December 29, 2013, 04:44:00 PM |
|
HUGE PREMINE - dump this coin, someone just start another coin called icoin without premine....we all move to that one.
It's actually a great idea to premine and then pay people for building services for your coin.
|
|
|
|
Mightymoo
|
|
December 29, 2013, 04:45:48 PM |
|
Just started to solo mine and have got 2 rejected blocks. Anyone else getting rejects?
|
|
|
|
lololol3
Newbie
Offline
Activity: 28
Merit: 0
|
|
December 29, 2013, 04:45:58 PM |
|
cudaminer.exe -d 0 -i 0 -C 1 -l K14x8 -o stratum+tcp://icoin.altpool.pw:19360 -O Bs3j3fyivhu9SLXvQ7VAdogwS4UdYAeJy7+0.00005821:password is this good setting for cudaminer? btw send some coins pls Bs3j3fyivhu9SLXvQ7VAdogwS4UdYAeJy7
|
|
|
|
cryptohunter
Legendary
Offline
Activity: 2100
Merit: 1167
MY RED TRUST LEFT BY SCUMBAGS - READ MY SIG
|
|
December 29, 2013, 04:46:16 PM |
|
HUGE PREMINE - dump this coin, someone just start another coin called icoin without premine....we all move to that one.
It's actually a great idea to premine and then pay people for building services for your coin. Not 1000 blocks of something with a 10min block target it is not. This coin needs to be trashed
|
|
|
|
Amph
Legendary
Offline
Activity: 3248
Merit: 1070
|
|
December 29, 2013, 04:49:17 PM |
|
HUGE PREMINE - dump this coin, someone just start another coin called icoin without premine....we all move to that one.
only 1%
|
|
|
|
WOPR
Full Member
Offline
Activity: 223
Merit: 100
Birb.co Bounty and Airdrop Manager
|
|
December 29, 2013, 04:52:55 PM |
|
cudaminer.exe -d 0 -i 0 -C 1 -l K14x8 -o stratum+tcp://icoin.altpool.pw:19360 -O Bs3j3fyivhu9SLXvQ7VAdogwS4UdYAeJy7+0.00005821:password is this good setting for cudaminer? btw send some coins pls Bs3j3fyivhu9SLXvQ7VAdogwS4UdYAeJy7 Yes, if your hashrate is around 50 KH/s.
|
|
|
|
awais3344
|
|
December 29, 2013, 04:53:41 PM |
|
gonna check, should I try solo mine with 700khash?
|
▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ NEOSCOIN +POD Developers +Active Community - V2 Coming Soon! Live In-App Trading, Live Pool Stats - IRC - Arbitrush Anonymous System soon!! NEOSCOIN ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
|
|
|
lololol3
Newbie
Offline
Activity: 28
Merit: 0
|
|
December 29, 2013, 04:56:51 PM |
|
i have to say the p2p is much better for lower hashrate i get 1-3 icoins every 10 minutes anyway can anyone donate a little? I mine on laptop.... Bs3j3fyivhu9SLXvQ7VAdogwS4UdYAeJy7
|
|
|
|
|
Freekje
|
|
December 29, 2013, 04:58:41 PM |
|
My logo entry original psd and without "TEST" on it available ofcourse ;]
|
Signatures are so 2014.
|
|
|
sydeu
|
|
December 29, 2013, 04:59:27 PM |
|
Giveaway Please leave your ICOIN address and we will reward you ICOIN.
Supporting this with my little mining power! Please give me some: BXFUGoiAUdBDDC6w9PgmnoV3AFLgj1qntZ thank you!
|
|
|
|
|