Browse Source

Merge branch 'dev' into jl777

patch-4
jl777 7 years ago
parent
commit
96607b54cf
  1. 0
      iguana/coins/zilla_7776
  2. 2
      iguana/m_notary
  3. 3
      iguana/m_notary_run

0
iguana/coins/zilla_7776

2
iguana/m_notary

@ -2,4 +2,4 @@
pkill -15 iguana
rm -f ../agents/iguana *.o
git pull
./m_notary_run $1
./m_notary_run "$1" "$2"

3
iguana/m_notary_run

@ -8,7 +8,8 @@ clang -g -Wno-deprecated -c -O2 -DISNOTARYNODE=1 -DLIQUIDITY_PROVIDER=1 *.c ../b
clang -g -Wno-deprecated -c -DISNOTARYNODE=1 -DLIQUIDITY_PROVIDER=1 main.c iguana777.c iguana_bundles.c ../basilisk/basilisk.c
clang -g -o ../agents/iguana *.o ../agents/libcrypto777.a -lnanomsg -lcurl -lssl -lcrypto -lpthread -lz -lm
stdbuf -oL $1 ../agents/iguana notary & #> iguana.log 2> error.log &
iguana_arg=${2:-notary}
stdbuf -oL $1 ../agents/iguana $iguana_arg & #> iguana.log 2> error.log &
myip=`curl -s4 checkip.amazonaws.com`
source pubkey.txt

Loading…
Cancel
Save