Pages:
Author

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

sr. member
Activity: 462
Merit: 251
So, the rewrite is in Java, or is Java client just one of multiple clients?

Java client would mean that making for example Android port (so you can have wallet in every smartphone/tablet) from those sources should be quite easy, this would ease also integrating it in Jave server software (enterprise stuff, shops, etc .... Smiley) ....

In any case, unless there would be some really large changes to the protocol, maintaining also the original Qt client (desktop wallet and coin daemon) would be relatively easy Smiley
hero member
Activity: 585
Merit: 500
hero member
Activity: 819
Merit: 1000
hero member
Activity: 518
Merit: 505
hero member
Activity: 819
Merit: 1000
SO FINALLY...with the new wallet my coins staked.  I don't know why they wouldn't stake on the old wallets.  The coins had been sitting there for 2 months.  I managed to mint almost 2 new Cache.  Not a lot, I know, but I'm on my way.  This leads me to my question.  Now that all my coins have staked how do i determine if the wallet is working toward minting new coins.  Is there a command in the debug window to show how my wallet is functioning and how do I read any results?

If your wallet is not encrypted, and you haven't set reservebalance, and have some confirmed/matured transactions, then you are staking
member
Activity: 110
Merit: 10
SO FINALLY...with the new wallet my coins staked.  I don't know why they wouldn't stake on the old wallets.  The coins had been sitting there for 2 months.  I managed to mint almost 2 new Cache.  Not a lot, I know, but I'm on my way.  This leads me to my question.  Now that all my coins have staked how do i determine if the wallet is working toward minting new coins.  Is there a command in the debug window to show how my wallet is functioning and how do I read any results?
hero member
Activity: 819
Merit: 1000
Just a teaser of java coding status Wink
Code:
kalgecin@blackpearl:~/JavaCache$ find ./ -name '*.java' | xargs wc -l
   424 ./test/org/cachecoin/javacache/block/MerkleTest.java
    63 ./test/org/cachecoin/javacache/block/BlockHeaderTest.java
   132 ./test/org/cachecoin/javacache/block/AbstractBlockHeaderTest.java
   151 ./test/org/cachecoin/javacache/block/BlockTest.java
    35 ./test/org/cachecoin/javacache/network/AbstractNetworkImpl.java
   177 ./test/org/cachecoin/javacache/network/AbstractNetworkTest.java
   126 ./test/org/cachecoin/javacache/blockchain/CacheBlockChainTest.java
    62 ./test/org/cachecoin/javacache/blockchain/BlockChainParserTest.java
    77 ./test/org/cachecoin/javacache/blockchain/TestDiffRetargetTest.java
   216 ./test/org/cachecoin/javacache/Testnet.java
    54 ./test/org/cachecoin/javacache/address/AddressTest.java
    50 ./test/org/cachecoin/javacache/hash/SHA256HashTest.java
    91 ./test/org/cachecoin/javacache/hash/Ripemd160HashTest.java
   188 ./test/org/cachecoin/javacache/hash/ScryptCacheTest.java
    54 ./test/org/cachecoin/javacache/hash/SHA1HashTest.java
    71 ./test/org/cachecoin/javacache/hash/HashTest.java
   189 ./test/org/cachecoin/javacache/hash/AbstractHashTest.java
   128 ./test/org/cachecoin/javacache/hash/TmpHashTest.java
    72 ./test/org/cachecoin/javacache/utils/BlockUtilsTest.java
    55 ./test/org/cachecoin/javacache/utils/UnsignedConverterTest.java
    65 ./test/org/cachecoin/javacache/utils/Base58Test.java
    68 ./test/org/cachecoin/javacache/script/ScriptTest.java
    53 ./test/org/cachecoin/javacache/script/OpCodesTest.java
    54 ./test/org/cachecoin/javacache/settings/CacheCoinTest.java
   122 ./test/org/cachecoin/javacache/settings/AbstractCacheSettingsTest.java
    20 ./src/org/cachecoin/javacache/IMiner.java
    39 ./src/org/cachecoin/javacache/block/IBlock.java
    34 ./src/org/cachecoin/javacache/block/IMerkle.java
   162 ./src/org/cachecoin/javacache/block/Block.java
   203 ./src/org/cachecoin/javacache/block/AbstractBlockHeader.java
   175 ./src/org/cachecoin/javacache/block/Merkle.java
    51 ./src/org/cachecoin/javacache/block/BlockHeader.java
    50 ./src/org/cachecoin/javacache/block/IBlockHeader.java
    81 ./src/org/cachecoin/javacache/Miner.java
    37 ./src/org/cachecoin/javacache/messages/TxMsg.java
    50 ./src/org/cachecoin/javacache/messages/HeadersMsg.java
    74 ./src/org/cachecoin/javacache/messages/RejectMsg.java
    22 ./src/org/cachecoin/javacache/messages/CCode.java
    96 ./src/org/cachecoin/javacache/messages/VersionMsg.java
    79 ./src/org/cachecoin/javacache/messages/GetBlockComponentsMsg.java
   164 ./src/org/cachecoin/javacache/messages/Message.java
    48 ./src/org/cachecoin/javacache/messages/InventoryVector.java
    45 ./src/org/cachecoin/javacache/messages/BasicMsg.java
    64 ./src/org/cachecoin/javacache/messages/PingPongMsg.java
   239 ./src/org/cachecoin/javacache/messages/AlertMsg.java
   106 ./src/org/cachecoin/javacache/messages/VarInt.java
    17 ./src/org/cachecoin/javacache/messages/ObjectType.java
    45 ./src/org/cachecoin/javacache/messages/AddrMsg.java
    72 ./src/org/cachecoin/javacache/messages/InventoryVectorMsg.java
    15 ./src/org/cachecoin/javacache/messages/Services.java
    25 ./src/org/cachecoin/javacache/messages/JavaCacheCoin.java
    79 ./src/org/cachecoin/javacache/messages/BlockHeader.java
    67 ./src/org/cachecoin/javacache/messages/BlockMsg.java
    29 ./src/org/cachecoin/javacache/network/Network.java
    19 ./src/org/cachecoin/javacache/network/BitcoinNetworkException.java
    86 ./src/org/cachecoin/javacache/network/NodeConnection.java
    86 ./src/org/cachecoin/javacache/network/Node.java
    76 ./src/org/cachecoin/javacache/params/AbstractCoinParams.java
    22 ./src/org/cachecoin/javacache/params/ICoinParams.java
    15 ./src/org/cachecoin/javacache/blockchain/IDiffCalc.java
   165 ./src/org/cachecoin/javacache/blockchain/BlockChainParser.java
    75 ./src/org/cachecoin/javacache/blockchain/CACHeDiff.java
    60 ./src/org/cachecoin/javacache/blockchain/TestDiffRetarget.java
    31 ./src/org/cachecoin/javacache/blockchain/IBlockChainReader.java
    31 ./src/org/cachecoin/javacache/blockchain/IBlockChain.java
   179 ./src/org/cachecoin/javacache/blockchain/CacheBlockChain.java
    17 ./src/org/cachecoin/javacache/MessageType.java
    67 ./src/org/cachecoin/javacache/Pair.java
    90 ./src/org/cachecoin/javacache/address/Address.java
    18 ./src/org/cachecoin/javacache/address/IAddress.java
    45 ./src/org/cachecoin/javacache/AbstractMiner.java
    33 ./src/org/cachecoin/javacache/hash/SHA256Hash.java
    31 ./src/org/cachecoin/javacache/hash/SHA1Hash.java
    36 ./src/org/cachecoin/javacache/hash/IHash.java
   305 ./src/org/cachecoin/javacache/hash/ScryptCache.java
   107 ./src/org/cachecoin/javacache/hash/Ripemd160Hash.java
   138 ./src/org/cachecoin/javacache/hash/AbstractHash.java
    52 ./src/org/cachecoin/javacache/hash/TmpHash.java
   113 ./src/org/cachecoin/javacache/hash/RawHash.java
   175 ./src/org/cachecoin/javacache/utils/Base58.java
    36 ./src/org/cachecoin/javacache/utils/UnsignedConverter.java
    58 ./src/org/cachecoin/javacache/utils/InetAddressUtils.java
    58 ./src/org/cachecoin/javacache/utils/HexUtils.java
    70 ./src/org/cachecoin/javacache/utils/BlockUtils.java
    25 ./src/org/cachecoin/javacache/utils/NumUtils.java
    31 ./src/org/cachecoin/javacache/script/InvalidOpUseException.java
    31 ./src/org/cachecoin/javacache/script/OpCodeNotImplementedException.java
    31 ./src/org/cachecoin/javacache/script/DisabledOpCodeException.java
    31 ./src/org/cachecoin/javacache/script/CodeSeparatorNotFoundException.java
   726 ./src/org/cachecoin/javacache/script/Script.java
   274 ./src/org/cachecoin/javacache/script/OpCodes.java
    45 ./src/org/cachecoin/javacache/Wallet.java
    23 ./src/org/cachecoin/javacache/settings/ICoinSettings.java
    68 ./src/org/cachecoin/javacache/settings/AbstractCoinSettings.java
    15 ./src/org/cachecoin/javacache/settings/TestCoinSettings.java
    19 ./src/org/cachecoin/javacache/settings/ICacheSettings.java
    64 ./src/org/cachecoin/javacache/settings/AbstractCacheSettings.java
    67 ./src/org/cachecoin/javacache/settings/CacheSettings.java
    60 ./src/org/cachecoin/javacache/settings/CacheCoinSettings.java
    62 ./src/org/cachecoin/javacache/transaction/TxOut.java
    68 ./src/org/cachecoin/javacache/transaction/TxIn.java
   169 ./src/org/cachecoin/javacache/transaction/Tx.java
    56 ./src/org/cachecoin/javacache/transaction/OutPoint.java
    28 ./src/org/cachecoin/javacache/Coin.java
    28 ./src/org/cachecoin/javacache/JavaCache.java
   204 ./src/org/wallet/Views/JPEncryptwallet.java
   348 ./src/org/wallet/Views/JPSendCoins.java
   187 ./src/org/wallet/Views/JPAddressBook.java
   573 ./src/org/wallet/Views/JPWallet.java
   134 ./src/org/wallet/Views/JPNewSendingAddress.java
   288 ./src/org/wallet/Views/JPOverView.java
    39 ./src/org/wallet/Views/helper/ThreadBarra.java
   409 ./src/org/wallet/Views/JPOptionswallet.java
   232 ./src/org/wallet/Views/JPTransactions.java
   460 ./src/org/wallet/Views/JPSignMessage.java
   201 ./src/org/wallet/Views/JPRecieveCoins.java
 12255 total

