Browse Source

fix typo

web
blackjok3r 6 years ago
parent
commit
c6ffd4d090
  1. 2
      build_iguana
  2. 2
      start_iguana.sh

2
build_iguana

@ -9,4 +9,4 @@ cd ../crypto777; ./m_LP; cd ../iguana
clang -g -Wno-deprecated -c -O2 -DISNOTARYNODE=1 -DLIQUIDITY_PROVIDER=1 *.c ../basilisk/basilisk.c ../gecko/gecko.c ../datachain/datachain.c
#gcc -g -fno-aggressive-loop-optimizations -Wno-deprecated -c -DISNOTARYNODE=1 -DLIQUIDITY_PROVIDER=1 main.c iguana777.c iguana_bundles.c ../basilisk/basilisk.c
clang -g -Wno-deprecated -c -DISNOTARYNODE=1 -DLIQUIDITY_PROVIDER=1 main.c iguana777.c iguana_bundles.c ../basilisk/basilisk.c
clang -g -o ~/Staked/Notary/iguana/iguana *.o ../agents/libcrypto777.a -lnanomsg -lcurl -lssl -lcrypto -lpthread -lz -lm
clang -g -o ~/StakedNotary/iguana/iguana *.o ../agents/libcrypto777.a -lnanomsg -lcurl -lssl -lcrypto -lpthread -lz -lm

2
start_iguana.sh

@ -24,7 +24,7 @@ curl --url "http://127.0.0.1:7776" --data "{\"method\":\"walletpassphrase\",\"pa
# Loop through assetchains.json and build the path to the approptiate coins file and run it.
./listassetchains.py | while read chain; do
coin="coins/$chain_7776"
coin="coins/$chain"_7776
$coin
done

Loading…
Cancel
Save