jl777 8 years ago
parent
commit
1f17f3095e
  1. 3
      iguana/m_notary

3
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

Loading…
Cancel
Save