Bitcoin Forum

Alternate cryptocurrencies => Announcements (Altcoins) => Topic started by: cryptonclub on February 02, 2020, 10:31:18 AM



Title: [ANN] 🔥 Cryptoncoin(CCN)-PoW-Exchange
Post by: cryptonclub on February 02, 2020, 10:31:18 AM
Introduction:
CryptonClub Exchange is one of advanced digital asset exchanges.
It mainly provides currency trading services for a series of block chain assets such as Bitcoin, Litecoin and Cryptoncoin.
It is founded by block chain and digital asset enthusiasts. Crypton Club Exchange is Registered & Licensed in Estonia.

Cryptoncoin(CCN):
In order to protect the interests of investors & further developments of CryptonClub Exchange, we have created Cryptoncoin(CCN), based in X11 algo, fully open source released in github.
Premine is: 10000000 CCN, which will be used for promotion of the platform, referall bonus. CCN will also work as a lead market pair beside BTC,USDT


    CCN Basic Details:
    Coin name: Cryptoncoin
    Ticker: CCN
    Mainnet Initial: C
    Testnet Initial: D
    Algo: X11
    Block: Proof-of-Work(PoW)
    Unit: Satoshi
    RPC or P2P port: Any port set by you
    Block reward: 50 CCN
    Block halving: 4000000 blocks
    Coin supply: 410000000 CCN
    Premine amount: 10000000 CCN
    Github Sourcecode: https://github.com/cryptonclub/cryptoncoin

    Masternode Details:
    Masternode Amount: 5000CCN
    Masternode Reward: 50%
    SuperBlock Reward: 10%
    Node1: node1.cryptonclub.com
    Node2: node2.cryptonclub.com
    Transaction confirmations: 3 Blocks