Shouldn't be long now Tongue in the meantime, please don't raise cach price Smiley i still want need to buy more Cheesy
Sy
legendary
Activity: 1484
Merit: 1003
Bounty Detective
i7-870 0.16 khs per thread, 1.28 khs total
i5-4440 0.25 khs per thread, 1 khs total
i7-4770k@4 ghz 0.25 khs per thread, 2 khs total

 Grin
hero member
Activity: 819
Merit: 1000
please give me the configurations for cpu miner

./minerd -o : -u -p -a scrypt-jane -q
Sy
legendary
Activity: 1484
Merit: 1003
Bounty Detective
Does anyone have any decent setting for a 750ti, I seem to only get about 9.7 with it, or is this normal

That's normal.
hero member
Activity: 494
Merit: 500
Does anyone have any decent setting for a 750ti, I seem to only get about 9.7 with it, or is this normal
newbie
Activity: 5
Merit: 0
please give me the configurations for cpu miner
hero member
Activity: 819
Merit: 1000
The coding is moving along nicely, most of the difficult items are completely rewritten now. After a couple more items are done the developers will be moving onto integrating the multisig, plugins, anonymity/mixing, and tons of little items to the blockchain that will change the way crypto is utilized. It will be funny when everything is done to see people forking Cache to get their starting base rather than other coins.  Cheesy

