Pages:
Author

Topic: [ANN] 🔥 Cryptoncoin(CCN)-PoW-Exchange - page 2. (Read 1411 times)

full member
Activity: 1904
Merit: 138
★Bitvest.io★ Play Plinko or Invest!
February 04, 2020, 07:31:15 PM
#32
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?
newbie
Activity: 15
Merit: 0
February 04, 2020, 07:24:39 PM
#31
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
newbie
Activity: 25
Merit: 0
February 04, 2020, 04:59:21 PM
#30
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)))
newbie
Activity: 25
Merit: 0
February 04, 2020, 04:56:24 PM
#29
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)
newbie
Activity: 26
Merit: 0
February 04, 2020, 02:27:52 PM
#28
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
full member
Activity: 424
Merit: 106
https://Newrewardcoins.com
February 04, 2020, 12:05:37 PM
#27
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?
newbie
Activity: 15
Merit: 0
February 04, 2020, 11:11:47 AM
#26
Cryptoncoin CCN
Code:
-a x11 -o stratum+tcp:///yiimp.hopto.org:3533 -u  -p c=CCN
yiimp.hopto.org

Thanks for adding
newbie
Activity: 25
Merit: 0
February 04, 2020, 03:48:24 AM
#25
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)))
newbie
Activity: 71
Merit: 0
February 04, 2020, 03:45:32 AM
#24
★CCN★
for mining at the 0769Pool

Code:
-a x11 -o stratum+tcp://pool.0769.it:3555 -u  -p c=CCN
newbie
Activity: 26
Merit: 0
February 04, 2020, 02:36:35 AM
#23
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
newbie
Activity: 15
Merit: 0
February 04, 2020, 02:26:18 AM
#22
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 -p c=CCN

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

Thanks for adding pool.
full member
Activity: 1848
Merit: 158
February 03, 2020, 06:13:52 PM
#21
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...



newbie
Activity: 25
Merit: 0
jr. member
Activity: 207
Merit: 5
February 03, 2020, 05:26:30 PM
#19
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
Twitter
FB Group

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!!!



Your thicker is same wirh CryptoCrowdNetwork - https://bitcointalksearch.org/topic/cryptocrowdnetwork-ccn-ann-5211458
newbie
Activity: 25
Merit: 0
February 03, 2020, 05:09:16 PM
#18
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)
newbie
Activity: 49
Merit: 0
sr. member
Activity: 1540
Merit: 282
tBTC - https://dapp.tbtc.network/
February 03, 2020, 11:13:37 AM
#16
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.
newbie
Activity: 48
Merit: 0
February 03, 2020, 09:17:38 AM
#15
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
full member
Activity: 424
Merit: 106
https://Newrewardcoins.com
February 03, 2020, 07:41:56 AM
#14
Blockreward= 50 CCN

22.5 CCN POW
22.5 CCN MN

What about the other 5 CCN´s?
newbie
Activity: 14
Merit: 0
February 03, 2020, 01:18:00 AM
#13
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

Pages:
Jump to: