diff --git a/iguana/m_notary b/iguana/m_notary index c8400e6b5..010fbdbf0 100755 --- a/iguana/m_notary +++ b/iguana/m_notary @@ -7,8 +7,7 @@ gcc -g -fno-aggressive-loop-optimizations -Wno-deprecated -c -O2 -DISNOTARYNODE= gcc -g -fno-aggressive-loop-optimizations -Wno-deprecated -c -DISNOTARYNODE=1 -DLIQUIDITY_PROVIDER=1 main.c iguana777.c iguana_bundles.c ../basilisk/basilisk.c gcc -g -o ../agents/iguana *.o ../agents/libcrypto777.a -lnanomsg -lcurl -lssl -lcrypto -lpthread -lz -lm -# if you want to nohup, then nohup the following line and run the rest of the script separately -../agents/iguana notary & +../agents/iguana notary > iguana.log 2> error.log & myip=`cat myip.txt` sleep 4