Bitcoin Forum
May 29, 2024, 11:30:44 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: Cryptic Cash Decentralized Cryptocurrency  (Read 452 times)
CrypticFoundation (OP)
Newbie
*
Offline Offline

Activity: 5
Merit: 0


View Profile WWW
May 04, 2018, 01:58:51 PM
Last edit: September 24, 2018, 02:14:58 PM by CrypticFoundation
 #1

Cryptic Cash Decentralized Cryptocurrency
Peer-to-Peer Electronic Cash System

Our technology is revolutionizing the financial services industry by empowering millions across the globe to authenticate and transact immediately and without costly intermediaries.

www.crypticcash.org
www.forum.crypticcash.org
www.explorer.crypticcash.org
www.wallet.crypticcash.org
www.paperwallet.crypticcash.org
www.pool.crypticcash.org
http://cryptic-mining.eu



What is Cryptic Cash?

Cryptic Peer-to-Peer Electronic Cash is decentralized cryptocurrency for daily payments. Our technology is revolutionizing the financial services industry by empowering millions across the globe to authenticate and transact immediately and without costly intermediaries. Cryptic Cash is decentralized peer to peer electronic cash system, a lite version of Bitcoin using scrypt as a proof-of-work algorithm.

2.5 minute block targets
subsidy halves in 840k blocks (~4 years)
~84 million total coins
The rest is the same as Bitcoin.
Algo: Scrypt

- 50 coins per block
- 2016 blocks to retarget difficulty


For more information, as well as an immediately usable, binary version of the Cryptic Cash client software, see http://www.crypticcash.org

Introduction
Commerce on the Internet has come to rely almost exclusively on financial institutions serving as trusted third parties to process electronic payments. While the system works well enough for most transactions, it still suffers from the inherent weaknesses of the trust based model. Completely non-reversible transactions are not really possible, since financial institutions cannot avoid mediating disputes.

The cost of mediation increases transaction costs, limiting the minimum practical transaction size and cutting off the possibility for small casual transactions, and there is a broader cost in the loss of ability to make non-reversible payments for nonreversible services. With the possibility of reversal, the need for trust spreads. Merchants must be wary of their customers, hassling them for more information than they would otherwise need.

A certain percentage of fraud is accepted as unavoidable. These costs and payment uncertainties can be avoided in person by using physical currency, but no mechanism exists to make payments over a communications channel without a trusted party.


Cryptic Smart Card
Cryptic Card is connected with your Wallet and make it easy to link different cryptocurrency to your card. Be in control.
Send and receive funds all in one app. Withdraw from any ATM around the world.


Receive real-time notifications when the card is used.
Lock or unlock your card whenever you wish to. All at your fingertips.
At Cryptic Cash, we strive to offer the user access to as large as possible a range of blockchain assets at a maximum degree of convenience, while adhering to the highest security standards in the ecosystem.


Cryptic Cash Mobile Wallet

https://cdn-images-1.medium.com/max/800/1*X7o0ehADkywgIkDHyNHswg.png

Unique and easy to use mobile wallets for Android and iOS platforms. For Cryptic Cash participants, these wallets will be as user-friendly as possible. Mobile Cryptic Wallet make easy to make instant exchange a multiple crypto-currency.

https://cdn-images-1.medium.com/max/600/0*7YbqgcPTgHPAb234.png


Download Wallet

www.wallet.crypticcash.org
www.paperwallet.crypticcash.org
www.crypticcash.org/downloads

Download your Cryptic Wallet and start to be part of globule Peer-to-Peer Electronic Cash System.



Innovate

Cryptic uses peer-to-peer technology to operate with no central authority or banks. Innovative payment network and a new kind of money.


Send and Receive

Cryptic Wallet make easy to Send and Receive Peer-to-peer transactions without to wait confirmation.


Instant Exchange

Mobile Cryptic Wallet make easy to make instant exchange a multiple crypto-currency.


Live Transaction

Our technology is revolutionizing the financial services industry by empowering millions across the globe to authenticate.

Build Platform

Development follows a process of continuous integration, based on industry best-practices.

Security


Privacy on/off options for transactions with Cryptic Cash users have the ability to choose what type of transaction they want to make — public or private.
A public transaction is recorded to the Cryptic Cash public ledger in an unchanged form with the sender’s public address, recipient’s public Cryptic Cash address and payment amount of CRYP transferred.

This type of transaction can be done if it is necessary to prove to a third party that the sender did, in fact, make a particular transaction. A private Cryptic Cash transaction is recorded to the public ledger using a one-time public key which is generated by a special algorithm.


Technical Overview

Cryptic Cash gives our users the ability to choose, compare and eventually use the confined reality mechanism that best suits them.
Cryptic Cash is a coin designed for the discrete on of users by offering them the appropriate crypto tools.

size=24pt]Simplified Payment Verification[/size

It is possible to verify payments without running a full network node. A user only needs to keep a copy of the block headers of the longest proof-of-work chain, which he can get by querying network nodes until he’s convinced he has the longest chain, and obtain the Merkle branch linking the transaction to the block it’s timestamped in.

He can’t check the transaction for himself, but by linking it to a place in the chain, he can see that a network node has accepted it, and blocks added after it further confirm the network has accepted it.

As such, the verification is reliable as long as honest nodes control the network, but is more vulnerable if the network is overpowered by an attacker. While network nodes can verify transactions for themselves, the simplified method can be fooled by an attacker’s fabricated transactions for as long as the attacker can continue to overpower the network. One strategy to protect against this would be to accept alerts from network nodes when they detect an invalid block, prompting the user’s software to download the full block and alerted transactions to confirm the inconsistency.

Businesses that receive frequent payments will probably still want to run their own nodes for more independent security and quicker verification.

Cryptic Cash payment facilities which include the physical and virtual debit card can be used in almost 100 countries at over 36 million points of acceptance today.

This is possible as we have card issuance partnerships with major credit card companies.

Moreover, users and businesses can exchange their blockchain assets seamlessly from one user to another in a decentralized manner, removing any risk that is usually associated with
current centralized solutions.


License

Cryptic is released under the terms of the MIT license. See COPYING for more information or see http://opensource.org/licenses/MIT.

Development process

Developers work in their own trees, then submit pull requests when they think their feature or bug fix is ready.

If it is a simple/trivial/non-controversial change, then one of the Cryptic development team members simply pulls it.

If it is a more complicated or potentially controversial change, then the patch submitter will be asked to start a discussion with the devs and community.

The patch will be accepted if there is broad consensus that it is a good thing. Developers should expect to rework and resubmit patches if the code doesn't match the project's coding conventions (see doc/coding.txt) or are controversial.

The master branch is regularly built and tested, but is not guaranteed to be completely stable. Tags are created regularly to indicate new official, stable release versions of Cryptic.



Dependencies:

Code:
sudo apt-get install git

sudo apt-get install build-essential libtool autotools-dev automake pkg-config libssl-dev libevent-dev bsdmainutils

sudo apt-get install libboost-system-dev libboost-filesystem-dev libboost-chrono-dev libboost-program-options-dev libboost-test-dev libboost-thread-dev

sudo apt-get install libboost-all-dev

sudo apt-get install software-properties-common

sudo add-apt-repository ppa:bitcoin/bitcoin

sudo apt-get update

sudo apt-get install libdb4.8-dev libdb4.8++-dev

sudo apt-get install libminiupnpc-dev

sudo apt-get install libzmq3-dev

sudo apt-get install libqt5gui5 libqt5core5a libqt5dbus5 qttools5-dev qttools5-dev-tools libprotobuf-dev protobuf-compiler


Testing
Testing and code review is the bottleneck for development; we get more pull requests than we can review and test. Please be patient and help out, and remember this is a security-critical project where any mistake might cost people lots of money.

Automated Testing
Developers are strongly encouraged to write unit tests for new code, and to submit new unit tests for old code.

Unit tests for the core code are in src/test/. To compile and run them:

Code:
cd src; make -f makefile.unix test

Unit tests for the GUI code are in src/qt/test/. To compile and run them:

Code:
qmake BITCOIN_QT_TEST=1 -o Makefile.test bitcoin-qt.pro
make -f Makefile.test
./cryptic-qt_test

Automated Testing
Developers are strongly encouraged to write unit tests for new code, and to submit new unit tests for old code.

Unit tests for the core code are in src/test/. To compile and run them:

Code:
cd src; make -f makefile.unix 

test Unit tests for the GUI code are in src/qt/test/.

To compile and run them:

Code:
qmake BITCOIN_QT_TEST=1 -o Makefile.test bitcoin-qt.pro make -f Makefile.test ./cryptic-qt_test

Compile Wallet Daemon

Code:
cd cryptic/

cd cryptic/src/leveldb

chmod 775 build_detect_platform

sudo make libleveldb.a libmemenv.a

cd ..

Code:
$make -f makefile.unix USE_UPNP=1 USE_QRCODE=1 USE_UPNP=1

sudo ./crypticd

You will get a message stating there is no configuration file.
sudo nano ~/.cryptic/cryptic.conf

Add follw infor and Save the file.

Quote
rpcuser=youruser
rpcpassword=yourpassword
rpcallowip=127.0.0.1
rpcport=2300
daemon=1
server=1
gen=0
addnode=164.138.217.90
addnode=62.176.117.67
addnode=164.138.216.95
addnode=185.203.116.210


Code:
 sudo ./crypticd

Compile Qt Wallet

Code:
cd ..


Code:
qmake USE_UPNP=-

make


OFFICIAL CRYPTIC MINING POOL
Official mining pool that will support mining based on Proof-of-Work hashing algorithms used in Cryptic Cash is Scrypt.

STRATUM SERVERS

-o stratum+tcp://pool.crypticcash.org:3433 -u <WALLET_ADDRESS> -p c=CRYP

<WALLET_ADDRESS> should be valid for the currency you mine. DO NOT USE a BTC address here, the auto exchange is disabled!As optional password, you can use -p c=<SYMBOL> if yiimp does not set the currency correctly on the Wallet page.See the “Pool Status” area on the right for PORT numbers. Algorithms without associated coins are disabled.

www.crypticcash.org
www.explorer.crypticcash.org
www.wallet.crypticcash.org
www.paperwallet.crypticcash.org
www.pool.crypticcash.org

---------------------------------------------------------------
rvnfan
Newbie
*
Offline Offline

Activity: 2
Merit: 0


View Profile
May 04, 2018, 02:40:32 PM
 #2

So, is this live network already? Can we compile wallet and start mining?
dinu98xx98
Newbie
*
Offline Offline

Activity: 25
Merit: 0


View Profile
May 04, 2018, 02:41:43 PM
 #3

Looks interesting! I’m waiting for more details about project and take extra consideration
CrypticFoundation (OP)
Newbie
*
Offline Offline

Activity: 5
Merit: 0


View Profile WWW
May 04, 2018, 02:42:00 PM
Last edit: May 07, 2018, 07:20:26 PM by CrypticFoundation
 #4

Yeas. Its done. Just join to pool and start mining.

Official mining pool and Explorer

OFFICIAL CRYPTIC MINING POOL

http://164.138.217.90/

https://medium.com/@office_55221/official-mining-pool-and-explorer-61af7ec70788

Our technology is revolutionizing the financial services industry by empowering millions across the globe to authenticate and transact immediately and without costly intermediaries.
The future shines brightly with unrestricted growth, global adoption, permission-less innovation, and decentralized development..
Official mining pool that will support mining based on Proof-of-Work hashing algorithms used in Cryptic Cash is Scrypt.

Mining pool
STRATUM SERVERS
Code:
-o stratum+tcp://164.138.217.90:3433 -u <WALLET_ADDRESS> -p c=CRYP

<WALLET_ADDRESS> should be valid for the currency you mine. DO NOT USE a BTC address here, the auto exchange is disabled!As optional password, you can use -p c=<SYMBOL> if yiimp does not set the currency correctly on the Wallet page.See the “Pool Status” area on the right for PORT numbers. Algorithms without associated coins are disabled.

LINKS
CCMINER — AMD/NVIDIA: ccminer-x64–2.2.5-cuda9

shiggidy
Copper Member
Jr. Member
*
Offline Offline

Activity: 56
Merit: 14


View Profile
May 04, 2018, 02:44:36 PM
 #5

whats the algo?

edit: i found out its scrypt.  Move along people. pls merit if this saved u time Smiley
rvnfan
Newbie
*
Offline Offline

Activity: 2
Merit: 0


View Profile
May 04, 2018, 02:57:01 PM
 #6

So, is there compiled windows wallet?
CrypticFoundation (OP)
Newbie
*
Offline Offline

Activity: 5
Merit: 0


View Profile WWW
May 04, 2018, 03:39:46 PM
Last edit: May 07, 2018, 07:19:48 PM by CrypticFoundation
 #7

Cryptic Cash Mobile Wallet

https://medium.com/@office_55221/cryptic-cash-mobile-wallet-10ac41c817e3

Unique and easy to use mobile wallets for Android and iOS platforms. For Cryptic Cash participants, these wallets will be as user-friendly as possible. Mobile Cryptic Wallet make easy to make instant exchange a multiple crypto-currency.


Download Wallet
Download your Cryptic Wallet and start to be part of globule Peer-to-Peer Electronic Cash System.

Innovate
Cryptic uses peer-to-peer technology to operate with no central authority or banks. Innovative payment network and a new kind of money.

Send and Receive
Cryptic Wallet make easy to Send and Receive Peer-to-peer transactions without to wait confirmation.

Instant Exchange
Mobile Cryptic Wallet make easy to make instant exchange a multiple crypto-currency.

Live Transaction
Our technology is revolutionizing the financial services industry by empowering millions across the globe to authenticate.

Build Platform
Development follows a process of continuous integration, based on industry best-practices.
CrypticFoundation (OP)
Newbie
*
Offline Offline

Activity: 5
Merit: 0


View Profile WWW
May 05, 2018, 08:21:41 AM
 #8

Cryptic Cash Decentralized Cryptocurrency
http://www.crypticcash.org

What is Cryptic Cash?
Cryptic Peer-to-Peer Electronic Cash is decentralized cryptocurrency for daily payments. Our technology is revolutionizing the financial services industry by empowering millions across the globe to authenticate and transact immediately and without costly intermediaries. Cryptic Cash is decentralized peer to peer electronic cash system, a lite version of Bitcoin using scrypt as a proof-of-work algorithm.

Code:
2.5 minute block targets
subsidy halves in 840k blocks (~4 years)
~84 million total coins
The rest is the same as Bitcoin.

- 50 coins per block
- 2017 blocks to retarget difficulty

For more information, as well as an immediately usable, binary version of the Cryptic Cash client software, see http://www.crypticcash.org

Introduction
Commerce on the Internet has come to rely almost exclusively on financial institutions serving as trusted third parties to process electronic payments. While the system works well enough for most transactions, it still suffers from the inherent weaknesses of the trust based model. Completely non-reversible transactions are not really possible, since financial institutions cannot avoid mediating disputes.

The cost of mediation increases transaction costs, limiting the minimum practical transaction size and cutting off the possibility for small casual transactions, and there is a broader cost in the loss of ability to make non-reversible payments for nonreversible services. With the possibility of reversal, the need for trust spreads. Merchants must be wary of their customers, hassling them for more information than they would otherwise need.

A certain percentage of fraud is accepted as unavoidable. These costs and payment uncertainties can be avoided in person by using physical currency, but no mechanism exists to make payments over a communications channel without a trusted party.

Security
Privacy on/off options for transactions with Cryptic Cash users have the ability to choose what type of transaction they want to make — public or private.
A public transaction is recorded to the Cryptic Cash public ledger in an unchanged form with the sender’s public address, recipient’s public Cryptic Cash address and payment amount of CRYP transferred.

This type of transaction can be done if it is necessary to prove to a third party that the sender did, in fact, make a particular transaction. A private Cryptic Cash transaction is recorded to the public ledger using a one-time public key which is generated by a special algorithm.

Technical Overview
Cryptic Cash gives our users the ability to choose, compare and eventually use the confined reality mechanism that best suits them.
Cryptic Cash is a coin designed for the discrete on of users by offering them the appropriate crypto tools.


License
Cryptic is released under the terms of the MIT license. See COPYING for more information or see http://opensource.org/licenses/MIT.

Development process
Developers work in their own trees, then submit pull requests when they think their feature or bug fix is ready.

If it is a simple/trivial/non-controversial change, then one of the Cryptic development team members simply pulls it.

If it is a more complicated or potentially controversial change, then the patch submitter will be asked to start a discussion with the devs and community.

The patch will be accepted if there is broad consensus that it is a good thing. Developers should expect to rework and resubmit patches if the code doesn't match the project's coding conventions (see doc/coding.txt) or are controversial.

The master branch is regularly built and tested, but is not guaranteed to be completely stable. Tags are created regularly to indicate new official, stable release versions of Cryptic.

Testing
Testing and code review is the bottleneck for development; we get more pull requests than we can review and test. Please be patient and help out, and remember this is a security-critical project where any mistake might cost people lots of money.

Automated Testing
Developers are strongly encouraged to write unit tests for new code, and to submit new unit tests for old code.

Unit tests for the core code are in src/test/. To compile and run them:

Code:
cd src; make -f makefile.unix test

Unit tests for the GUI code are in src/qt/test/. To compile and run them:

Code:
qmake BITCOIN_QT_TEST=1 -o Makefile.test bitcoin-qt.pro
make -f Makefile.test
./cryptic-qt_test

Dependencies:

Code:
sudo apt-get install git

sudo apt-get install build-essential libtool autotools-dev automake pkg-config libssl-dev libevent-dev bsdmainutils

sudo apt-get install libboost-system-dev libboost-filesystem-dev libboost-chrono-dev libboost-program-options-dev libboost-test-dev libboost-thread-dev

sudo apt-get install libboost-all-dev

sudo apt-get install software-properties-common

sudo add-apt-repository ppa:bitcoin/bitcoin

sudo apt-get update

sudo apt-get install libdb4.8-dev libdb4.8++-dev

sudo apt-get install libminiupnpc-dev

sudo apt-get install libzmq3-dev

sudo apt-get install libqt5gui5 libqt5core5a libqt5dbus5 qttools5-dev qttools5-dev-tools libprotobuf-dev protobuf-compiler
Testing
Testing and code review is the bottleneck for development; we get more pull requests than we can review and test. Please be patient and help out, and remember this is a security-critical project where any mistake might cost people lots of money.

Automated Testing
Developers are strongly encouraged to write unit tests for new code, and to submit new unit tests for old code.

Unit tests for the core code are in src/test/. To compile and run them:

Code:
cd src; make -f makefile.unix 

test Unit tests for the GUI code are in src/qt/test/.

To compile and run them:

Code:
qmake BITCOIN_QT_TEST=1 -o Makefile.test bitcoin-qt.pro make -f Makefile.test ./cryptic-qt_test

Compile Wallet Daemon

Code:
cd cryptic/

cd cryptic/src/leveldb

chmod 775 build_detect_platform

sudo make libleveldb.a libmemenv.a

cd ..

Code:
$make -f makefile.unix USE_UPNP=1 USE_QRCODE=1 USE_UPNP=1

sudo ./crypticd

You will get a message stating there is no configuration file.
sudo nano ~/.cryptic/cryptic.conf

Add follw infor and Save the file.

Quote
rpcuser=youruser
rpcpassword=yourpassword
rpcallowip=127.0.0.1
rpcport=2300
daemon=1
server=1
gen=0
addnode=164.138.217.90
addnode=62.176.117.67
addnode=164.138.216.95
addnode=185.203.116.210


Code:
 sudo ./crypticd

Compile Qt Wallet

Code:
cd ..


Code:
qmake USE_UPNP=-

make


OFFICIAL CRYPTIC MINING POOL
Official mining pool that will support mining based on Proof-of-Work hashing algorithms used in Cryptic Cash is Scrypt.

STRATUM SERVERS

-o stratum+tcp://164.138.217.90:3433 -u <WALLET_ADDRESS> -p c=CRYP

<WALLET_ADDRESS> should be valid for the currency you mine. DO NOT USE a BTC address here, the auto exchange is disabled!As optional password, you can use -p c=<SYMBOL> if yiimp does not set the currency correctly on the Wallet page.See the “Pool Status” area on the right for PORT numbers. Algorithms without associated coins are disabled.

Cryptic Mining Pool: http://164.138.217.90
Cryptic Mining Pool: http://164.138.217.156/
---------------------------------------------------------------
CRYPTIC BLOCK EXPLORER http://159.65.193.255
CRYPTIC BLOCK EXPLORER http://164.138.216.95
papilyn
Member
**
Offline Offline

Activity: 210
Merit: 10


View Profile
May 22, 2018, 08:57:04 PM
 #9

Cryptic Cash Decentralized Cryptocurrency

www.crypticcash.org



What is Cryptic Cash?

Cryptic Peer-to-Peer Electronic Cash is decentralized cryptocurrency for daily payments. Our technology is revolutionizing the financial services industry by empowering millions across the globe to authenticate and transact immediately and without costly intermediaries. Cryptic Cash is decentralized peer to peer electronic cash system, a lite version of Bitcoin using scrypt as a proof-of-work algorithm.

2.5 minute block targets
subsidy halves in 840k blocks (~4 years)
~84 million total coins
The rest is the same as Bitcoin.
Algo: Scrypt

- 50 coins per block
- 2017 blocks to retarget difficulty


For more information, as well as an immediately usable, binary version of the Cryptic Cash client software, see http://www.crypticcash.org

Introduction
Commerce on the Internet has come to rely almost exclusively on financial institutions serving as trusted third parties to process electronic payments. While the system works well enough for most transactions, it still suffers from the inherent weaknesses of the trust based model. Completely non-reversible transactions are not really possible, since financial institutions cannot avoid mediating disputes.

The cost of mediation increases transaction costs, limiting the minimum practical transaction size and cutting off the possibility for small casual transactions, and there is a broader cost in the loss of ability to make non-reversible payments for nonreversible services. With the possibility of reversal, the need for trust spreads. Merchants must be wary of their customers, hassling them for more information than they would otherwise need.

A certain percentage of fraud is accepted as unavoidable. These costs and payment uncertainties can be avoided in person by using physical currency, but no mechanism exists to make payments over a communications channel without a trusted party.



Cryptic Smart Card
Cryptic Card is connected with your Wallet and make it easy to link different cryptocurrency to your card. Be in control.
Send and receive funds all in one app. Withdraw from any ATM around the world.



Receive real-time notifications when the card is used.
Lock or unlock your card whenever you wish to. All at your fingertips.
At Cryptic Cash, we strive to offer the user access to as large as possible a range of blockchain assets at a maximum degree of convenience, while adhering to the highest security standards in the ecosystem.


Cryptic Cash Mobile Wallet


Unique and easy to use mobile wallets for Android and iOS platforms. For Cryptic Cash participants, these wallets will be as user-friendly as possible. Mobile Cryptic Wallet make easy to make instant exchange a multiple crypto-currency.



Download Wallet

Download your Cryptic Wallet and start to be part of globule Peer-to-Peer Electronic Cash System.

Innovate
Cryptic uses peer-to-peer technology to operate with no central authority or banks. Innovative payment network and a new kind of money.

Send and Receive
Cryptic Wallet make easy to Send and Receive Peer-to-peer transactions without to wait confirmation.

Instant Exchange
Mobile Cryptic Wallet make easy to make instant exchange a multiple crypto-currency.

Live Transaction
Our technology is revolutionizing the financial services industry by empowering millions across the globe to authenticate.

Build Platform
Development follows a process of continuous integration, based on industry best-practices.

Security
Privacy on/off options for transactions with Cryptic Cash users have the ability to choose what type of transaction they want to make — public or private.
A public transaction is recorded to the Cryptic Cash public ledger in an unchanged form with the sender’s public address, recipient’s public Cryptic Cash address and payment amount of CRYP transferred.

This type of transaction can be done if it is necessary to prove to a third party that the sender did, in fact, make a particular transaction. A private Cryptic Cash transaction is recorded to the public ledger using a one-time public key which is generated by a special algorithm.

Technical Overview
Cryptic Cash gives our users the ability to choose, compare and eventually use the confined reality mechanism that best suits them.
Cryptic Cash is a coin designed for the discrete on of users by offering them the appropriate crypto tools.

Simplified Payment Verification
It is possible to verify payments without running a full network node. A user only needs to keep a copy of the block headers of the longest proof-of-work chain, which he can get by querying network nodes until he’s convinced he has the longest chain, and obtain the Merkle branch linking the transaction to the block it’s timestamped in.

He can’t check the transaction for himself, but by linking it to a place in the chain, he can see that a network node has accepted it, and blocks added after it further confirm the network has accepted it.

As such, the verification is reliable as long as honest nodes control the network, but is more vulnerable if the network is overpowered by an attacker. While network nodes can verify transactions for themselves, the simplified method can be fooled by an attacker’s fabricated transactions for as long as the attacker can continue to overpower the network. One strategy to protect against this would be to accept alerts from network nodes when they detect an invalid block, prompting the user’s software to download the full block and alerted transactions to confirm the inconsistency.

Businesses that receive frequent payments will probably still want to run their own nodes for more independent security and quicker verification.

Cryptic Cash payment facilities which include the physical and virtual debit card can be used in almost 100 countries at over 36 million points of acceptance today.

This is possible as we have card issuance partnerships with major credit card companies.

Moreover, users and businesses can exchange their blockchain assets seamlessly from one user to another in a decentralized manner, removing any risk that is usually associated with
current centralized solutions.


License
Cryptic is released under the terms of the MIT license. See COPYING for more information or see http://opensource.org/licenses/MIT.

Development process
Developers work in their own trees, then submit pull requests when they think their feature or bug fix is ready.

If it is a simple/trivial/non-controversial change, then one of the Cryptic development team members simply pulls it.

If it is a more complicated or potentially controversial change, then the patch submitter will be asked to start a discussion with the devs and community.

The patch will be accepted if there is broad consensus that it is a good thing. Developers should expect to rework and resubmit patches if the code doesn't match the project's coding conventions (see doc/coding.txt) or are controversial.

The master branch is regularly built and tested, but is not guaranteed to be completely stable. Tags are created regularly to indicate new official, stable release versions of Cryptic.



Dependencies:

Code:
sudo apt-get install git

sudo apt-get install build-essential libtool autotools-dev automake pkg-config libssl-dev libevent-dev bsdmainutils

sudo apt-get install libboost-system-dev libboost-filesystem-dev libboost-chrono-dev libboost-program-options-dev libboost-test-dev libboost-thread-dev

sudo apt-get install libboost-all-dev

sudo apt-get install software-properties-common

sudo add-apt-repository ppa:bitcoin/bitcoin

sudo apt-get update

sudo apt-get install libdb4.8-dev libdb4.8++-dev

sudo apt-get install libminiupnpc-dev

sudo apt-get install libzmq3-dev

sudo apt-get install libqt5gui5 libqt5core5a libqt5dbus5 qttools5-dev qttools5-dev-tools libprotobuf-dev protobuf-compiler


Testing
Testing and code review is the bottleneck for development; we get more pull requests than we can review and test. Please be patient and help out, and remember this is a security-critical project where any mistake might cost people lots of money.

Automated Testing
Developers are strongly encouraged to write unit tests for new code, and to submit new unit tests for old code.

Unit tests for the core code are in src/test/. To compile and run them:

Code:
cd src; make -f makefile.unix test

Unit tests for the GUI code are in src/qt/test/. To compile and run them:

Code:
qmake BITCOIN_QT_TEST=1 -o Makefile.test bitcoin-qt.pro
make -f Makefile.test
./cryptic-qt_test

Automated Testing
Developers are strongly encouraged to write unit tests for new code, and to submit new unit tests for old code.

Unit tests for the core code are in src/test/. To compile and run them:

Code:
cd src; make -f makefile.unix 

test Unit tests for the GUI code are in src/qt/test/.

To compile and run them:

Code:
qmake BITCOIN_QT_TEST=1 -o Makefile.test bitcoin-qt.pro make -f Makefile.test ./cryptic-qt_test

Compile Wallet Daemon

Code:
cd cryptic/

cd cryptic/src/leveldb

chmod 775 build_detect_platform

sudo make libleveldb.a libmemenv.a

cd ..

Code:
$make -f makefile.unix USE_UPNP=1 USE_QRCODE=1 USE_UPNP=1

sudo ./crypticd

You will get a message stating there is no configuration file.
sudo nano ~/.cryptic/cryptic.conf

Add follw infor and Save the file.

Quote
rpcuser=youruser
rpcpassword=yourpassword
rpcallowip=127.0.0.1
rpcport=2300
daemon=1
server=1
gen=0
addnode=164.138.217.90
addnode=62.176.117.67
addnode=164.138.216.95
addnode=185.203.116.210


Code:
 sudo ./crypticd

Compile Qt Wallet

Code:
cd ..


Code:
qmake USE_UPNP=-

make


OFFICIAL CRYPTIC MINING POOL
Official mining pool that will support mining based on Proof-of-Work hashing algorithms used in Cryptic Cash is Scrypt.

STRATUM SERVERS

-o stratum+tcp://164.138.217.90:3433 -u <WALLET_ADDRESS> -p c=CRYP

<WALLET_ADDRESS> should be valid for the currency you mine. DO NOT USE a BTC address here, the auto exchange is disabled!As optional password, you can use -p c=<SYMBOL> if yiimp does not set the currency correctly on the Wallet page.See the “Pool Status” area on the right for PORT numbers. Algorithms without associated coins are disabled.

Cryptic Mining Pool: http://164.138.217.90
Cryptic Mining Pool: http://164.138.217.156
---------------------------------------------------------------
CRYPTIC BLOCK EXPLORER http://159.65.193.255
CRYPTIC BLOCK EXPLORER http://164.138.216.95

let gonna fix it , can see the image now?

ggorand
Newbie
*
Offline Offline

Activity: 65
Merit: 0


View Profile
June 17, 2018, 08:13:16 AM
 #10

On roadmap not exists external exchange - will there be an exchange?
CrypticFoundation (OP)
Newbie
*
Offline Offline

Activity: 5
Merit: 0


View Profile WWW
June 20, 2018, 12:41:35 PM
 #11

Yes, soon...  till end of September CRYPTIC CASH will be listed to 3 or more exchanges like PoIoniex, OKEX, STOCK.EXECHANGE and more...

SOON at POLONIEX: Circle Asset Listing Form . Thank you for taking the time to describe your project to us. We will be in touch with you shortly!


This project is not a standard ICO, based on a smart contract. This is a clear coin that, due to the fact that we are still in the begin, we have created an option for investors to take advantage of and have the opportunity to buy them because at this stage, the moment can not be bought from any exchange. It is yet to be released in September as we announce it. And to your question, the coins that you are currently mining,  will be able to send to exchanges and sell for BTC or ETH. The chain will not be changed nor will there be another standard.




DECENTRALIZED PEER TO PEER ELECTRONIC CASH SYSTEM

Join in to our community
Get Free 200 CRYP

www.airdrop.crypticcash.org

more info

www.cryticcash.org
www.wallet.crypticcash.org
www.explorer.crypticcash.org
www.paperwallet.crypticcash.org


papilyn
Member
**
Offline Offline

Activity: 210
Merit: 10


View Profile
June 20, 2018, 09:21:22 PM
 #12

waoo! amazing..lets mine some coins til sept.

AkiAfroo
Jr. Member
*
Offline Offline

Activity: 114
Merit: 2


View Profile
September 24, 2018, 02:39:25 PM
 #13

Code:
-o stratum+tcp://cryptic-mining.eu:3433 -u <WALLET_ADDRESS> [-p <OPTIONS>]



 Tongue  Tongue  Tongue

payments works perfect!
Pages: [1]
  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!