Social Media:
Telegram (https://t.me/cryptonclub2020)
Twitter (https://twitter.com/Cryptonclub2020)
FB Group (https://www.facebook.com/groups/201968017640961/)

Cryptonclub Exchange Platform Features:
1. Advanced Trade Engine
2. IEO/ICO Launchpad
3. Android Apps(First Edition 1.0.0): https://cryptonclub.com/android.zip
4. Long term stable Crypto Investbox

Signup Bonus:
Everyone will get 100 CCN signup bonus, After signup, go to Invite menu from account panel and click claim bonus.
Ref bonus: Its upto 20 CCN

Signup Now!!! (https://www.cryptonclub.com/)



Title: Re: [ANN] 🔥 Cryptoncoin(CCN)-PoW-Exchange
Post by: cryptonclub on February 02, 2020, 10:44:34 AM
Reserved for news


Title: Re: [ANN] 🔥 Cryptoncoin(CCN)-PoW-Exchange
Post by: xxhll on February 02, 2020, 01:16:59 PM
How to set up mining?


Title: Re: [ANN] 🔥 Cryptoncoin(CCN)-PoW-Exchange
Post by: cryptonclub on February 02, 2020, 02:21:26 PM
How to set up mining?

Mining from desktop/laptop:

Open your wallet, and make sure your wallet is connected with a node.

Close your wallet and create the file cryptoncoin.conf in the folder “%APPDATA%\cryptoncoin\”.

Paste the following text into cryptoncoin.conf and save the file.
Code:
rpcuser=rpc_cryptoncoin
rpcpassword=e91a3fe06f660112a782b4b3
rpcallowip=127.0.0.1
rpcport=15533
daemon=1
server=1
listen=1
txindex=1
addnode=node1.cryptonclub.com
addnode=node2.cryptonclub.com

Open your wallet.

Create a .bat file named mine.bat in the same folder where you extracted cryptoncoin-cli.exe and paste the following text into mine.bat.
Code:
@echo off
set SCRIPT_PATH=%cd%
cd %SCRIPT_PATH%
echo Press [CTRL+C] to stop mining.
:begin
 cryptoncoin-cli.exe generate 1
goto begin

Save the file.

Start mine.bat to start mining CCN coin

Setting up Pool:
You can also setup unomp pool and do mining CCN


Title: Re: [ANN] 🔥 Cryptoncoin(CCN)-PoW-Exchange
Post by: cryptonclub on February 02, 2020, 02:38:45 PM
Setup CCN masternode

Prepare your VPS/Dedicated Server

Require Ubuntu Server 14.04/16.04/18.04 .

Update your Ubuntu machine.
Code:
sudo apt-get update
sudo apt-get upgrade

Install the required dependencies.
Code:
sudo apt-get install build-essential libtool autotools-dev automake pkg-config libssl-dev libevent-dev bsdmainutils python3 libboost-system-dev libboost-filesystem-dev libboost-chrono-dev libboost-test-dev libboost-thread-dev libboost-all-dev libboost-program-options-dev
sudo apt-get install libminiupnpc-dev libzmq3-dev libprotobuf-dev protobuf-compiler unzip software-properties-common

Install Berkeley DB.
Code:
sudo add-apt-repository ppa:bitcoin/bitcoin
sudo apt-get update
sudo apt-get install libdb4.8-dev libdb4.8++-dev

Install BLS signatures.
Code:
cd ~/
wget https://github.com/codablock/bls-signatures/archive/v20181101.zip
unzip v20181101.zip
cd bls-signatures-20181101
cmake .
sudo make install

Create a directory for the source code.
Code:
cd ~/
mkdir source_code
cd source_code
Download the source code from Github
Code:
git clone https://github.com/cryptonclub/cryptoncoin.git

cd cryptoncoin

Execute the following commands to start compiling.
Code:
./autogen.sh
./configure
make

make install

cd src

strip cryptoncoind

sudo mv cryptoncoind cryptoncoin-cli cryptoncoin-tx /usr/bin/
Create the config file.
Code:
mkdir $HOME/.cryptoncoin
nano $HOME/.cryptoncoin/cryptoncoin.conf

Paste the following lines in cryptoncoin.conf.
Code:
#----
rpcuser=rpc_cryptoncoin
rpcpassword=f5f23fas87tjhgiy7ihe552ff860
rpcallowip=127.0.0.1
#----
listen=1
server=1
daemon=1
maxconnections=64
#----
#masternode=1
#masternodeblsprivkey=
externalip=REPLACE_WITH_EXTERNAL_IP_OF_VPS
#----

Leave the fields “masternode” and “masternodeblsprivkey” commented out.

Replace the text “REPLACE_WITH_EXTERNAL_IP_OF_VPS” with the external IP address of your VPS.

E.G. externalip=54.18.54.23

Start your node with the following command.
Code:
./cryptoncoind

Wait until the command “mnsync status” returns the status “MASTERNODE_SYNC_FINISHED”.
examplecoin-cli mnsync status

Example output

Code:
{
  "AssetID": 1,
  "AssetName": "MASTERNODE_SYNC_FINISHED",
  "AssetStartTime": 1559845678,
  "Attempt": 0,
  "IsBlockchainSynced": true,
  "IsSynced": true,
  "IsFailed": false
}

Send the collateral 5000 CCN

Open your wallet and wait until your wallet has downloaded the complete blockchain.

Go to “Tools”.
Click “Debug console”.
This is the console where you will execute all commands.

Create a new address for the fee.
Code:
getnewaddress

Example output

CUsRwubuUuy4BXppUBxNB7FJdUC2uD8umz

Send 1 coin to the address that you just created.

Create a new address for the masternode collateral.
Code:
getnewaddress

Example output

CUsRwubuUuy4BXppUBxNB7FJdUC2uD8umz

Transfer the required amount of coins to the address that you just created.
Wait until the transaction has the required masternode confirmations.

Identify the funding transaction.
masternode outputs

Example output


Code:
{
  "6e2fa7957ca92a526491a5528c215de46b91f640160d84bcbb9f509da7387622": "0"
}


Register your masternode

Generate a BLS key pair.
bls generate

Example output


bls generate
Code:
{
  "secret": "0acbf6f183d0c9b794b9bc0dba25f8a1a1eca21aa4f2e4a86ecd3120a59efb35",
  "public": "064bb1741f4707cfe3629176857c41e0d23cbe751061fe5d0d67b506db10c8f3f6f2b684c3cec8e4a128193a001d12e9"
}


Place the secret key in the config file of your masternode and uncomment the values “masternode” and “masternodeblsprivkey”.

Example config
Code:
#----
rpcuser=rpc_cyptoncoin
rpcpassword=f5f23fas53ebijygjy7ihe552ff860
rpcallowip=127.0.0.1
#----
listen=1
server=1
daemon=1
maxconnections=64
#----
masternode=1
masternodeblsprivkey=0acbf6f183d0c9b794b9bc0dba25f8a1a1eca21aa4f2e4a86ecd3120a59efb35
externalip=54.18.54.23
#----

Restart your masternode using the following commands.
cyptoncoin-cli stop
cyptoncoind


Prepare a ProRegTx transaction

Create a new address for the owner.
getnewaddress

Example output

CUsRwubuUuy4BXppUBxNB7FJdUC2uD8umz

Create a new address for the voting.
getnewaddress

Example output

CUsRwubuUuy4BXppUBxNB7FJdUC2uD8umz

Create a new address for the payout.
getnewaddress

Example output

CUsRwubuUuy4BXppUBxNB7FJdUC2uD8umz

Modify the following line.
protx register_prepare fdab9dff1ff9caf5d291905ad43b9f7d69775189d4d22cb085d7fedd94ea1c6a 0 136.144.171.201:9999 CUsRwubuUuy4BXppUBxNB7FJdUC2uD8umz 064bb1741f4707cfe3629176857c41e0d23cbe751061fe5d0d67b506db10c8f3f6f2b684c3cec8e 4a128193a001d12e9 CUsRwubuUuy4BXppUBxNB7FJdUC2uD8umz 0 CUsRwubuUuy4BXppUBxNB7FJdUC2uD8umz CUsRwubuUuy4BXppUBxNB7FJdUC2uD8umz

fdab9dff1ff9caf5d291905ad43b9f7d69775189d4d22cb085d7fedd94ea1c6a - Transaction id from the command “masternode outputs”.

0 - Single digit from the command “masternode outputs”.

54.18.54.23:9999 - External IP address and P2P of your Masternode.

CUsRwubuUuy4BXppUBxNB7FJdUC2uD8umz - The new address generated above for the owner.

064bb1741f4707cfe3629176857c41e0d23cbe751061fe5d0d67b506db10c8f3f6f2b684c3cec8e 4a128193a001d12e9 - The BLS public key generated above.

CUsRwubuUuy4BXppUBxNB7FJdUC2uD8umz - The new address generated above for the voting.

0 - Leave this value at 0.

CUsRwubuUuy4BXppUBxNB7FJdUC2uD8umz - The new address generated above for the payment.

CUsRwubuUuy4BXppUBxNB7FJdUC2uD8umz - The new address generated above for the fee.

Paste the modified line into the console of your wallet.

Example output


{
  "tx": "0300010001a55ee8d6ad1d5c1409a5328f4e53e80e3e7c83cf85253594141505fa64c5eeec00000 00000feffffff0121dff505000000001976a9144f18fd993c0f9458fafb4985536dd358e9899a9f 88ac00000000d10100000000006a1cea94ddfed785b02cd2d4895177697d9f3bd45a9091d2f5caf 91fff9dabfd0000000000000000000000000000ffff88909c3714c4e172bd9c230db9cac3e44694 5cff2ea6720c2eca064bb1741f4707cfe3629176857c41e0d23cbe751061fe5d0d67b506db10c8f 3f6f2b684c3cec8e4a128193a001d12e9b9772f1f7b0af05a67883806a4f60ddde4ecbf9e000019 76a9143206f92dd6acc1a481cbb88fcadc19d0507bcb7d88ac0c5537044361500975adba10f9299 f684f62a7f544e8e671638fee2c3914349f00",
  "collateralAddress": "TRPLV4dXmEFMSgXg2Xu6skN9pmw8TAo4N5",
  "signMessage": "TEXj9AgdCh1giGmr1BXpYsngmkMkthNngD|0|TWXGVYPHGA4gWcZ9Zp2qnubFVNagvorwEN|TSsrnbtJGYD1WmVsrsvauuwxibJyqkkqqL|ac19e80b02d4e8a27feb42073114070a281a2b788ba064803e8064d259b22ebc"
}


Sign the ProRegTx transaction

Modify the following line.
signmessage "TRPLV4dXmEFMSgXg2Xu6skN9pmw8TAo4N5" "TEXj9AgdCh1giGmr1BXpYsngmkMkthNngD|0|TWXGVYPHGA4gWcZ9Zp2qnubFVNagvorwEN|TSsrnbtJGYD1WmVsrsvauuwxibJyqkkqqL|ac19e80b02d4e8a27feb42073114070a281a2b788ba064803e8064d259b22ebc"

TRPLV4dXmEFMSgXg2Xu6skN9pmw8TAo4N5 - The “collateralAddress” value of the above output.

TEXj9AgdCh1giGmr1BXpYsngmkMkthNngD|0|TWXGVYPHGA4gWcZ9Zp2qnubFVNagvorwEN|TSsrnbtJGYD1WmVsrsvauuwxibJyqkkqqL|ac19e80b02d4e8a27feb42073114070a281a2b788ba064803e8064d259b22ebc - The “signMessage” value of the above output.

Paste the modified line into the console of your wallet.

Example output

H/d9tkCSzqdYh8qLL1c+KDIlrb4vtFSfdxd88XDc3U/hRZ6lMuAR8TULy7vh1YXGk6AYFFV1xyPNuEdZVMN9SdI=


Submit the signed message

Modify the following line.
protx register_submit 0300010001a55ee8d6ad1d5c1409a5328f4e53e80e3e7c83cf85253594141505fa64c5eeec00000 00000feffffff0121dff505000000001976a9144f18fd993c0f9458fafb4985536dd358e9899a9f 88ac00000000d10100000000006a1cea94ddfed785b02cd2d4895177697d9f3bd45a9091d2f5caf 91fff9dabfd0000000000000000000000000000ffff88909c3714c4e172bd9c230db9cac3e44694 5cff2ea6720c2eca064bb1741f4707cfe3629176857c41e0d23cbe751061fe5d0d67b506db10c8f 3f6f2b684c3cec8e4a128193a001d12e9b9772f1f7b0af05a67883806a4f60ddde4ecbf9e000019 76a9143206f92dd6acc1a481cbb88fcadc19d0507bcb7d88ac0c5537044361500975adba10f9299 f684f62a7f544e8e671638fee2c3914349f00 H/d9tkCSzqdYh8qLL1c+KDIlrb4vtFSfdxd88XDc3U/hRZ6lMuAR8TULy7vh1YXGk6AYFFV1xyPNuEdZVMN9SdI=

0300010001a55ee8d6ad1d5c1409a5328f4e53e80e3e7c83cf85253594141505fa64c5eeec00000 00000feffffff0121dff505000000001976a9144f18fd993c0f9458fafb4985536dd358e9899a9f 88ac00000000d10100000000006a1cea94ddfed785b02cd2d4895177697d9f3bd45a9091d2f5caf 91fff9dabfd0000000000000000000000000000ffff88909c3714c4e172bd9c230db9cac3e44694 5cff2ea6720c2eca064bb1741f4707cfe3629176857c41e0d23cbe751061fe5d0d67b506db10c8f 3f6f2b684c3cec8e4a128193a001d12e9b9772f1f7b0af05a67883806a4f60ddde4ecbf9e000019 76a9143206f92dd6acc1a481cbb88fcadc19d0507bcb7d88ac0c5537044361500975adba10f9299 f684f62a7f544e8e671638fee2c3914349f00 - The “tx” value of the “protx register_prepare” command.

H/d9tkCSzqdYh8qLL1c+KDIlrb4vtFSfdxd88XDc3U/hRZ6lMuAR8TULy7vh1YXGk6AYFFV1xyPNuEdZVMN9SdI= - The output of the above command.

Paste the modified line into the console of your wallet.

Example output

7da2e1187202a1a497beca05e0e53a6e4df0dc06046f72fbf8b61c942db2982a

Your masternode is now registered and will appear in the masternode list.

You can check the status of your masternode using the command "masternode status".
examplecoin-cli masternode status

Example output


{
  "outpoint": "fdab9dff1ff9caf5d291905ad43b9f7d69775189d4d22cb085d7fedd94ea1c6a-0",
  "service": "54.18.54.23:9999",
  "proTxHash": "7da2e1187202a1a497beca05e0e53a6e4df0dc06046f72fbf8b61c942db2982a",
  "collateralHash": "fdab9dff1ff9caf5d291905ad43b9f7d69775189d4d22cb085d7fedd94ea1c6a",
  "collateralIndex": 0,
  "dmnState": {
    "service": "54.18.54.23:9999",
    "registeredHeight": 145,
    "lastPaidHeight": 0,
    "PoSePenalty": 0,
    "PoSeRevivedHeight": -1,
    "PoSeBanHeight": -1,
    "revocationReason": 0,
    "ownerAddress": "TWXGVYPHGA4gWcZ9Zp2qnubFVNagvorwEN",
    "votingAddress": "TSsrnbtJGYD1WmVsrsvauuwxibJyqkkqqL",
    "payoutAddress": "TEXj9AgdCh1giGmr1BXpYsngmkMkthNngD",
    "pubKeyOperator": "064bb1741f4707cfe3629176857c41e0d23cbe751061fe5d0d67b506db10c8f3f6f2b684c3cec8e 4a128193a001d12e9"
  },
  "state": "READY",
  "status": "Ready"
}


Title: Re: [ANN] 🔥 Cryptoncoin(CCN)-PoW-Exchange
Post by: mcrex666 on February 02, 2020, 04:05:08 PM
pool online lucky-pool.online

-a x11 -o stratum+tcp://stratum.lucky-pool.online:3533 -u YourWallet -p c=CCN


Title: Re: [ANN] 🔥 Cryptoncoin(CCN)-PoW-Exchange
Post by: cryptonclub on February 02, 2020, 07:27:14 PM
Download CCN Windows or Mac or Linux wallet from below link: https://cryptonclub.com/deploy


Title: Re: [ANN] 🔥 Cryptoncoin(CCN)-PoW-Exchange
Post by: Lafu on February 02, 2020, 07:56:23 PM
You should remove your Ref Link !

Code:
[url=https://www.cryptonclub.com/reg?code=W77hF8]Signup Now!!![/url]


Title: Re: [ANN] 🔥 Cryptoncoin(CCN)-PoW-Exchange
Post by: cryptonclub on February 02, 2020, 10:20:15 PM
You should remove your Ref Link !

Code:
[url=https://www.cryptonclub.com/reg?code=W77hF8]Signup Now!!![/url]

Removed ref link from ANN


Title: Re: [ANN] 🔥 Cryptoncoin(CCN)-PoW-Exchange
Post by: CRYcry on February 02, 2020, 10:33:02 PM
Why current mining reward is 0.45 coins?


Title: Re: [ANN] 🔥 Cryptoncoin(CCN)-PoW-Exchange
Post by: cryptonclub on February 02, 2020, 10:39:35 PM
Why current mining reward is 0.45 coins?
mining reward is 45 CCN, do not do mining from unreliable pool, you can build up own mining pool from github sources such as Unomp


Title: Re: [ANN] 🔥 Cryptoncoin(CCN)-PoW-Exchange
Post by: cryptonclub on February 02, 2020, 10:54:20 PM
We are also open to list your coin/token on our cryptonclub exchange.
Zero trade fees. Interested dev can send us email to support@cryptonclub.com or pm me


Title: Re: [ANN] 🔥 Cryptoncoin(CCN)-PoW-Exchange
Post by: gaogang98 on February 03, 2020, 05:18:00 AM
For each block mined at https://lucky-pool.online/ above, how much is 0.444126 coins?

Each block is Block reward — 50 coins, and you only pay 0.44 coins. The pump is too large. I have withdrawn my hashrate. I digged a few blocks and paid you 6.18 coins. Too heartless



Title: Re: [ANN] 🔥 Cryptoncoin(CCN)-PoW-Exchange
Post by: Daniko7 on February 03, 2020, 11:41:56 AM
Blockreward= 50 CCN

22.5 CCN POW
22.5 CCN MN

What about the other 5 CCN´s?


Title: Re: [ANN] 🔥 Cryptoncoin(CCN)-PoW-Exchange
Post by: Remapper on February 03, 2020, 01:17:38 PM
Good luck with your project, i'am developer for hire, 5 years experience in developing / forking / compiling / debugging many projects, Masternode specialist, C++, programmer

Services Include:
-General code work / changes , Updates, Problem solving, QT wallet modifications
-Add masternode increasing collateral / more tiers
-Add hard coded dev / founders fee / fund 
-Upgrade blockchain code base to latest 
-New coin fork - bitcoin, dash, pivx + new zPos, etc
-Custom privacy methods - RingCT, bulletproof, stealth address etc
-Andriod & iOS wallet development 
-Wallets Compile - Linux QT, Windows QT, MacOS QT, ARM Chipset (RasPI), etc
-Stake exploits found and corrected
-Anti fork protection to prevent easy forking / cloning from your src code
-New blockchain clone/fork from latest versions, bitcoin, dash, pivx, 

Regards


Title: Re: [ANN] 🔥 Cryptoncoin(CCN)-PoW-Exchange
Post by: Javi_Anibarro on February 03, 2020, 03:13:37 PM
Blockreward= 50 CCN

22.5 CCN POW
22.5 CCN MN

What about the other 5 CCN´s?
Quote
mining reward is 45 CCN
From his reply above, he mentioned Blockreward is 45 CCN but on the thread and the website state 50 CCN. Something is missing here, or he might be put wrong information on the thread and the website. Another thing is the website says the project is based on Tallinn, Estonia while the website is registered under Arizona, US.
There is no information about the developer too.


Title: Re: [ANN] 🔥 Cryptoncoin(CCN)-PoW-Exchange
Post by: Aimar4ik on February 03, 2020, 08:16:49 PM
Explorer - http://217.182.185.221:3001/


Title: Re: [ANN] Cryptoncoin(CCN)-PoW-Exchange
Post by: mcrex666 on February 03, 2020, 09:09:16 PM
Blockreward= 50 CCN

22.5 CCN POW
22.5 CCN MN

What about the other 5 CCN´s?
Quote
mining reward is 45 CCN
From his reply above, he mentioned Blockreward is 45 CCN but on the thread and the website state 50 CCN. Something is missing here, or he might be put wrong information on the thread and the website. Another thing is the website says the project is based on Tallinn, Estonia while the website is registered under Arizona, US.
There is no information about the developer too.

http://217.182.185.221:3001/tx/6ff67123917571285e7d9c2ad4264e2b7ca89b689c9a933afd701481121c727e  block not found on the pool)look, what a reward)))
the domain is recently registered, the commission on the exchange is wild (((there was a recently similar project,https://bitcointalk.org/index.php?topic=5201002.0,it was chipped (((yes, also premine 10 000 000)


Title: Re: [ANN] 🔥 Cryptoncoin(CCN)-PoW-Exchange
Post by: Ngenah Euy on February 03, 2020, 09:26:30 PM
Introduction:
CryptonClub Exchange is one of advanced digital asset exchanges.
It mainly provides currency trading services for a series of block chain assets such as Bitcoin, Litecoin and Cryptoncoin.
It is founded by block chain and digital asset enthusiasts. Crypton Club Exchange is Registered & Licensed in Estonia.

Cryptoncoin(CCN):
In order to protect the interests of investors & further developments of CryptonClub Exchange, we have created Cryptoncoin(CCN), based in X11 algo, fully open source released in github.
Premine is: 10000000 CCN, which will be used for promotion of the platform, referall bonus. CCN will also work as a lead market pair beside BTC,USDT


    CCN Basic Details:
    Coin name: Cryptoncoin
    Ticker: CCN
    Mainnet Initial: C
    Testnet Initial: D
    Algo: X11
    Block: Proof-of-Work(PoW)
    Unit: Satoshi
    RPC or P2P port: Any port set by you
    Block reward: 50 CCN
    Block halving: 4000000 blocks
    Coin supply: 410000000 CCN
    Premine amount: 10000000 CCN
    Github Sourcecode: https://github.com/cryptonclub/cryptoncoin

    Masternode Details:
    Masternode Amount: 5000CCN
    Masternode Reward: 50%
    SuperBlock Reward: 10%
    Node1: node1.cryptonclub.com
    Node2: node2.cryptonclub.com
    Transaction confirmations: 3 Blocks

Social Media:
Telegram (https://t.me/cryptonclub2020)
Twitter (https://twitter.com/Cryptonclub2020)
FB Group (https://www.facebook.com/groups/201968017640961/)

Cryptonclub Exchange Platform Features:
1. Advanced Trade Engine
2. IEO/ICO Launchpad
3. Android Apps(First Edition 1.0.0): https://cryptonclub.com/android.zip
4. Long term stable Crypto Investbox

Signup Bonus:
Everyone will get 100 CCN signup bonus, After signup, go to Invite menu from account panel and click claim bonus.
Ref bonus: Its upto 20 CCN

Signup Now!!! (https://www.cryptonclub.com/)



Your thicker is same wirh CryptoCrowdNetwork - https://bitcointalk.org/index.php?topic=5211458


Title: Re: [ANN] 🔥 Cryptoncoin(CCN)-PoW-Exchange
Post by: mcrex666 on February 03, 2020, 09:45:41 PM
ticker is not scary) read the article https://cryptonews.com.au/story/ccfm-the-perfect-regulated-bridge-between-fiat-and-cryptos-is-finally-here-82368 licenses match)))))))))


Title: Re: [ANN] 🔥 Cryptoncoin(CCN)-PoW-Exchange
Post by: CaVO32 on February 03, 2020, 10:13:52 PM
i think claiming to be the global leading AI trading digital asset exchange is too early for the exchange to have it as when you checked the trading volume, you can't see anything yet in the BTC trading pair. they have a lil bit of trading activity going on with their CCN pair. they have a lot of things to do to achieve this claim. but let us see if they can stick to their plans of being strict in accepting coins in their exchange. and also, their delisting protocol will not be enforced yet as it is too early for them to remove those trading pairs. but to get a glimpse of what they will gonna do in the future before they delist your coin...

https://i.postimg.cc/HxMXdwLp/Screen-Shot-2020-02-04-at-6-05-17-AM.png

https://i.postimg.cc/kgjpbmv2/Screen-Shot-2020-02-04-at-6-11-37-AM.png (https://postimages.org/)


Title: Re: [ANN] 🔥 Cryptoncoin(CCN)-PoW-Exchange
Post by: cryptonclub on February 04, 2020, 06:26:18 AM
https://saltpool.net/images/saltpool-med-trans.png
Mine CryptonCoin at SALTPOOL
https://saltpool.net
Australian Mining Pool

Payouts are made automatically every 1 hour for all balances above 0.01 every day.

Stratum settings:

Code:
-a x11 -o stratum+tcp://stratum.saltpool.net:3534 -u <WALLET_ADDRESS> -p c=CCN

Join our discord for support - https://discord.gg/FQ5cph5.

Thanks for adding pool.


Title: Re: [ANN] 🔥 Cryptoncoin(CCN)-PoW-Exchange
Post by: peacefmind on February 04, 2020, 06:36:35 AM
Why current mining reward is 0.45 coins?
mining reward is 45 CCN, do not do mining from unreliable pool, you can build up own mining pool from github sources such as Unomp

Would you post how to build pool? I followed few different directions and none of them worked


Title: Re: [ANN] 🔥 Cryptoncoin(CCN)-PoW-Exchange
Post by: log0530 on February 04, 2020, 07:45:32 AM
★CCN★
for mining at the 0769Pool (https://www.0769.it/site/mining)

Code:
-a x11 -o stratum+tcp://pool.0769.it:3555 -u <WALLET> -p c=CCN


Title: Re: [ANN] 🔥 Cryptoncoin(CCN)-PoW-Exchange
Post by: mcrex666 on February 04, 2020, 07:48:24 AM
Why current mining reward is 0.45 coins?
mining reward is 45 CCN, do not do mining from unreliable pool, you can build up own mining pool from github sources such as Unomp

Would you post how to build pool? I followed few different directions and none of them worked
are you familiar with Linux? there’s nothing complicated) install a script, a wallet and that’s all)))


Title: Re: [ANN] 🔥 Cryptoncoin(CCN)-PoW-Exchange
Post by: cryptonclub on February 04, 2020, 03:11:47 PM
Cryptoncoin CCN
Code:
-a x11 -o stratum+tcp:///yiimp.hopto.org:3533 -u <WALLET> -p c=CCN
yiimp.hopto.org (http:///yiimp.hopto.org/)

Thanks for adding


Title: Re: [ANN] 🔥 Cryptoncoin(CCN)-PoW-Exchange
Post by: Daniko7 on February 04, 2020, 04:05:37 PM
trying to compile the wallet but get following error by "make"

/usr/bin/ld: cannot find -lgmp
collect2: error: ld returned 1 exit status
Makefile:4345: recipe for target 'libcryptoncoinconsensus.la' failed
make[2]: *** [libcryptoncoinconsensus.la] Error 1
make[2]: Leaving directory '/root/source_code/cryptoncoin/src'
Makefile:11311: recipe for target 'all-recursive' failed
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory '/root/source_code/cryptoncoin/src'
Makefile:686: recipe for target 'all-recursive' failed
make: *** [all-recursive] Error 1


Any hints?


Title: Re: [ANN] 🔥 Cryptoncoin(CCN)-PoW-Exchange
Post by: peacefmind on February 04, 2020, 06:27:52 PM
Why current mining reward is 0.45 coins?
mining reward is 45 CCN, do not do mining from unreliable pool, you can build up own mining pool from github sources such as Unomp

Would you post how to build pool? I followed few different directions and none of them worked
are you familiar with Linux? there’s nothing complicated) install a script, a wallet and that’s all)))

I'm ok with Linux simple admin tasks but not compile or make script and few directions I used for different coins far did not work. You mentioned script, I did not see script on github and as far as wallet it is just to get files to the server and run it I would think. If I have 1 good setup I can figure rest in the feature. If somebody would post few steps it would be greatly appreciated


Title: Re: [ANN] Cryptoncoin(CCN)-PoW-Exchange
Post by: mcrex666 on February 04, 2020, 08:56:24 PM
trying to compile the wallet but get following error by "make"

/usr/bin/ld: cannot find -lgmp
collect2: error: ld returned 1 exit status
Makefile:4345: recipe for target 'libcryptoncoinconsensus.la' failed
make[2]: *** [libcryptoncoinconsensus.la] Error 1
make[2]: Leaving directory '/root/source_code/cryptoncoin/src'
Makefile:11311: recipe for target 'all-recursive' failed
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory '/root/source_code/cryptoncoin/src'
Makefile:686: recipe for target 'all-recursive' failed
make: *** [all-recursive] Error 1


Any hints?
/usr/bin/ld: cannot find -lgmp      did you compile depends?your install all libraries?write how you compiled)  you need start ./avtogen.sh,then cd depends,make)than depends compiled,go to folder with source, ./configure --prefix=`pwd`/depends/x86_64-pc-linux-gnu   and if no errors have occurred type make)


Title: Re: [ANN] 🔥 Cryptoncoin(CCN)-PoW-Exchange
Post by: mcrex666 on February 04, 2020, 08:59:21 PM
Why current mining reward is 0.45 coins?
mining reward is 45 CCN, do not do mining from unreliable pool, you can build up own mining pool from github sources such as Unomp

Would you post how to build pool? I followed few different directions and none of them worked
are you familiar with Linux? there’s nothing complicated) install a script, a wallet and that’s all)))

I'm ok with Linux simple admin tasks but not compile or make script and few directions I used for different coins far did not work. You mentioned script, I did not see script on github and as far as wallet it is just to get files to the server and run it I would think. If I have 1 good setup I can figure rest in the feature. If somebody would post few steps it would be greatly appreciated
everything is simple there) install the script, load the wallet, then you go to the admin panel and it says what to do next)))


Title: Re: [ANN] Cryptoncoin(CCN)-PoW-Exchange
Post by: cryptonclub on February 04, 2020, 11:24:39 PM
trying to compile the wallet but get following error by "make"

/usr/bin/ld: cannot find -lgmp
collect2: error: ld returned 1 exit status
Makefile:4345: recipe for target 'libcryptoncoinconsensus.la' failed
make[2]: *** [libcryptoncoinconsensus.la] Error 1
make[2]: Leaving directory '/root/source_code/cryptoncoin/src'
Makefile:11311: recipe for target 'all-recursive' failed
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory '/root/source_code/cryptoncoin/src'
Makefile:686: recipe for target 'all-recursive' failed
make: *** [all-recursive] Error 1


Any hints?
/usr/bin/ld: cannot find -lgmp      did you compile depends?your install all libraries?write how you compiled)  you need start ./avtogen.sh,then cd depends,make)than depends compiled,go to folder with source, ./configure --prefix=`pwd`/depends/x86_64-pc-linux-gnu   and if no errors have occurred type make)



Use the following instructions to compile a daemon and GUI wallet for Ubuntu Server 14.04/16.04/18.04.

Update your Ubuntu machine.
Code:
sudo apt-get update
sudo apt-get upgrade

Install the required dependencies.
Code:
sudo apt-get install build-essential libtool autotools-dev automake pkg-config libssl-dev libevent-dev bsdmainutils python3 libboost-system-dev libboost-filesystem-dev libboost-chrono-dev libboost-test-dev libboost-thread-dev libboost-all-dev libboost-program-options-dev
sudo apt-get install libminiupnpc-dev libzmq3-dev libqt5gui5 libqt5core5a libqt5dbus5 qttools5-dev qttools5-dev-tools libprotobuf-dev protobuf-compiler libqrencode-dev unzip doxygen cmake libgmp3-dev

Code:
Install Berkeley DB.
sudo add-apt-repository ppa:bitcoin/bitcoin
sudo apt-get update
sudo apt-get install libdb4.8-dev libdb4.8++-dev

Install BLS signatures.
Code:
cd ~/
wget https://github.com/codablock/bls-signatures/archive/v20181101.zip
unzip v20181101.zip
cd bls-signatures-20181101
cmake .
sudo make install


Download the source code from Github
Code:
git clone https://github.com/cryptonclub/cryptoncoin.git

cd cryptoncoin

Execute the following commands to start compiling.
Code:
./autogen.sh
./configure
make

make install

cd src

strip cryptoncoind

Execute the following commands to start CCN Wallet Node
Code:
./cryptoncoind


Title: Re: [ANN] 🔥 Cryptoncoin(CCN)-PoW-Exchange
Post by: Twinkledoe on February 04, 2020, 11:31:15 PM
Do you have block explorer? And since you are following the AML/KYC procedure, what level of withdrawal are you requiring to submit KYC docs? Or is it all levels of withdrawals no matter how small you are withdrawing from your exchange?


Title: Re: [ANN] 🔥 Cryptoncoin(CCN)-PoW-Exchange
Post by: jisupol250 on February 05, 2020, 02:50:07 AM
DoiPool added Cryptoncoin (CCN)
http://doipool.com/
https://discord.gg/BHC49g8

Payouts automatically every 2 hour for all balances above 0.001.

Code:
-a x11 -o stratum+tcp://doipool.com:3533 -u <WALLET_ADDRESS> -p c=CCN


Title: Re: [ANN] 🔥 Cryptoncoin(CCN)-PoW-Exchange
Post by: peacefmind on February 05, 2020, 04:11:52 AM
Why current mining reward is 0.45 coins?
mining reward is 45 CCN, do not do mining from unreliable pool, you can build up own mining pool from github sources such as Unomp

