Git Product home page Git Product logo

lavaio / lava Goto Github PK

View Code? Open in Web Editor NEW
23.0 11.0 12.0 43.14 MB

Lava is a Proof-of-Capacity backed global digital infrastructure where people can create, trade and manage real-world assets.

Home Page: https://www.lavatech.org/

License: MIT License

Shell 0.87% Makefile 1.15% M4 1.96% C 12.95% Python 15.09% C++ 64.79% QMake 0.07% Objective-C 1.17% HTML 0.21% Objective-C++ 0.05% Assembly 1.40% Java 0.29% Batchfile 0.01%
lava poc ca

lava's People

Contributors

achow101 avatar cozz avatar easonzhao avatar empact avatar fanquake avatar gavinandresen avatar gmaxwell avatar harveststars avatar instagibbs avatar jnewbery avatar jonasschnelli avatar jtimon avatar kallewoof avatar ken2812221 avatar laanwj avatar luke-jr avatar meshcollider avatar morcos avatar non-github-bitcoin avatar paveljanik avatar petertodd avatar practicalswift avatar promag avatar pstratem avatar ryanofsky avatar sdaftuar avatar sipa avatar thebluematt avatar theuni avatar ventfang avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

lava's Issues

lavad randomly hangs while handling getmineraddress rpc call

High chance to hang if lavad is in syncing state.

Reproduce step:

  1. open lavad using a clean wallet.
  2. invoke getmineraddress using lava-cli several times.

Expected result:
lava-cli get the miner address info.

Actual result:
lavad hangs and lava-cli can't get the address info.

More detailed documentation about firestone consumption.

  1. Can miner buy firestone for another address?
  2. Can we specify which firestone to spend first?
  3. If we can't specify the firestone order, what's the current order of firestone spending?
  4. Can we get firestone purchase/revoke information from raw transaction?

Import privkey (rescanning) is incredibly slow.

Import privkey with scanning is incredibly slow.

Import should be processed within minutes with only thousands of blocks.

Import takes more than half an hour, and my computer randomly stop

How reliably can you reproduce the issue, what are the steps to do so?

importprivkey <privkey> <name>true

Win32

Previous slot’s firestone is lost when rollback.

There is a scene in which the firestone disappears into view.

Environment:
lavad version v0.3.4.

details:
At the end of slot N-1, Alice buys a firestone(marked as F, the transaction is T), so that the firestone F could be usable in slot N. However, the blockchain rolls back at this moment, leading to the transaction T is packed in slot N.
Then, T migrates from slot N-1 to slot N, and F is lost in our rpc of listfirestone

code
here is the problem code

bool TestTicket(const int height, const CTicketRef ticket)
{
    auto index = pticketview->SlotIndex();
    auto len = pticketview->SlotLength();
    if (ticket->LockTime() != ((index + 1) * len -1)) {
        return false;
    }
    if (ticket->nValue != pticketview->CurrentTicketPrice()) {
        return false;
    }
    return true;
}

[lavad.exe] exe testnet crashed in unknown reason

  • Bug reproduce:

    • Delete all Roaming data:C:\Users\Administrator\AppData\Roaming\Lava\
    • Run .\lavad.exe -testnet=1 -rpcuser=test -rpcpassword=test -txindex=1
  • Shows the error was created by tor, detail log is below:

2019-07-26T16:47:50Z Lava Core version v0.1.3-unk (release build)
2019-07-26T16:47:50Z Assuming ancestors of block 0000000000000037a8cd3e06cd5edbfe9dd1dbcc5dacab279376ef7cfc2b4c75 have valid signatures.
2019-07-26T16:47:50Z Setting nMinimumCumulativeDiff=000000000000000000000000000000000000000000000001000000004b000000
2019-07-26T16:47:50Z Using the 'standard' SHA256 implementation
2019-07-26T16:47:50Z Default data directory C:\Users\Administrator\AppData\Roaming\Lava
2019-07-26T16:47:50Z Using data directory C:\Users\Administrator\AppData\Roaming\Lava\testnet3
2019-07-26T16:47:50Z Config file: C:\Users\Administrator\AppData\Roaming\Lava\Lava.conf (not found, skipping)
2019-07-26T16:47:50Z Using at most 125 automatic connections (2048 file descriptors available)
2019-07-26T16:47:50Z Using 16 MiB out of 32/2 requested for signature cache, able to store 524288 elements
2019-07-26T16:47:50Z Using 16 MiB out of 32/2 requested for script execution cache, able to store 524288 elements
2019-07-26T16:47:50Z Using 2 threads for script verification
2019-07-26T16:47:50Z Allowing HTTP connections from: 127.0.0.0/8 ::1/128 
2019-07-26T16:47:50Z scheduler thread start
2019-07-26T16:47:50Z libevent: event_add: event: 000002A09B5A1DE0 (fd 1772), EV_READ    call 00007FF67A39E2E0
2019-07-26T16:47:50Z libevent: win32_add: adding event for 1772
2019-07-26T16:47:50Z Binding RPC on address ::1 port 18332
2019-07-26T16:47:50Z libevent: event_add: event: 000002A09B5E0F98 (fd 1688), EV_READ    call 00007FF67A3AE6E0
2019-07-26T16:47:50Z libevent: win32_add: adding event for 1688
2019-07-26T16:47:50Z libevent: Bound to port 18332 - Awaiting connections ... 
2019-07-26T16:47:50Z Binding RPC on address 127.0.0.1 port 18332
2019-07-26T16:47:50Z libevent: event_add: event: 000002A09B5E0098 (fd 1776), EV_READ    call 00007FF67A3AE6E0
2019-07-26T16:47:50Z libevent: win32_add: adding event for 1776
2019-07-26T16:47:50Z libevent: Bound to port 18332 - Awaiting connections ... 
2019-07-26T16:47:50Z Initialized HTTP server
2019-07-26T16:47:50Z HTTP: creating work queue of depth 16
2019-07-26T16:47:50Z Starting RPC
2019-07-26T16:47:50Z Starting HTTP RPC server
2019-07-26T16:47:50Z Config options rpcuser and rpcpassword will soon be deprecated. Locally-run instances may remove rpcuser to use cookie-based auth, or may be replaced with rpcauth. Please see share/rpcauth for rpcauth auth generation.
2019-07-26T16:47:50Z Registering HTTP handler for / (exactmatch 1)
2019-07-26T16:47:51Z Registering HTTP handler for /wallet/ (exactmatch 0)
2019-07-26T16:47:51Z Starting HTTP server
2019-07-26T16:47:51Z HTTP: starting 4 worker threads
2019-07-26T16:47:51Z Entering http event loop
2019-07-26T16:47:51Z Using wallet directory C:\Users\Administrator\AppData\Roaming\Lava\testnet3\wallets
2019-07-26T16:47:51Z init message: Verifying wallet(s)...
2019-07-26T16:47:51Z Using BerkeleyDB version Berkeley DB 4.8.30: (April 12, 2010)
2019-07-26T16:47:51Z Using wallet C:\Users\Administrator\AppData\Roaming\Lava\testnet3\wallets
2019-07-26T16:47:51Z BerkeleyEnvironment::Open: LogDir=C:\Users\Administrator\AppData\Roaming\Lava\testnet3\wallets\database ErrorFile=C:\Users\Administrator\AppData\Roaming\Lava\testnet3\wallets\db.log
2019-07-26T16:47:51Z init message: Loading banlist...
2019-07-26T16:47:51Z Loaded 0 banned node ips/subnets from banlist.dat  1ms
2019-07-26T16:47:51Z net: setting try another outbound peer=false
2019-07-26T16:47:51Z Cache configuration:
2019-07-26T16:47:51Z * Using 2.0 MiB for block index database
2019-07-26T16:47:51Z * Using 56.0 MiB for transaction index database
2019-07-26T16:47:51Z * Using 8.0 MiB for chain state database
2019-07-26T16:47:51Z * Using 384.0 MiB for in-memory UTXO set (plus up to 286.1 MiB of unused mempool space)
2019-07-26T16:47:51Z init message: Loading block index...
2019-07-26T16:47:51Z LevelDB using max_open_files=1000 (default=1000)
2019-07-26T16:47:51Z Opening LevelDB in C:\Users\Administrator\AppData\Roaming\Lava\testnet3\blocks\index
2019-07-26T16:47:51Z leveldb: Recovering log #5
2019-07-26T16:47:51Z leveldb: Delete type=0 #5
2019-07-26T16:47:51Z leveldb: Delete type=3 #4
2019-07-26T16:47:51Z Opened LevelDB successfully
2019-07-26T16:47:51Z Using obfuscation key for C:\Users\Administrator\AppData\Roaming\Lava\testnet3\blocks\index: 0000000000000000
2019-07-26T16:47:51Z LoadBlockIndexDB: last block file = 0
2019-07-26T16:47:51Z LoadBlockIndexDB: last block file info: CBlockFileInfo(blocks=0, size=0, heights=0...0, time=1970-01-01...1970-01-01)
2019-07-26T16:47:51Z Checking all blk files are present...
2019-07-26T16:47:51Z Initializing databases...
2019-07-26T16:47:51Z Pre-allocating up to position 0x1000000 in blk00000.dat
2019-07-26T16:47:51Z LevelDB using max_open_files=1000 (default=1000)
2019-07-26T16:47:51Z Opening LevelDB in C:\Users\Administrator\AppData\Roaming\Lava\testnet3\chainstate
2019-07-26T16:47:51Z leveldb: Recovering log #6
2019-07-26T16:47:51Z leveldb: Delete type=0 #6
2019-07-26T16:47:51Z leveldb: Delete type=3 #4
2019-07-26T16:47:51Z Opened LevelDB successfully
2019-07-26T16:47:51Z Using obfuscation key for C:\Users\Administrator\AppData\Roaming\Lava\testnet3\chainstate: febd83bc9d5c887c
2019-07-26T16:47:51Z init message: Rewinding blocks...
2019-07-26T16:47:51Z  block index             101ms
2019-07-26T16:47:51Z LevelDB using max_open_files=1000 (default=1000)
2019-07-26T16:47:51Z Opening LevelDB in C:\Users\Administrator\AppData\Roaming\Lava\testnet3\indexes\txindex
2019-07-26T16:47:51Z leveldb: Recovering log #5
2019-07-26T16:47:51Z leveldb: Delete type=0 #5
2019-07-26T16:47:51Z leveldb: Delete type=3 #4
2019-07-26T16:47:51Z Opened LevelDB successfully
2019-07-26T16:47:51Z Using obfuscation key for C:\Users\Administrator\AppData\Roaming\Lava\testnet3\indexes\txindex: 0000000000000000
2019-07-26T16:47:51Z txindex thread start
2019-07-26T16:47:51Z init message: Loading wallet...
2019-07-26T16:47:51Z txindex is enabled
2019-07-26T16:47:51Z BerkeleyEnvironment::Open: LogDir=C:\Users\Administrator\AppData\Roaming\Lava\testnet3\wallets\database ErrorFile=C:\Users\Administrator\AppData\Roaming\Lava\testnet3\wallets\db.log
2019-07-26T16:47:51Z txindex thread exit
2019-07-26T16:47:51Z [default wallet] nFileVersion = 103
2019-07-26T16:47:51Z [default wallet] Keys: 201 plaintext, 0 encrypted, 201 w/ metadata, 201 total. Unknown wallet records: 0
2019-07-26T16:47:51Z [default wallet] Wallet completed loading in              80ms
2019-07-26T16:47:51Z [default wallet] setKeyPool.size() = 200
2019-07-26T16:47:51Z [default wallet] mapWallet.size() = 0
2019-07-26T16:47:51Z [default wallet] mapAddressBook.size() = 0
2019-07-26T16:47:51Z LevelDB using max_open_files=1000 (default=1000)
2019-07-26T16:47:51Z Opening LevelDB in C:\Users\Administrator\AppData\Roaming\Lava\testnet3\index\relation
2019-07-26T16:47:51Z leveldb: Recovering log #5
2019-07-26T16:47:51Z leveldb: Delete type=0 #5
2019-07-26T16:47:51Z leveldb: Delete type=3 #4
2019-07-26T16:47:51Z Opened LevelDB successfully
2019-07-26T16:47:51Z Using obfuscation key for C:\Users\Administrator\AppData\Roaming\Lava\testnet3\index\relation: 0000000000000000
2019-07-26T16:47:51Z   - Load block from disk: 1.00ms [0.00s]
2019-07-26T16:47:51Z   - Connect total: 0.00ms [0.00s (-nan(ind)ms/blk)]
2019-07-26T16:47:51Z   - Flush: 2.00ms [0.00s (infms/blk)]
2019-07-26T16:47:51Z   - Writing chainstate: 0.99ms [0.00s (infms/blk)]
2019-07-26T16:47:51Z UpdateTip: new best=62ca4ef31a124cedd557a97fd59f623ae7eff424a15a13304dd44ec2263a9b03 height=0 version=0x00000001 log2_work=64 tx=1 date='2011-02-02T23:16:42Z' progress=0.000000 cache=0.0MiB(0txo)
2019-07-26T16:47:51Z   - Connect postprocess: 2.99ms [0.00s (infms/blk)]
2019-07-26T16:47:51Z - Connect block: 6.98ms [0.01s (infms/blk)]
2019-07-26T16:47:51Z mapBlockIndex.size() = 1
2019-07-26T16:47:51Z nBestHeight = 0
2019-07-26T16:47:51Z Failed to open mempool file from disk. Continuing anyway.
2019-07-26T16:47:51Z libevent: event_add: event: 000002A09C74E240 (fd 1840), EV_READ    call 00007FF67A39E2E0
2019-07-26T16:47:51Z libevent: win32_add: adding event for 1840
2019-07-26T16:47:51Z Bound to [::]:16868
2019-07-26T16:47:51Z torcontrol thread start
2019-07-26T16:47:51Z Bound to 0.0.0.0:16868
2019-07-26T16:47:51Z init message: Loading P2P addresses...
2019-07-26T16:47:51Z Loaded 0 addresses from peers.dat  0ms
2019-07-26T16:47:51Z init message: Starting network threads...
2019-07-26T16:47:51Z libevent: event_add: event: 000002A09B5D4BE0 (fd -1), EV_READ    call 00007FF67A3A8490
2019-07-26T16:47:51Z libevent: event_add: event: 000002A09B5D4C58 (fd -1),  EV_WRITE   call 00007FF67A3A8AD0
2019-07-26T16:47:51Z net thread start
2019-07-26T16:47:51Z libevent: event_del: 000002A09B5D4BE0 (fd -1), callback 00007FF67A3A8490
2019-07-26T16:47:51Z dnsseed thread start
2019-07-26T16:47:51Z libevent: event_del: 000002A09B5D4C58 (fd -1), callback 00007FF67A3A8AD0
2019-07-26T16:47:51Z libevent: event_add: event: 000002A09B5D4BE0 (fd 1972), EV_READ    call 00007FF67A3A8490
2019-07-26T16:47:51Z libevent: win32_add: adding event for 1972
2019-07-26T16:47:51Z libevent: event_add: event: 000002A09B5D4C58 (fd 1972),  EV_WRITE   call 00007FF67A3A8AD0
2019-07-26T16:47:51Z libevent: win32_add: adding event for 1972
2019-07-26T16:47:51Z Loading addresses from DNS seeds (could take a while)
2019-07-26T16:47:51Z opencon thread start
2019-07-26T16:47:51Z addcon thread start
2019-07-26T16:47:51Z libevent: event_add: event: 000002A09B5D4C58 (fd 1972),  EV_WRITE   call 00007FF67A3A8AD0
2019-07-26T16:47:51Z init message: Done loading
2019-07-26T16:47:51Z msghand thread start
2019-07-26T16:47:51Z 0 addresses found from DNS seeds
2019-07-26T16:47:51Z dnsseed thread exit
2019-07-26T16:47:52Z trying connection testnet-seed.lavatech.org lastseen=0.0hrs
2019-07-26T16:47:52Z Added connection peer=0
2019-07-26T16:47:52Z sending version (101 bytes) peer=0
2019-07-26T16:47:52Z send version message: version 90016, blocks=0, us=[::]:0, peer=0
2019-07-26T16:47:52Z received: version (101 bytes) peer=0
2019-07-26T16:47:52Z sending verack (0 bytes) peer=0
2019-07-26T16:47:52Z sending getaddr (0 bytes) peer=0
2019-07-26T16:47:52Z receive version message: /Satoshi:0.1.3/: version 90016, blocks=204, us=121.237.190.163:45216, peer=0
2019-07-26T16:47:52Z added time data, samples 2, offset +0 (+0 minutes)
2019-07-26T16:47:52Z received: verack (0 bytes) peer=0
2019-07-26T16:47:52Z New outbound peer connected: version: 90016, blocks=204, peer=0
2019-07-26T16:47:52Z sending sendheaders (0 bytes) peer=0
2019-07-26T16:47:52Z sending sendcmpct (9 bytes) peer=0
2019-07-26T16:47:52Z sending sendcmpct (9 bytes) peer=0
2019-07-26T16:47:52Z sending ping (8 bytes) peer=0
2019-07-26T16:47:52Z sending feefilter (8 bytes) peer=0
2019-07-26T16:47:52Z received: sendheaders (0 bytes) peer=0
2019-07-26T16:47:52Z received: sendcmpct (9 bytes) peer=0
2019-07-26T16:47:52Z received: sendcmpct (9 bytes) peer=0
2019-07-26T16:47:52Z received: ping (8 bytes) peer=0
2019-07-26T16:47:52Z sending pong (8 bytes) peer=0
2019-07-26T16:47:52Z received: addr (31 bytes) peer=0
2019-07-26T16:47:52Z Added 1 addresses from 114.55.171.218: 0 tried, 1 new
2019-07-26T16:47:52Z disconnecting peer=0
2019-07-26T16:47:52Z Cleared nodestate for peer=0
2019-07-26T16:47:52Z libevent: win32_dispatch: select returned 1
2019-07-26T16:47:52Z libevent: event_active: 000002A09B5D4C58 (fd 1972), res 4, callback 00007FF67A3A8AD0
2019-07-26T16:47:52Z libevent: event_process_active: event: 000002A09B5D4C58,  EV_WRITE  call 00007FF67A3A8AD0
2019-07-26T16:47:52Z libevent: event_del: 000002A09B5D4C58 (fd 1972), callback 00007FF67A3A8AD0
2019-07-26T16:47:52Z libevent: win32_del: Removing event for 1972
2019-07-26T16:47:52Z libevent: event_del: 000002A09B5D4BE0 (fd 1972), callback 00007FF67A3A8490
2019-07-26T16:47:52Z libevent: win32_del: Removing event for 1972
2019-07-26T16:47:52Z tor: Error connecting to Tor control socket
2019-07-26T16:47:52Z tor: Not connected to Tor control port 127.0.0.1:9051, trying to reconnect
2019-07-26T16:47:52Z libevent: event_add: event: 000002A09B655BC0 (fd -1),    EV_TIMEOUT call 00007FF679FD7A90
2019-07-26T16:47:52Z libevent: event_add: event 000002A09B655BC0, timeout in 1 seconds 0 useconds, call 00007FF679FD7A90
2019-07-26T16:47:52Z libevent: event_callback_finalize_many_: 3 events finalizing
2019-07-26T16:47:52Z libevent: event_del: 000002A09B5D4BE0 (fd 1972), callback 00007FF67A3A8490
2019-07-26T16:47:52Z libevent: event_del: 000002A09B5D4C58 (fd 1972), callback 00007FF67A3A8AD0
2019-07-26T16:47:52Z libevent: event_process_active: event: 000002A09B5D4C58,  EV_WRITE  call 00007FF67A3A70B0
2019-07-26T16:47:52Z libevent: timeout_next: event: 000002A09B655BC0, in 1 seconds, 0 useconds
2019-07-26T16:47:52Z trying connection 114.55.171.218:16868 lastseen=0.0hrs
2019-07-26T16:47:52Z Added connection peer=1
2019-07-26T16:47:52Z sending version (101 bytes) peer=1
2019-07-26T16:47:52Z send version message: version 90016, blocks=0, us=[::]:0, peer=1
2019-07-26T16:47:52Z received: version (101 bytes) peer=1
2019-07-26T16:47:52Z sending verack (0 bytes) peer=1
2019-07-26T16:47:52Z sending getaddr (0 bytes) peer=1
2019-07-26T16:47:52Z Moving 114.55.171.218:16868 to tried
2019-07-26T16:47:52Z receive version message: /Satoshi:0.1.3/: version 90016, blocks=204, us=121.237.190.163:45218, peer=1
2019-07-26T16:47:52Z received: verack (0 bytes) peer=1
2019-07-26T16:47:52Z New outbound peer connected: version: 90016, blocks=204, peer=1
2019-07-26T16:47:52Z sending sendheaders (0 bytes) peer=1
2019-07-26T16:47:52Z sending sendcmpct (9 bytes) peer=1
2019-07-26T16:47:52Z sending sendcmpct (9 bytes) peer=1
2019-07-26T16:47:52Z sending ping (8 bytes) peer=1
2019-07-26T16:47:52Z initial getheaders (0) to peer=1 (startheight:204)
2019-07-26T16:47:52Z sending getheaders (69 bytes) peer=1
2019-07-26T16:47:52Z sending feefilter (8 bytes) peer=1
2019-07-26T16:47:52Z received: sendheaders (0 bytes) peer=1
2019-07-26T16:47:52Z received: sendcmpct (9 bytes) peer=1
2019-07-26T16:47:52Z received: sendcmpct (9 bytes) peer=1
2019-07-26T16:47:52Z received: ping (8 bytes) peer=1
2019-07-26T16:47:52Z sending pong (8 bytes) peer=1
2019-07-26T16:47:52Z received: addr (31 bytes) peer=1
2019-07-26T16:47:52Z received: getheaders (645 bytes) peer=1
2019-07-26T16:47:52Z Ignoring getheaders from peer=1 because node is in initial block download
2019-07-26T16:47:52Z received: feefilter (8 bytes) peer=1
2019-07-26T16:47:52Z received: feefilter of 0.00001000 BTC/kB from peer=1
2019-07-26T16:47:52Z received: pong (8 bytes) peer=1
2019-07-26T16:47:52Z received: headers (27949 bytes) peer=1
2019-07-26T16:47:54Z libevent: win32_dispatch: select returned 0
2019-07-26T16:47:54Z libevent: event_del: 000002A09B655BC0 (fd -1), callback 00007FF679FD7A90
2019-07-26T16:47:54Z libevent: timeout_process: event: 000002A09B655BC0, call 00007FF679FD7A90

could not create new block when received new block

Debug.log is as below

2019-10-10T02:02:12Z UpdateTip: new best=a14bbeb8e00223ced82f0f33585f5bea7ba020a8e9564058c0813eb63a4930a0 height=15282 version=0x20000000 log2_work=64.136037 tx=37157 date='2019-10-10T02:02:12Z' progress=0.000081 cache=0.6MiB(4618txo)
2019-10-10T02:02:14Z Update new deadline: 9788, now: 1570672934, target: 1570682720
2019-10-10T02:02:14Z Update new deadline: 2324, now: 1570672934, target: 1570675256
2019-10-10T02:02:32Z Update new deadline: 2153, now: 1570672952, target: 1570675085
2019-10-10T02:05:57Z DecodeAction not nil action: 0adc1cdd43cf62f7be30f9dabd066c498b45ee524de1e614b9cddd75d8143d6e
2019-10-10T02:05:57Z AcceptAction, tx:0adc1cdd43cf62f7be30f9dabd066c498b45ee524de1e614b9cddd75d8143d6e
2019-10-10T02:05:57Z bind action, from:6876480809240371456, to:6274028863544005120
2019-10-10T02:05:57Z UpdateTip: new best=be708e8120c002de8db6a382c7a74644d5a0fe0deeb09fe3f70c7e3c67ec6fea height=15283 version=0x20000000 log2_work=64.13606 tx=37159 date='2019-10-10T02:05:57Z' progress=0.000081 cache=0.6MiB(4619txo)
2019-10-10T02:05:58Z Update new deadline: 12995, now: 1570673158, target: 1570686152
2019-10-10T02:06:00Z Update new deadline: 8107, now: 1570673160, target: 1570681264
2019-10-10T02:06:04Z Update new deadline: 1950, now: 1570673164, target: 1570675107
2019-10-10T02:06:06Z Update new deadline: 1653, now: 1570673166, target: 1570674810
2019-10-10T02:06:10Z Update new deadline: 195, now: 1570673170, target: 1570673352
2019-10-10T02:06:38Z UpdateTip: new best=a14bbeb8e00223ced82f0f33585f5bea7ba020a8e9564058c0813eb63a4930a0 height=15282 version=0x20000000 log2_work=64.136037 tx=37157 date='2019-10-10T02:02:12Z' progress=0.000081 cache=0.6MiB(4621txo)
2019-10-10T02:06:38Z DecodeAction not nil action: 0adc1cdd43cf62f7be30f9dabd066c498b45ee524de1e614b9cddd75d8143d6e
2019-10-10T02:06:38Z AcceptAction, tx:0adc1cdd43cf62f7be30f9dabd066c498b45ee524de1e614b9cddd75d8143d6e
2019-10-10T02:06:38Z bind action, from:6876480809240371456, to:6274028863544005120
2019-10-10T02:06:38Z UpdateTip: new best=aebc7b391a53e5dcebf6a16442c8e7ffd0dbf1413fa64c6ea87119fbfea7c4b8 height=15283 version=0x20000000 log2_work=64.13606 tx=37160 date='2019-10-10T02:05:54Z' progress=0.000081 cache=0.6MiB(4624txo)

bad-txns-inputs-missingorspent when create a new block

Hi, there is an error when my lavad created a new block after the deadline was up:

2019-10-12T10:20:39Z UpdateTip: new best=3edded72a0f0590e51322ef099f19841c6093dc2acb8155c48376910c07f64a8 height=16109 version=0x20000000 log2_work=64.148842 tx=40456 date='2019-10-12T10:07:33Z' progress=0.000088 cache=0.5MiB(3477txo)
2019-10-12T10:20:39Z UpdateTip: new best=ecd49f3656ae01b29b20c134cc33a46b519296d3a7f33c0574243bcdda3266f3 height=16110 version=0x20000000 log2_work=64.148852 tx=40459 date='2019-10-12T10:20:08Z' progress=0.000088 cache=0.5MiB(3530txo)
2019-10-12T10:20:41Z Update new deadline: 51690, now: 1570875641, target: 1570927298
2019-10-12T10:20:41Z Update new deadline: 18253, now: 1570875641, target: 1570893861
2019-10-12T10:20:41Z Update new deadline: 3342, now: 1570875641, target: 1570878950
2019-10-12T10:20:47Z Update new deadline: 813, now: 1570875647, target: 1570876421
2019-10-12T10:21:06Z Update new deadline: 256, now: 1570875666, target: 1570875864
2019-10-12T10:24:24Z CPOCBlockAssember CreateNewBlock, plotid: 8343434995659376128 nonce:7249906519332005814 newheight:16111 deadline:32905846 utc:1570875864
2019-10-12T10:24:24Z CreateNewBlock(): block weight: 53858 txs: 31 fees: 51048 sigops 534
2019-10-12T10:24:24Z ERROR: ConnectBlock: Consensus::CheckTxInputs: 1ac00961624fe7b785cd5c2e78a30e49ccc9a85d553e11382a1ce99f70b86a7c, bad-txns-inputs-missingorspent, CheckTxInputs: inputs missing/spent (code 16)
2019-10-12T10:24:24Z 

************************
EXCEPTION: St13runtime_error       
CreateNewBlock: TestBlockValidity failed: bad-txns-inputs-missingorspent, CheckTxInputs: inputs missing/spent (code 16)       
Lava in scheduler       

2019-10-12T10:25:01Z 

Environment:
My system is ubuntu 16.04 64, and my lavad version is v0.3.1.

details:
when my deadline is over, the node mined a new block, then the error came up. the tx 1ac00961624fe7b785cd5c2e78a30e49ccc9a85d553e11382a1ce99f70b86a7c is a firestone release tx. and here is the code about this error:

bool Consensus::CheckTxInputs(const CTransaction& tx, CValidationState& state, const CCoinsViewCache& inputs, int nSpendHeight, CAmount& txfee)
{
    // are the actual inputs available?
    if (!inputs.HaveInputs(tx)) {
        return state.DoS(100, false, REJECT_INVALID, "bad-txns-inputs-missingorspent", false,
                         strprintf("%s: inputs missing/spent", __func__));
    }
  ......
}

That means the inputs had no this related tx, but why is that?
I found the tx's prevtx hash is 029bad8e44553c1c68c5187cd4df8fb23388bd16ce467976c101de12bbff3c38, the second output of which is used here by the error tx 1ac00961624fe7b785cd5c2e78a30e49ccc9a85d553e11382a1ce99f70b86a7c.
However, at that moment, this prev tx is seems not in the inputs cache.
Anyone can help?

Log file
error of tx bad.log

mingw cross-compilation failed

Build lava windows failed following the instruction https://github.com/lavaio/lava/blob/master/doc/build-windows.md#building-for-64-bit-windows

  CXX      libbitcoin_common_a-poc.o
In file included from /usr/lib/gcc/x86_64-w64-mingw32/7.3-posix/include/immintrin.h:41:0,
                 from /usr/lib/gcc/x86_64-w64-mingw32/7.3-posix/include/x86intrin.h:48,
                 from /usr/share/mingw-w64/include/winnt.h:1519,
                 from /usr/share/mingw-w64/include/minwindef.h:163,
                 from /usr/share/mingw-w64/include/windef.h:8,
                 from /usr/share/mingw-w64/include/windows.h:69,
                 from /usr/share/mingw-w64/include/winsock2.h:23,
                 from ./compat.h:25,
                 from ./util/system.h:18,
                 from ./dbwrapper.h:12,
                 from ./ticket.h:8,
                 from ./primitives/transaction.h:14,
                 from ./primitives/block.h:9,
                 from ./chain.h:11,
                 from poc.cpp:2:
/usr/lib/gcc/x86_64-w64-mingw32/7.3-posix/include/avxintrin.h: In function ‘std::vector<unsigned char> genNonceChunk(uint64_t, uint64_t)’:
/usr/lib/gcc/x86_64-w64-mingw32/7.3-posix/include/avxintrin.h:607:1: error: inlining failed in call to always_inline ‘void _mm256_zeroupper()’: target specific option mismatch
 _mm256_zeroupper (void)
 ^~~~~~~~~~~~~~~~
poc.cpp:15:47: note: called from here
 #define MMZEROUPPER()         _mm256_zeroupper()
                               ~~~~~~~~~~~~~~~~^~
poc.cpp:59:5: note: in expansion of macro ‘MMZEROUPPER’
     MMZEROUPPER();
     ^
In file included from /usr/lib/gcc/x86_64-w64-mingw32/7.3-posix/include/immintrin.h:41:0,
                 from /usr/lib/gcc/x86_64-w64-mingw32/7.3-posix/include/x86intrin.h:48,
                 from /usr/share/mingw-w64/include/winnt.h:1519,
                 from /usr/share/mingw-w64/include/minwindef.h:163,
                 from /usr/share/mingw-w64/include/windef.h:8,
                 from /usr/share/mingw-w64/include/windows.h:69,
                 from /usr/share/mingw-w64/include/winsock2.h:23,
                 from ./compat.h:25,
                 from ./util/system.h:18,
                 from ./dbwrapper.h:12,
                 from ./ticket.h:8,
                 from ./primitives/transaction.h:14,
                 from ./primitives/block.h:9,
                 from ./chain.h:11,
                 from poc.cpp:2:
/usr/lib/gcc/x86_64-w64-mingw32/7.3-posix/include/avxintrin.h:607:1: error: inlining failed in call to always_inline ‘void _mm256_zeroupper()’: target specific option mismatch
 _mm256_zeroupper (void)
 ^~~~~~~~~~~~~~~~
poc.cpp:15:47: note: called from here
 #define MMZEROUPPER()         _mm256_zeroupper()
                               ~~~~~~~~~~~~~~~~^~
poc.cpp:59:5: note: in expansion of macro ‘MMZEROUPPER’
     MMZEROUPPER();
     ^
Makefile:7079: recipe for target 'libbitcoin_common_a-poc.o' failed
make[2]: *** [libbitcoin_common_a-poc.o] Error 1
make[2]: Leaving directory '/home/fun/lava/src'
Makefile:12589: recipe for target 'all-recursive' failed
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory '/home/fun/lava/src'
Makefile:775: recipe for target 'all-recursive' failed
make: *** [all-recursive] Error 1

