Bitcoin Forum
June 24, 2024, 01:10:20 AM *
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)
thefatman82
Member
**
Offline Offline

Activity: 166
Merit: 10


View Profile
January 08, 2014, 05:57:31 PM
 #521

is this dead?

No. I think it continues here... https://bitcointalk.org/index.php?topic=402641.0
netos
Newbie
*
Offline Offline

Activity: 33
Merit: 0


View Profile
January 08, 2014, 09:53:50 PM
 #522

Hi,

i would like to sell a little bit of my icoin currency. Amount: 13.42 icoin (can mine more).
Target currency: BTC, WDC, DOGE.
Please PM me

Viktor
kongkai0000
Newbie
*
Offline Offline

Activity: 56
Merit: 0


View Profile
January 09, 2014, 01:19:54 PM
 #523

BfCpFDn6mx7cyJD44563kNdmgBb1AU5Feb
thanks
WOPR
Full Member
***
Offline Offline

Activity: 223
Merit: 100


Birb.co Bounty and Airdrop Manager


View Profile
January 09, 2014, 08:01:26 PM
Last edit: January 09, 2014, 08:46:00 PM by WOPR
 #524

####### Daemon updated to v.1.2 #######

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 updated to the new coin specifications:

p2pool/networks.py
Code:
    icoin=math.Object(
        PARENT=networks.nets['icoin'],
        SHARE_PERIOD=10, # seconds target spacing
        CHAIN_LENGTH=12*60*60//30, # shares
        REAL_CHAIN_LENGTH=12*60*60//30, # shares
        TARGET_LOOKBEHIND=20, # shares coinbase maturity
        SPREAD=9, # blocks
        IDENTIFIER='e1fc1464cb24cac8'.decode('hex'),
        PREFIX='12af6d3399af7e72'.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 solidpool.org'.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=180, # 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://ichain.altpool.pw:5000/block/',
        ADDRESS_EXPLORER_URL_PREFIX='http://ichain.altpool.pw:5000/address/',
        TX_EXPLORER_URL_PREFIX='http://ichain.altpool.pw:5000/tx/',
        SANE_TARGET_RANGE=(2**256//1000000000 - 1, 2**256//1000 - 1),
        DUMB_SCRYPT_DIFF=2**16,
        DUST_THRESHOLD=0.03e8,
    ),

iChain daemon updated http://ichain.altpool.pw:5000//chain/iCoin



thefatman82
Member
**
Offline Offline

Activity: 166
Merit: 10


View Profile
January 09, 2014, 09:23:49 PM
 #525

Does anyone know if http://ic.mepool.cc is updated to 1.2?
kongkai0000
Newbie
*
Offline Offline

Activity: 56
Merit: 0


View Profile
January 10, 2014, 12:50:41 AM
 #526

BmdJL5me25g95VFt8oKthbpgQ9yuxVzphX
thanks,I will, as always, support the ICOIN, also to try to give me a good partner
ezrahfoundation
Newbie
*
Offline Offline

Activity: 7
Merit: 0


View Profile
January 10, 2014, 01:07:28 AM
 #527

BWkHRG7G8k9tntj6jqoRDvUv37PbWCCu2b
luckygenough56
Legendary
*
Offline Offline

Activity: 1526
Merit: 1012



View Profile
January 10, 2014, 01:17:28 AM
 #528

Bad time for release, too many coins released today and batcoin at the top of the cake  Smiley Will be better tomorrow.
theking7426
Newbie
*
Offline Offline

Activity: 56
Merit: 0


View Profile
January 10, 2014, 01:36:30 AM
 #529

hey so I have updated to the new wallet, deleted everything but wallet.dat and still no sync?Huh
CryptoGuy
Hero Member
*****
Offline Offline

Activity: 524
Merit: 500


View Profile
January 10, 2014, 02:26:30 AM
 #530

I just noticed something with my wallet, both v1 and v1.2. It will say it's out of sync but there's no progress bar on how many blocks are remaining to download. If I let it sit for a couple hours it does eventually update. However, when I went to the new faucet a few minutes ago the payment came into my wallet immediately after I submitted it. So it seems that the block information is up to date but the wallet doesn't recognize that it is.

<Insert favorite coin here>
theking7426
Newbie
*
Offline Offline

Activity: 56
Merit: 0


View Profile
January 10, 2014, 04:31:59 AM
 #531

anything, I have a whole bunch of unconfirmed icoins and my wallet won't sync now, I should have stayed with the old damn wallet
nfigueir
Sr. Member
****
Offline Offline

Activity: 322
Merit: 250


View Profile
January 10, 2014, 09:40:37 AM
 #532

Hi,

I am also having major sync problems with the new wallet.

I have even deleted everything besides the wallet and started sync process again but even after a full night it is still not sync'ed and my iCoins still appear unconfirmed.

Does anybody who has a wallet in sync can share the nodes they are using?

Tks

Gulden NLG: GdQgmEN1ptPzKpnMmRw7pwAuPGiJZCZjHi    Europecoin  ERC: Edg1HCFSsVweehu35YeHXfURKXgEi7qnLm
TeamICoiN
Full Member
***
Offline Offline

Activity: 154
Merit: 100


View Profile
January 10, 2014, 09:59:30 AM
 #533

Hi,

I am also having major sync problems with the new wallet.

I have even deleted everything besides the wallet and started sync process again but even after a full night it is still not sync'ed and my iCoins still appear unconfirmed.

Does anybody who has a wallet in sync can share the nodes they are using?

Tks

Hi Nfi,

You will find the answers in our Official Launch Thread.

https://bitcointalk.org/index.php?topic=407866.0
nfigueir
Sr. Member
****
Offline Offline

Activity: 322
Merit: 250


View Profile
January 10, 2014, 10:20:43 AM
 #534

Downloading the blockchain solved the problem.

https://mega.co.nz/#!VotmFbhZ!TICrbzUlmRivS4EkfSM1vzDidUs5VcCTj7e1dEM2jSI

Thanks

Gulden NLG: GdQgmEN1ptPzKpnMmRw7pwAuPGiJZCZjHi    Europecoin  ERC: Edg1HCFSsVweehu35YeHXfURKXgEi7qnLm
Biontic
Full Member
***
Offline Offline

Activity: 121
Merit: 100

HodL tight, it's gonna get wild


View Profile WWW
January 10, 2014, 01:07:45 PM
 #535

Downloading the blockchain solved the problem.

https://mega.co.nz/#!VotmFbhZ!TICrbzUlmRivS4EkfSM1vzDidUs5VcCTj7e1dEM2jSI

Thanks

Yep - thanks - this sorted it!

Now... which pool?

"The reasonable man adapts himself to the world; the unreasonable one persists in trying to adapt the world to himself.
 Therefore all progress depends on the unreasonable man." ~George Bernard Shaw
nibbloid
Newbie
*
Offline Offline

Activity: 42
Merit: 0


View Profile
January 10, 2014, 01:30:24 PM
 #536

Downloading the blockchain solved the problem.

https://mega.co.nz/#!VotmFbhZ!TICrbzUlmRivS4EkfSM1vzDidUs5VcCTj7e1dEM2jSI

Thanks

Yep - thanks - this sorted it!

Now... which pool?

https://www.miningpool.co
ABCBTC
Newbie
*
Offline Offline

Activity: 42
Merit: 0


View Profile WWW
January 10, 2014, 03:25:48 PM
 #537

sounds interesting!
cryptohunter
Legendary
*
Offline Offline

Activity: 2100
Merit: 1167

MY RED TRUST LEFT BY SCUMBAGS - READ MY SIG


View Profile
January 10, 2014, 03:44:51 PM
 #538

is this working okay, did everyone get synced up?

kongkai0000
Newbie
*
Offline Offline

Activity: 56
Merit: 0


View Profile
January 11, 2014, 02:31:03 AM
 #539

BqKfVPPjjd3sNE2FEhqpWasQCJdJ36cV68
thanks
techbytes
Legendary
*
Offline Offline

Activity: 1694
Merit: 1054


Point. Click. Blockchain


View Profile
January 11, 2014, 01:37:15 PM
 #540

is this working okay, did everyone get synced up?



icoin.cryptopools.com is online and on the correct chain.  Lets get this coin back on track.


-tb-

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!