Author

Topic: [ANN][CYP] CYPHER [QUBIT] WE ARE ALIVE | Cypher7A69 - page 131. (Read 243257 times)

member
Activity: 89
Merit: 10
- 31337 -
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
member
Activity: 81
Merit: 10
Thanks for the config settings, I increased my hashrate by over a meg on my 270x just by using "worksize" : "256".
hero member
Activity: 935
Merit: 1001
I don't always drink...
My config will get a 280x = 5.5Mh/s

"kernel": "qubitcoin",
"intensity": "20",
"gpu-engine": "1100",
"gpu-memclock": "1500",
"gpu-threads": "1",
"worksize": "256",
"auto-fan": true
sr. member
Activity: 431
Merit: 250
qubit is a good algo does anybody have any good settings for 280x and 270x sgminer v5.0

280x

"kernel": "qubitcoin",
"intensity": "20",
"gpu-engine": "1100",
"gpu-memclock": "1500",
"gpu-threads": "1",
"worksize": "256",
"auto-fan": true

Will post miners links for both linux and windows(CPU and GPU) in OP at launch for those ones unfamiliar with QUBIT algo.

Thanks.

I'm using this config for while now getting 5 MH/s mining geocoin with r9 290x:

"intensity" : "19,19",
"worksize" : "128,128",
"kernel" : "qubitcoin,qubitcoin",
"difficulty-multiplier" : "256,256",
"thread-concurrency" : "20400,20400,",
"gpu-threads" : "4,4",
"gpu-engine" : "1060,1060",
"gpu-fan" : "0-95",
"gpu-memclock" : "1300,1300",
"gpu-powertune" : "20,20",
"temp-cutoff" : "90,90",
"temp-overheat" : "85,85",
"temp-target" : "74,74",
"auto-fan" : true,
"expiry" : "5",
"failover-switch-delay" : "120",
"gpu-dyninterval" : "7",
"log" : "5",
"no-pool-disable" : true,
"no-submit-stale" : true,
"queue" : "5",
"scan-time" : "7",
"tcp-keepalive" : "30",
"temp-hysteresis" : "3",
"vectors" : "1",
"show-coindiff" : true,
"kernel-path" : "/usr/local/bin",
"del" : "*.bin"
}

Miners links?

Config with miner link to suprnova Cypher pool:

"pools" : [
   {
      "url" : "stratum+tcp://cypher.suprnova.cc:3556",
      "user" : "Weblogin.WorkerName",
      "pass" : "WorkerPassword"
   }
]
,
"intensity" : "19,19",
"worksize" : "128,128",
"kernel" : "qubitcoin,qubitcoin",
"difficulty-multiplier" : "256,256",
"thread-concurrency" : "20400,20400,",
"gpu-threads" : "4,4",
"gpu-engine" : "1060,1060",
"gpu-fan" : "0-95",
"gpu-memclock" : "1300,1300",
"gpu-powertune" : "20,20",
"temp-cutoff" : "90,90",
"temp-overheat" : "85,85",
"temp-target" : "74,74",
"auto-fan" : true,
"expiry" : "5",
"failover-switch-delay" : "120",
"gpu-dyninterval" : "7",
"gpu-platform" : "0",
"log" : "5",
"no-pool-disable" : true,
"no-submit-stale" : true,
"queue" : "5",
"scan-time" : "7",
"tcp-keepalive" : "30",
"temp-hysteresis" : "3",
"vectors" : "1",
"show-coindiff" : true,
"kernel-path" : "/usr/local/bin",
"del" : "*.bin"
}
hero member
Activity: 868
Merit: 1000
qubit is a good algo does anybody have any good settings for 280x and 270x sgminer v5.0

280x

"kernel": "qubitcoin",
"intensity": "20",
"gpu-engine": "1100",
"gpu-memclock": "1500",
"gpu-threads": "1",
"worksize": "256",
"auto-fan": true

Will post miners links for both linux and windows(CPU and GPU) in OP at launch for those ones unfamiliar with QUBIT algo.

Thanks.

I'm using this config for while now getting 5 MH/s mining geocoin with r9 290x:

