Bitcoin Forum
May 05, 2024, 11:13:33 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   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 29 30 31 32 33 34 35 36 37 38 39 40 41 42 »
  Print  
Author Topic: [ANN] Extremecoin (EXC) - MANDATORY UPGRADE VERSION 1.5 (Kimoto Gravity Well)  (Read 97193 times)
aTriz
Hero Member
*****
Offline Offline

Activity: 1218
Merit: 683


Tontogether | Save Smart & Win Big


View Profile
August 26, 2013, 12:01:12 AM
 #121

Awesome clients syncing perfect, way to stay on top of things!


Hash rate of network has  picked up a bunch as well!

1714950813
Hero Member
*
Offline Offline

Posts: 1714950813

View Profile Personal Message (Offline)

Ignore
1714950813
Reply with quote  #2

1714950813
Report to moderator
1714950813
Hero Member
*
Offline Offline

Posts: 1714950813

View Profile Personal Message (Offline)

Ignore
1714950813
Reply with quote  #2

1714950813
Report to moderator
1714950813
Hero Member
*
Offline Offline

Posts: 1714950813

View Profile Personal Message (Offline)

Ignore
1714950813
Reply with quote  #2

1714950813
Report to moderator
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
CaptChadd (OP)
Hero Member
*****
Offline Offline

Activity: 924
Merit: 1005


Product Marketing & Promotion / Software Developer


View Profile
August 26, 2013, 12:09:06 AM
 #122

Awesome clients syncing perfect, way to stay on top of things!


Hash rate of network has  picked up a bunch as well!

Thanks mate, 1am here aswell. Need to sleep in a bit I think.

Will just update the source.
YukonCoinelius
Member
**
Offline Offline

Activity: 67
Merit: 10


View Profile
August 26, 2013, 01:17:54 AM
 #123

Done and I have tested it on my main rig again and it has synced.
New Fix Windows QT client : https://www.dropbox.com/s/bjym7nxc62pbxzn/Extremecoin%20V1.1.zip
Now it is a lot more simple.

int64 static GetBlockValue(int nHeight, int64 nFees)
{
int64 nSubsidy = 200 * COIN;

if(nHeight>17280) nSubsidy = 1 * COIN;
   
return nSubsidy + nFees;
}

200 coins until block 17280 and then reduces to 1 per block.


This is good -- simple is better, and compatible and will sync with the current blockchain.

One last bug though is:  17280 * 200 = only 3456000 coins.
For 4 million coins, the height limit needs to be 4000000 / 200 = 20000

So the final correct function is as follows  (you can drop this right over the other one):


Code:
int64 static GetBlockValue(int nHeight, int64 nFees)
{
int64 nSubsidy = 200 * COIN;

if (nHeight >= 20000) nSubsidy = 1 * COIN;
   
return nSubsidy + nFees;
}


This will mint 20000 blocks of 200 coins each = 4 million total, then switch to 1 coin/block forever after.  (which is about a 2.6% inflation rate, and rate is decreasing into the future).



By the way, I haven't checked Mincoin, but if that bad code was from there, then Mincoin is wrong too, and some of its blocks are silently losing txn fees.  The function always returns *something*, so it can easily appear to work.  And as long as it's wrong consistently, it can even sync with itself.    (The sync problem for EXC came in because originally you had the fees, and then the Mincoin code has a bug with dropping the fees.  With the above code, EXC is back to good on the fees, so all is well).

blarg
Full Member
***
Offline Offline

Activity: 170
Merit: 100



View Profile
August 26, 2013, 11:58:30 PM
 #124

mining, wth cant hurt
CaptChadd (OP)
Hero Member
*****
Offline Offline

Activity: 924
Merit: 1005


Product Marketing & Promotion / Software Developer


View Profile
August 27, 2013, 12:56:27 PM
 #125

This client is working fine now, the pool has updated too so everything is running fine.

Cryptsy. This coin is awaiting your listing. Any plus ones for this?
djchoppa
Member
**
Offline Offline

Activity: 83
Merit: 10


View Profile
August 27, 2013, 07:08:56 PM
 #126

