Bitcoin Forum
May 08, 2024, 12:25:23 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 ... 130 »
  Print  
Author Topic: [ANN][CACH] CACHeCoin released based on scrypt-jane  (Read 224367 times)
kalgecin (OP)
Hero Member
*****
Offline Offline

Activity: 819
Merit: 1000


View Profile
January 05, 2014, 09:27:58 PM
Last edit: June 28, 2014, 06:28:04 PM by kalgecin
 #1

 UPDATE TO 5.3 ASAP
https://github.com/kalgecin/CACHeCoin_binaries

  Released: January 05, 2014, 04:27:58 PM EST

  http://www.cachecoin.org/
  NO Premine

  Official Forum | Freenode IRC Chat (#CACHeCoin) | Twitter | CACHeCoin Reddit | Block Explorer | Explorer | Stats (Beta) | WIKI

INFO
 
  • Scrypt-Jane coin
  • No ASIC miners
  • NO Premine
  • Proof-of-Work and Proof-of-Stake Mining
  • Block Reward: Inversely proportional to the difficulty
  • Difficulty adjustment every block.
  • Difficulty Adjustment algorithm: Logarithmic
  • Target of 15 minute block generation.
  • Maximum of ~2 Billion coins per transaction.
  • Block Maturity: 520 Confirms
  • Transaction Maturity: 6 Confirmations
  • Coin age to Stake: 7 Days
  • RPCPort: 2224
  • Network Port: 2225

Wallets
 Source: https://github.com/kalgecin/CACHeCoin
 Windows QT Wallet 5.3.0: https://github.com/kalgecin/CACHeCoin_binaries
 Mac: https://github.com/kalgecin/CACHeCoin_binaries/
 


Exchanges
 
     coinaccel
     ecoinfund
     Poloniex
     Cryptsy
     Forum Thread
 


Pools

 
 Full list of p2pools
 Crunch Harder pool
 http://cache.dedicatedpool.com/
 http://pool.cachecoin.net
 http://cach.catcoin.cz/
 http://cryptocoinpool.net/
 


Optional Configurations

 To configure your client, you should create a cachecoin.conf file and place it in the appropriate directory for your operating system:

 For Windows you should place the cachecoin.conf file in the %AppData%\cachecoin folder.
 For Linux the you should place the cachecoin.conf file in the ~/.cachecoin folder.

 Both of the above folders will be created automatically when you launch your wallet the first time.
 
 The contents of the cachecoin.conf should be:
 
 
Code:
rpcuser=<username>
rpcpassword=<password>
rpcallowip=192.168.*.*
rpcallowip=127.0.0.1
server=1
rpcport=2224
addnode=207.30.158.106
addnode=78.46.66.139

More information about the various configuration file variables can be found here.


Proof Of Stake Info

CACHeCoin utilizes Proof-of-Stake (POS) mining that generates more CACHeCoins when you retain your coins for 7 days. When the coins from a
particular transaction become 7 days old, they will be used by your wallet to perform Proof-of-Stake mining that will generate new coins if you solve
the block.  Just like a normal Proof-of-Work block, these POS blocks require 520 confirmations.  Once the POS block has reached 520 confirmations,
 your staked coins and the reward will be made available again in your wallet.  These coins will then be required to age another 7 days before they can
 be used in POS mining. The PoS is not very CPU intense and there's no need to set anything in order to mine PoS. It's done automatically.

It is important to note that when your coins are staked (reach 7 days of age and are used for a POS block), these coins will be owned by you but
unavailable to transfer until they are fully confirmed.

For those who want to exclude a certain amount of coins from Proof-of-Stake mining, you can run the client with the -reservebalance
argument.  This argument allows you to specify a certain amount of coins to withhold from using as a stake.

CACHe PROOF-OF-STAKE GETTING STARTED

By default, out-of-the-box, the wallet will submit coins for staking (refer to above for how this works). If you opt to encrypt your wallet (this is strongly advised) then staking will stop - as encrypting the wallet means no coins can be sent without entering a passphrase. If you opt not to encrypt your wallet (do so at your own risk) then staking will work fine, out of the box, with no extra configuration needed. There however is the ability in the CACHe wallet to "unlock" the wallet - keeping it encrypted and allowing coins to be staked.

"Unlocking" the wallet allows coins to be sent and received for the purpose of staking. Unlocking the wallet is not the same as decrypting the wallet - as the wallet passphrase must still be entered to send coins to another wallet (as per normal if you encrypt any cryptocoin wallet). Unlocking the wallet allows coins to stake whilst keeping your coins safe.

To unlock your wallet, enter this command in the CACHeCoin QT wallet client debug console located under help menu:

Code:
walletpassphrase thisismypassphrase 99999999 true


Replace "thisismypassphrase" with your encrypted wallet passphrase. This will unlock your CACHe wallet for staking for 1157 days (99999999 seconds = 1157 days). Upon restarting your client you will need to re-enter this command, as it is not saved.

By entering this command and having your wallet encrypted, you will be able to stake your coins whilst having a properly encrypted CACHe wallet.

To solo mine using the wallets, you can add gen=1 to the cachecoin.conf file. You can also enable solo mining in a wallet by going into the debug console
and entering setgenerate true or issuing that command via a RPC connection. Due to the coin's current difficulty, it is not suggested that you solo mine this coin
at this time. Instead you earn more coins by contributing your computer's hash power to a pool.

As this coin is uses the Scrypt-Jane algorithm, you will need to use a miner that supports it. When mining with scrypt-jane miners that do not have presets
for CACHeCoin, you will need to use the following parameters:

Code:
nfMin = 4
nfMax = 30
nTimeStamp = 1388949883

Supported miners include:

CudaMiner

CudaMiner is a miner developed and optimized for Nvidia cards that has built-in CACHeCoin mining support.

Example CudaMiner command:
Code:
cudaminer32.exe --algo=scrypt-jane:CACH -o http://p2cache.syware.de:8336/ -u <your cachecoin addres> -p x

Windows Binaries can be found in the first post of the CudaMiner topic. For those using Linux, you will need to compile from source.


CGminer

Robert Davidson has taken version 3.7.2 of the popular CGminer and patched it include support for scrypt-jane.

Example CGminer command:
Code:
cgminer.exe --scrypt-jane --sj-nfmin 4 --sj-nfmax 30 --sj-time 1388949883 -o http://p2cache.syware.de:8336/ -u <your cachecoin addres> -p x

You can download CGminer with Scrypt-Jane from the url: https://sites.google.com/site/rmdavidson/.
The recommended Windows download is:  https://sites.google.com/site/rmdavidson/cgminer-3.7.2-sj-0.02.zip?attredirects=0

For Linux users, you can compile from source using these instructions.






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





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






1715171123
Hero Member
*
Offline Offline

Posts: 1715171123

View Profile Personal Message (Offline)

Ignore
1715171123
Reply with quote  #2

1715171123
Report to moderator
1715171123
Hero Member
*
Offline Offline

Posts: 1715171123

View Profile Personal Message (Offline)

Ignore
1715171123
Reply with quote  #2

1715171123
Report to moderator
Even if you use Bitcoin through Tor, the way transactions are handled by the network makes anonymity difficult to achieve. Do not expect your transactions to be anonymous unless you really know what you're doing.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1715171123
Hero Member
*
Offline Offline

Posts: 1715171123

View Profile Personal Message (Offline)

Ignore
1715171123
Reply with quote  #2

1715171123
Report to moderator
Bfljosh
Hero Member
*****
Offline Offline

Activity: 714
Merit: 500


Skol!


View Profile
January 05, 2014, 09:31:52 PM
Last edit: January 05, 2014, 09:42:36 PM by Bfljosh
 #2

No info?
No wallet?
Miner?
FalconCrypto
Sr. Member
****
Offline Offline

Activity: 273
Merit: 250


View Profile
January 05, 2014, 09:32:02 PM
 #3

Need more info
Scooby903
Hero Member
*****
Offline Offline

Activity: 896
Merit: 500



View Profile
January 05, 2014, 09:32:38 PM
 #4

No binaries?  Roll Eyes
sixteendigits
Sr. Member
****
Offline Offline

Activity: 462
Merit: 250


View Profile
January 05, 2014, 09:33:32 PM
 #5

It is scrypt jane so don't hide the gpu miner from newbies who don't know any better while you use it, fucking scam.
kalgecin (OP)
Hero Member
*****
Offline Offline

Activity: 819
Merit: 1000


View Profile
January 05, 2014, 09:33:40 PM
 #6

No binaries?  Roll Eyes
Not yet, I don't have a windows machine to compile them. They should be up tomorrow when one of our devs is up






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





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






luckygenough56
Legendary
*
Offline Offline

Activity: 1526
Merit: 1012



View Profile
January 05, 2014, 09:34:51 PM
 #7

So many scam now haha this is the new sport it seems  Cheesy

Not reserved
jasinlee
Hero Member
*****
Offline Offline

Activity: 742
Merit: 500


Its as easy as 0, 1, 1, 2, 3


View Profile
January 05, 2014, 09:35:05 PM
Last edit: February 15, 2014, 01:08:40 AM by jasinlee
 #8

I like the name, awesome logo.

BTC 1JASiNZxmAN1WBS4dmGEDoPpzN3GV7dnjX DVC 1CxxZzqcy7YEVXfCn5KvgRxjeWvPpniK3                     Earn Devcoins Devtome.com
tokyoghetto
Legendary
*
Offline Offline

Activity: 1232
Merit: 1000


View Profile
January 05, 2014, 09:35:10 PM
 #9

in the works for several weeks....but no binaries?

no info about total coins, retargets, premine, shitty website.

scam
Snard
Full Member
***
Offline Offline

Activity: 140
Merit: 100


View Profile
January 05, 2014, 09:36:55 PM
 #10

This is the most lackluster release I have ever seen. More info..algorithm, values, difficulty, total, etc
luckygenough56
Legendary
*
Offline Offline

Activity: 1526
Merit: 1012



View Profile
January 05, 2014, 09:38:33 PM
 #11

Can a launch be more sh*tty than that ? Future will tell.
wtfdude
Newbie
*
Offline Offline

Activity: 41
Merit: 0


View Profile
January 05, 2014, 09:43:01 PM
 #12

Another one to be added to the FAIL-List  Cheesy
jasinlee
Hero Member
*****
Offline Offline

Activity: 742
Merit: 500


Its as easy as 0, 1, 1, 2, 3


View Profile
January 05, 2014, 09:47:29 PM
 #13

Why doesnt anyone have avatars anymore?

BTC 1JASiNZxmAN1WBS4dmGEDoPpzN3GV7dnjX DVC 1CxxZzqcy7YEVXfCn5KvgRxjeWvPpniK3                     Earn Devcoins Devtome.com
Snard
Full Member
***
Offline Offline

Activity: 140
Merit: 100


View Profile
January 05, 2014, 09:48:12 PM
 #14

in the works for several weeks....but no binaries?

no info about total coins, retargets, premine, shitty website.

scam

Just checked..not premined at all. When I was done compiling only 80 blocks mined.
tokyoghetto
Legendary
*
Offline Offline

Activity: 1232
Merit: 1000


View Profile
January 05, 2014, 09:48:41 PM
 #15

most people just joined within the last 1 month. they are too lazy to add avatars.
jasinlee
Hero Member
*****
Offline Offline

Activity: 742
Merit: 500


Its as easy as 0, 1, 1, 2, 3


View Profile
January 05, 2014, 09:55:12 PM
 #16

in the works for several weeks....but no binaries?

no info about total coins, retargets, premine, shitty website.

scam

Just checked..not premined at all. When I was done compiling only 80 blocks mined.

So no premine? Ok, interest rising.

BTC 1JASiNZxmAN1WBS4dmGEDoPpzN3GV7dnjX DVC 1CxxZzqcy7YEVXfCn5KvgRxjeWvPpniK3                     Earn Devcoins Devtome.com
wtfdude
Newbie
*
Offline Offline

Activity: 41
Merit: 0


View Profile
January 05, 2014, 09:55:25 PM
 #17

most people just joined within the last 1 month. they are too lazy to add avatars.

Changing avatars is currently not possible.
albertdros
Hero Member
*****
Offline Offline

Activity: 602
Merit: 500


View Profile
January 05, 2014, 09:57:06 PM
 #18

in the works for several weeks....but no binaries?

no info about total coins, retargets, premine, shitty website.

scam

Just checked..not premined at all. When I was done compiling only 80 blocks mined.

So no premine? Ok, interest rising.

yea, and by the time there is a windows wallet probably 10k blocks mined
jasinlee
Hero Member
*****
Offline Offline

Activity: 742
Merit: 500


Its as easy as 0, 1, 1, 2, 3


View Profile
January 05, 2014, 09:58:53 PM
Last edit: January 05, 2014, 10:31:49 PM by jasinlee
 #19

So someone here wanna compile windows binary for this?


BTC 1JASiNZxmAN1WBS4dmGEDoPpzN3GV7dnjX DVC 1CxxZzqcy7YEVXfCn5KvgRxjeWvPpniK3                     Earn Devcoins Devtome.com
Snard
Full Member
***
Offline Offline

Activity: 140
Merit: 100


View Profile
January 05, 2014, 09:59:36 PM
 #20

So someone here wanna compile windows binary for this?

Will give it a try. Never compiled this type of coin.
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 ... 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!