forked from jl777/komodo
-
Notifications
You must be signed in to change notification settings - Fork 15
What does Native Mode, Full Mode, Basilisk Modes mean in Iguana
Satinder Grewal edited this page Jan 17, 2017
·
1 revision
- Start komodod PAXFIAT
./komodod -ac_name=USD
- Start iguana
passthru
command connect to PAX USD via iguana
curl --url "http://127.0.0.1:7778" --data "{\"agent\":\"passthru\",\"method\":\"paxfiats\",\"mask\":1}"
NOTE: No need to start any coin or daemon locally. It'll connect to remote decentralized Full nodes/full native nodes in SuperNET network
- Start iguana
passthru
command connect to PAX USD via iguana
curl --url "http://127.0.0.1:7778" --data "{\"agent\":\"basilisk\",\"method\":\"paxfiats\",\"mask\":1}"
NOTE: This will not require any external komodod
daemon to be running along side iguana
.
It will start that PAX FIAT via iguana
daemon itself in Full mode, and sync it's chain data with iguana (Memory Mapped Bundled blockchain files!)
- Start iguana
passthru
command connect to PAX USD via iguana
curl --url "http://127.0.0.1:7778" --data "{\"agent\":\"iguana\",\"method\":\"paxfiats\",\"mask\":1}"