Pages:
Author

Topic: [ANN][CACH] CACHeCoin released based on scrypt-jane - page 41. (Read 224423 times)

hero member
Activity: 819
Merit: 1000
seems like votes are needed every hr Smiley http://www.coinwarz.com/voting
hero member
Activity: 819
Merit: 1000
And panic sells xD

How much is the annual interest via PoS?

around 5% per coin per year
Sy
legendary
Activity: 1484
Merit: 1003
Bounty Detective
And panic sells xD

How much is the annual interest via PoS?
hero member
Activity: 819
Merit: 1000
Poloniex market unfrozen :-)
legendary
Activity: 914
Merit: 1001
"...does not validate on CPU" - I'm running T5x12 now, everything above seems to break something.

I increased the lookup-gap to 4 now, which gives me the best results so far: ~8.6khash per card.
hero member
Activity: 938
Merit: 1000
thx, it up to 6.7khash now running under linux @ stock clocks.

Still bad. Try my conf:
"algo" : "scrypt-jane:CACH",
"launch-config" : "t5x24",
"batchsize" : "4096",
"lookup-gap" : "2",
"single-memory" : "1",
"hash-parallel" : "2",
"interactive" : "0"

legendary
Activity: 914
Merit: 1001
thx, it up to 6.7khash now running under linux @ stock clocks.
hero member
Activity: 938
Merit: 1000
just wanted to test this coin out. on a single 750Ti I get 4.1khash/s - is that ok? I somewhere read something about 25khash?  Huh

The new n-factor is the culprit. But you should get 9khs at least. Try lookup-gap 3 and batch 4096
legendary
Activity: 914
Merit: 1001
just wanted to test this coin out. on a single 750Ti I get 4.1khash/s - is that ok? I somewhere read something about 25khash?  Huh
hero member
Activity: 819
Merit: 1000
full member
Activity: 131
Merit: 100
My Block Crawler is now updated again!

http://www.coincrawler.de/cach/

greeting
hero member
Activity: 518
Merit: 505
They are adding USD trade pairs and lock down all accounts to 1000$ daily limits as long as you dont verify yourself with official ID. That's scary.

I have noticed the USD pairs (though seem to be not working at the moment), but I have not found any information about any upcoming limits. Where have you found this?
https://www.cryptsy.com/users/verify
member
Activity: 110
Merit: 10
quick question about minting via staked shares.  Will a faster CPU with multi-cores and multi-threads mint from staked coins faster?

Short answer: no.

Basically, the staking is done in a way that most inputs to a stake computation come fixed from the last block, the variables being your coins txid and the time. So as long as your CPU is fast enough to iterate over your wallet once a while (and unless you have gazillion of Cachecoin addresses, this iteration is fast, so even very weak CPU is good enough), then you're not limited by CPU at all and having a more powerful one won't help with staking.

Thanks for the info!
sr. member
Activity: 462
Merit: 251
quick question about minting via staked shares.  Will a faster CPU with multi-cores and multi-threads mint from staked coins faster?

Short answer: no.

Basically, the staking is done in a way that most inputs to a stake computation come fixed from the last block, the variables being your coins txid and the time. So as long as your CPU is fast enough to iterate over your wallet once a while (and unless you have gazillion of Cachecoin addresses, this iteration is fast, so even very weak CPU is good enough), then you're not limited by CPU at all and having a more powerful one won't help with staking.
sr. member
Activity: 462
Merit: 251
They are adding USD trade pairs and lock down all accounts to 1000$ daily limits as long as you dont verify yourself with official ID. That's scary.

I have noticed the USD pairs (though seem to be not working at the moment), but I have not found any information about any upcoming limits. Where have you found this?

member
Activity: 110
Merit: 10
quick question about minting via staked shares.  Will a faster CPU with multi-cores and multi-threads mint from staked coins faster?
legendary
Activity: 1154
Merit: 1001
what does the true stand for?

"true" = unlock for staking only

If "true" is declared, the wallet allows minting/staking to happen, but any spending will require the password to be input again.
If "true" is not declared, the wallet will instead be fully unlocked, allowing transactions to be executed without further password input.

Cheers,
~ Myagui
hero member
Activity: 518
Merit: 505
what does the true stand for?
hero member
Activity: 819
Merit: 1000

OK I think I got it from looking at the sourcecode
https://github.com/kalgecin/CACHeCoin/blob/7144c263855d6b194c26e926e6cf721553b1102a/src/bitcoinrpc.cpp#L267

I guess it's just
Code:
./cachecoind walletpassphrase XXXXXXXXXX 99999999 true

correct me if I'm wrong please.
That is correct
hero member
Activity: 819
Merit: 1000

Sorry if it has been asked / explained before - but I couldn't find the information.

How do I leave my wallet encrypted but unlock it for staking on LINUX with cachecoind running.

I know how to do it on Win (Help>Debug Window>Console...) but it would be easier to just leave it running on a server to stake...

Thanks
Martin
you run
Code:
/path/to/cachecoind
There's no way to do it automatically. Because that would require you to store the password in the conf file. Which makes encrypting your wallet useless.
Pages:
Jump to: