Bitcoin Forum
May 24, 2024, 12:08:36 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Poll
Question: Should a portion of the unclaimed coins be made available for those that missed the swap?
Yes - We have enough to spare, even for late-comers.
No - Sufficient notice and time to complete the swap was given. It wouldn't be fair to those that were punctual.

Pages: « 1 ... 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 [164] 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 »
  Print  
Author Topic: [ANN][CFC2]Coffeecoin | This coin is under the RevivalCoinGroup management  (Read 252835 times)
coffeecoin (OP)
Member
**
Offline Offline

Activity: 112
Merit: 10


View Profile
May 22, 2014, 05:30:02 PM
 #3261

Sent coffeecoin a msg to communicate through quicker means than pm's here.

Very few of the original specs match your specs in the announce.

Block times are 30 seconds, stake age 3 days min, 9 days max etc.

Can be fixed but some things need to be explained first.

Until I get back to my home office, I won't be able to skype with you. IRC is another viable option too. I'll be back at the office in 2 1/2 to 3 hours, but until then BCT will have to do.

I had a feeling the former dev left the wallet in shambles before handing it down, so no surprises there. All we need is for our coin to work as per the specifications posted here without causing any current holders to lose their funds. A couple of the changes in bold were requested by the community. The unbolded is everything else the former dev told us were the specifications.
marti
Full Member
***
Offline Offline

Activity: 206
Merit: 100


View Profile
May 22, 2014, 06:03:34 PM
 #3262

voted on mintpal #831

www.CoinsSource.com | Your Alternative-Currency Information Source
Orangecoin
Member
**
Offline Offline

Activity: 84
Merit: 10


View Profile
May 22, 2014, 06:08:34 PM
 #3263

The first year of annual interest 10%, afterwards Previous year annual interest *0.95 Check for accuracy
Algorithm: Scrypt POS+POW Remove POW entirely
Block Time: 20 seconds Check for accuracy- Actual 30 second blocks.
Total Coin: 100,000,000 CFC- Confirmed
Mined Block Confirmation: 40 Check for accuracy- code say 1 but it will be the base plus one so wrong.
Transaction Confirmation: 3 Check for accuracy- more than likely 1-6.
POW Reward: 0.0001 CFC Zero, once POW is removed - POW will not stop unless code changed.
Min stake age: 30 days Reduce to 24 hours- Actual 3 days
Max stake age: 90 days Check for accuracy- Actual 9 days.
Add coin control- Yes can be done.
Add "Unlock Wallet" button for ease of staking an encrypted wallet- yes can be done but not recommended for full POS coin.
Port: 16789
Rpc port: 16889

There a few messed up things, retargeting is set at
Code:
static const int64 nTargetTimespan = 1370 * 24 * 60 * 60;  // one week
is actually 5 years. etc.

its not in good shape tbh and needs tons of work.
coffeecoin (OP)
Member
**
Offline Offline

Activity: 112
Merit: 10


View Profile
May 22, 2014, 06:19:15 PM
 #3264

The first year of annual interest 10%, afterwards Previous year annual interest *0.95 Check for accuracy
Algorithm: Scrypt POS+POW Remove POW entirely
Block Time: 20 seconds Check for accuracy- Actual 30 second blocks.
Total Coin: 100,000,000 CFC- Confirmed
Mined Block Confirmation: 40 Check for accuracy- code say 1 but it will be the base plus one so wrong.
Transaction Confirmation: 3 Check for accuracy- more than likely 1-6.
POW Reward: 0.0001 CFC Zero, once POW is removed - POW will not stop unless code changed.
Min stake age: 30 days Reduce to 24 hours- Actual 3 days
Max stake age: 90 days Check for accuracy- Actual 9 days.
Add coin control- Yes can be done.
Add "Unlock Wallet" button for ease of staking an encrypted wallet- yes can be done but not recommended for full POS coin.
Port: 16789
Rpc port: 16889

There a few messed up things, retargeting is set at
Code:
static const int64 nTargetTimespan = 1370 * 24 * 60 * 60;  // one week
is actually 5 years. etc.

its not in good shape tbh and needs tons of work.


I referenced that line on my personal profile "profitus" when speaking to the original dev. Somewhere around 20 pages ago, I believe. Would it be easier to refork a newer version of YBcoin, insert our checkpoints (and whatever else separates CFC from YBC) and the community's desired specifications?
Orangecoin
Member
**
Offline Offline

Activity: 84
Merit: 10


View Profile
May 22, 2014, 06:21:23 PM
 #3265

Yes, that would be by far easier.
coffeecoin (OP)
Member
**
Offline Offline

Activity: 112
Merit: 10


View Profile
May 22, 2014, 06:25:26 PM
 #3266

Yes, that would be by far easier.

And would that result in any of our current holders losing any funds?
Orangecoin
Member
**
Offline Offline

Activity: 84
Merit: 10


View Profile
May 22, 2014, 06:29:12 PM
 #3267

Not as long as its done properly. You change the code moving forward, not backwards.
coffeecoin (OP)
Member
**
Offline Offline

