Bitcoin Forum
June 19, 2024, 08:14:35 AM *
News: Voting for pizza day contest
 
   Home   Help Search Login Register More  
Pages: « 1 ... 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 [89] 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 »
  Print  
Author Topic: [ANN][CACH] CACHeCoin released based on scrypt-jane  (Read 224371 times)
rdnkjdi
Legendary
*
Offline Offline

Activity: 1256
Merit: 1009


View Profile
June 10, 2014, 04:36:19 PM
 #1761

When I download and try to install the wallet from gethub binary I get "Error loading blkindex.dat".  Any ideas?

Hi there!
I suppose you need to cleanup from the previous version. I'd suggest that you make a backup of your wallet, then delete all files from the /roaming/cachecoin folder (except wallet.dat, again play safe with your wallet file!), then run the latest binary. This will net you a fresh peer list, and obviously, will have you sync'ing the blockchain again.
Good luck!
~ Myagui

Ahhhh - that was it.  Thanks!
kalgecin (OP)
Hero Member
*****
Offline Offline

Activity: 819
Merit: 1000


View Profile
June 10, 2014, 06:01:59 PM
 #1762

When I download and try to install the wallet from gethub binary I get "Error loading blkindex.dat".  Any ideas?

delete your blockchain data blk0001.dat and blkindex.dat






██████████████████████████████████████████████████████████████████████████████████████████████
██████████████████████████████████████████████████████████████████████████████████████
███████████████████████████████████████████████████████████████████████▄▄▄███████████████████████
███████████████████████████████████████████████████████████████████████▀▀▀████████████████████████
██████████████████████████████████████████████████████████████████████████████████████████████████
█████████████████████████████████████████████████████████████████████████████████████████████████





...INTRODUCING WAVES........
...ULTIMATE ASSET/CUSTOM TOKEN BLOCKCHAIN PLATFORM...






Burninj
Legendary
*
Offline Offline

Activity: 1148
Merit: 1000


View Profile
June 10, 2014, 06:07:16 PM
 #1763

Wonder who's silent pumping the coin on cryptsy for days now   Roll Eyes
No idea what you are talking about. Price is stable for weeks now. And btw it's time to move out funds from cryptsy, the new development is scary.


I'm talking about a SILENT pump...
Someone is buying lots of cach between 0.0008 and 0.001 and does it very patiently so price won't jump suddenly.
kalgecin (OP)
Hero Member
*****
Offline Offline

Activity: 819
Merit: 1000


View Profile
June 10, 2014, 06:32:52 PM
 #1764

Wonder who's silent pumping the coin on cryptsy for days now   Roll Eyes
No idea what you are talking about. Price is stable for weeks now. And btw it's time to move out funds from cryptsy, the new development is scary.


I'm talking about a SILENT pump...
Someone is buying lots of cach between 0.0008 and 0.001 and does it very patiently so price won't jump suddenly.

I have noticed that too. buying between 500 and 1.5k at once....






██████████████████████████████████████████████████████████████████████████████████████████████
██████████████████████████████████████████████████████████████████████████████████████
███████████████████████████████████████████████████████████████████████▄▄▄███████████████████████
███████████████████████████████████████████████████████████████████████▀▀▀████████████████████████
██████████████████████████████████████████████████████████████████████████████████████████████████
█████████████████████████████████████████████████████████████████████████████████████████████████





...INTRODUCING WAVES........
...ULTIMATE ASSET/CUSTOM TOKEN BLOCKCHAIN PLATFORM...






kalgecin (OP)
Hero Member
*****
Offline Offline

Activity: 819
Merit: 1000


View Profile
June 10, 2014, 08:04:43 PM
 #1765

Hey guys, dasource is offering to setup a new block explorer based on abe for 0.5btc. any donations?






██████████████████████████████████████████████████████████████████████████████████████████████
██████████████████████████████████████████████████████████████████████████████████████
███████████████████████████████████████████████████████████████████████▄▄▄███████████████████████
███████████████████████████████████████████████████████████████████████▀▀▀████████████████████████
██████████████████████████████████████████████████████████████████████████████████████████████████
█████████████████████████████████████████████████████████████████████████████████████████████████





...INTRODUCING WAVES........
...ULTIMATE ASSET/CUSTOM TOKEN BLOCKCHAIN PLATFORM...






Sy
Legendary
*
Offline Offline

Activity: 1484
Merit: 1003


Bounty Detective


View Profile
June 10, 2014, 08:15:43 PM
 #1766