Would you post how to build pool? I followed few different directions and none of them worked
are you familiar with Linux? there’s nothing complicated) install a script, a wallet and that’s all)))

I'm ok with Linux simple admin tasks but not compile or make script and few directions I used for different coins far did not work. You mentioned script, I did not see script on github and as far as wallet it is just to get files to the server and run it I would think. If I have 1 good setup I can figure rest in the feature. If somebody would post few steps it would be greatly appreciated
everything is simple there) install the script, load the wallet, then you go to the admin panel and it says what to do next)))

you mentioned console, so I should use ubuntu desktop not server?


Title: Re: [ANN] 🔥 Cryptoncoin(CCN)-PoW-Exchange
Post by: cryptonclub on February 05, 2020, 04:01:36 PM
Why current mining reward is 0.45 coins?
mining reward is 45 CCN, do not do mining from unreliable pool, you can build up own mining pool from github sources such as Unomp

Would you post how to build pool? I followed few different directions and none of them worked
are you familiar with Linux? there’s nothing complicated) install a script, a wallet and that’s all)))

I'm ok with Linux simple admin tasks but not compile or make script and few directions I used for different coins far did not work. You mentioned script, I did not see script on github and as far as wallet it is just to get files to the server and run it I would think. If I have 1 good setup I can figure rest in the feature. If somebody would post few steps it would be greatly appreciated
everything is simple there) install the script, load the wallet, then you go to the admin panel and it says what to do next)))

you mentioned console, so I should use ubuntu desktop not server?
you can use both server or desktop


Title: Re: [ANN] 🔥 Cryptoncoin(CCN)-PoW-Exchange
Post by: cryptonclub on February 06, 2020, 10:34:32 AM
How to Claim 100 CryptonCoin(CCN) free: https://youtu.be/Q4pKwFijpEI


Title: Re: [ANN] 🔥 Cryptoncoin(CCN)-PoW-Exchange
Post by: peacefmind on February 06, 2020, 02:40:46 PM
How to Claim 100 CryptonCoin(CCN) free: https://youtu.be/Q4pKwFijpEI

Tried phone and email, never got code back


Title: Re: [ANN] Cryptoncoin(CCN)-PoW-Exchange
Post by: Daniko7 on February 07, 2020, 11:20:50 PM
trying to compile the wallet but get following error by "make"

/usr/bin/ld: cannot find -lgmp
collect2: error: ld returned 1 exit status
Makefile:4345: recipe for target 'libcryptoncoinconsensus.la' failed
make[2]: *** [libcryptoncoinconsensus.la] Error 1
make[2]: Leaving directory '/root/source_code/cryptoncoin/src'
Makefile:11311: recipe for target 'all-recursive' failed
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory '/root/source_code/cryptoncoin/src'
Makefile:686: recipe for target 'all-recursive' failed
make: *** [all-recursive] Error 1


Any hints?
/usr/bin/ld: cannot find -lgmp      did you compile depends?your install all libraries?write how you compiled)  you need start ./avtogen.sh,then cd depends,make)than depends compiled,go to folder with source, ./configure --prefix=`pwd`/depends/x86_64-pc-linux-gnu   and if no errors have occurred type make)


Thanks! It works now!


Title: Re: [ANN] 🔥 Cryptoncoin(CCN)-PoW-Exchange
Post by: cryptonclub on February 14, 2020, 12:40:39 AM
Enable javascript or use other browser, all code works perfectly


Title: Re: [ANN] 🔥 Cryptoncoin(CCN)-PoW-Exchange
Post by: Ricardinho67300 on February 18, 2020, 10:46:07 PM
Registration on exchange is failing. Are you getting the same error?

I'm always getting the issue "Verification Code Error".

For information, I'm using Mozilla Firefox as browser and tried to register via E-mail.


Title: Re: [ANN] 🔥 Cryptoncoin(CCN)-PoW-Exchange
Post by: aidean on February 20, 2020, 02:09:57 PM
There are always problems with my master node settings. Is there a more detailed tutorial? Thank! :( :( :( :( :(


Title: Re: [ANN] 🔥 Cryptoncoin(CCN)-PoW-Exchange
Post by: Cryptpogz1 on February 21, 2020, 06:56:42 PM
when will this coin hit an exchange ?


Title: Re: [ANN] 🔥 Cryptoncoin(CCN)-PoW-Exchange
Post by: Ricardinho67300 on February 21, 2020, 10:49:02 PM
Registration on website does not work. No feedback from the owner.
You shoule concentrate on another coin


Title: Re: [ANN] 🔥 Cryptoncoin(CCN)-PoW-Exchange
Post by: aideanhao888 on February 24, 2020, 02:12:24 PM
 ??? ??? ???
init.cpp:269:32:   required from here
./immer/detail/hamts/node.hpp:253:48: warning: declaration of ‘std::pair<uint256, std::pair<uint256, unsigned int> >& x2’ shadows a parameter [-Wshadow]
         auto assign = [&] (auto&& x1, auto&& x2) {
                                                ^
./immer/detail/hamts/node.hpp:248:49: note: shadowed declaration is here
                                 count_t idx2, T x2)
                                                 ^~
./immer/detail/hamts/node.hpp:253:48: warning: declaration of ‘std::pair<uint256, std::pair<uint256, unsigned int> >& x1’ shadows a parameter [-Wshadow]
         auto assign = [&] (auto&& x1, auto&& x2) {
                                                ^
./immer/detail/hamts/node.hpp:247:49: note: shadowed declaration is here
                                 count_t idx1, T x1,

why?


Title: Re: [ANN] Cryptoncoin(CCN)-PoW-Exchange
Post by: aideanhao888 on February 26, 2020, 02:46:16 PM
trying to compile the wallet but get following error by "make"

/usr/bin/ld: cannot find -lgmp
collect2: error: ld returned 1 exit status
Makefile:4345: recipe for target 'libcryptoncoinconsensus.la' failed
make[2]: *** [libcryptoncoinconsensus.la] Error 1
make[2]: Leaving directory '/root/source_code/cryptoncoin/src'
Makefile:11311: recipe for target 'all-recursive' failed
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory '/root/source_code/cryptoncoin/src'
Makefile:686: recipe for target 'all-recursive' failed
make: *** [all-recursive] Error 1


Any hints?
/usr/bin/ld: cannot find -lgmp      did you compile depends?your install all libraries?write how you compiled)  you need start ./avtogen.sh,then cd depends,make)than depends compiled,go to folder with source, ./configure --prefix=`pwd`/depends/x86_64-pc-linux-gnu   and if no errors have occurred type make)


Thanks! It works now!


how it works????


Title: Re: [ANN] 🔥 Cryptoncoin(CCN)-PoW-Exchange
Post by: mankuk0007 on February 28, 2020, 12:26:29 PM
It looks some are finding the process of registration on website little difficult and are confused. The project team here may clearify the situation.


Title: Re: [ANN] 🔥 Cryptoncoin(CCN)-PoW-Exchange
Post by: cryptonclub on April 16, 2020, 12:35:31 PM
when will this coin hit an exchange ?

Its already trading in own exchange platform.

Beside This Android app also updated:
https://cryptonclub.com/android.zip


Title: Re: [ANN] 🔥 Cryptoncoin(CCN)-PoW-Exchange
Post by: aideanhao888 on April 23, 2020, 03:39:51 AM
when will this coin hit an exchange ?

Its already trading in own exchange platform.

Beside This Android app also updated:
https://cryptonclub.com/android.zip


I have a problem setting up the masternode. Can you help me??


Title: Re: [ANN] 🔥 Cryptoncoin(CCN)-PoW-Exchange
Post by: Exadro on May 06, 2020, 08:40:40 AM
I want to ask. Is this coin only in internal exchange or will there be a plan to be listed on the exchange at CMC and others? because I see mining pool rarely add coins, and there are only 2 active pools


Title: Re: [ANN] 🔥 Cryptoncoin(CCN)-PoW-Exchange
Post by: aideanhao888 on May 09, 2020, 01:14:26 AM
I want to ask. Is this coin only in internal exchange or will there be a plan to be listed on the exchange at CMC and others? because I see mining pool rarely add coins, and there are only 2 active pools
THE COIN IS DEAD!! >:( >:( >:( >:( >:(


Title: Re: [ANN] 🔥 Cryptoncoin(CCN)-PoW-Exchange
Post by: unouresha on May 09, 2020, 08:10:22 PM
Hello Cryptoncoin dev, any bounties/interest in a macOS/Raspberry Pi wallet?