Browse Source

Test

etomic
jl777 7 years ago
parent
commit
be324b6c5f
  1. 4
      iguana/exchanges/LP_include.h
  2. 9
      iguana/exchanges/LP_nativeDEX.c

4
iguana/exchanges/LP_include.h

@ -53,8 +53,8 @@ void emscripten_usleep(int32_t x); // returns immediate, no sense for sleeping
#define LP_MIN_PEERS 8
#define LP_MAX_PEERS 32
#define LP_MAXDESIRED_UTXOS 128
#define LP_MINDESIRED_UTXOS 32
#define LP_MAXDESIRED_UTXOS (IAMLP != 0 ? 128 : 64)
#define LP_MINDESIRED_UTXOS (IAMLP != 0 ? 32 : 16)
#define LP_DUSTCOMBINE_THRESHOLD 1000000
// RTmetrics

9
iguana/exchanges/LP_nativeDEX.c

@ -17,16 +17,15 @@
// LP_nativeDEX.c
// marketmaker
//
// single utxo allocations alice
// gc cJSON
// more retries for swap sendrawtransaction
// more retries for swap sendrawtransaction?
// pbca26 unfinished swaps
// alice waiting for bestprice
//if ( G.LP_pendingswaps != 0 )
//return(-1);
// if ( G.LP_pendingswaps != 0 ) return(-1);
// bot safe to exit?
//
// BCH signing
// single utxo allocations alice
// alice waiting for bestprice
// previously, it used to show amount, kmd equiv, perc
// dPoW security -> 4: KMD notarized, 5: BTC notarized, after next notary elections
// bigendian architectures need to use little endian for sighash calcs

Loading…
Cancel
Save