I would call that "buying in cheap" and not pumping...

BOUNTY DETECTIVE


















Powered by,
osthafen
Newbie
*
Offline Offline

Activity: 7
Merit: 0


View Profile
June 10, 2014, 09:31:29 PM
 #1767


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
osthafen
Newbie
*
Offline Offline

Activity: 7
Merit: 0


View Profile
June 10, 2014, 09:44:35 PM
 #1768


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.
kalgecin (OP)
Hero Member
*****
Offline Offline

Activity: 819
Merit: 1000


View Profile
June 10, 2014, 09:46:22 PM
 #1769


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 <same args as in GUI> 
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.






██████████████████████████████████████████████████████████████████████████████████████████████
██████████████████████████████████████████████████████████████████████████████████████
███████████████████████████████████████████████████████████████████████▄▄▄███████████████████████
███████████████████████████████████████████████████████████████████████▀▀▀████████████████████████
██████████████████████████████████████████████████████████████████████████████████████████████████
█████████████████████████████████████████████████████████████████████████████████████████████████





...INTRODUCING WAVES........
...ULTIMATE ASSET/CUSTOM TOKEN BLOCKCHAIN PLATFORM...






kalgecin (OP)
Hero Member
*****
Offline Offline

Activity: 819
Merit: 1000


View Profile
June 10, 2014, 09:46:58 PM
 #1770


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






██████████████████████████████████████████████████████████████████████████████████████████████
██████████████████████████████████████████████████████████████████████████████████████
███████████████████████████████████████████████████████████████████████▄▄▄███████████████████████
███████████████████████████████████████████████████████████████████████▀▀▀████████████████████████
██████████████████████████████████████████████████████████████████████████████████████████████████
█████████████████████████████████████████████████████████████████████████████████████████████████





...INTRODUCING WAVES........
...ULTIMATE ASSET/CUSTOM TOKEN BLOCKCHAIN PLATFORM...






vertoe
Hero Member
*****
Offline Offline

Activity: 518
Merit: 505


View Profile
June 11, 2014, 11:09:33 AM
 #1771

what does the true stand for?
myagui
Legendary
*
Offline Offline

Activity: 1154
Merit: 1001



View Profile
June 11, 2014, 11:18:18 AM
 #1772

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

gristlelump
Member
**
Offline Offline

Activity: 110
Merit: 10


View Profile
June 12, 2014, 10:31:04 PM
 #1773

quick question about minting via staked shares.  Will a faster CPU with multi-cores and multi-threads mint from staked coins faster?

singula
Sr. Member
****
Offline Offline

Activity: 462
Merit: 251



View Profile
June 13, 2014, 12:41:08 AM
 #1774

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?


Big brother is not watching you anymore. Big brother is telling you how to live.
singula
Sr. Member
****
Offline Offline

Activity: 462
Merit: 251



View Profile
June 13, 2014, 12:52:10 AM
 #1775

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.

Big brother is not watching you anymore. Big brother is telling you how to live.
gristlelump
Member
**
Offline Offline

Activity: 110
Merit: 10


View Profile
June 13, 2014, 12:59:03 AM
 #1776

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!

vertoe
Hero Member
*****
Offline Offline

Activity: 518
Merit: 505


View Profile
June 13, 2014, 09:05:03 AM
 #1777

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

Activity: 131
Merit: 100


View Profile
June 14, 2014, 06:44:20 AM
 #1778

My Block Crawler is now updated again!

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

greeting
kalgecin (OP)
Hero Member
*****
Offline Offline

Activity: 819
Merit: 1000


View Profile
June 14, 2014, 08:37:38 AM
 #1779

My Block Crawler is now updated again!

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

greeting

Awesome Smiley thanks!






██████████████████████████████████████████████████████████████████████████████████████████████
██████████████████████████████████████████████████████████████████████████████████████
███████████████████████████████████████████████████████████████████████▄▄▄███████████████████████
███████████████████████████████████████████████████████████████████████▀▀▀████████████████████████
██████████████████████████████████████████████████████████████████████████████████████████████████
█████████████████████████████████████████████████████████████████████████████████████████████████





...INTRODUCING WAVES........
...ULTIMATE ASSET/CUSTOM TOKEN BLOCKCHAIN PLATFORM...






ltcnim
Legendary
*
Offline Offline

Activity: 914
Merit: 1001



View Profile
June 14, 2014, 11:19:48 AM
 #1780

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

Pages: « 1 ... 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 [89] 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 »
  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!