"intensity" : "19,19",
"worksize" : "128,128",
"kernel" : "qubitcoin,qubitcoin",
"difficulty-multiplier" : "256,256",
"thread-concurrency" : "20400,20400,",
"gpu-threads" : "4,4",
"gpu-engine" : "1060,1060",
"gpu-fan" : "0-95",
"gpu-memclock" : "1300,1300",
"gpu-powertune" : "20,20",
"temp-cutoff" : "90,90",
"temp-overheat" : "85,85",
"temp-target" : "74,74",
"auto-fan" : true,
"expiry" : "5",
"failover-switch-delay" : "120",
"gpu-dyninterval" : "7",
"log" : "5",
"no-pool-disable" : true,
"no-submit-stale" : true,
"queue" : "5",
"scan-time" : "7",
"tcp-keepalive" : "30",
"temp-hysteresis" : "3",
"vectors" : "1",
"show-coindiff" : true,
"kernel-path" : "/usr/local/bin",
"del" : "*.bin"
}

Miners links?
member
Activity: 89
Merit: 10
- 31337 -
Hi,

Follow us on our twitter profile: https://twitter.com/CypherCoin2015   There we will post a lot of stuff.

However what do you think of our Coin logo? 

sr. member
Activity: 431
Merit: 250
qubit is a good algo does anybody have any good settings for 280x and 270x sgminer v5.0

280x

"kernel": "qubitcoin",
"intensity": "20",
"gpu-engine": "1100",
"gpu-memclock": "1500",
"gpu-threads": "1",
"worksize": "256",
"auto-fan": true

Will post miners links for both linux and windows(CPU and GPU) in OP at launch for those ones unfamiliar with QUBIT algo.

Thanks.

I'm using this config for while now getting 5 MH/s mining geocoin with r9 290x:

"intensity" : "19,19",
"worksize" : "128,128",
"kernel" : "qubitcoin,qubitcoin",
"difficulty-multiplier" : "256,256",
"thread-concurrency" : "20400,20400,",
"gpu-threads" : "4,4",
"gpu-engine" : "1060,1060",
"gpu-fan" : "0-95",
"gpu-memclock" : "1300,1300",
"gpu-powertune" : "20,20",
"temp-cutoff" : "90,90",
"temp-overheat" : "85,85",
"temp-target" : "74,74",
"auto-fan" : true,
"expiry" : "5",
"failover-switch-delay" : "120",
"gpu-dyninterval" : "7",
"log" : "5",
"no-pool-disable" : true,
"no-submit-stale" : true,
"queue" : "5",
"scan-time" : "7",
"tcp-keepalive" : "30",
"temp-hysteresis" : "3",
"vectors" : "1",
"show-coindiff" : true,
"kernel-path" : "/usr/local/bin",
"del" : "*.bin"
}
full member
Activity: 189
Merit: 100
Only 0.10 bitcoin? It seems I will buy at least 2 shares in this round. I love the cypherpunk filosofy.
legendary
Activity: 3766
Merit: 1742
Join the world-leading crypto sportsbook NOW!
As stated before:

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 )

Steps for investing:

1) Send 0.1 or a multiple of 0.1 BTC to 38dt4pdBEfVTeCoBVnT7L73FX7YTJ1bava
2) PM me with the TXID, and your preference about showing your nickname or not in the public gdoc spreadsheet (will be used to calculate CYP quantity for each investor)
3) After the wallet release (7th of April 2015 @ 20.00 GMT), PM me with your CYP address
4) Wait 48-72h (generally much less) for the coins release
member
Activity: 89
Merit: 10
- 31337 -
Code:
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

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

In case of launch success: I'll keep the entire fee (0.4 BTC)
In case of launch fail: I'll refund the half of the fee arranged (0.2 BTC to me / 0.2 BTC to the dev address)

Date: 31 of March 2015 @ 15:02
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.22 (MingW32)

