Bitcoin Forum
June 19, 2024, 06:09:24 PM *
News: Voting for pizza day contest
 
   Home   Help Search Login Register More  
Pages: « 1 2 3 4 5 6 7 8 9 10 [11] 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 »
  Print  
Author Topic: [PRE-ANN] iCoin - V1.3 Released *Mandatory Upgrade, upgrade ASAP*  (Read 41328 times)
Viperbass
Full Member
***
Offline Offline

Activity: 210
Merit: 100


View Profile
December 29, 2013, 04:28:08 PM
 #201

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 Offline

Activity: 28
Merit: 0


View Profile
December 29, 2013, 04:30:10 PM
 #202

say no to premined coin.
martin23
Newbie
*
Offline Offline

Activity: 51
Merit: 0


View Profile
December 29, 2013, 04:31:19 PM
 #203

BjmJvxFh7x2V53GsdwbpJXSsunq7i5vF3T
Viperbass
Full Member
***
Offline Offline

Activity: 210
Merit: 100


View Profile
December 29, 2013, 04:33:06 PM
 #204

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 Offline

Activity: 95
Merit: 10


View Profile
December 29, 2013, 04:34:24 PM
 #205

Will probably give it a go!
WOPR
Full Member
***
Offline Offline

Activity: 223
Merit: 100


Birb.co Bounty and Airdrop Manager


View Profile
December 29, 2013, 04:38:54 PM
 #206

P2Pool for this new coin:

http://icoin.altpool.pw:19360

User: ICOIN_ADDRESS
Password: x
Fee: 1%


Cgminer example:
Code:
cgminer --scrypt -s 5 -Q 0 -E 1 -o stratum+tcp://icoin.altpool.pw:19360 -u ICOIN_ADDRESS -p x


Cpuminer example:
Code:
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
Code:
    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
Code:
    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
Full Member
***
Offline Offline

Activity: 154
Merit: 100


View Profile
December 29, 2013, 04:39:37 PM
 #207

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

Very many profit at http://doge.pool.digiraha.ee
cryptohunter
Legendary
*
Offline Offline

Activity: 2100
Merit: 1167

MY RED TRUST LEFT BY SCUMBAGS - READ MY SIG


View Profile
December 29, 2013, 04:42:00 PM
 #208

HUGE PREMINE - dump this coin, someone just start another coin called icoin without premine....we all move to that one.

Leather
Full Member
***
Offline Offline

Activity: 196
Merit: 100


View Profile
December 29, 2013, 04:43:04 PM
 #209

i like this coin,ready to mining

BTuYFAP89YS5fNMLvpBMgJBBaArbXcdK4j
Viperbass
Full Member
***
Offline Offline

Activity: 210
Merit: 100


View Profile
December 29, 2013, 04:44:00 PM
 #210

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
Full Member
***
Offline Offline

Activity: 206
Merit: 100


View Profile
December 29, 2013, 04:45:48 PM
 #211

Just started to solo mine and have got 2 rejected blocks. Anyone else getting rejects?
lololol3
Newbie
*
Offline Offline

Activity: 28
Merit: 0


View Profile
December 29, 2013, 04:45:58 PM
 #212

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 Smiley Bs3j3fyivhu9SLXvQ7VAdogwS4UdYAeJy7
cryptohunter
Legendary
*
Offline Offline

Activity: 2100
Merit: 1167

MY RED TRUST LEFT BY SCUMBAGS - READ MY SIG


View Profile
December 29, 2013, 04:46:16 PM
 #213

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 Offline

Activity: 3206
Merit: 1069



View Profile
December 29, 2013, 04:49:17 PM
 #214

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 Offline

Activity: 223
Merit: 100


Birb.co Bounty and Airdrop Manager


View Profile
December 29, 2013, 04:52:55 PM
 #215

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 Smiley Bs3j3fyivhu9SLXvQ7VAdogwS4UdYAeJy7

Yes, if your hashrate is around 50 KH/s.

awais3344
Sr. Member
****
Offline Offline

Activity: 308
Merit: 250


View Profile
December 29, 2013, 04:53:41 PM
 #216

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 Offline

Activity: 28
Merit: 0


View Profile
December 29, 2013, 04:56:51 PM
 #217

i have to say the p2p is much better for lower hashrate Smiley i get 1-3 icoins every 10 minutes

anyway can anyone donate a little? I mine on laptop....  Bs3j3fyivhu9SLXvQ7VAdogwS4UdYAeJy7
112tigra112
Member
**
Offline Offline

Activity: 238
Merit: 10


View Profile
December 29, 2013, 04:57:46 PM
 #218

Happy birthday to me


distribution from me!
https://bitcointalk.org/index.php?topic=389684.0

iCoin:  Bd35mmt8WxoKkarqgv5BWsFMbchXQgyaCL
Freekje
Full Member
***
Offline Offline

Activity: 154
Merit: 100


View Profile
December 29, 2013, 04:58:41 PM
 #219

My logo entry



original psd and without "TEST" on it available ofcourse ;]

Signatures are so 2014.
sydeu
Full Member
***
Offline Offline

Activity: 126
Merit: 100


View Profile
December 29, 2013, 04:59:27 PM
 #220


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! Smiley

My btc adress: 1fuAvp6fpYiii8y8Vr9G7LCPcn3wdDGPj
My reputation thread: https://bitcointalk.org/index.php?topic=391656.0
Pages: « 1 2 3 4 5 6 7 8 9 10 [11] 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 »
  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!