jl777 8 years ago
parent
commit
fac0d75fb5
  1. 11
      iguana/iguana_notary.c
  2. 2
      iguana/m_notary

11
iguana/iguana_notary.c

@ -15,12 +15,13 @@
// Todo list:
// a) creation and detection of special transactions to update list of current notaries
// b) updating latest notarized height based on the notarized tx data
// a) detection of special transactions to update list of current notaries
// c) award 5% APR for utxo older than a week when they are spent
// d) round robin mining difficulty
// e) rebroadcast reorged local chain notary tx and scanning mempool
// b) award 5% APR for utxo older than a week when they are spent
// c) round robin mining difficulty
// d) investigate if rebroadcast reorged local chain notary tx and scanning mempool is needed
//>>>>>>>> decode_hex n.71 hex[0] (d) -> 13 hex.(d968f6be7b5f0ac7882728291deebb956198aecf126cc353c3b98507791a3203f0780000b23a68302f44979405dc281f2f659536c60ccf95b602ab9991a8f8c966d70e624b4d44?) [n*2+1: 0] [n*2: -64 ?] len.143
#define CHECKSIG 0xac

2
iguana/m_notary

@ -7,7 +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
../agents/iguana notary > iguana.log 2> error.log &
../agents/iguana notary & #> iguana.log 2> error.log &
myip=`curl -s4 checkip.amazonaws.com`

Loading…
Cancel
Save