You are on page 1of 94

Codono_Manual

Codono_Manual

1 Installation and Setup

1.1 Server Setup 5

1.2 Fi l e Configura tion 8

1.3 Cron Setup 10

1.4 Tra di ngVi ew Cha rts 12

2 Coin Setups

2.1 Coi nPa yments 15

2.2 Bi tCoi n ba s ed 22

2.3 ETH a nd ERC20 25

2.4 Bl ock.i o 28

2.5 Wa ves pl a tform a nd a s s ets 31

2.6 CryptoNote [Monero] 38

3 Backend

3.1 Logi n 41

3.2 Config 44

3.3 Coi n Setup 47

4 Homepage and Common

4.1 Homepa ge Components 51

4.2 Na vi ga tion a nd Ba nner 53

4.3 Logi n a nd Si gnup 54

5 Trade

5.1 Gra phs 59


5.2 Buy Box 61

5.3 Sa l e Box 62

5.4 My Orders 64

5.5 La tes t Tra ns a ctions 65

5.6 Si deba r Util i ties 66

5.7 Currency Qui ck Sta ts 69

6 LaunchPad

6.1 La unchPa d 71

7 Shop

7.1 Shop 75

8 Vote

8.1 Voting 78

9 Blog

9.1 Bl og 81

10 System Health

10.1 Hea l th 84

11 Finance

11.1 Di vi dend 86

11.2 Orders 87

11.3 Fi na nce 88

11.4 Affil i a te 93
Installation and Setup

Codono_Manual - 4 All Rights Reserved © https://codono.com


Server Setup

Server Requirements

Codono i s bui l t on Top of PHP/MYSQL , You woul d need LAMP [Li nux (prefera bl y Ubuntu or Centos )
, Apa che2 , Mys ql ,a nd PHP ]

We ca n recommend Di gi ta l Ocea n wi th Pl es k [14 da ys Tri a l , You ca n a l wa ys a dd a nother key ]

Centos +Pl es k Tutori a l

Ubuntu+La mp Sta ck Onl y

Uploading File on sever

You woul d ha ve been provi ded wi th a zi p fil e to upl oa d on s erver.

Upl oa d the zi p fil e to s erver a nd extra ct i n res pective doma i n a rea

For exa mpl e

/va r/www/vhos ts /yourdoma i n.com/httpdocs /

Or for cPa nel

/publ i c_html /

Pl es k Tutori a l

Acces s the Fi l e Ma na ger


Sta rt by l oggi ng i n to Pl es k. H

Codono_Manual - 5 All Rights Reserved © https://codono.com


Choos e “Fi l es ” from the Pl es k ma i n menu
Tha t’s i t! You’re i n the fil e ma na ger.

Unl es s you’ve expl i ci tl y overri den the defa ul ts (or you ha ve your own VPS a nd mi gra ted your s i tes
from a cPa nel s erver where the pri ma ry doma i n web root i s typi ca l l y publ i c_html ), your web roots
wi l l be a s fol l ows :

Pri ma ry doma i n: httpdocs


Addon doma i ns : a fol der wi th the s a me na me a s the doma i n na me
When i n doubt s i mpl y l ook under the Webs i tes & Doma i ns ta b i n Pl es k — i t wi l l s how you the
web root fol der for ea ch doma i n there.

How to Upl oa d a Fi l e or Fol der


No ma tter wha t you’re upl oa di ng, you’l l need to na vi ga te to the fol der where you’d l i ke to upl oa d
the fil e firs t. Then proceed a s bel ow:

Si ngl e or Mul tipl e Fi l es : Dra g a nd drop the fil e from your computer i nto the web fol der

Fol ders : If you ha ve a fol der fil l ed wi th fil es a nd/or a ddi tiona l fol ders , i t’s bes t to zi p the
contents on your computer, then dra g a nd drop the zi p fil e to upl oa d i t, then extra ct i t on the
s erver. Here’s how:

On your computer, ri ght/context cl i ck on the fol der a nd s el ect the “Compres s […]” option on
ma cOS, or choos e “Send to > Compres s ed (zi pped) fol der” on Wi ndows .
Dra g a nd drop the res ul ting zi p fil e from your computer i nto the Pl es k Fi l e Ma na ger
Sel ect the fil e i n the Pl es k fil e ma na ger, then s el ect Unzi p.

MYSQL Setup

Di gi ta l Ocea n

Step 1.Comma nd Li ne Crea te a nd Import

Codono_Manual - 6 All Rights Reserved © https://codono.com


cPa nel

Step 1. Crea te Da ta ba s e

Step2. Loca te PHPMya dmi n In cPa nel

Step 2. Import Da ta ba s e

Pl es k

Step 1. Crea te Da ta va s e

Step2. Loca te PHPMya dmi n In Pl es k

Step3. Import Da ta ba s e

Codono_Manual - 7 All Rights Reserved © https://codono.com


File Configuration

Editing pure_config.php

In previ ous s tep you mus t ha ve recei ved fol l owi ng i nforma tion
Exa mpl e
Hos tna me:l oca l hos t
Us erna me:SomeUs er
Pa s s word:SomePa s s
Da ta ba s eNa me:MYDBNa me
PORT:3306 [It i s by defa ul t 3306]

Add thes e i nfo i n /pure_config.php

Codono_Manual - 8 All Rights Reserved © https://codono.com


Editing other_config.php

Thi s fil e i s to configure Your reca ptcha ema i l s ettings

We recommend you joi n SendInBl ue s ervi ces for ema i l del i very a nd enter your API Key i n thi s fil e

You ca n a l s o get Your reca ptcha keys a nd enter i n here

Error Whi l e Configuri ng Ma i l jet Servi ces


For certa i n Servi ces you woul d need to configure ca cert.pem [Ma i l jet for SMTP s endi ng]
Here i s how
https ://codono.com/curl -error-60-s s l -certifica te-probl em/

Codono_Manual - 9 All Rights Reserved © https://codono.com


Cron Setup

Pl ea s e s etup fol l owi ng s erver pa ths for cron

Setup s ecurecode for cron i n pure_config.php

define('CRON_KEY', 'cronkey');

You ma y need to run crons i n thi s ma nner

Crons Setup [repl a ce here cronkey wi th key you ha ve s etup i n pure_config.php]

Admi n/Logi n/queue_5up3run10u3n4m3536ur3/s ecurecode/cronkey

Run i f you a re runni ng Wa ves Pl a tform API [Run every mi nute a nd ma ke s ure your bl ock i s s ynced
Queuea 536ur360n7rol l 3rna m3/wa l l et_wa ves _depos i t/s ecurecode/cronkey

Run i f you a re runni ng Coi npa yments .net API [Every 10 mi ns or more]
Queuea 536ur360n7rol l 3rna m3/wa l l et_coi npa y_depos i t/s ecurecode/cronkey
Queuea 536ur360n7rol l 3rna m3/wa l l et_coi npa y_wi thdra w/s ecurecode/cronkey

Run i f you a re runni ng Bl ock.net API [10 mi ns or more


Queuea 536ur360n7rol l 3rna m3/wa l l et_bl ocki o_depos i t/s ecurecode/cronkey
Queuea 536ur360n7rol l 3rna m3/wa l l et_bl ocki o_wi thdra w/s ecurecode/cronkey

Bi tcoi n a nd Bi tcoi n Type [every 5 mi ns ]


Queuea 536ur360n7rol l 3rna m3/wa l l et_v3ryun10u3n4m3/s ecurecode/cronkey

ETH a nd ETH Type [Depends upon txs :Us ua l 5 mi ns ]


Queuea 536ur360n7rol l 3rna m3/wa l l eteth_v3ryun10u3n4m3/s ecurecode/cronkey

Other needed to run [Every 20 mi ns ]


Queuea 536ur360n7rol l 3rna m3/ma rketa ndcoi n_v3ryun10u3n4m3
Queuea 536ur360n7rol l 3rna m3/cha rt_v3ryun10u3n4m3
Queuea 536ur360n7rol l 3rna m3/tendency_v3ryun10u3n4m3
Queuea 536ur360n7rol l 3rna m3/houpri ce_v3ryun10u3n4m3

Setting Crons i n pl es k

Codono_Manual - 10 All Rights Reserved © https://codono.com


Setting Up Crons

Crons a re i mporta nt to upda te a l l the records i ns ta ntl y

Here i s exa mpl e crons you woul d need to s etup

Expl a na tion cd {s erver_fil epa th};{pa th_to_php} i ndex.php cronna me >> /tmp/cron_s hortna me

Ma ke s ure you repl a ce /va r/www/html wi th fil e pa th where codono fil es a re s i tua ted

* * * * * cd /va r/www/html ;/us r/bi n/php i ndex.php Admi n/Logi n/queue_5up3run10u3n4m3536ur3


>> /tmp/check_queue
* * * * * cd /va r/www/html ;/us r/bi n/php i ndex.php
Queuea 536ur360n7rol l 3rna m3/houpri ce_v3ryun10u3n4m3 >> /tmp/houpri ce
* * * * * cd /va r/www/html ;/us r/bi n/php i ndex.php
Queuea 536ur360n7rol l 3rna m3/tendency_v3ryun10u3n4m3 >> /tmp/tendency
* * * * * cd /va r/www/html ;/us r/bi n/php i ndex.php
Queuea 536ur360n7rol l 3rna m3/cha rt_v3ryun10u3n4m3 >> /tmp/cha rt
* * * * * cd /va r/www/html ;/us r/bi n/php i ndex.php
Queuea 536ur360n7rol l 3rna m3/wa l l et_v3ryun10u3n4m3 >> /tmp/wa l l et
* * * * * cd /va r/www/html ;/us r/bi n/php i ndex.php
Queuea 536ur360n7rol l 3rna m3/wa l l eteth_v3ryun10u3n4m3 >> /tmp/wa l l eteth
* * * * * s l eep 10;cd /va r/www/html ;/us r/bi n/php i ndex.php Queuea 536ur360n7rol l 3rna m3/pa i cuo
>> /tmp/pa i cuo
* * * * * cd /va r/www/html ;/us r/bi n/php i ndex.php
Queuea 536ur360n7rol l 3rna m3/ma rketa ndcoi n_v3ryun10u3n4m3 >> /tmp/ma rketa ndcoi n

In ca s e i f CRON_KEY i s s etup i n pure_config.php , You ma y need to a dd s ecurecode/cronkey i n


ea ch cron url

Codono_Manual - 11 All Rights Reserved © https://codono.com


TradingView Charts

Tra di ngVi ew Setup


You woul d firs t need to s i gnup here

https ://tra di ngvi ew.com/HTML5-s tock-forex-bi tcoi n-cha rting-l i bra ry/ a nd get l i cens e for
Tra di ngVi ew

A Gi tHUB a ccount ma y requi re.


Once you get fil es upl oa d a nd repl a ce them here
Publ i c/Home/js /tra di ngvi ew

Codono_Manual - 12 All Rights Reserved © https://codono.com


Bi na nce Node Rea l Ti me Pri ci ng For Tra di ngVi ew [Not recommended]
***********Us e Onl y when you know wha t a re you doi ng !**************
In other_config.php define('ENABLE_BINANCE',0); s et i t to 1
Bi a na nce Node for Tra di ngVi ew [Onl y needed i f you need rea l time bi tcoi n pri ces from Bi na nce]

Codono_Manual - 13 All Rights Reserved © https://codono.com


Coin Setups

Codono_Manual - 14 All Rights Reserved © https://codono.com


CoinPayments

About

Coi n pa yment a l l ows your to a ccept over thous a nds of popul a r Cryptocurrenci es . They cha rge a
mi ni ma l fee of 0.5*%[You ca n conta ct them for pri ci ng].

Coi nPa yments i s a pa yment proces s or tha t a l l ows mercha nts to a ccept Bi tcoi n a nd hundreds of
a l tcoi ns i n thei r s tore through ea s y to us e pl ugi ns , APIs a nd POS i nterfa ces . Wi th over 2.2 mi l l i on
us ers a cros s 182 countri es a round the worl d, Coi nPa yments .net i s mos t comprehens i ve
mul ti-cryptocurrency pl a tform a va i l a bl e onl i ne.

Coi nPa yments got i ts s ta rt ba ck i n 2013, when i t beca me the firs t pa yment proces s or to s upport
a l tcoi ns . At tha t time no one el s e i n the i ndus try wa s offeri ng s upport for cryptocurrenci es
outs i de of Bi tcoi n, s o Coi nPa yments s ei zed the opportuni ty to crea te a mul ti-currency wa l l et a nd
pa yment proces s i ng s ol ution. Si nce then Coi nPa yments ha s expa nded to s upport hundreds of
di fferent di gi ta l currenci es a nd a re cons ta ntl y a ddi ng more.

As the Coi nPa yments us erba s e s ta rted to grow a nd reques t new coi ns , we a dded s upport for
wa l l ets a nd convers i on, a l ong wi th s ome ba nki ng options through i ntegra tions wi th thi rd pa rties
a round the worl d. Coi nPa yments provi des a wi de va ri ety of i nnova tive s ervi ces , i ncl udi ng col d
s tora ge, mul ti-s i gna ture, i ns ta nt confirma tions , pl ugi ns for ea s y i ntegra tion of pa yment fea tures
a nd mercha nt tool s , va ul ting for l ong term s tora ge, a nd ma ny more fea tures to be rol l ed out i n
the comi ng months . Mos t were crea ted a s pa rt of Coi nPa yments ’ cons ta nt evol ution ba s ed on
us er reques ts a nd feedba ck from the i ndus try.

Coi nPa yments s tri ves to be a t the forefront of the emergi ng cryptocurrency ma rket by dyna mi ca l l y
a da pting to cha ngi ng condi tions a nd s ta yi ng true to thei r roots of s upporting bi tcoi n a nd the
ma ny other cryptocurrenci es i n the ma rket. As Coi nPa yments continues down thi s pa th to the

Codono_Manual - 15 All Rights Reserved © https://codono.com


future of fina nce, they wi l l continue to cul tiva te thi s bri l l i a nt technol ogy a nd us her i n a new era
of decentra l i zed ba nki ng.

Registeration at CoinPayments

Goto https ://www.coi npa yments .net/regi s ter a nd regi s ter your a ccount.

Ma ke s ure you s ecure your a ccount us i ng 2FA ei ther Googl e 2 FA or Ema i l 2FA code.

Codono_Manual - 16 All Rights Reserved © https://codono.com


Getting Merchant ID and Setting Secure Pin

You ca n goto your Coi npa yment Da s hboa rd a nd Cl i ck on

Account> Account Settings > Ba s i c Settings

There you woul d notice your mercha nt ID [Copy i t i n notepa d]


Next codo Mercha nt Settings , a nd Type i s your IPN Secret .

IPN Secret s houl d be a Stri ng tough to Gues s .


Dont Enter IPN URL, a s By defa ul t your IPN URL wi l l be yours i te.com/IPN/confirm

Now Sa ve thes e deta i l s on a notepa d a s we a re goi ng to need i t i n Future.

Codono_Manual - 17 All Rights Reserved © https://codono.com


Obtaining Your Coinpayments API Keys

Fi rs tl y Crea te a key by cl i cki ng Genera te New Keys button


Then once Genera ted Cl i ck on Edi t permi s s i on Button

Codono_Manual - 18 All Rights Reserved © https://codono.com


1.Fi rs tl y Na me API a s per the Coi n you need to a dd
2.Enter your s erver IP a ddres s [Where IP a ddres s where your codono excha nge wi l l be i ns ta l l ed]
3.Sel ect Coi n from Dropdown

Codono_Manual - 19 All Rights Reserved © https://codono.com


4.You ca n l i mi t per coi n a nd l i mi t per da y for tha t API
5.Ena bl e onl y API's Sel ected i n thi s s creens hot

And s a ve.

Configure SITE_URL in pure_config.php

Configure Your MerchantID and CoinPayment Secret Pin

Configure Your Mercha ntID a nd Coi nPa yment Secret Pi n i n other_config.php

Codono_Manual - 20 All Rights Reserved © https://codono.com


Saving your Coinpayments Public and Private Keys

Fi l l deta i l s a s a bove , a nd s a ve.

Ma ke s ure when you a re on coi n s creen, ena bl e the Coi n to ma ke a pi s s ta rt worki ng .

If coi n i s di s ba l ed, Ti ck the coi n , Cl i ck on ena bl e

Once ena bl ed, We receommend you to cl i ck on empty a ddres s , to cl ea r a l l Us er Coi n Addres s es


for Sa me coi n.

Codono_Manual - 21 All Rights Reserved © https://codono.com


BitCoin based

Here we a re goi ng to s etup JSON RPC s etup for Bi tcoi n Da emon [Si mi l a r s etup i s to be done for
Li tecoi n a nd Other RPC s etups ]

Backend Setup

You ca n l ogi n i nto ba ckend

Goto Config >Coi n > Edi t [Edi t the coi n you need to s etup wi th]

Make sure

You woul d need to ma ke s ure fol l owi ng before ena bl i ng Bi tcoi n

In Da ta ba s e/codono.js on
pa ra meter codono_opencoi n s houl d be 1
a nd If you need to do Coi n Pa i ri ng a ga i ns t btc , codono_i ndexca t s houl d ha ve BTC i n i t

Codono_Manual - 22 All Rights Reserved © https://codono.com


Installing Bitcoin Daemon

Pl ea s e go through fol l owi ng vi deos to configure your Bi tcoi n da emon

https ://codono.com/codono-bi tcoi n-da emon-i ns ta l l /

Thi s s houl d be your s a mpl e bi tcoi n.conf to be upl oa ded on your bi tcoi n s erver.

Sa mpl e bi tcoi n.conf fil e

rpcus er=us erna me to be us ed i n ba ckend (us erna me)

rpcpa s s word=s omepa s s word pa s s word to be us ed i n ba ckend(s omepa s s word )

rpcport=8334 Port to be fil l ed i n (It ha s to be port bi tcoi n l i s teni ng to )

rpctimeout=5

rpca l l owi p=IP a ddres s of your Codono i ns ta l l a tion[Your s erver IP]

tes tnet=0 [Onl y ma ke i t 0 when you a re doi ng jus t tes t]

s erver=1

RPC Coin Setup in backend

If your bi tcoi n core vers i on i s >0.15

then i n wa l l et s erver i p Type i t l i ke a s fol l owi ng

Codono_Manual - 23 All Rights Reserved © https://codono.com


YourIP$new
Exa mpl e
123.123.123.123$new

Thi s $new prefix wi l l l et s ys tem tha t your da emon vers i on i s newer tha n 0.15 thi s us e new a pi s .

Codono_Manual - 24 All Rights Reserved © https://codono.com


ETH and ERC20

Server Requirements

You woul d need to run a n ethereum node,

Server Requi rement


Ubuntu ba s ed dropl et/s erver
Mi ni mum 200 GB s pa ce
2gb Ra m
1 or 2 cpu

Installation

You need to SSH on your dropl et a nd run fol l owi ng comma nds

s udo a pt-get i ns ta l l s oftwa re-properties -common


s udo a dd-a pt-repos i tory -y ppa :ethereum/ethereum
s udo a pt-get upda te
s udo a pt-get i ns ta l l ethereum -y

Next s tep i s to Crea te your config.toml

cha nge your di rectory to


/root/.ethereum

a nd Type

geth --networki d 3 --rpcport 8555 dumpconfig > config.toml

It woul d crea te your config.toml fil e.

UFW s ecure[Fi rewa l l i ns turctions :Optiona l ]

ufw a l l ow 8545
ufw a l l ow 8546
ufw a l l ow 22
ufw ena bl e

To ma ke Geth run i n ba ckground we us e

Codono_Manual - 25 All Rights Reserved © https://codono.com


s udo a pt-get i ns ta l l s upervi s or

s udo na no /etc/s upervi s or/conf.d/geth.conf

a nd i n there you woul d need to type your geth comma nd s o i t l ooks l i ke

=====Supervi s or ======
[progra m:geth]
comma nd=/us r/bi n/geth --s yncmode "fa s t" --i dentity "GETH" --rpc --rpca ddr 0.0.0.0 --rpca pi
"pers ona l ,db,eth,net,web3,mi ner" --rpccors doma i n * --da ta di r "./ma i ncha i n" --port 8545
--networki d 1
a utos ta rt=true
a utores ta rt=true
s tderr_l ogfil e=/va r/l og/s upervi s or/geth.err.l og
s tdout_l ogfil e=/va r/l og/s upervi s or/geth.out.l og

Here i ns tea d of 0.0.0.0 you need to ma ke s ure you onl y a l l ow Coi n code to connect from Excha nge
IP us i ng RPC.

Thi s wi l l run the comma nd to s ync wi th the bl ockcha i n fa s t, a nd a l l ow RPC ca l l s to be ma de. Once
i t’s s etup, run s upervi s orctl rel oa d to res ta rt s upervi s or a nd the proces s s houl d be runni ng.

You now ha ve a s ynci ng Ethereum node (wi thout the mi ni ng - s i nce i t’s di s a l l owed wi th
Di gi ta l Ocea n) a nd gi vi ng you to a bi l i ty to ma ke RPC ca l l s to i ntera ct wi th the cha i n.

Impota nt Step Crea ting Fi rs t a ccount

Now you ca n goto Geth cons ol e a nd Type i s thi s

pers ona l .newAccount("SOMEVERYSTRONGPA$$W0RD")

Once you type thi s , Geth wi l l l genera te a new a ddres s for you.

Ta ke note of thi s Fi rs t a ccount a nd pa s s word you us ed.

It wi l l then be configured i n Codono Ba cke nd.

Codono_Manual - 26 All Rights Reserved © https://codono.com


Setup

Fi l l i n your coi n s etup

In wa l l et s erver i p: Your ethereum node s erver Ip


PORT:8545 or a ny port you a dded
Server Us erna me:Onl y fil l wi th ERC20 contra ct a ddres s i f you a re crea ting ERC20 Token
Wa l l et Server Pa s s word:Fi rs t a ccount pa s s word [Whi ch you crea ted i n l a s t s tep]
Ma i n a ccount:Fi rs t a ccount [Whi ch you crea ted i n l a s t s tep]

After s a vi ng thi s i nfo , a nd enteri ng other i nfo.

On ma i n s creen ena bl e the coi n , a nd Pres s Empty a ddres s Button [Thi s removes a l l exi s i tng coi n
a ddres s for s peci fied coi n , Run wi th ca ution]

Crons you ma y need to l ook a nd unders ta nd


wa l l eteth_v3ryun10u3n4m3
EthXferToMa i n

Codono_Manual - 27 All Rights Reserved © https://codono.com


Block.io

About Block.io

"The worl d's ea s i es t Bi tcoi n Wa l l et a s a Servi ce."


Qui ck Fea tures
• Bi tcoi n, Li tecoi n, Doge [ma i nnet+tes tnet]
• Proces s tra ns a ctions
• Crea te wa l l ets for your us ers
• Us e s ta te-of-the-a rt Mul tiSi g s ecuri ty
• Va l i da te i n 10 s econds

Fa q's
https ://bl ock.i o/fa q

Securi ty
https ://bl ock.i o/s ecuri ty

Pri ci ng
https ://bl ock.i o/pri ci ng

Codono_Manual - 28 All Rights Reserved © https://codono.com


Obtaining API Keys

Fi rs tl y, you wi l l need your API Keys , whi ch we provi de for Bi tcoi n, Dogecoi n, Li tecoi n, a nd thei r
Tes tnets . Thes e API Keys a re l oca ted i n your Wa l l et Section of Bl ock.i o Da s hboa rd. You a re
requi red to us e a n API Key when you i ntera ct wi th Codono Bl ock.i o API's . It tel l s Bl ock.i o whi ch
network (e.g., Bi tcoi n) you wi s h to perform a ctions on.

You woul d a l s o need to s etup a s ecret pi n under s ettings , Both the thi ngs a re requi red i n
Codono Bl ock.i o s etup.

Codono_Manual - 29 All Rights Reserved © https://codono.com


Configure Keys in Backend

Goto Ba ckend> Config> Coi n

Now Crea te a coi n a nd Put Your Bl ock.i o API Key a nd Bl ockIO Pi n crea ted i n a bove s tep.

And you a re done !

If you cha nge exi s ting coi n type to Bl ock.i o then we recommend you to Cl i ck Red Button [Empty
Addres s ] on Coi n l i s t pa ge.

Codono_Manual - 30 All Rights Reserved © https://codono.com


Waves platform and assets

Server setup

Setting Up a Wa ves Pl a tform Ful l Node on Di gi ta l Ocea n

Youtube tutori a l

Secure your wa ves Node

Upda ted Tutori a l

==Steps ==
*Note you ma y need to us e s udo , Thi s tutori a l ca n be us ed for s teps , We recommend to fol l ow
l a tes t procedure from wa ves documenta tion

Step 1
Upda te a l l pa cka ges to the l a tes t one.
Comma nd:
sudo apt update

Step 2
Add extra functiona l i ty a nd s oftwa re to Ubuntu (i t coul d a l rea dy be i ns ta l l ed on s ome occa s i ons )
sudo apt install -y software-properties-common
sudo apt install -y build-essential
sudo apt install -y nano

Step 3
Ins ta l l Ja va devel opment ki t (I us e openjdk but thi s one i s recommended).
sudo add-apt-repository -y ppa:webupd8team/java
sudo apt update
sudo apt -y install oracle-java8-installer

Check i f you ha ve the l a tes t vers i on


java –version

Step 4
Downl oa d the l a tes t ful l node from Wa ves repos i tory.

Li nk: https ://gi thub.com/wa ves pl a tform/Wa ves /rel ea s es /

Comma nd: [Look for l a tes t vers i on]

Codono_Manual - 31 All Rights Reserved © https://codono.com


wget https://github.com/wavesplatform/Waves/releases/download/v0.15.4/waves_0.15.4_all.deb

Step 5
Ins ta l l the downl oa ded .deb fil e:
sudo dpkg -i waves_0.15.4_all.deb

Step 6
Crea te a new Wa ves wa l l et ei ther on;
https ://wa ves wa l l et.i o/ (conta i ns encoded ba s e 58 s eed)

or

https ://wa ves pl a tform.com/ (does not conta i n encoded ba s e58 s eed) You ca n encode your s eed
yours el f by us i ng a ba s e58 encode tool .

Store credentia l s of your new wa l l et i n a s a fe pl a ce.

Step 7
Open the Wa ves config fil e wi th a n edi tor l i ke na no or vi m (us ua l l y
/us r/s ha re/wa ves /conf/wa ves .conf)

Comma nd:
sudo nano /usr/share/waves/conf/waves.conf

Step 8
Configure wa ves .conf

Remove the comment from node na me by del eting the #

Exa mpl e:
# Node na me to s end duri ng ha nds ha ke. Comment thi s s tri ng out to s et ra ndom node na me.

node-name = “Some Unique Name”

Set the decl a red a ddres s to the externa l IP a ddres s of your node:

Exa mpl e:
# String with IP address and port to send as external address during handshake. Could be set automatically if
uPnP is enabled.

declared-address = “200.200.200.200:6969”

Codono_Manual - 32 All Rights Reserved © https://codono.com


Set your wa l l et s ettings (s et a l oca l pa s s word a nd us e the ba s e58 s tri ng of your wa l l et.

# Wallet settings
wallet {
# Password to protect wallet file
password = “FILL_IN_LOCAL_PASSWORD_HERE”

# Wallet seed as BASE58 string


seed = “yourbase58stringofyourwallethere_thisis_a_very_long_string”
}

Set your node REST API.


Cha nge “ena bl e = no” to “ena bl e = yes ”

Set bi nd a ddres s to your IP (thi s coul d a l s o be your i nterna l IP i f you’re not connecting from the
outs i de)

Exa mpl e:
# Node’s REST API settings
rest-api {

# Enable/disable node’s REST API


enable = yes

# Network address to bind to


bind-address = “200.200.200.200”

# Port to listen to REST API requests


port = 6869

# Hash of API key string


api-key-hash = “API KEY HASH HERE”
}

Set fea tures you wi s h to s upport by voting for i t (i f there’s a vote ongoi ng).
fea tures {
s upported = [4, 5, 6, 8] }

Step 9

Codono_Manual - 33 All Rights Reserved © https://codono.com


Step 9
Ma ke s ure the Wa ves node s ta rts a utomi ca l l y a s the s erver boots
systemctl enable waves.service

Sta rt the Wa ves node


service waves start

Wa tch the Wa ves node l og l i ve (pres s ctrl +c to ca ncel )


journalctl -u waves.service -f

The Wa ves node i s now downl oa di ng the bl ockcha i n. Thi s proces s coul d ta ke qui te s ome time.
Once you s ee the Bl ockhei ght i s the s a me a s on https ://wa ves expl orer.com/ you a re ful l y s ynced.

Check i f your node i s s howi ng up a t (us e ctrl +f to find your IP)


http://dev.pywa ves .org/nodes /

Step 10
Set a pi -key-ha s h. The pa s s word i s the pa s s word you us ed i n # Wa l l et s ettings . You ca n repl a ce
‘l oca l hos t’ wi th your IP i f the comma nd i s not worki ng.

You ca n find your API key ha s h by i s s uei ng the fol l owi ng comma nd:
curl -X POST –header ‘Content-Type: application/json’ –header ‘Accept: application/json’ -d
‘YOURPASSWORDHERE’ ‘http://localhost:6869/utils/hash/secure’

Open wa ves config a nd s et API key ha s h:


na no /us er/s ha re/wa ves /conf/wa ves .conf

# Hash of API key string


api-key-hash = “API KEY HASH HERE”
}

Res ta rt Wa ves node:


service waves restart

DONE! Your Wa ves Pl a tform ful l node i s up a nd runni ng. I you wa nt to better s ecuri ty for your
node I encoura ge rea di ng:
https ://medi um.com/wa ves go-educa tionfund/how-to-configure-your-s erver-for-a -s ecure-wa ves -node-58558b

Sta rting, res ta rting, s toppi ng or get the s ta tus of the node:

sudo service waves start


sudo service waves restart

Codono_Manual - 34 All Rights Reserved © https://codono.com


sudo service waves restart
sudo service waves stop
sudo service waves status

Adding Waves Coin in Backend [**Important**]

It i s neces s a ry to configure Wa ves coi n before i ts a s s ets

Ma ke s ure you s a ve wa ves coi n na me a s waves

This is very Important, Do not save it with other name, else assets would not work.

Waves Platform URL i s compl ete URL where API's a re a cces s i bl e


Waves Port i s Port us ed for Wa ves Pl a tform URL
Asset Id Lea ve bl a nk for wa ves coi n [Do not fill any thing]
Waves API Key i s pl a i ntext a pi key defined i n a bove tutori a l
Waves Main Account i s Ma i n a ccount where you wa nt a l l funds to be moved, a fter depos i t. After
ea ch depos i t the fund i s moved thi s a ccount , a nd l a ter when there a re wi thdra wa l reques ts , i ts
a l s o moved from s a me a ccount.
Block Explorer :https ://wa ves expl orer.com/tx/ or https ://tes tnet.wa ves expl orer.com/tx/

[[Remeber you should Hold Access to Main Account Access or all your Funds will be lost, Dont enter a
wrong address]]

Codono_Manual - 35 All Rights Reserved © https://codono.com


Configuring Assets

When you Configure a ny a s s et i d ma ke s ure you gi ve i t a proper na me a nd Coi ntype i s


Wa ves Pl a tform

Waves Platform URL Keep Exa ctl y s a me l i ke Wa ves


Waves Port Keep Exa ctl y s a me l i ke Wa ves
Asset Id Enter Correct Wa ves As s etid Pl ea s e refer bel ow for more i nfo
Waves API Key Keep Exa ctl y s a me l i ke Wa ves
Waves Main Account Keep Exa ctl y s a me l i ke Wa ves
Block Explorer :Keep Exa ctl y s a me l i ke Wa ves

As s etid

On Wa ves Pl a tform ea ch a s s et i s gi ven uni que a s s et i d, Thi s i s you s houl d know a nd confirm
before enteri ng .

Ti l l da te there a re 22k a s s ets , You ca n confirm i t from Googl e or check here


http://dev.pywaves.org/assets/

[[Remeber you should Hold Access to Main Account Access or all your Funds will be lost, Dont enter a
wrong address]]

Codono_Manual - 36 All Rights Reserved © https://codono.com


Block Number change and Deposit Cron

When you firs t s etup a n a ccount Ma ke s ure you do fol l owi ng

For Ma i nnet goto https ://wa ves expl orer.com/


For Tes tnet goto http://tes tnet.wa ves expl orer.com/

Note current Hei ght: Its a numeri c va l ue exa mpl e :1330828

Now goto your PHPMya dmi n , Look i nto codono_coi n ta bl e, Fi nd wa ves coi n,
In there enter 1330828 a s bl ock va l ue.

And ma ke s ure you s ta rt a cron wi th fol l owi ng

Queuea536ur360n7roll3rnam3/wallet_waves_deposit/securecode/cronkey

Repl a ce cronkey wi th cronkey defined i n your pure_config.php

Thi s cron s houl d run every mi nute to fetch a l l tra ns a ctions

Codono_Manual - 37 All Rights Reserved © https://codono.com


CryptoNote [Monero]

Setting Up Da emon

Monero Or CryptoNote Installation

At firs t you ma y need Coi n Da emon runni ng , Then you ca n run Wa l l et RPC for connecting to
Codono Excha nge Softwa re

Here a re s ome i ns tructions i f you a re not runni ng a ny da emon yet.

https ://www.monero.how/how-to-run-monero-node

Step 1.
Ma ke Sure Your wa l l et Da emon i s runni ng [If you a re a l rea dy runni ng i t ma ke s ure i t i s open for
RPC on 127.0.0.1 or 0.0.0.0 [0.0.0.0 i s ri s ky i t mea ns you a re openi ng i t for worl d]

./monerod --deta ch --rpc-bi nd-i p x.x.x.x --confirm-externa l -bi nd

Step 2.

To run Wa l l et RPC
./monero-wa l l et-rpc --wa l l et-di r wa l l et --pa s s word "ga m123" --rpc-bi nd-i p y.y.y.y--rpc-bi nd-port
19092 --da emon-hos t x.x.x.x --confirm-externa l -bi nd --di s a bl e-rpc-l ogi n

If you repl a ce y.y.y.y wi th


127.0.0.1 It mea ns connect to Sa me Server IP onl y [Sa fe]
0.0.0.0 It mea ns whol e worl d ca n connect wi th your node [Un s a fe]

Codono_Manual - 38 All Rights Reserved © https://codono.com


IP Addres s of your excha nge : So your excha nge ca n onl y connect wi th thi s da emon [Sa fe]

In a bove repl ce IP wi th your IP a nd port wi th RPC port. If your s erver i s runni ng on a firewa l l ma ke
s ure tha t PORT i s open.

Step 3.

Crea te a ma s ter wa l l et [ Thi s ma s ter wa l l et wi l l be configured i n Ba ckend ]

Us e comma nd l i ne tool a nd crea te a wa l l et wi th pa s s word

a nd Sa ve thos e i nforma tion i n ba ckend.

[Note: It is must to create a wallet to make connections work, we recommend you choose everything
carefully, Wallet directory , Wallet name, IP and PORTs]

Step 4. Bl ock Upda te i n Da ta ba s e > codono_coi n ta bl e find coi n[Crypto note type]

Now for exa mpl e i f you a re us i ng Monero Goto

For Ma i nnet goto Ma i n net expl orer


For Tes tnet goto tes tnet expl orer

Note current Hei ght: Its a numeri c va l ue exa mpl e :1330828


Now goto your PHPMya dmi n , Look i nto codono_coi n ta bl e, Fi nd cryptonote coi n,[Exa mpl e XMR,
TRD etc.\

In there enter 1330828 a s bl ock va l ue.[Current Bl ock va l ue of coi n]

Step 5.Runni ng Cron

You need to run thi s cron / bl ock upda te time of your bl ockcha i n

For exa mpl e i f your bl ock upda tes +1 every mi nute, Then you s houl d run thi s every mi nute to get
l a tes t tra ns a ctions a nd depos i ts .

Yours i te.com/Queuea 536ur360n7rol l 3rna m3/wa l l et_cryptonote_depos i t/s ecurecode/cronkey

Codono_Manual - 39 All Rights Reserved © https://codono.com


Backend

Codono_Manual - 40 All Rights Reserved © https://codono.com


Login

Admin Login URL

Your ba s i c URL for a dmi n wi l l be

http://yours i te.com/Admi n/Logi n/i ndex.html ?s ecurecode=s ecurekey

Here you ca n cha nge s ecurekey by edi ting

pure_config.php
Fi nd ADMIN_KEY a nd repl a ce i ts va l ue wi th a s ecret key you wa nt.

Codono_Manual - 41 All Rights Reserved © https://codono.com


Login Page

By Defa ul t Admi n Deta i l s a re a s fol l owi ng

Us erna me:a dmi n


Pa s s word:a dmi n

You ca n us e a bove deta i l s a nd s ol ve ca ptcha to Logi n i nto ba ckend

Codono_Manual - 42 All Rights Reserved © https://codono.com


Changing Default Password

After Logi n Cl i ck on Admi n Dropdown Ta b i n ri ght top corner.


Cl i ck on Cha nge pa s s word a nd on Next s creen upda te your new pa s s word.

Codono_Manual - 43 All Rights Reserved © https://codono.com


Config

Basic Config

On thi s s creen you ca n upda te yoour ba s i c i nforma tion ,

Li ke
Si te Ti tl e
Webs i te Ti tl e
Logo
Keywords
Sma l l & Footer Logo
Meta Des cri ption
Si te Sta tus [Open ,No a cces s ]
No Acces s Mes s a ge
Footer Copyri ght Info
Footer HTML Code [Ana l ytics , Tra cki ng ,Cha t etc]
Us er Terms

Codono_Manual - 44 All Rights Reserved © https://codono.com


SMS Config

In thi s pa nel You ca n Sa ve your Nexmo Informa tion.

Your Si te na me
Nexmo API KEY
Nexmo API Sceret

Once you configure i t , You ca n pure_config.php

Fi nd
define('MOBILE_CODE', 0);

a nd Cha nge i t to
define('MOBILE_CODE', 1);
It wi l l ena bl e SMS fea ture of Excha nge.

Codono_Manual - 45 All Rights Reserved © https://codono.com


Contact Info

In thi s pa nel You ca n configure your ba s i c s ettings for conta ct.

Codono_Manual - 46 All Rights Reserved © https://codono.com


Coin Setup

Coin Management

Us e thi s a rea wi th ful l ca ution.

You ca n configrue new CryptoCoi ns i n here.

Si mpl y Cl i ck on Add Or Edi t to configure the coi n.

Codono_Manual - 47 All Rights Reserved © https://codono.com


Editing/Adding New Coin

1. Symbol : Coi n Na me
2. Frontend Ti tl e :Uni que Ti tl e prefera bl y 3 l etter or 4 l etter na me
3. Ima ge :Coi n Ima ge 80px*80px
4. Li s t ra tio : % ca n onl y be l i s ted i n the current a ccount
5. Mos t s el l toda y : % ca n onl y s el l 100% of a ccount ba l a nce toda y
6. Into the s ta te :Coi n Sta tus

Codono_Manual - 48 All Rights Reserved © https://codono.com


7. Offici a l Wa l l et Addres s :(*Where members need to s end coi n) Thi s i s model 2, When
Bl ockcha i n node i s nt s etup
8. Mi n Wi thdra wa l Amt:Recommend:Pos i tive a nd grea ter tha n 0.01
9. Ma x Wi thdra wa l Amt :recommend:Pos i tive a nd grea ter tha n 10000
10. Wi thdra wa l Sta tus :Ena bl e/Di s a bl e wi thdra wa l
11. Automa tic Wi thdra wa l :Ma xi mum Number of Coi ns a l l owed to be a utoma tica l l y wi thdra wa l
by us ers
12. Deta i l s :Text Info a bout Coi n
13. Downl oa d wa l l et :Wa l l et Downl oa d Addres s
14. Source downl oa d :Info
15. Offici a l Li nk :Info
16. Offici a l Forums :Info
17. Offici a l mi ni ng :Info
18. Devel opers :Info
19. Core a l gori thm:Info
20. Rel ea s e da te :Info
21. Proof Method :Info
22. Bl ock s peed :Info
23. Tota l i s s ued :Info
24. Stock :Stock
25. Di fficul ty a djus tment :Info
26. Bl ock a wa rd :Info
27. Key Fea tures :Info
28. ShortComi ngs :Info

Codono_Manual - 49 All Rights Reserved © https://codono.com


Homepage and Common

Codono_Manual - 50 All Rights Reserved © https://codono.com


Homepage Components

Quick Market Stats

You ca n check crypto coi n va l ues a ga i ns t other ma rkets


Al ong wi th fol l owi ng i nforma tion
• Currency Pa i r
• Pri ce
• Buy Pri ce
• Sel l Pri ce
• 24H Vol ume
• 24H Turnover
• 24H Cha nge
• Pri ce Tra nd
• Tra de Li nk

1.Li nk to new currency Voting


2.Refera l Li nk
3.ICO Buyi ng
4.Knowl edge Ba s e
5.Sys tem Hea l th [Coi n Sta tus ]
6.Articl es a nd News

Codono_Manual - 51 All Rights Reserved © https://codono.com


News Slider

Partner Slider/ Image Slider

Codono_Manual - 52 All Rights Reserved © https://codono.com


Navigation and Banner

Navigation

Na vi ga tion Cons i s t of [When Logged out]


1.Logo : It ca n be cha nged from ba ckend
2.La ngBa r: Cus tomers ca n choos e thei r preferred l a ngua ge , It crea tes a l oca l cooki e on brows er
for thei r s el ected l a ngua ge experi ence.
3.Si gnup :Ema i l a nd SMS Si gnup
4.Logi n [Popup]
5.Ma i n Na vi ga tion [Adjus ta bl e i n ba ckend]

Banner

Sl i der : Thi s i s i ma ge s l i der , wi th HTML buttons over i t . Thes e s l i der i ma ges + l i nks ca n be
a djus ted under
ba ckend

Codono_Manual - 53 All Rights Reserved © https://codono.com


Login and Signup

Login Popup

Logi n pop i s very expl a i ned by i ts des i gned.


It requi res us er to enter us erna me , pa s s word a nd i ma ge ca ptcha

Codono_Manual - 54 All Rights Reserved © https://codono.com


Login Pop with Google Recaptcha

Reca ptcha ca n be ena bl ed from


other_config.php

Fi nd code

define('RECAPTCHA', 0);

a nd Cha nge i t to

define('RECAPTCHA', 1);

Ma ke s ure you a dd your RECAPTCHA_KEY a nd RECAPTCHA_SECRET i n s a me fil e.


You ca n obta i n i t from

https ://www.googl e.com/reca ptcha /a dmi n

Codono_Manual - 55 All Rights Reserved © https://codono.com


Signup Using SMS

You ca n choos e country from dropdown a nd Enter Mobi l e number to recei ve a nd confirm number.
When Mobi l e i s i n Demo mode
i e: MOBILE_CODE =1 i n pure_config.php

You wi l l get demo s ms confirma tion code, Thi s mode i s onl y mea nt for tes ting.

Codono_Manual - 56 All Rights Reserved © https://codono.com


Email Mode

Us ers ca n a l s o regi s ter us i ng Ema i l confirma tion.

Fl ow i s s a me a s SMS Confirma tion, Us er i nputs ema i l a ddres s a nd then recei ves ema i l *.

In ema i l they get a 6 Di gi t code, whi ch us er ca n enter i n Ema i l Regi s tra tion s creen.

a nd continue s i gnup.

You woul d need to define a defa ul t ma i l er i n other_config.php


s et DEFAULT_MAILER from fol l owi ng

• s endgri d
• s endi nbl ue
• ma i l jet
• ma ndri l l
• a ma zons es
• pos tma rk
• ma i l jet
• phpma i l

*Note:You would need to get their API details and fill then in other_config.php

Codono_Manual - 57 All Rights Reserved © https://codono.com


Trade

Codono_Manual - 58 All Rights Reserved © https://codono.com


Graphs

K Line

Advance K Line

Codono_Manual - 59 All Rights Reserved © https://codono.com


Depth Map

Codono_Manual - 60 All Rights Reserved © https://codono.com


Buy Box

Codono_Manual - 61 All Rights Reserved © https://codono.com


Sale Box

1. Sel l i ng Sta ts
2. Bes t Sel l i ng Pri ce
3. Your Bi d for Sa l e
4. Ma xi mum you ca n Sa l e
5. Your Ba l a nce to s el l the Coi n
6. Qua ntity you need to Sel l
7. Tota l Pri ce
8. Fees to be cha rged on Tra ns a ction
9. Fund pa s s word to tra ns a ct
10. Fund pa s s word Settings
11. Sa l e Button

Codono_Manual - 62 All Rights Reserved © https://codono.com


Codono_Manual - 63 All Rights Reserved © https://codono.com
My Orders

Thi s pa nel s hows your a ctive orders , It i ncl udes Your Buy a nd s a l e orders both.

Thos e orders not performed ca n be undone us i ng undo button

Codono_Manual - 64 All Rights Reserved © https://codono.com


Latest Transactions

Thi s pa nel cons i s t of l a tes t buy/s a l e tra ns a ctions


wi th fol l owi ng deta i l s
1. Ti me
2. Type [Buy or Sa l e]
3. Pri ce of tra ns a ction
4. Qua ntity of Coi n
5. Tota l Tra ns a ction Va l ue

Codono_Manual - 65 All Rights Reserved © https://codono.com


Sidebar Utilities

Switcher

1. K bl ock :On/Off
2.Tra debox: On/Off
3.Gra ph Type : Si mpl e Kl i ne, Adva nce Kl i ne or Depth

Coin Selector

Si deba r Coi n s el ector wi th Currency Pa i rs


Al l ows you to s el ect fa vouri te currency pa i rs a nd tra de between them, a l s o s how thei r pri ce
,vol ume a nd % cha nges [+/-]

Codono_Manual - 66 All Rights Reserved © https://codono.com


Troll Box/Chat Box

Jus t l i ke modern cha t box, i t a l l ows us ers to i nterta ct wi th ea ch other.


Supports Emoji 's
Trol l box ca n be turned on / off .

Codono_Manual - 67 All Rights Reserved © https://codono.com


Quick Bids

See a l l bi ds i n one pa nel , a nd qui ckl y deci de wi th tra de opportuni ties .


You ca n s ee
• Buy Bi ds
• Sa l e Bi ds
• Al l bi ds

Al ong wi th thei r Type, Pri ce, Qua ntity a nd Tota l

Codono_Manual - 68 All Rights Reserved © https://codono.com


Currency Quick Stats

Codono_Manual - 69 All Rights Reserved © https://codono.com


LaunchPad

Codono_Manual - 70 All Rights Reserved © https://codono.com


LaunchPad

Al l ows you to Crea te a nd Support New ICO's . Ini tia l coi n offeri ngs ca n be s ol d on your s i te us i ng
thi s util i ty.

Staff Pick

One of your fa vouri te ICO's ca n be l i s ted here , Sta ff pi ck ca n be choos en from ba ckend

ICO List

Ico Li s ts s hows ICOs currentl y

1.Runni ng
2.Upcomi ng
3.Ended
You ca n cl i ck a nd s ubs cri be to thes e Ico.

Codono_Manual - 71 All Rights Reserved © https://codono.com


Subscribing to ICO

1. Li s ting of Al l ICO
2. ICO Sa l e Records
3. My ICO Boughts
4. Tota l Suppl y
5. Tota l Sol d
6. ICO Pri ce
7. ICO Buy Li mi t
8. Qua ntity
9. Fund pa s s word
10. Ba l a nce
11. Sta rt Ti me
12. End Ti me
13. Coi n
14. Ti er Level Ba l a nce 1
15. Ti er Level Ba l a nce 2 a nd 3
16. About ICO

Codono_Manual - 72 All Rights Reserved © https://codono.com


ICO Center [Sales]

My ICO's

Li s ts downs a l l your purcha s es of ICO's wi th


• Na me
• ICO Pri ce
• Number of ICO
• Tota l pri ce of ICO
• ICO Ti me

Codono_Manual - 73 All Rights Reserved © https://codono.com


Shop

Codono_Manual - 74 All Rights Reserved © https://codono.com


Shop

Buy products from your us er ba l a nce.

List

1. Shop Home Pa ge
2. Purcha s e Hi s tory
3. Shi ppi ng Addres s es
4. Ca tegori es
5. Sea rch By Keyword
6. Fi l ters
7. Product Ti tl e
8. Ma rket Pri ce
9. Offer Pri ce
10. Stock
11. Buy Button

Product Buy Page

1. Product Ti tl e
2. Added Ti me
3. Sol d Stock

Codono_Manual - 75 All Rights Reserved © https://codono.com


4. Product Ima ge
5. Stock
6. Ma rket Pri ce/Offer Pri ce
7. Fund Pa s s word
8. Purcha s e qua ntity
9. Choos e Shi ppi ng a ddres s Or a dd new
10. Product Des cri ption
11. Product Buy Button[Aja x Buy]

Previous Orders

Thi s pa ge l i s ts a l l your product purcha s es a l ong wi th

1. Buy time
2. Product Li nk
3. Purcha s e Pri ce
4. Qua ntity
5. Tota l Sum
6. Pa yment Method [USD ,BTC,etc]
7. Tota l Pa i d
8. Shi ppi ng Addres s
9. Sta tus [Shi ppi ng Sta tus ]

Codono_Manual - 76 All Rights Reserved © https://codono.com


Vote

Codono_Manual - 77 All Rights Reserved © https://codono.com


Voting

Voting i s a techni que to i ntroduce mos t dema nded currency to the pl a tform.
Us ers ca n vote for thei r fa vouri te currenci es on the excha nge .

Ea ch vote ca n be a dded wi th a pri ce , For exa mpl e

1 USD to vote i n fa vour


2 USD to vote i n a ga i ns t

Voting Panel

Voting Pa nel Cons i s ts of

Seri a l No
Currency
Na me
Tota l Votes i n Fa vor
Tota l Votes i n Aga i ns t
Tota l Scot [Fa vour-Aga i ns t]
Pa y a nd Vote i n Fa vor
1. Pa y a nd Vote i n Aga i ns t

Codono_Manual - 78 All Rights Reserved © https://codono.com


My Votes

Thi s pa ge cons i s ts of your voting l og a l ong wi th

1. Coi n Na me
2. Ti tl e
3. When
4. Voted i n Fa vor or Aga i ns t

Codono_Manual - 79 All Rights Reserved © https://codono.com


Blog

Codono_Manual - 80 All Rights Reserved © https://codono.com


Blog

Bl og or Articl es ca n be ma na ged from ba ckend, They ca n be a dded/edi ted/or del eted

1. Brea dcumb
2. Sel ected Ca tegory
3. Li s t of Ca tegori es
4. Ca tegory Ti tl e
5. Li s t of Articl es
6. Ti me

Blog Detail Page

1. Pa rent Ca tegory
2. Other Ca tegori es
3. Articl e Ima ge

Codono_Manual - 81 All Rights Reserved © https://codono.com


4. Articl e Ti tl e
5. Articl e Ti me
6. Content

Codono_Manual - 82 All Rights Reserved © https://codono.com


System Health

Codono_Manual - 83 All Rights Reserved © https://codono.com


Health

Health Page

1. Sea rch Fi l ter


2. Number of records
3. Coi n Na me
4. Ti tl e
5. Depos i t Sta tus [Onl i ne/Offli ne]
6. Wi thdra wa l Sta tus
7. Coi n Type
8. Number of Confirma tion requi red

Codono_Manual - 84 All Rights Reserved © https://codono.com


Finance

Codono_Manual - 85 All Rights Reserved © https://codono.com


Dividend

Its where you ca n s ee , Tota l number of coi ns on the excha nge , a l s o your hol di ng i nto i t a l ong
wi th percenta ge.

Dividend

Wa nt to know

Codono_Manual - 86 All Rights Reserved © https://codono.com


Orders

Coi n Pa i rs
Ti me
Type [Buy/Sa l e]
Order Pri ce
Fees
Qua ntity
Tra ns a ction Tota l
Action

Codono_Manual - 87 All Rights Reserved © https://codono.com


Finance

My Balance

1. Fi na nce Menu Si deba r


2. Ava i l a bl e USD
3. On Order USD
4. Es tima ted Worth i n USD
5. Coi n Na me
6. Coi n Ba l a nce
7. In Order
8. Tota l Coi ns
9. Convert
10. Tra de Li nk

Coin Deposit

Codono_Manual - 88 All Rights Reserved © https://codono.com


Recharge

Add Fi a t Ba l a nce to your a ccount , Recha rge us i ng Loca l ga tewa ys

Withdrawal

Codono_Manual - 89 All Rights Reserved © https://codono.com


Withdrawal Records

Withdraw Address Management

Codono_Manual - 90 All Rights Reserved © https://codono.com


Withdraw Coins

Coin Withdrawals

Coi n Wi thdra wa l Recods

Codono_Manual - 91 All Rights Reserved © https://codono.com


Add Withdrawal Address

Codono_Manual - 92 All Rights Reserved © https://codono.com


Affiliate

Affiliate Code

Affiliate Stats

Codono_Manual - 93 All Rights Reserved © https://codono.com


Rewards

Upon certa i n a ctivi ties you get rewa rds , It coul d be coi ns or gi fts You ca n vi ew the a wa rds i n thi s
pa nel .

Codono_Manual - 94 All Rights Reserved © https://codono.com

You might also like