Bitcoin Forum
May 06, 2024, 11:38:35 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 43 44 45 46 47 48 49 50 51 52 53 54 ... 133 »
  Print  
Author Topic: [ANN][CYP] CYPHER [QUBIT] WE ARE ALIVE | Cypher7A69  (Read 243204 times)
Cypher7A69 (OP)
Member
**
Offline Offline

Activity: 89
Merit: 10

- 31337 -


View Profile WWW
April 01, 2015, 10:06:07 AM
 #61

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) Huh

After Block 15060 CYP will turn into FULL POS.
We've already made a full mining test on -testnet and works great.

EnCt2e3a440750b4e75ad047aa8c56ed2a04ee5b55735e3a44
1715038715
Hero Member
*
Offline Offline

Posts: 1715038715

View Profile Personal Message (Offline)

Ignore
1715038715
Reply with quote  #2

1715038715
Report to moderator
Even in the event that an attacker gains more than 50% of the network's computational power, only transactions sent by the attacker could be reversed or double-spent. The network would not be destroyed.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1715038715
Hero Member
*
Offline Offline

Posts: 1715038715

View Profile Personal Message (Offline)

Ignore
1715038715
Reply with quote  #2

1715038715
Report to moderator
1715038715
Hero Member
*
Offline Offline

Posts: 1715038715

View Profile Personal Message (Offline)

Ignore
1715038715
Reply with quote  #2

1715038715
Report to moderator
1715038715
Hero Member
*
Offline Offline

Posts: 1715038715

View Profile Personal Message (Offline)

Ignore
1715038715
Reply with quote  #2

1715038715
Report to moderator
pisciolatzu
Full Member
***
Offline Offline

Activity: 165
Merit: 100


ars longa, vita brevis


View Profile
April 01, 2015, 12:25:05 PM
 #62

Would you dev please consider using a different font? Cheesy


occasio praeceps, esperimentum pericolosum, iudicium difficilem
Edkemper
Sr. Member
****
Offline Offline

Activity: 462
Merit: 250


I love to trade


View Profile
April 01, 2015, 02:26:57 PM
 #63

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.


███████████████████████████████████████
███████████████████████████████████████
█████████████████████████████
██████████████████████████
████████████████████████
███████████████████████
█████████████████▐████
███████████████████████
████████████████████████
██████████████████████████
█████████████████████████████
███████████████████████████████████████
███████████████████████████████████████
DECENT
FOUNDATION



██
██
██
██
██
██
██
██
██

██
██
██


[D]ecentralized application
[E]liminated third parties
[C]ontent distribution



██
██
██
██
██
██
██
██
██

██
██
██


[E]ncrypted & secure
[N]o borders
[T]imeless reputation



██
██
██
██
██
██
██
██
██

██
██
██



██
██
██
██
██
██
██
██
██

██
██
██

Fritwakky
Full Member
***
Offline Offline

Activity: 375
Merit: 101


View Profile
April 01, 2015, 02:41:00 PM
 #64

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 Offline

Activity: 462
Merit: 250


I love to trade


View Profile
April 01, 2015, 02:47:07 PM
 #65

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.


███████████████████████████████████████
███████████████████████████████████████
█████████████████████████████
██████████████████████████
████████████████████████
███████████████████████
█████████████████▐████
███████████████████████
████████████████████████
██████████████████████████
█████████████████████████████
███████████████████████████████████████
███████████████████████████████████████
DECENT
FOUNDATION



██
██
██
██
██
██
██
██
██

██
██
██


[D]ecentralized application
[E]liminated third parties
[C]ontent distribution



██
██
██
██
██
██
██
██
██

██
██
██


[E]ncrypted & secure
[N]o borders
[T]imeless reputation



██
██
██
██
██
██
██
██
██

██
██
██



██
██
██
██
██
██
██
██
██

██
██
██

Cypher7A69 (OP)
Member
**
Offline Offline

Activity: 89
Merit: 10

- 31337 -


View Profile WWW
April 01, 2015, 03:36:26 PM
 #66

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 Offline

Activity: 3724
Merit: 1739


Join the world-leading crypto sportsbook NOW!


View Profile
April 01, 2015, 03:40:17 PM
 #67

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.

  ▄▄███████▄███████▄▄▄
 █████████████
▀▀▀▀▀▀████▄▄
███████████████
       ▀▀███▄
███████████████
          ▀███
 █████████████
             ███
███████████▀▀               ███
███                         ███
███                         ███
 ███                       ███
  ███▄                   ▄███
   ▀███▄▄             ▄▄███▀
     ▀▀████▄▄▄▄▄▄▄▄▄████▀▀
         ▀▀▀███████▀▀▀
░░░████▄▄▄▄
░▄▄░
▄▄███████▄▀█████▄▄
██▄████▌▐█▌█████▄██
████▀▄▄▄▌███░▄▄▄▀████
██████▄▄▄█▄▄▄██████
█░███████░▐█▌░███████░█
▀▀██▀░██░▐█▌░██░▀██▀▀
▄▄▄░█▀░█░██░▐█▌░██░█░▀█░▄▄▄
██▀░░░░▀██░▐█▌░██▀░░░░▀██
▀██
█████▄███▀▀██▀▀███▄███████▀
▀███████████████████████▀
▀▀▀▀███████████▀▀▀▀
▄▄██████▄▄
▀█▀
█  █▀█▀
  ▄█  ██  █▄  ▄
█ ▄█ █▀█▄▄█▀█ █▄ █
▀▄█ █ ███▄▄▄▄███ █ █▄▀
▀▀ █    ▄▄▄▄    █ ▀▀
   ██████   █
█     ▀▀     █
▀▄▀▄▀▄▀▄▀▄▀▄
▄ ██████▀▀██████ ▄
▄████████ ██ ████████▄
▀▀███████▄▄███████▀▀
▀▀▀████████▀▀▀
█████████████LEADING CRYPTO SPORTSBOOK & CASINO█████████████
MULTI
CURRENCY
1500+
CASINO GAMES
CRYPTO EXCLUSIVE
CLUBHOUSE
FAST & SECURE
PAYMENTS
.
..PLAY NOW!..
Framauro
Sr. Member
****
Offline Offline

Activity: 431
Merit: 250


View Profile
April 01, 2015, 04:11:20 PM
 #68

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

Activity: 189
Merit: 100



View Profile
April 01, 2015, 04:56:34 PM
 #69

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

Activity: 714
Merit: 500



View Profile
April 01, 2015, 05:43:10 PM
 #70

What is the minimum for this ICO? However nice concept, I think this coin will have an huge success.
arloseb
Hero Member
*****
Offline Offline

Activity: 868
Merit: 1000


View Profile
April 01, 2015, 06:14:12 PM
 #71

 avatars on profiles?
Cypher7A69 (OP)
Member
**
Offline Offline

Activity: 89
Merit: 10

- 31337 -


View Profile WWW
April 01, 2015, 07:47:07 PM
 #72

Follow us on twitter:
https://twitter.com/CypherCoin2015

Official website:
http://www.cypher.pw

EnCt2e3a440750b4e75ad047aa8c56ed2a04ee5b55735e3a44
MaxMinersNet
Sr. Member
****
Offline Offline

Activity: 392
Merit: 250


View Profile
April 01, 2015, 08:19:33 PM
 #73

Pool:

https://cypher.maxminers.net

Ready for pre-reg, please add to OP !
hugs1BTC
Sr. Member
****
Offline Offline

Activity: 350
Merit: 250



View Profile
April 01, 2015, 08:50:53 PM
 #74

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 Offline

Activity: 280
Merit: 10

The Experience Layer of the Decentralized Internet