Activity: 112
Merit: 10


View Profile
May 22, 2014, 06:34:29 PM
 #3268

Not as long as its done properly. You change the code moving forward, not backwards.

Ok, so now we have 2 things going for us:

1. Hope
2. A game plan

All we need is a 3rd; A capabale coder that can see this through. Just to clarify, are you pointing out the issues, or would you like to help us fix them?

EDIT: Just saw your PM, apparently, you're already on board  Grin I'll get with you within the hour to discuss the specifications. Some changes, we can live without.
coffeecoin (OP)
Member
**
Offline Offline

Activity: 112
Merit: 10


View Profile
May 22, 2014, 08:15:26 PM
 #3269

Not as long as its done properly. You change the code moving forward, not backwards.

Ok, so now we have 2 things going for us:

1. Hope
2. A game plan

All we need is a 3rd; A capabale coder that can see this through. Just to clarify, are you pointing out the issues, or would you like to help us fix them?

EDIT: Just saw your PM, apparently, you're already on board  Grin I'll get with you within the hour to discuss the specifications. Some changes, we can live without.

Due to timezone differences, our conversation is going to be put on hold for now, until later or tomorrow. I've chosen Crypto.cat to host the discussion and "cfc wallet 1.2" is the name of the room. Any member of the community that would like to chat, discuss the update, tell us about bugs, or just hang out and listen is free to join. To those that frequently contribute ideas for the direction CFC should go, I highly-encourage you to join and also become official members of the CFC Foundation... you know who you are  Wink
marti
Full Member
***
Offline Offline

Activity: 206
Merit: 100


View Profile
May 22, 2014, 09:06:34 PM
 #3270

voted on mintpal #840

www.CoinsSource.com | Your Alternative-Currency Information Source
coinnext
Member
**
Offline Offline

Activity: 112
Merit: 10


View Profile
May 22, 2014, 10:48:35 PM
 #3271



Coinnext Exchange added Coffeecoin

Trade at https://coinnext.com/trade/CFC/BTC

On top, trading is completely free for 90 days.
coffeecoin (OP)
Member
**
Offline Offline

Activity: 112
Merit: 10


View Profile
May 22, 2014, 10:52:40 PM
 #3272



Coinnext Exchange added Coffeecoin

Trade at https://coinnext.com/trade/CFC/BTC

On top, trading is completely free for 90 days.

Nice, a 6th exchange. I'll add it to the OP
marti
Full Member
***
Offline Offline

Activity: 206
Merit: 100


View Profile
May 23, 2014, 06:18:50 AM
 #3273

voted on mintpal #850

www.CoinsSource.com | Your Alternative-Currency Information Source
Bagus23
Member
**
Offline Offline

Activity: 94
Merit: 10

Love Cryptocoin ~


View Profile
May 23, 2014, 06:39:55 AM
 #3274

still use this signature for this coin,

lets drink more coffe.  Grin

:3
maxsinner
Sr. Member
****
Offline Offline

Activity: 336
Merit: 250



View Profile
May 23, 2014, 07:52:36 AM
 #3275

Wtf somebody paid 7.92 BTC to get BitCoinTalk Coin listed on Mintpal. Crazy stuff. https://blockchain.info/address/1Pz3L3jmA32Pej5aLEnpg1wjfhofRLvREi
marti
Full Member
***
Offline Offline

Activity: 206
Merit: 100


View Profile
May 23, 2014, 07:57:52 AM
 #3276

voted on mintpal #856

www.CoinsSource.com | Your Alternative-Currency Information Source
RJX
Legendary
*
Offline Offline

Activity: 1078
Merit: 1003


View Profile
May 23, 2014, 09:03:26 AM
 #3277

Min stake age: 30 days

Does this mean that staking doesnt start until after coins have been in the wallet for 30 days?

I'm confused...

also voted #860 Smiley

SwedishGirl
Sr. Member
****
Offline Offline

Activity: 392
Merit: 250


Looking for shmexy coins!


View Profile
May 23, 2014, 09:28:32 AM
 #3278

Min stake age: 30 days

Does this mean that staking doesnt start until after coins have been in the wallet for 30 days?

I'm confused...

also voted #860 Smiley



Yes but staking is not working in the moment anyway and there will be a new wallet soon, where this is changed to 1 day I think.
quasimodo
Legendary
*
Offline Offline

Activity: 2693
Merit: 1176


Reflinks und User die solche posten sind Scheisse


View Profile
May 23, 2014, 09:29:22 AM
 #3279

Min stake age: 30 days

Does this mean that staking doesnt start until after coins have been in the wallet for 30 days?


yes
amiryaqot
Legendary
*
Offline Offline

Activity: 1050
Merit: 1000



View Profile
May 23, 2014, 09:38:31 AM
 #3280



Coinnext Exchange added Coffeecoin

Trade at https://coinnext.com/trade/CFC/BTC

On top, trading is completely free for 90 days.

Nice, a 6th exchange. I'll add it to the OP

a new hope to the moon..
Pages: « 1 ... 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 [164] 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 »
  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!