Cypher7A69 (OP)
Member
Offline
Activity: 89
Merit: 10
- 31337 -
|
|
April 01, 2015, 10:06:07 AM |
|
That's the block reward:
// miner's coin base reward int64_t GetProofOfWorkReward(int64_t nFees) { if (pindexBest->nHeight < 10){ int64_t nSubsidy = 313370 * COIN; // ICO investors 3133700 if (fDebug && GetBoolArg("-printcreation")) printf("GetProofOfWorkReward() : create=%s nSubsidy=%"PRId64"\n", FormatMoney(nSubsidy).c_str(), nSubsidy); return nSubsidy + nFees; } else if (pindexBest->nHeight < 60){ ZERO REWARDS int64_t nSubsidy = 0 * COIN; if (fDebug && GetBoolArg("-printcreation")) printf("GetProofOfWorkReward() : create=%s nSubsidy=%"PRId64"\n", FormatMoney(nSubsidy).c_str(), nSubsidy); return nSubsidy + nFees; } else if (pindexBest->nHeight < 5060){ int64_t nSubsidy = 300 * COIN; // 1500000 if (fDebug && GetBoolArg("-printcreation")) printf("GetProofOfWorkReward() : create=%s nSubsidy=%"PRId64"\n", FormatMoney(nSubsidy).c_str(), nSubsidy); return nSubsidy + nFees; } else if (pindexBest->nHeight < 10060){ int64_t nSubsidy = 200 * COIN; // 1000000 if (fDebug && GetBoolArg("-printcreation")) printf("GetProofOfWorkReward() : create=%s nSubsidy=%"PRId64"\n", FormatMoney(nSubsidy).c_str(), nSubsidy); return nSubsidy + nFees; } else if (pindexBest->nHeight < 15060){ int64_t nSubsidy = 140 * COIN; // 700000 if (fDebug && GetBoolArg("-printcreation")) printf("GetProofOfWorkReward() : create=%s nSubsidy=%"PRId64"\n", FormatMoney(nSubsidy).c_str(), nSubsidy); return nSubsidy + nFees; } }
Supply will be a little more than stated: 6.333.700
have you noticed there is a bug? what will return when (pindexBest->nHeight >=15060) After Block 15060 CYP will turn into FULL POS. We've already made a full mining test on -testnet and works great.
|
EnCt2e3a440750b4e75ad047aa8c56ed2a04ee5b55735e3a44
|
|
|
pisciolatzu
Full Member
Offline
Activity: 165
Merit: 100
ars longa, vita brevis
|
|
April 01, 2015, 12:25:05 PM |
|
Would you dev please consider using a different font?
|
occasio praeceps, esperimentum pericolosum, iudicium difficilem
|
|
|
Edkemper
Sr. Member
Offline
Activity: 462
Merit: 250
I love to trade
|
|
April 01, 2015, 02:26:57 PM |
|
Damn guys, I've just made a mistake, it's not my fault, but when I sent some mBTC to buy shares, it tooks the fee from the mBTC it self and not from the whole balance, so now there's a TXi of 0.2999 and not a full 0.3. Let me know if it's ok. I've fixed it with another Txi. Sorry again.
|
|
|
|
Fritwakky
|
|
April 01, 2015, 02:41:00 PM |
|
Damn guys, I've just made a mistake, it's not my fault, but when I sent some mBTC to buy shares, it tooks the fee from the mBTC it self and not from the whole balance, so now there's a TXi of 0.2999 and not a full 0.3. Let me know if it's ok. I've fixed it with another Txi. Sorry again.
Ed... what are you doing my friend!!! Im watching this.....
|
|
|
|
Edkemper
Sr. Member
Offline
Activity: 462
Merit: 250
I love to trade
|
|
April 01, 2015, 02:47:07 PM |
|
Damn guys, I've just made a mistake, it's not my fault, but when I sent some mBTC to buy shares, it tooks the fee from the mBTC it self and not from the whole balance, so now there's a TXi of 0.2999 and not a full 0.3. Let me know if it's ok. I've fixed it with another Txi. Sorry again.
Ed... what are you doing my friend!!! Im watching this..... I had some balance on primedice, nevere used it to send BTC, so I sent from there and I got more than 0.3, so sending 0.3 I thought that it takes the fee from the rest of my balance, but it didn't. I bame it on god btw, not my fault.
|
|
|
|
Cypher7A69 (OP)
Member
Offline
Activity: 89
Merit: 10
- 31337 -
|
|
April 01, 2015, 03:36:26 PM |
|
We're ready to launch our website later this week.... http://www.cypher.pw/Damn guys, I've just made a mistake, it's not my fault, but when I sent some mBTC to buy shares, it tooks the fee from the mBTC it self and not from the whole balance, so now there's a TXi of 0.2999 and not a full 0.3. Let me know if it's ok. I've fixed it with another Txi. Sorry again.
Everything is ok, thanks for the support.
|
EnCt2e3a440750b4e75ad047aa8c56ed2a04ee5b55735e3a44
|
|
|
alexrossi
Legendary
Offline
Activity: 3892
Merit: 1745
Join the world-leading crypto sportsbook NOW!
|
|
April 01, 2015, 03:40:17 PM |
|
Damn guys, I've just made a mistake, it's not my fault, but when I sent some mBTC to buy shares, it tooks the fee from the mBTC it self and not from the whole balance, so now there's a TXi of 0.2999 and not a full 0.3. Let me know if it's ok. I've fixed it with another Txi. Sorry again.
I've looked the tx and i've also seen the 0.1 mBTC sent after to round up to 0.3 BTC your sum. Everything is ok, google doc updated.
|
|
|
|
Framauro
|
|
April 01, 2015, 04:11:20 PM |
|
I have had several PM's asking for miners and guides for Qubit mining, you guys should have a look at Geocoin ( https://bitcointalk.org/index.php?topic=923995.0) and my Geocoin Pool, its all been done before, no need to crosspost all the guides and miners here.. You can use the settings from Geocoin 1:1 for Cypher once launched. True, I'm mining geocoin from launch on ocminers pool and also you can test your qubit rig (and config) on suprnova's pool before you gonna mine Cypher.
|
|
|
|
mashcom
|
|
April 01, 2015, 04:56:34 PM |
|
Fantastic! I've bought two shares because I love the cypherpunk world and I hope to see this coin listed on bittrex or c-cex after the launch.
|
|
|
|
abyrnes81
|
|
April 01, 2015, 05:43:10 PM |
|
What is the minimum for this ICO? However nice concept, I think this coin will have an huge success.
|
|
|
|
arloseb
|
|
April 01, 2015, 06:14:12 PM |
|
avatars on profiles?
|
|
|
|
Cypher7A69 (OP)
Member
Offline
Activity: 89
Merit: 10
- 31337 -
|
|
April 01, 2015, 07:47:07 PM |
|
|
EnCt2e3a440750b4e75ad047aa8c56ed2a04ee5b55735e3a44
|
|
|
|
hugs1BTC
|
|
April 01, 2015, 08:50:53 PM |
|
I have had several PM's asking for miners and guides for Qubit mining, you guys should have a look at Geocoin ( https://bitcointalk.org/index.php?topic=923995.0) and my Geocoin Pool, its all been done before, no need to crosspost all the guides and miners here.. You can use the settings from Geocoin 1:1 for Cypher once launched. This is what is was looking for, thanks.
|
|
|
|
rastapirataroberto
Member
Offline
Activity: 280
Merit: 10
The Experience Layer of the Decentralized Internet
|
|
April 02, 2015, 12:47:42 PM |
|
I'm interested, but i have a question. if the escrow fee is 0.4 btc, if the IEO collects 4 btc devs are paying 10% fee for the escrow service, so this ieo has to go up to ~10 btc to pay 5% fee (and still it's much)..
so i will just take a little now, i hope this won't be a problem in the last days before 7 april..
|
|
|
|
alexrossi
Legendary
Offline
Activity: 3892
Merit: 1745
Join the world-leading crypto sportsbook NOW!
|
|
April 02, 2015, 01:02:40 PM |
|
I'm interested, but i have a question. if the escrow fee is 0.4 btc, if the IEO collects 4 btc devs are paying 10% fee for the escrow service, so this ieo has to go up to ~10 btc to pay 5% fee (and still it's much)..
so i will just take a little now, i hope this won't be a problem in the last days before 7 april..
Hi, the devs have paid the fee arranged in advance, basically from their own funds, so what will be received in the escrow address will be forwarded directly to the devs w/o additional fees. For reference i quote the part where i've mentioned this: Arrangement details: IEO address: 38dt4pdBEfVTeCoBVnT7L73FX7YTJ1bava https://blockchain.info/address/38dt4pdBEfVTeCoBVnT7L73FX7YTJ1bava IEO ends on the 7th of April 2015 @ 18.00 GMT Wallet release is on the 7th of April 2015 @ 20.00 GMT IEO share cost: 0.1 BTC IEO supply: 3133700 IEO user quantity: 3133700 * ( BTC SENT / TOTAL BTC INVESTED ) Max 72 hours after the wallet release to send BTC funds to the devs and the coins to the investors. No buywalls will be placed. Funds sent after the end of the IEO won't be elegible for claiming the CYP corresponding. Amount different, or not multiple to 0.1 won't be elegible for claiming the CYP corresponding. Fee of 0.4 BTC paid in advance by Cypher devs: https://blockchain.info/tx/06153bff26ca814f9ce6fbe6d66b3af5f2f0b6884d6dd027e2dbdc6101375a1f
|
|
|
|
arloseb
|
|
April 02, 2015, 01:40:04 PM |
|
This coin will have a huge success. I like cyber-futuristic coins. I'm following also cyber and crycoin,but they are not good as this ones. No website-no roadmap-no twitter.
This is much more professional.
|
|
|
|
ParmaBTC
Legendary
Offline
Activity: 1218
Merit: 1002
|
|
April 02, 2015, 01:55:49 PM |
|
Lyke Crypto, Like Cypher
Escrow is serious
one share for me.... thanks
|
|
|
|
Edkemper
Sr. Member
Offline
Activity: 462
Merit: 250
I love to trade
|
|
April 02, 2015, 02:06:13 PM |
|
btw outside here I'm seeing a lot of coins dedicated to cyber/space/future...everybody at the same time with the same idea!! Will every coin success or the first will...the last won't?
|
|
|
|
mashcom
|
|
April 02, 2015, 04:18:39 PM |
|
I have seen a lot of investment today . Can someone explain how much I will receive? I've bought 0.20 btc of CYP (2 shares).
|
|
|
|
|