This client is working fine now, the pool has updated too so everything is running fine.

Cryptsy. This coin is awaiting your listing. Any plus ones for this?

+1

████→→       ● DeepOnion                                                                       ✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯ 
████→→       ● Tor integrated, 100% anonymous!                                ✯       Get Your FREE Coins NOW!      ✯
████→→       ● Free Airdrop! (No ICO, No Crowdfund)                       ✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯
covshark
Jr. Member
*
Offline Offline

Activity: 59
Merit: 10


View Profile
August 27, 2013, 08:58:31 PM
 #127

+1
aTriz
Hero Member
*****
Offline Offline

Activity: 1218
Merit: 683


Tontogether | Save Smart & Win Big


View Profile
August 27, 2013, 09:34:38 PM
 #128

+1

braytz
Hero Member
*****
Offline Offline

Activity: 490
Merit: 501



View Profile
August 27, 2013, 09:41:53 PM
 #129

+1
Jaden
Member
**
Offline Offline

Activity: 99
Merit: 10



View Profile
August 28, 2013, 02:17:43 AM
 #130

+1
Queegeh
Newbie
*
Offline Offline

Activity: 37
Merit: 0



View Profile
August 28, 2013, 07:51:32 AM
 #131

+1
hieu1010
Newbie
*
Offline Offline

Activity: 26
Merit: 10


View Profile
August 28, 2013, 09:43:33 AM
 #132

+1
CaptChadd (OP)
Hero Member
*****
Offline Offline

Activity: 924
Merit: 1005


Product Marketing & Promotion / Software Developer


View Profile
August 28, 2013, 06:40:51 PM
 #133

Loving it  Smiley

They need to know this on Cryptsy. In the chat and on their posts.

Get it on an exchange before the block reward reduction.
Queegeh
Newbie
*
Offline Offline

Activity: 37
Merit: 0



View Profile
August 28, 2013, 09:22:32 PM
 #134

There is a feature request on Cryptsy for this too, check it out here https://cryptsy.freshdesk.com/support/discussions/topics/29994
djchoppa
Member
**
Offline Offline

Activity: 83
Merit: 10


View Profile
August 28, 2013, 10:00:34 PM
 #135

There is a feature request on Cryptsy for this too, check it out here https://cryptsy.freshdesk.com/support/discussions/topics/29994

Cheers Queegeh - Just added my vote and a comment for this on Cryptsy.   Smiley

████→→       ● DeepOnion                                                                       ✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯ 
████→→       ● Tor integrated, 100% anonymous!                                ✯       Get Your FREE Coins NOW!      ✯
████→→       ● Free Airdrop! (No ICO, No Crowdfund)                       ✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯
Queegeh
Newbie
*
Offline Offline

Activity: 37
Merit: 0



View Profile
August 29, 2013, 01:02:48 PM
 #136

Also seen there is another pool running but seems pretty idle at the moment. It is offering a 1% fee.

http://extreme.netcoin.pl/


CaptChadd (OP)
Hero Member
*****
Offline Offline

Activity: 924
Merit: 1005


Product Marketing & Promotion / Software Developer


View Profile
August 29, 2013, 01:39:51 PM
 #137

Good news could be around the corner  Smiley
Queegeh
Newbie
*
Offline Offline

Activity: 37
Merit: 0



View Profile
August 29, 2013, 02:15:45 PM
 #138

I like good news... cryptic yet obvious all in one.  Tongue
pliznau
Full Member
***
Offline Offline

Activity: 182
Merit: 100


View Profile
August 29, 2013, 05:00:07 PM
 #139

This client is working fine now, the pool has updated too so everything is running fine.

Cryptsy. This coin is awaiting your listing. Any plus ones for this?
+10 billions Cheesy

void
Kalimankudenku
Member
**
Offline Offline

Activity: 70
Merit: 10



View Profile
August 29, 2013, 09:42:58 PM
 #140

This client is working fine now, the pool has updated too so everything is running fine.

Cryptsy. This coin is awaiting your listing. Any plus ones for this?

+1
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 29 30 31 32 33 34 35 36 37 38 39 40 41 42 »
  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!