iQEcBAEBAgAGBQJVGpxoAAoJEI6tgbdOlXX+JTIH/2DVLIgoUnKXm6TTROANJ3gF
ePyCljOx76K+/eBuQFlKCyx9CKAnFGKR1e2H0trcwTIr22nHHvJN7nhpGhi891XH
qZIAJ6sukf8G43kIdb4yGS3/kJmvrGDviddQzOLSP4OiRSiAqipyk80b4el8s+bS
2lly0iXWseqohBEHEPfuAvS1BOKEdRtQp2bBieWdySSgG9r4mX39+6R1Qc6+gDLQ
86VHAtQNd/S4TTtekS2cZRvSSQ1FpQmz7f6wYYUmLjlgG2S5ByQr/knaX0K5Qf/4
sblpc7sHSglF8d7cgwGsdhx/AUH30KgDqiAwXNLl1haQO/Ckq6/dhhn5m19RPBg=
=2CA3
-----END PGP SIGNATURE-----


Hi,

thanks for your help, now the IEO has officially started! Buy your share with only 0.10 BTC and join the cypherpunk project!

Stay tuned.....
legendary
Activity: 3766
Merit: 1742
Join the world-leading crypto sportsbook NOW!
Code:
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

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

In case of launch success: I'll keep the entire fee (0.4 BTC)
In case of launch fail: I'll refund the half of the fee arranged (0.2 BTC to me / 0.2 BTC to the dev address)

Date: 31 of March 2015 @ 15:02
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.22 (MingW32)

iQEcBAEBAgAGBQJVGpxoAAoJEI6tgbdOlXX+JTIH/2DVLIgoUnKXm6TTROANJ3gF
ePyCljOx76K+/eBuQFlKCyx9CKAnFGKR1e2H0trcwTIr22nHHvJN7nhpGhi891XH
qZIAJ6sukf8G43kIdb4yGS3/kJmvrGDviddQzOLSP4OiRSiAqipyk80b4el8s+bS
2lly0iXWseqohBEHEPfuAvS1BOKEdRtQp2bBieWdySSgG9r4mX39+6R1Qc6+gDLQ
86VHAtQNd/S4TTtekS2cZRvSSQ1FpQmz7f6wYYUmLjlgG2S5ByQr/knaX0K5Qf/4
sblpc7sHSglF8d7cgwGsdhx/AUH30KgDqiAwXNLl1haQO/Ckq6/dhhn5m19RPBg=
=2CA3
-----END PGP SIGNATURE-----
member
Activity: 89
Merit: 10
- 31337 -
The dev has contacted me via PM yesterday for escrowing IEO funds, and we have found an arrangement this morning, so i can confirm that i'll be the escrow for this IEO.

Later i'll post a signed message with the bitcoin address + rules/details.

Here we are, thanks to alex for have accepted to become our escrow.
As soon as he will post address and rules the IEO will start.
We're sorry for the one-day-delay, but it's not a problem, everything is ok, and the coin launch will stay on April 7.
The time of the launch will be announced with the countdown that we're working on it.

legendary
Activity: 3766
Merit: 1742
Join the world-leading crypto sportsbook NOW!
The dev has contacted me via PM yesterday for escrowing IEO funds, and we have found an arrangement this morning, so i can confirm that i'll be the escrow for this IEO.

Later i'll post a signed message with the bitcoin address + rules/details.
hero member
Activity: 868
Merit: 1000
What's up here?
Release date but still no info about ico? What are you waiting?
sr. member
Activity: 350
Merit: 250
QUBIT? Is this worth mining?
sr. member
Activity: 431
Merit: 250
I love the qubit algo, less electricity (then x11) and cooler cards.

Good choice, gonna mine this...
sr. member
Activity: 630
Merit: 258
I'm not familiart with the QUBIT algo but I think it is a good choice (only a few coins use it) and I'm sure it would protect ICO investors & trader.
legendary
Activity: 1414
Merit: 1000
OP updated

Release Date: April 07

We're looking for an escrow, who's interested please PM us




How long will ico run?
full member
Activity: 126
Merit: 100
I haven't QUBIT for that little bit upset but trying to get... Smiley
member
Activity: 89
Merit: 10
- 31337 -
OP updated

Release Date: April 07

We're looking for an escrow, who's interested please PM us


Jump to: