Browse Source

Test

etomic
jl777 7 years ago
parent
commit
ad04965a19
  1. 0
      iguana/coins/mshark_7776
  2. 7
      iguana/exchanges/LP_nativeDEX.c

0
iguana/coins/mshark_7776

7
iguana/exchanges/LP_nativeDEX.c

@ -17,21 +17,18 @@
// LP_nativeDEX.c
// marketmaker
//
// validate notarization
// big BTC swaps, assetchain markets
// https://github.com/bitcoin/bips/blob/master/bip-0143.mediawiki for signing BCH/BTG
// big BTC swaps, assetchain markets
//
// compress packets
// cancel bid/ask
// portfolio to set prices from historical
// portfolio value based on ask?
// USD paxprice based USDvalue in portfolio
//
// else claim path
// improve critical section detection when parallel trades
// dPoW security -> 4: KMD notarized, 5: BTC notarized, after next notary elections
// bigendian architectures need to use little endian for sighash calcs
//
// improve critical section detection when parallel trades
#include <stdio.h>

Loading…
Cancel
Save