View Profile WWW
April 02, 2015, 12:47:42 PM
 #75

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 Offline

Activity: 3724
Merit: 1739


Join the world-leading crypto sportsbook NOW!


View Profile
April 02, 2015, 01:02:40 PM
 #76

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

  ▄▄███████▄███████▄▄▄
 █████████████
▀▀▀▀▀▀████▄▄
███████████████
       ▀▀███▄
███████████████
          ▀███
 █████████████
             ███
███████████▀▀               ███
███                         ███
███                         ███
 ███                       ███
  ███▄                   ▄███
   ▀███▄▄             ▄▄███▀
     ▀▀████▄▄▄▄▄▄▄▄▄████▀▀
         ▀▀▀███████▀▀▀
░░░████▄▄▄▄
░▄▄░
▄▄███████▄▀█████▄▄
██▄████▌▐█▌█████▄██
████▀▄▄▄▌███░▄▄▄▀████
██████▄▄▄█▄▄▄██████
█░███████░▐█▌░███████░█
▀▀██▀░██░▐█▌░██░▀██▀▀
▄▄▄░█▀░█░██░▐█▌░██░█░▀█░▄▄▄
██▀░░░░▀██░▐█▌░██▀░░░░▀██
▀██
█████▄███▀▀██▀▀███▄███████▀
▀███████████████████████▀
▀▀▀▀███████████▀▀▀▀
▄▄██████▄▄
▀█▀
█  █▀█▀
  ▄█  ██  █▄  ▄
█ ▄█ █▀█▄▄█▀█ █▄ █
▀▄█ █ ███▄▄▄▄███ █ █▄▀
▀▀ █    ▄▄▄▄    █ ▀▀
   ██████   █
█     ▀▀     █
▀▄▀▄▀▄▀▄▀▄▀▄
▄ ██████▀▀██████ ▄
▄████████ ██ ████████▄
▀▀███████▄▄███████▀▀
▀▀▀████████▀▀▀
█████████████LEADING CRYPTO SPORTSBOOK & CASINO█████████████
MULTI
CURRENCY
1500+
CASINO GAMES
CRYPTO EXCLUSIVE
CLUBHOUSE
FAST & SECURE
PAYMENTS
.
..PLAY NOW!..
arloseb
Hero Member
*****
Offline Offline

Activity: 868
Merit: 1000


View Profile
April 02, 2015, 01:40:04 PM
 #77

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 Offline

Activity: 1218
Merit: 1002



View Profile WWW
April 02, 2015, 01:55:49 PM
 #78

Lyke Crypto, Like Cypher

Escrow is serious

one share for me....
thanks
Edkemper
Sr. Member
****
Offline Offline

Activity: 462
Merit: 250


I love to trade


View Profile
April 02, 2015, 02:06:13 PM
 #79

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?


███████████████████████████████████████
███████████████████████████████████████
█████████████████████████████
██████████████████████████
████████████████████████
███████████████████████
█████████████████▐████
███████████████████████
████████████████████████
██████████████████████████
█████████████████████████████
███████████████████████████████████████
███████████████████████████████████████
DECENT
FOUNDATION



██
██
██
██
██
██
██
██
██

██
██
██


[D]ecentralized application
[E]liminated third parties
[C]ontent distribution



██
██
██
██
██
██
██
██
██

██
██
██


[E]ncrypted & secure
[N]o borders
[T]imeless reputation



██
██
██
██
██
██
██
██
██

██
██
██



██
██
██
██
██
██
██
██
██

██
██
██

mashcom
Full Member
***
Offline Offline

Activity: 189
Merit: 100



View Profile
April 02, 2015, 04:18:39 PM
 #80

I have seen a lot of investment today Smiley. Can someone explain how much I will receive? I've bought 0.20 btc of CYP (2 shares).
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 43 44 45 46 47 48 49 50 51 52 53 54 ... 133 »
  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!