Linux wallet shutdown with SIGINT and restart sometimes cause a full rescan which is quite slow.

I stopped lavad instance from remote ssh by hitting Ctrl-C and restart the wallet, then it start to rescan.

Here is the log:

2019-10-23T08:19:09Z Lava Core version v0.3.3-81b2793 (release build)
2019-10-23T08:19:09Z Assuming ancestors of block 0000000000000000000f1c54590ee18d15ec70e68c8cd4cfbadb1b4f11697eee have valid signatures.
2019-10-23T08:19:09Z Setting nMinimumCumulativeDiff=000000000000000000000000000000000000000000000001000000004b000000
2019-10-23T08:19:09Z Using the 'sse4(1way),sse41(4way),avx2(8way)' SHA256 implementation
2019-10-23T08:19:09Z Using RdSeed as additional entropy source
2019-10-23T08:19:09Z Using RdRand as an additional entropy source
2019-10-23T08:19:09Z Default data directory /root/.Lava
2019-10-23T08:19:09Z Using data directory /srv/lavawallet/datas/miner
2019-10-23T08:19:09Z Config file: /srv/lavawallet/datas/miner/Lava.conf (not found, skipping)
2019-10-23T08:19:09Z Using at most 125 automatic connections (65535 file descriptors available)
2019-10-23T08:19:09Z Using 16 MiB out of 32/2 requested for signature cache, able to store 524288 elements
2019-10-23T08:19:09Z Using 16 MiB out of 32/2 requested for script execution cache, able to store 524288 elements
2019-10-23T08:19:09Z Using 2 threads for script verification
2019-10-23T08:19:09Z scheduler thread start
2019-10-23T08:19:09Z HTTP: creating work queue of depth 256
2019-10-23T08:19:09Z Config options rpcuser and rpcpassword will soon be deprecated. Locally-run instances may remove rpcuser to use cookie-based auth, or may be replaced with rpcauth. Please see share/rpcauth for rpcauth auth generation.
2019-10-23T08:19:09Z HTTP: starting 64 worker threads
2019-10-23T08:19:09Z Using wallet directory /srv/lavawallet/wallets/miner
2019-10-23T08:19:09Z init message: Verifying wallet(s)...
2019-10-23T08:19:09Z Using BerkeleyDB version Berkeley DB 4.8.30: (April  9, 2010)
2019-10-23T08:19:09Z Using wallet /srv/lavawallet/wallets/miner/miner.wallet.dat
2019-10-23T08:19:09Z BerkeleyEnvironment::Open: LogDir=/srv/lavawallet/wallets/miner/miner.wallet.dat/database ErrorFile=/srv/lavawallet/wallets/miner/miner.wallet.dat/db.log
2019-10-23T08:19:09Z init message: Loading banlist...
2019-10-23T08:19:09Z Cache configuration:
2019-10-23T08:19:09Z * Using 2.0 MiB for block index database
2019-10-23T08:19:09Z * Using 56.0 MiB for transaction index database
2019-10-23T08:19:09Z * Using 8.0 MiB for chain state database
2019-10-23T08:19:09Z * Using 384.0 MiB for in-memory UTXO set (plus up to 286.1 MiB of unused mempool space)
2019-10-23T08:19:09Z Opening LevelDB in /srv/lavawallet/datas/miner/action/relation
2019-10-23T08:19:09Z Opened LevelDB successfully
2019-10-23T08:19:09Z Using obfuscation key for /srv/lavawallet/datas/miner/action/relation: 0000000000000000
2019-10-23T08:19:09Z Opening LevelDB in /srv/lavawallet/datas/miner/ticket
2019-10-23T08:19:09Z Opened LevelDB successfully
2019-10-23T08:19:09Z Using obfuscation key for /srv/lavawallet/datas/miner/ticket: 0000000000000000
2019-10-23T08:19:09Z init message: Loading block index...
2019-10-23T08:19:09Z Opening LevelDB in /srv/lavawallet/datas/miner/blocks/index
2019-10-23T08:19:09Z Opened LevelDB successfully
2019-10-23T08:19:09Z Using obfuscation key for /srv/lavawallet/datas/miner/blocks/index: 0000000000000000
2019-10-23T08:19:09Z LoadBlockIndexDB: last block file = 0
2019-10-23T08:19:09Z LoadBlockIndexDB: last block file info: CBlockFileInfo(blocks=20030, size=28191582, heights=0...20017, time=2019-08-28...2019-10-23)
2019-10-23T08:19:09Z Checking all blk files are present...
2019-10-23T08:19:09Z Opening LevelDB in /srv/lavawallet/datas/miner/chainstate
2019-10-23T08:19:09Z Opened LevelDB successfully
2019-10-23T08:19:09Z Using obfuscation key for /srv/lavawallet/datas/miner/chainstate: b2ce001732d52499
2019-10-23T08:19:09Z Loaded best chain: hashBestChain=4a1f3cff4376631bba0943423b179ee85cdd37c1f8e523d45f8d578e09d13e90 height=20017 date=2019-10-23T08:10:31Z progress=0.000121
2019-10-23T08:19:09Z LoadTicketView: Load FireStones from block database...
2019-10-23T08:19:09Z LoadRelationView: Load Relations from block database...
2019-10-23T08:19:09Z bind action, from:451770866429370, to:6274028863544005120
2019-10-23T08:19:09Z bind action, from:18436499089245262337, to:6274028863544005120
2019-10-23T08:19:09Z bind action, from:4946891302999160579, to:6274028863544005120
2019-10-23T08:19:09Z bind action, from:4280849109894401, to:6274028863544005120
2019-10-23T08:19:09Z bind action, from:1918435987274827, to:6274028863544005120
2019-10-23T08:19:09Z bind action, from:10931035124121232640, to:6274028863544005120
2019-10-23T08:19:09Z bind action, from:11933570131093423105, to:6274028863544005120
2019-10-23T08:19:09Z bind action, from:17812877070232971349, to:6274028863544005120
2019-10-23T08:19:09Z bind action, from:10332713642905772288, to:6274028863544005120
2019-10-23T08:19:09Z bind action, from:15934664792611423745, to:6274028863544005120
2019-10-23T08:19:09Z bind action, from:4986701528373370624, to:6274028863544005120
2019-10-23T08:19:09Z bind action, from:16828677516794035456, to:6274028863544005120
2019-10-23T08:19:09Z bind action, from:12349187652643950337, to:6274028863544005120
2019-10-23T08:19:09Z bind action, from:16046334669117624580, to:6274028863544005120
2019-10-23T08:19:09Z bind action, from:13740953919682275840, to:6274028863544005120
2019-10-23T08:19:09Z unbind action, from:18436499089245262337
2019-10-23T08:19:09Z bind action, from:6949550361810510487, to:6274028863544005120
2019-10-23T08:19:09Z bind action, from:18436499089245262337, to:6274028863544005120
2019-10-23T08:19:09Z bind action, from:630734408088062525, to:7201823410916868098
2019-10-23T08:19:09Z bind action, from:11338708708780015031, to:7201823410916868098
2019-10-23T08:19:09Z bind action, from:13940681995595624681, to:7201823410916868098
2019-10-23T08:19:09Z bind action, from:6677939701850401513, to:7201823410916868098
2019-10-23T08:19:09Z bind action, from:11338708708780015031, to:7201823410916868098
2019-10-23T08:19:09Z bind action, from:15963235300606988288, to:7201823410916868098
2019-10-23T08:19:09Z bind action, from:2303693404346134790, to:6274028863544005120
2019-10-23T08:19:09Z bind action, from:714759737236436997, to:6274028863544005120
2019-10-23T08:19:09Z bind action, from:5562440669435760896, to:7201823410916868098
2019-10-23T08:19:09Z bind action, from:1001763870546934272, to:6274028863544005120
2019-10-23T08:19:09Z bind action, from:12987743893989348353, to:7201823410916868098
2019-10-23T08:19:09Z bind action, from:9213214903844625419, to:6274028863544005120
2019-10-23T08:19:09Z bind action, from:8227824633920640769, to:7201823410916868098
2019-10-23T08:19:09Z bind action, from:11208238588313612553, to:7201823410916868098
2019-10-23T08:19:09Z bind action, from:8809070096416609536, to:7201823410916868098
2019-10-23T08:19:09Z bind action, from:15947085829814713345, to:7201823410916868098
2019-10-23T08:19:09Z bind action, from:18436499089245262337, to:7201823410916868098
2019-10-23T08:19:09Z bind action, from:18357150311083366401, to:7201823410916868098
2019-10-23T08:19:09Z bind action, from:10640441504566557441, to:7201823410916868098
2019-10-23T08:19:09Z bind action, from:14021570984190380037, to:6274028863544005120
2019-10-23T08:19:09Z bind action, from:2392501492137847, to:7201823410916868098
2019-10-23T08:19:09Z bind action, from:8196703678908307968, to:7201823410916868098
2019-10-23T08:19:09Z bind action, from:3370194393312938752, to:7201823410916868098
2019-10-23T08:19:09Z bind action, from:4986701528373370624, to:7201823410916868098
2019-10-23T08:19:09Z bind action, from:4986701528373370624, to:7201823410916868098
2019-10-23T08:19:09Z bind action, from:14711584799164309787, to:7201823410916868098
2019-10-23T08:19:09Z bind action, from:9613621667021473280, to:6274028863544005120
2019-10-23T08:19:09Z bind action, from:5231808536393421056, to:7201823410916868098
2019-10-23T08:19:09Z unbind action, from:14021570984190380037
2019-10-23T08:19:09Z bind action, from:12056498682292286464, to:7201823410916868098
2019-10-23T08:19:09Z bind action, from:10266281992578265857, to:6274028863544005120
2019-10-23T08:19:09Z bind action, from:9373693794395936259, to:6274028863544005120
2019-10-23T08:19:09Z bind action, from:16034225123297412353, to:7201823410916868098
2019-10-23T08:19:09Z bind action, from:18281535420327355648, to:6274028863544005120
2019-10-23T08:19:09Z bind action, from:12841815942277064965, to:7201823410916868098
2019-10-23T08:19:09Z bind action, from:17198236084242158338, to:7201823410916868098
2019-10-23T08:19:09Z bind action, from:17188675687722500872, to:7201823410916868098
2019-10-23T08:19:09Z bind action, from:5000372442728199426, to:6274028863544005120
2019-10-23T08:19:09Z bind action, from:6949550361810510487, to:7201823410916868098
2019-10-23T08:19:09Z bind action, from:18001370300359867905, to:6274028863544005120
2019-10-23T08:19:09Z bind action, from:19186867815264166, to:6274028863544005120
2019-10-23T08:19:09Z bind action, from:16304021356798415873, to:7201823410916868098
2019-10-23T08:19:09Z bind action, from:16304021356798415873, to:7201823410916868098
2019-10-23T08:19:09Z bind action, from:16387297076824999690, to:7201823410916868098
2019-10-23T08:19:09Z bind action, from:12861341749597464833, to:7201823410916868098
2019-10-23T08:19:09Z bind action, from:15643560430931174913, to:6274028863544005120
2019-10-23T08:19:09Z bind action, from:10266281992578265857, to:7201823410916868098
2019-10-23T08:19:09Z bind action, from:6296836850046118657, to:7201823410916868098
2019-10-23T08:19:09Z bind action, from:10695369029369405442, to:7201823410916868098
2019-10-23T08:19:09Z bind action, from:5140279698433763073, to:7201823410916868098
2019-10-23T08:19:09Z bind action, from:18436499089245262337, to:18436499089245262337
2019-10-23T08:19:09Z bind action, from:4258364332924038658, to:7201823410916868098
2019-10-23T08:19:09Z bind action, from:18436499089245262337, to:7201823410916868098
2019-10-23T08:19:09Z unbind action, from:18436499089245262337
2019-10-23T08:19:09Z bind action, from:13763238848451869184, to:7201823410916868098
2019-10-23T08:19:09Z bind action, from:7923149768530667777, to:7201823410916868098
2019-10-23T08:19:09Z bind action, from:12527879572068515584, to:7201823410916868098
2019-10-23T08:19:09Z bind action, from:5597681565452476928, to:7201823410916868098
2019-10-23T08:19:09Z bind action, from:11253648842507627015, to:6274028863544005120
2019-10-23T08:19:09Z bind action, from:11933088727168037888, to:7201823410916868098
2019-10-23T08:19:09Z bind action, from:9544182943747570944, to:7201823410916868098
2019-10-23T08:19:09Z bind action, from:16840931584756452194, to:7201823410916868098
2019-10-23T08:19:09Z bind action, from:17892570083792622336, to:7201823410916868098
2019-10-23T08:19:09Z bind action, from:3981335368758043848, to:7201823410916868098
2019-10-23T08:19:09Z bind action, from:13503883236191440384, to:7201823410916868098
2019-10-23T08:19:09Z bind action, from:9435739936456259585, to:7201823410916868098
2019-10-23T08:19:09Z bind action, from:19050257011606762, to:6274028863544005120
2019-10-23T08:19:09Z bind action, from:13844413349044292864, to:7201823410916868098
2019-10-23T08:19:09Z bind action, from:17265881323067889664, to:7201823410916868098
2019-10-23T08:19:09Z bind action, from:6824711991740574208, to:7201823410916868098
2019-10-23T08:19:09Z bind action, from:17573550363162426368, to:7201823410916868098
2019-10-23T08:19:09Z bind action, from:17573550363162426368, to:7201823410916868098
2019-10-23T08:19:09Z bind action, from:6824711991740574208, to:6274028863544005120
2019-10-23T08:19:09Z bind action, from:18436499089245262337, to:7201823410916868098
2019-10-23T08:19:09Z bind action, from:5090529561282493700, to:6274028863544005120
2019-10-23T08:19:09Z bind action, from:13776029924091073281, to:7201823410916868098
2019-10-23T08:19:09Z bind action, from:12759571331378255892, to:6274028863544005120
2019-10-23T08:19:09Z bind action, from:15934664792611423745, to:7201823410916868098
2019-10-23T08:19:09Z bind action, from:11933570131093423105, to:7201823410916868098
2019-10-23T08:19:09Z bind action, from:14021570984190380037, to:7201823410916868098
2019-10-23T08:19:09Z bind action, from:10940528523202173184, to:6274028863544005120
2019-10-23T08:19:09Z bind action, from:15106918996686982148, to:7201823410916868098
2019-10-23T08:19:09Z bind action, from:17812877070232971349, to:7201823410916868098
2019-10-23T08:19:09Z bind action, from:1607842701746238978, to:7201823410916868098
2019-10-23T08:19:09Z bind action, from:4328404022963749889, to:7201823410916868098
2019-10-23T08:19:09Z bind action, from:9333318847942726400, to:6274028863544005120
2019-10-23T08:19:09Z bind action, from:10332713642905772288, to:7201823410916868098
2019-10-23T08:19:09Z bind action, from:13728418414857187584, to:7201823410916868098
2019-10-23T08:19:09Z bind action, from:3874186128562507011, to:6274028863544005120
2019-10-23T08:19:09Z bind action, from:18436499089245262337, to:6274028863544005120
2019-10-23T08:19:09Z bind action, from:12677140324118565376, to:6274028863544005120
2019-10-23T08:19:09Z bind action, from:10931035124121232640, to:7201823410916868098
2019-10-23T08:19:09Z bind action, from:2972203373630304256, to:6274028863544005120
2019-10-23T08:19:09Z bind action, from:10931035124121232640, to:6274028863544005120
2019-10-23T08:19:09Z unbind action, from:9613621667021473280
2019-10-23T08:19:09Z bind action, from:9613621667021473280, to:7201823410916868098
2019-10-23T08:19:09Z bind action, from:9373693794395936259, to:7201823410916868098
2019-10-23T08:19:09Z bind action, from:10332713642905772288, to:6274028863544005120
2019-10-23T08:19:09Z bind action, from:14831264470075876097, to:7201823410916868098
2019-10-23T08:19:09Z bind action, from:16785902445714654208, to:16785902445714654208
2019-10-23T08:19:09Z bind action, from:17812877070232971349, to:6274028863544005120
2019-10-23T08:19:09Z bind action, from:8306109334119545089, to:7201823410916868098
2019-10-23T08:19:09Z bind action, from:13503883236191440384, to:7201823410916868098
2019-10-23T08:19:09Z bind action, from:722645522585805057, to:6274028863544005120
2019-10-23T08:19:09Z unbind action, from:1001763870546934272
2019-10-23T08:19:09Z bind action, from:12841815942277064965, to:6274028863544005120
2019-10-23T08:19:09Z bind action, from:16840931584756452194, to:6274028863544005120
2019-10-23T08:19:09Z bind action, from:16387297076824999690, to:6274028863544005120
2019-10-23T08:19:09Z bind action, from:17524950803391935746, to:6274028863544005120
2019-10-23T08:19:09Z bind action, from:4564695208605663744, to:7201823410916868098
2019-10-23T08:19:09Z bind action, from:9612870791166587393, to:10711835242585237858
2019-10-23T08:19:09Z bind action, from:1001763870546934272, to:6274028863544005120
2019-10-23T08:19:09Z bind action, from:2219529328478130688, to:7201823410916868098
2019-10-23T08:19:09Z bind action, from:12677140324118565376, to:7201823410916868098
2019-10-23T08:19:09Z bind action, from:17267415642060837892, to:7201823410916868098
2019-10-23T08:19:09Z bind action, from:18202023421945150720, to:7201823410916868098
2019-10-23T08:19:09Z bind action, from:12743400026885264131, to:6274028863544005120
2019-10-23T08:19:09Z bind action, from:8839491314198787075, to:6274028863544005120
2019-10-23T08:19:09Z bind action, from:3134976045216528640, to:7201823410916868098
2019-10-23T08:19:09Z bind action, from:10629650865800877837, to:7201823410916868098
2019-10-23T08:19:09Z bind action, from:714759737236436997, to:7201823410916868098
2019-10-23T08:19:09Z bind action, from:4640397412688285442, to:6274028863544005120
2019-10-23T08:19:09Z unbind action, from:17198236084242158338
2019-10-23T08:19:09Z bind action, from:7737361402685963264, to:7201823410916868098
2019-10-23T08:19:09Z bind action, from:11933570131093423105, to:6274028863544005120
2019-10-23T08:19:09Z bind action, from:16051271725998494465, to:7201823410916868098
2019-10-23T08:19:09Z unbind action, from:3874186128562507011
2019-10-23T08:19:09Z bind action, from:3874186128562507011, to:7201823410916868098
2019-10-23T08:19:09Z bind action, from:17198236084242158338, to:7201823410916868098
2019-10-23T08:19:09Z unbind action, from:17198236084242158338
2019-10-23T08:19:09Z bind action, from:10707694091663855616, to:6274028863544005120
2019-10-23T08:19:09Z bind action, from:11208238588313612553, to:6274028863544005120
2019-10-23T08:19:09Z bind action, from:9373693794395936259, to:6274028863544005120
2019-10-23T08:19:09Z bind action, from:11208238588313612553, to:7201823410916868098
2019-10-23T08:19:09Z bind action, from:17198236084242158338, to:7201823410916868098
2019-10-23T08:19:09Z bind action, from:17198236084242158338, to:7201823410916868098
2019-10-23T08:19:09Z bind action, from:8809070096416609536, to:6274028863544005120
2019-10-23T08:19:09Z bind action, from:14943592162304876289, to:7201823410916868098
2019-10-23T08:19:09Z bind action, from:13224773464545085955, to:6274028863544005120
2019-10-23T08:19:09Z bind action, from:17368491095132551424, to:7201823410916868098
2019-10-23T08:19:09Z bind action, from:5587683087837287, to:6274028863544005120
2019-10-23T08:19:09Z bind action, from:630734408088062525, to:6274028863544005120
2019-10-23T08:19:09Z bind action, from:4986701528373370624, to:6274028863544005120
2019-10-23T08:19:09Z bind action, from:10644188562873085504, to:7201823410916868098
2019-10-23T08:19:09Z bind action, from:11208238588313612553, to:6274028863544005120
2019-10-23T08:19:09Z bind action, from:7923149768530667777, to:6274028863544005120
2019-10-23T08:19:09Z bind action, from:9612870791166587393, to:7201823410916868098
2019-10-23T08:19:09Z bind action, from:1199950549081426176, to:12656153976496796416
2019-10-23T08:19:09Z bind action, from:12656153976496796416, to:6575222222282629121
2019-10-23T08:19:09Z bind action, from:6575222222282629121, to:1199950549081426176
2019-10-23T08:19:09Z bind action, from:13844413349044292864, to:6274028863544005120
2019-10-23T08:19:09Z bind action, from:13844413349044292864, to:6274028863544005120
2019-10-23T08:19:09Z bind action, from:17404835868085476868, to:6274028863544005120
2019-10-23T08:19:09Z bind action, from:2457181322010754563, to:7201823410916868098
2019-10-23T08:19:09Z bind action, from:4986701528373370624, to:7201823410916868098
2019-10-23T08:19:09Z bind action, from:13844413349044292864, to:7201823410916868098
2019-10-23T08:19:09Z bind action, from:18436499089245262337, to:7201823410916868098
2019-10-23T08:19:09Z bind action, from:15981522451289679617, to:6274028863544005120
2019-10-23T08:19:09Z bind action, from:11933570131093423105, to:7201823410916868098
2019-10-23T08:19:09Z bind action, from:7934846034217115306, to:6274028863544005120
2019-10-23T08:19:09Z bind action, from:7923149768530667777, to:7923149768530667777
2019-10-23T08:19:09Z bind action, from:3874186128562507011, to:6274028863544005120
2019-10-23T08:19:09Z bind action, from:13224773464545085955, to:2297015360799192832
2019-10-23T08:19:09Z bind action, from:4946891302999160579, to:2297015360799192832
2019-10-23T08:19:09Z bind action, from:5090529561282493700, to:2297015360799192832
2019-10-23T08:19:09Z bind action, from:18436499089245262337, to:2297015360799192832
2019-10-23T08:19:09Z bind action, from:10940528523202173184, to:2297015360799192832
2019-10-23T08:19:09Z bind action, from:7923149768530667777, to:2297015360799192832
2019-10-23T08:19:09Z bind action, from:5476210309047297, to:6274028863544005120
2019-10-23T08:19:09Z bind action, from:31628032542912513, to:6274028863544005120
2019-10-23T08:19:09Z bind action, from:4969680308984305, to:6274028863544005120
2019-10-23T08:19:09Z bind action, from:1710845963931985921, to:7201823410916868098
2019-10-23T08:19:09Z bind action, from:16840123862851041280, to:6274028863544005120
2019-10-23T08:19:09Z bind action, from:8809070096416609536, to:7201823410916868098
2019-10-23T08:19:09Z bind action, from:18436499089245262337, to:7201823410916868098
2019-10-23T08:19:09Z bind action, from:18281535420327355648, to:2297015360799192832
2019-10-23T08:19:09Z bind action, from:11933570131093423105, to:6274028863544005120
2019-10-23T08:19:09Z bind action, from:8343434995659376128, to:7201823410916868098
2019-10-23T08:19:09Z unbind action, from:12349187652643950337
2019-10-23T08:19:09Z bind action, from:12349187652643950337, to:2297015360799192832
2019-10-23T08:19:09Z bind action, from:14179937736734772992, to:6274028863544005120
2019-10-23T08:19:09Z unbind action, from:1001763870546934272
2019-10-23T08:19:09Z bind action, from:16304021356798415873, to:2297015360799192832
2019-10-23T08:19:09Z bind action, from:6824711991740574208, to:2297015360799192832
2019-10-23T08:19:09Z bind action, from:10931035124121232640, to:7201823410916868098
2019-10-23T08:19:09Z bind action, from:10931035124121232640, to:7201823410916868098
2019-10-23T08:19:09Z bind action, from:13224773464545085955, to:13224773464545085955
2019-10-23T08:19:09Z bind action, from:17812877070232971349, to:6274028863544005120
2019-10-23T08:19:09Z bind action, from:10931035124121232640, to:6274028863544005120
2019-10-23T08:19:09Z bind action, from:17653877649243699968, to:7201823410916868098
2019-10-23T08:19:09Z unbind action, from:17812877070232971349
2019-10-23T08:19:09Z bind action, from:13224773464545085955, to:2297015360799192832
2019-10-23T08:19:09Z bind action, from:10940528523202173184, to:10940528523202173184
2019-10-23T08:19:09Z bind action, from:16828677516794035456, to:7201823410916868098
2019-10-23T08:19:09Z bind action, from:12841815942277064965, to:7201823410916868098
2019-10-23T08:19:09Z bind action, from:10940528523202173184, to:7201823410916868098
2019-10-23T08:19:09Z bind action, from:10940528523202173184, to:10940528523202173184
2019-10-23T08:19:09Z bind action, from:10940528523202173184, to:2297015360799192832
2019-10-23T08:19:09Z bind action, from:6824711991740574208, to:6824711991740574208
2019-10-23T08:19:09Z unbind action, from:12349187652643950337
2019-10-23T08:19:09Z bind action, from:5205874115762023170, to:2297015360799192832
2019-10-23T08:19:09Z bind action, from:11325252728147497473, to:6274028863544005120
2019-10-23T08:19:09Z bind action, from:2996792366857685808, to:7201823410916868098
2019-10-23T08:19:09Z bind action, from:9439218032198238464, to:6274028863544005120
2019-10-23T08:19:09Z bind action, from:4027973194199920, to:6274028863544005120
2019-10-23T08:19:09Z bind action, from:18281535420327355648, to:17617220459360683931
2019-10-23T08:19:09Z bind action, from:1001763870546934272, to:2297015360799192832
2019-10-23T08:19:09Z bind action, from:31628032542912513, to:2297015360799192832
2019-10-23T08:19:09Z bind action, from:6824711991740574208, to:6274028863544005120
2019-10-23T08:19:09Z bind action, from:16304021356798415873, to:6274028863544005120
2019-10-23T08:19:09Z bind action, from:7694061705122630656, to:7201823410916868098
2019-10-23T08:19:09Z bind action, from:5821554811552795136, to:7201823410916868098
2019-10-23T08:19:09Z bind action, from:18281535420327355648, to:2297015360799192832
2019-10-23T08:19:09Z bind action, from:62707890459624822, to:2297015360799192832
2019-10-23T08:19:09Z bind action, from:18436499089245262337, to:6274028863544005120
2019-10-23T08:19:09Z bind action, from:2535812377211314688, to:6274028863544005120
2019-10-23T08:19:09Z bind action, from:6363560059980089344, to:7201823410916868098
2019-10-23T08:19:09Z bind action, from:17812877070232971349, to:6274028863544005120
2019-10-23T08:19:09Z bind action, from:1204301356988849157, to:7201823410916868098
2019-10-23T08:19:09Z bind action, from:3259156731756074240, to:7201823410916868098
2019-10-23T08:19:09Z bind action, from:16408096347526418176, to:6274028863544005120
2019-10-23T08:19:09Z bind action, from:13843903794974597889, to:6274028863544005120
2019-10-23T08:19:09Z bind action, from:15867063391929637377, to:6274028863544005120
2019-10-23T08:19:09Z bind action, from:6876480809240371456, to:6274028863544005120
2019-10-23T08:19:09Z bind action, from:4597402029929078785, to:6274028863544005120
2019-10-23T08:19:09Z bind action, from:7923149768530667777, to:7923149768530667777
2019-10-23T08:19:09Z bind action, from:5205874115762023170, to:5205874115762023170
2019-10-23T08:19:09Z bind action, from:5205874115762023170, to:2297015360799192832
2019-10-23T08:19:09Z bind action, from:13776029924091073281, to:6274028863544005120
2019-10-23T08:19:09Z bind action, from:59223967308633860, to:2297015360799192832
2019-10-23T08:19:09Z bind action, from:11527442523097600, to:2297015360799192832
2019-10-23T08:19:09Z bind action, from:13776029924091073281, to:6274028863544005120
2019-10-23T08:19:09Z bind action, from:31628032542912513, to:6274028863544005120
2019-10-23T08:19:09Z bind action, from:13404106282833517568, to:6274028863544005120
2019-10-23T08:19:09Z bind action, from:15845768154409231873, to:7201823410916868098
2019-10-23T08:19:09Z bind action, from:12356419593347013888, to:7201823410916868098
2019-10-23T08:19:09Z bind action, from:5205874115762023170, to:5205874115762023170
2019-10-23T08:19:09Z bind action, from:6692833993070655232, to:2297015360799192832
2019-10-23T08:19:09Z bind action, from:7923149768530667777, to:2297015360799192832
2019-10-23T08:19:09Z bind action, from:4946891302999160579, to:6274028863544005120
2019-10-23T08:19:09Z unbind action, from:12356419593347013888
2019-10-23T08:19:09Z bind action, from:985050075897261056, to:2297015360799192832
2019-10-23T08:19:09Z bind action, from:13446903434732777472, to:6274028863544005120
2019-10-23T08:19:09Z bind action, from:4969680308984305, to:7201823410916868098
2019-10-23T08:19:09Z bind action, from:4946891302999160579, to:2297015360799192832
2019-10-23T08:19:09Z bind action, from:14943090763475374080, to:7201823410916868098
2019-10-23T08:19:09Z bind action, from:16868401525888665088, to:7201823410916868098
2019-10-23T08:19:09Z bind action, from:5587683087837287, to:2297015360799192832
2019-10-23T08:19:09Z bind action, from:12356419593347013888, to:7201823410916868098
2019-10-23T08:19:09Z bind action, from:16461270909599512320, to:6274028863544005120
2019-10-23T08:19:09Z bind action, from:4946891302999160579, to:6274028863544005120
2019-10-23T08:19:09Z bind action, from:314383345366380293, to:7201823410916868098
2019-10-23T08:19:09Z bind action, from:5205874115762023170, to:6274028863544005120
2019-10-23T08:19:09Z bind action, from:11527442523097600, to:6274028863544005120
2019-10-23T08:19:09Z bind action, from:11936131841724254208, to:6274028863544005120
2019-10-23T08:19:09Z bind action, from:4010446474900054016, to:7201823410916868098
2019-10-23T08:19:09Z bind action, from:10502783314209423875, to:7201823410916868098
2019-10-23T08:19:09Z bind action, from:12082922357197296385, to:7201823410916868098
2019-10-23T08:19:09Z bind action, from:6296836850046118657, to:7201823410916868098
2019-10-23T08:19:09Z bind action, from:59223967308633860, to:6274028863544005120
2019-10-23T08:19:09Z bind action, from:5205874115762023170, to:5205874115762023170
2019-10-23T08:19:09Z bind action, from:14669834394737120769, to:6274028863544005120
2019-10-23T08:19:09Z bind action, from:15466622659958680320, to:2297015360799192832
2019-10-23T08:19:09Z bind action, from:10711954811986334464, to:7201823410916868098
2019-10-23T08:19:09Z bind action, from:7438728240464179713, to:7201823410916868098
2019-10-23T08:19:09Z bind action, from:13404106282833517568, to:2297015360799192832
2019-10-23T08:19:09Z unbind action, from:7438728240464179713
2019-10-23T08:19:09Z bind action, from:14021570984190380037, to:6274028863544005120
2019-10-23T08:19:09Z bind action, from:7438728240464179713, to:7201823410916868098
2019-10-23T08:19:09Z bind action, from:4426018425243978240, to:6274028863544005120
2019-10-23T08:19:09Z bind action, from:13404106282833517568, to:6274028863544005120
2019-10-23T08:19:09Z bind action, from:1337404599731982592, to:7201823410916868098
2019-10-23T08:19:09Z bind action, from:6824711991740574208, to:2297015360799192832
2019-10-23T08:19:09Z bind action, from:6418431222875452202, to:6274028863544005120
2019-10-23T08:19:09Z bind action, from:6296836850046118657, to:6274028863544005120
2019-10-23T08:19:09Z bind action, from:18875234402034958, to:6274028863544005120
2019-10-23T08:19:09Z bind action, from:18875234402034958, to:2297015360799192832
2019-10-23T08:19:09Z bind action, from:255690939321818880, to:7201823410916868098
2019-10-23T08:19:09Z bind action, from:6296836850046118657, to:7201823410916868098
2019-10-23T08:19:09Z bind action, from:5205874115762023170, to:2297015360799192832
2019-10-23T08:19:09Z bind action, from:13650310097113334784, to:7201823410916868098
2019-10-23T08:19:09Z bind action, from:10994932733616307715, to:7201823410916868098
2019-10-23T08:19:09Z bind action, from:13404106282833517568, to:2297015360799192832
2019-10-23T08:19:09Z bind action, from:6175532558257943, to:6274028863544005120
2019-10-23T08:19:09Z bind action, from:14224211625860327937, to:7201823410916868098
2019-10-23T08:19:09Z bind action, from:1001763870546934272, to:6274028863544005120
2019-10-23T08:19:09Z bind action, from:9748076563376074753, to:6274028863544005120
2019-10-23T08:19:09Z bind action, from:16304021356798415873, to:2297015360799192832
2019-10-23T08:19:09Z bind action, from:19674794827304665, to:6274028863544005120
2019-10-23T08:19:09Z bind action, from:11927975101004790969, to:7201823410916868098
2019-10-23T08:19:09Z bind action, from:18875234402034958, to:6274028863544005120
2019-10-23T08:19:09Z bind action, from:16461270909599512320, to:6274028863544005120
2019-10-23T08:19:09Z bind action, from:4698814911536857344, to:6274028863544005120
2019-10-23T08:19:09Z bind action, from:14033734628700375297, to:6274028863544005120
2019-10-23T08:19:09Z bind action, from:10081610796770887169, to:7201823410916868098
2019-10-23T08:19:09Z bind action, from:3874186128562507011, to:7201823410916868098
2019-10-23T08:19:09Z bind action, from:12984822796545306114, to:7201823410916868098
2019-10-23T08:19:09Z bind action, from:11527442523097600, to:2297015360799192832
2019-10-23T08:19:09Z bind action, from:10194006574819383554, to:6274028863544005120
2019-10-23T08:19:09Z bind action, from:18875234402034958, to:2297015360799192832
2019-10-23T08:19:09Z bind action, from:10969524052324236034, to:7201823410916868098
2019-10-23T08:19:09Z bind action, from:5205874115762023170, to:6274028863544005120
2019-10-23T08:19:09Z bind action, from:12677166314794070528, to:6274028863544005120
2019-10-23T08:19:09Z bind action, from:54393568748208385, to:6274028863544005120
2019-10-23T08:19:09Z bind action, from:3170886719690022402, to:6274028863544005120
2019-10-23T08:19:09Z bind action, from:6876480809240371456, to:2297015360799192832
2019-10-23T08:19:09Z bind action, from:18875234402034958, to:6274028863544005120
2019-10-23T08:19:09Z bind action, from:11527442523097600, to:6274028863544005120
2019-10-23T08:19:09Z bind action, from:17968046623748864, to:6274028863544005120
2019-10-23T08:19:09Z bind action, from:8021260243099591168, to:6274028863544005120
2019-10-23T08:19:09Z bind action, from:5476210309047297, to:7201823410916868098
2019-10-23T08:19:09Z bind action, from:14021570984190380037, to:7201823410916868098
2019-10-23T08:19:09Z bind action, from:5476210309047297, to:6274028863544005120
2019-10-23T08:19:09Z bind action, from:11262285101187084033, to:7201823410916868098
2019-10-23T08:19:09Z bind action, from:11933570131093423105, to:6274028863544005120
2019-10-23T08:19:09Z bind action, from:11933570131093423105, to:6274028863544005120
2019-10-23T08:19:09Z bind action, from:11933570131093423105, to:6274028863544005120
2019-10-23T08:19:09Z bind action, from:11933570131093423105, to:6274028863544005120
2019-10-23T08:19:09Z bind action, from:10451103297387960320, to:7201823410916868098
2019-10-23T08:19:09Z bind action, from:14476294053138680066, to:2297015360799192832
2019-10-23T08:19:09Z bind action, from:4934708023541606102, to:7201823410916868098
2019-10-23T08:19:09Z bind action, from:4934708023541606102, to:7201823410916868098
2019-10-23T08:19:09Z bind action, from:4038953166447459745, to:7201823410916868098
2019-10-23T08:19:09Z bind action, from:11917835128065661186, to:6274028863544005120
2019-10-23T08:19:09Z bind action, from:8512775237565573376, to:6274028863544005120
2019-10-23T08:19:09Z bind action, from:13446903434732777472, to:6274028863544005120
2019-10-23T08:19:09Z bind action, from:15512334338663565824, to:6274028863544005120
2019-10-23T08:19:09Z bind action, from:8512775237565573376, to:6274028863544005120
2019-10-23T08:19:09Z bind action, from:2841366170579819779, to:6274028863544005120
2019-10-23T08:19:09Z bind action, from:13404106282833517568, to:6274028863544005120
2019-10-23T08:19:09Z bind action, from:6965139283505625088, to:6274028863544005120
2019-10-23T08:19:09Z bind action, from:28293879605572352, to:12349187652643950337
2019-10-23T08:19:09Z bind action, from:3331962881292834820, to:6274028863544005120
2019-10-23T08:19:09Z unbind action, from:15512334338663565824
2019-10-23T08:19:09Z bind action, from:9483410607898880, to:6274028863544005120
2019-10-23T08:19:09Z bind action, from:12984822796545306114, to:6274028863544005120
2019-10-23T08:19:09Z bind action, from:12439024356484267008, to:7201823410916868098
2019-10-23T08:19:09Z bind action, from:12711791559973037825, to:7201823410916868098
2019-10-23T08:19:09Z bind action, from:10988998449989312000, to:7201823410916868098
2019-10-23T08:19:09Z bind action, from:5138823572230743554, to:6274028863544005120
2019-10-23T08:19:09Z bind action, from:12198326530471426048, to:7201823410916868098
2019-10-23T08:19:09Z bind action, from:60759519719180288, to:6274028863544005120
2019-10-23T08:19:09Z bind action, from:13355418729041640448, to:7201823410916868098
2019-10-23T08:19:09Z bind action, from:2440684305254051329, to:7201823410916868098
2019-10-23T08:19:09Z bind action, from:8652740375974821123, to:7201823410916868098
2019-10-23T08:19:09Z bind action, from:9432137145569476352, to:7201823410916868098
2019-10-23T08:19:09Z unbind action, from:66938348123322369
2019-10-23T08:19:09Z bind action, from:1107213081370264064, to:7201823410916868098
2019-10-23T08:19:09Z bind action, from:66938348123322369, to:6274028863544005120
2019-10-23T08:19:09Z bind action, from:11469981409985105152, to:7201823410916868098
2019-10-23T08:19:09Z bind action, from:38015127018237919, to:38015127018237919
2019-10-23T08:19:09Z bind action, from:16634066328945392641, to:6274028863544005120
2019-10-23T08:19:09Z bind action, from:70761201433559552, to:6274028863544005120
2019-10-23T08:19:09Z unbind action, from:38015127018237919
2019-10-23T08:19:09Z bind action, from:15894913236333193216, to:6274028863544005120
2019-10-23T08:19:09Z bind action, from:727123580283333376, to:6274028863544005120
2019-10-23T08:19:09Z bind action, from:11965681908617156608, to:7201823410916868098
2019-10-23T08:19:09Z bind action, from:16304021356798415873, to:6274028863544005120
2019-10-23T08:19:09Z bind action, from:350267292506748417, to:7201823410916868098
2019-10-23T08:19:09Z bind action, from:10635967652513285633, to:7201823410916868098
2019-10-23T08:19:09Z unbind action, from:7630889048389812736
2019-10-23T08:19:09Z bind action, from:49362134482368769, to:7201823410916868098
2019-10-23T08:19:09Z bind action, from:7630889048389812736, to:6274028863544005120
2019-10-23T08:19:09Z bind action, from:12193744017154117421, to:7201823410916868098
2019-10-23T08:19:09Z bind action, from:9295613783870820608, to:6274028863544005120
2019-10-23T08:19:09Z bind action, from:4597402029929078785, to:2297015360799192832
2019-10-23T08:19:09Z bind action, from:6876480809240371456, to:6274028863544005120
2019-10-23T08:19:09Z bind action, from:4986701528373370624, to:6274028863544005120
2019-10-23T08:19:09Z bind action, from:12841815942277064965, to:6274028863544005120
2019-10-23T08:19:09Z bind action, from:8517585874841647872, to:7201823410916868098
2019-10-23T08:19:09Z bind action, from:3134976045216528640, to:6274028863544005120
2019-10-23T08:19:09Z bind action, from:10303719834324501, to:6274028863544005120
2019-10-23T08:19:09Z bind action, from:70761201433559552, to:2297015360799192832
2019-10-23T08:19:09Z bind action, from:7964209589537366528, to:6274028863544005120
2019-10-23T08:19:09Z bind action, from:7003964837166430468, to:6274028863544005120
2019-10-23T08:19:09Z bind action, from:3134976045216528640, to:7201823410916868098
2019-10-23T08:19:09Z bind action, from:6175532558257943, to:2297015360799192832
2019-10-23T08:19:09Z bind action, from:3323078569714278145, to:6274028863544005120
2019-10-23T08:19:09Z bind action, from:23624104243705524, to:6274028863544005120
2019-10-23T08:19:09Z bind action, from:13042088366537523, to:2297015360799192832
2019-10-23T08:19:09Z bind action, from:14476294053138680066, to:6274028863544005120
2019-10-23T08:19:09Z bind action, from:10351595766182659329, to:7201823410916868098
2019-10-23T08:19:09Z bind action, from:12841815942277064965, to:7201823410916868098
2019-10-23T08:19:09Z bind action, from:12841815942277064965, to:7201823410916868098
2019-10-23T08:19:09Z bind action, from:6824711991740574208, to:6274028863544005120
2019-10-23T08:19:09Z bind action, from:10940528523202173184, to:2297015360799192832
2019-10-23T08:19:09Z bind action, from:10940528523202173184, to:2297015360799192832
2019-10-23T08:19:09Z bind action, from:10940528523202173184, to:2297015360799192832
2019-10-23T08:19:09Z bind action, from:10940528523202173184, to:2297015360799192832
2019-10-23T08:19:09Z bind action, from:10940528523202173184, to:2297015360799192832
2019-10-23T08:19:09Z bind action, from:10940528523202173184, to:2297015360799192832
2019-10-23T08:19:09Z bind action, from:10940528523202173184, to:2297015360799192832
2019-10-23T08:19:09Z bind action, from:10940528523202173184, to:2297015360799192832
2019-10-23T08:19:09Z bind action, from:10940528523202173184, to:2297015360799192832
2019-10-23T08:19:09Z bind action, from:6995221289811210496, to:6274028863544005120
2019-10-23T08:19:09Z bind action, from:4759100420838765568, to:6274028863544005120
2019-10-23T08:19:09Z bind action, from:16387297076824999690, to:7201823410916868098
2019-10-23T08:19:09Z bind action, from:551764938583227682, to:7201823410916868098
2019-10-23T08:19:09Z bind action, from:16227870659761635585, to:6274028863544005120
2019-10-23T08:19:09Z bind action, from:42428144437744640, to:6274028863544005120
2019-10-23T08:19:09Z bind action, from:11971905228765592320, to:6274028863544005120
2019-10-23T08:19:09Z bind action, from:59556728367548388, to:6274028863544005120
2019-10-23T08:19:09Z bind action, from:1548871448706423808, to:6274028863544005120
2019-10-23T08:19:09Z bind action, from:6175532558257943, to:2297015360799192832
2019-10-23T08:19:09Z bind action, from:3323078569714278145, to:7201823410916868098
2019-10-23T08:19:09Z bind action, from:28332398849522157, to:6274028863544005120
2019-10-23T08:19:09Z bind action, from:570203338460600576, to:7201823410916868098
2019-10-23T08:19:09Z bind action, from:24388949755075189, to:6274028863544005120
2019-10-23T08:19:09Z bind action, from:1189132312697654018, to:6274028863544005120
2019-10-23T08:19:09Z bind action, from:4395231924291842048, to:6274028863544005120
2019-10-23T08:19:09Z bind action, from:16025687232375869697, to:6274028863544005120
2019-10-23T08:19:09Z bind action, from:5321321710058630914, to:7201823410916868098
2019-10-23T08:19:09Z bind action, from:50189930340627005, to:6274028863544005120
2019-10-23T08:19:09Z bind action, from:7003964837166430468, to:13661956578639685120
2019-10-23T08:19:09Z bind action, from:6427026583803570953, to:7201823410916868098
2019-10-23T08:19:09Z bind action, from:4780304694163906, to:6274028863544005120
2019-10-23T08:19:09Z bind action, from:9882779168044422401, to:6274028863544005120
2019-10-23T08:19:09Z bind action, from:4597402029929078785, to:6274028863544005120
2019-10-23T08:19:09Z bind action, from:8820305240783218689, to:7201823410916868098
2019-10-23T08:19:09Z bind action, from:1603630205002903, to:2297015360799192832
2019-10-23T08:19:09Z bind action, from:15925213661531007, to:2297015360799192832
2019-10-23T08:19:09Z bind action, from:5034833533449111296, to:7201823410916868098
2019-10-23T08:19:09Z bind action, from:620441337690065920, to:7201823410916868098
2019-10-23T08:19:09Z bind action, from:14376107417840644, to:6274028863544005120
2019-10-23T08:19:09Z bind action, from:12848836718879590146, to:13661956578639685120
2019-10-23T08:19:09Z bind action, from:8281123133882390272, to:6274028863544005120
2019-10-23T08:19:09Z bind action, from:6175532558257943, to:6274028863544005120
2019-10-23T08:19:09Z bind action, from:28332398849522157, to:2297015360799192832
2019-10-23T08:19:09Z unbind action, from:11208238588313612553
2019-10-23T08:19:09Z bind action, from:2798223219110482688, to:7201823410916868098
2019-10-23T08:19:09Z bind action, from:12573663497624293378, to:13661956578639685120
2019-10-23T08:19:09Z bind action, from:4604537041439375618, to:13661956578639685120
2019-10-23T08:19:09Z bind action, from:15072712651591700224, to:13661956578639685120
2019-10-23T08:19:09Z bind action, from:8965197334569559491, to:6274028863544005120
2019-10-23T08:19:09Z bind action, from:18249272325577170944, to:6274028863544005120
2019-10-23T08:19:09Z bind action, from:4589786727785854293, to:6274028863544005120
2019-10-23T08:19:09Z bind action, from:7603530101564516612, to:7201823410916868098
2019-10-23T08:19:09Z bind action, from:15202834921523299328, to:6274028863544005120
2019-10-23T08:19:09Z bind action, from:37271133837603019, to:6274028863544005120
2019-10-23T08:19:09Z bind action, from:272716912668537090, to:13661956578639685120
2019-10-23T08:19:09Z bind action, from:11208238588313612553, to:6274028863544005120
2019-10-23T08:19:09Z bind action, from:12139161799361623555, to:13661956578639685120
2019-10-23T08:19:09Z bind action, from:21876440891440301, to:6274028863544005120
2019-10-23T08:19:09Z bind action, from:15624275937902572032, to:7201823410916868098
2019-10-23T08:19:09Z bind action, from:11659109598527179009, to:6274028863544005120
2019-10-23T08:19:09Z bind action, from:13305246515263728384, to:7201823410916868098
2019-10-23T08:19:09Z bind action, from:3323078569714278145, to:13661956578639685120
2019-10-23T08:19:09Z bind action, from:69291521936099136, to:13661956578639685120
2019-10-23T08:19:09Z bind action, from:55175040520185605, to:7201823410916868098
2019-10-23T08:19:09Z bind action, from:22318140368418878, to:6274028863544005120
2019-10-23T08:19:09Z bind action, from:6669516666297206272, to:6274028863544005120
2019-10-23T08:19:09Z bind action, from:1984785632498373120, to:6274028863544005120
2019-10-23T08:19:09Z bind action, from:14021570984190380037, to:6274028863544005120
2019-10-23T08:19:09Z bind action, from:13224773464545085955, to:6274028863544005120
2019-10-23T08:19:09Z bind action, from:8922916591822257067, to:7201823410916868098
2019-10-23T08:19:09Z bind action, from:4814229486629343058, to:6274028863544005120
2019-10-23T08:19:09Z bind action, from:5930725194899395072, to:7201823410916868098
2019-10-23T08:19:09Z bind action, from:17023786578764300, to:13661956578639685120
2019-10-23T08:19:09Z bind action, from:10451103297387960320, to:6274028863544005120
2019-10-23T08:19:09Z bind action, from:4327067288978130177, to:13661956578639685120
2019-10-23T08:19:09Z bind action, from:3419400992004450560, to:13661956578639685120
2019-10-23T08:19:09Z bind action, from:16595674158474943216, to:5036659858888618323
2019-10-23T08:19:09Z bind action, from:97933667272673488, to:13661956578639685120
2019-10-23T08:19:09Z bind action, from:4336144949087665409, to:7201823410916868098
2019-10-23T08:19:09Z bind action, from:266006776292449, to:7201823410916868098
2019-10-23T08:19:09Z bind action, from:59976505683924737, to:6274028863544005120
2019-10-23T08:19:09Z bind action, from:12476128639647437056, to:6274028863544005120
2019-10-23T08:19:09Z bind action, from:12139161799361623555, to:6274028863544005120
2019-10-23T08:19:09Z bind action, from:82517399095238746, to:7201823410916868098
2019-10-23T08:19:09Z bind action, from:13707616730936088836, to:6274028863544005120
2019-10-23T08:19:09Z bind action, from:17856717260591960584, to:7201823410916868098
2019-10-23T08:19:09Z bind action, from:3108322466216411392, to:6274028863544005120
2019-10-23T08:19:09Z bind action, from:14822519026653278466, to:6274028863544005120
2019-10-23T08:19:09Z bind action, from:14245957380956067739, to:13661956578639685120
2019-10-23T08:19:09Z bind action, from:265422712145408, to:7201823410916868098
2019-10-23T08:19:09Z bind action, from:10725173944100240, to:6274028863544005120
2019-10-23T08:19:09Z bind action, from:4477532092527320833, to:13661956578639685120
2019-10-23T08:19:09Z bind action, from:94371115439905478, to:6274028863544005120
2019-10-23T08:19:09Z bind action, from:11004849162074808320, to:6274028863544005120
2019-10-23T08:19:09Z bind action, from:24811742169889572, to:7201823410916868098
2019-10-23T08:19:09Z bind action, from:2798223219110482688, to:6274028863544005120
2019-10-23T08:19:09Z bind action, from:856068871916519, to:13661956578639685120
2019-10-23T08:19:09Z bind action, from:5259209995762621527, to:7201823410916868098
2019-10-23T08:19:09Z init message: Rewinding blocks...
2019-10-23T08:19:09Z init message: Verifying blocks...
2019-10-23T08:19:09Z Verifying last 6 blocks at level 3
2019-10-23T08:19:09Z [0%]...[16%]...[33%]...[50%]...[66%]...[83%]...[99%]...[DONE].
2019-10-23T08:19:10Z No coin database inconsistencies in last 6 blocks (17 transactions)
2019-10-23T08:19:10Z  block index            1427ms
2019-10-23T08:19:10Z ERROR: CBlockPolicyEstimator::Read(): up-version (149900) fee estimate file
2019-10-23T08:19:10Z Opening LevelDB in /srv/lavawallet/datas/miner/indexes/txindex
2019-10-23T08:19:10Z Opened LevelDB successfully
2019-10-23T08:19:10Z Using obfuscation key for /srv/lavawallet/datas/miner/indexes/txindex: 0000000000000000
2019-10-23T08:19:10Z init message: Loading wallet...
2019-10-23T08:19:10Z txindex thread start
2019-10-23T08:19:10Z Syncing txindex with block chain from height 19956
2019-10-23T08:19:10Z BerkeleyEnvironment::Open: LogDir=/srv/lavawallet/wallets/miner/miner.wallet.dat/database ErrorFile=/srv/lavawallet/wallets/miner/miner.wallet.dat/db.log
2019-10-23T08:19:10Z [miner.wallet.dat] nFileVersion = 303
2019-10-23T08:19:10Z [miner.wallet.dat] Keys: 202 plaintext, 0 encrypted, 202 w/ metadata, 202 total. Unknown wallet records: 0
2019-10-23T08:19:10Z [miner.wallet.dat] Wallet completed loading in              29ms
2019-10-23T08:19:10Z init message: Rescanning...
2019-10-23T08:19:10Z [miner.wallet.dat] Rescanning last 20017 blocks (from block 0)...
2019-10-23T08:19:10Z [miner.wallet.dat] Rescan started from block dfc8e3d348da67cf64fef22c927e593860465ada0546fa1719556958b95c7cf6...
2019-10-23T08:20:10Z [miner.wallet.dat] Still rescanning. At block 797. Progress=0.000002
2019-10-23T08:21:10Z [miner.wallet.dat] Still rescanning. At block 1602. Progress=0.000004
2019-10-23T08:22:10Z [miner.wallet.dat] Still rescanning. At block 2401. Progress=0.000007
2019-10-23T08:23:10Z [miner.wallet.dat] Still rescanning. At block 3208. Progress=0.000009
2019-10-23T08:24:10Z [miner.wallet.dat] Still rescanning. At block 4018. Progress=0.000012
2019-10-23T08:25:10Z [miner.wallet.dat] Still rescanning. At block 4821. Progress=0.000016

Windows full node wallet GUI version won't response to rpc.

  1. Create a short cut link of the program
  2. Change cmd in properties to lava.exe -server -rpcallowip=192.168.0.0/24 -rpcbind="0.0.0.0:5002" -rpcuser=USERNAME -rpcpassword=PASSWORD
  3. Start the short cut.
  4. Connect using rpc protocol.
  5. Connection Timeout, TCP links hang forever.

The GUI is working properly, all blocks is synced.

Transaction include more on-chain actions.

Supporting more types and actions in Transaction including the GUI wallet filter and in gettransaction API would make wallet integration much easier.

  1. Firestone purchase/Release.
  2. Bind/Unbind (on both side)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.