|
|
@ -19,13 +19,13 @@ |
|
|
|
// marketmaker
|
|
|
|
//
|
|
|
|
// process stats.log local file -> map of realtime activity!
|
|
|
|
// sign price
|
|
|
|
// select oldest utxo first
|
|
|
|
// handles <-> pubkeys, deal with offline pubkeys, reputations, bonds etc.
|
|
|
|
//
|
|
|
|
// verify portfolio, pricearray, interest to KMD withdraw, reliable networking
|
|
|
|
|
|
|
|
// dPoW security -> 4: KMD notarized, 5: BTC notarized, after next notary elections
|
|
|
|
|
|
|
|
|
|
|
|
#include <stdio.h> |
|
|
|
#include "LP_include.h" |
|
|
|
portable_mutex_t LP_peermutex,LP_UTXOmutex,LP_utxomutex,LP_commandmutex,LP_cachemutex,LP_swaplistmutex,LP_forwardmutex,LP_pubkeymutex,LP_networkmutex,LP_psockmutex,LP_coinmutex,LP_messagemutex,LP_portfoliomutex,LP_electrummutex,LP_butxomutex,LP_reservedmutex,LP_nanorecvsmutex; |
|
|
|