Excitement building up!!  Cool
My CACH stack is building up. BTW I should start staking again. Are you ready kal?

uh oh, your stakes are like PoW blocks :-P even more :-D NO FAIR :-P
hero member
Activity: 518
Merit: 505
The coding is moving along nicely, most of the difficult items are completely rewritten now. After a couple more items are done the developers will be moving onto integrating the multisig, plugins, anonymity/mixing, and tons of little items to the blockchain that will change the way crypto is utilized. It will be funny when everything is done to see people forking Cache to get their starting base rather than other coins.  Cheesy

Excitement building up!!  Cool
My CACH stack is building up. BTW I should start staking again. Are you ready kal?
hero member
Activity: 585
Merit: 500
The coding is moving along nicely, most of the difficult items are completely rewritten now. After a couple more items are done the developers will be moving onto integrating the multisig, plugins, anonymity/mixing, and tons of little items to the blockchain that will change the way crypto is utilized. It will be funny when everything is done to see people forking Cache to get their starting base rather than other coins.  Cheesy

Excitement building up!!  Cool
hero member
Activity: 742
Merit: 500
Its as easy as 0, 1, 1, 2, 3
The coding is moving along nicely, most of the difficult items are completely rewritten now. After a couple more items are done the developers will be moving onto integrating the multisig, plugins, anonymity/mixing, and tons of little items to the blockchain that will change the way crypto is utilized. It will be funny when everything is done to see people forking Cache to get their starting base rather than other coins.  Cheesy
hero member
Activity: 531
Merit: 500
AMD | Mining | NVIDIA
Any news for CACH?
hero member
Activity: 494
Merit: 500
are you still able to get 25k/h from your 750ti?
hero member
Activity: 819
Merit: 1000
Hey guys Smiley sorry for not posting updates. The new wallet is still under rewriting, so please bear with me. I cannot give any ETA for the new wallet, but i'd say a month or two. I have no intention of leaving cach and neither does fibonacci Wink  Grin Many new stuff are coming, most of which address the issue all crypto coins have been having, main focus is to reduce the blockchain size and increase wallet security  Roll Eyes Tongue
Sy
legendary
Activity: 1484
Merit: 1003
Bounty Detective
I think i've used something between 9 and 11 on my last tests with 270x, just reduce it unless you get no more hardware errors, then increase TC until you get hardware errors, that was my spot ^^
Pages:
Jump to: