Post
Topic
Board Announcements (Altcoins)
Re: BYTEBALL: Totally new consensus algorithm + private untraceable payments
by
ByteFan
on 26/06/2017, 18:10:04 UTC
I've got 0.1 MBs sent to my address (UNADMSFFDDS5TW6PTPIQLQL7JIF7WQDZ) more than 30 mins ago but I still don't see them in the balance (even pending) of my headless node.

In log.txt I spotted
Code:
Mon Jun 26 2017 11:01:49 GMT+0000: RECEIVED ["justsaying",{"subject":"joint","body":{"unit":{"version":"1.0","alt":"1","messages":[{"app":"payment","payload_location":"inline","payload_hash":"A4PVgndQPexkgsd5EVxw9d9sahuG8AxyWhBqM5HcEx8=","payload":{"outputs":[{"address":"UNADMSFFDDS5TW6PTPIQLQL7JIF7WQDZ","amount":100000},{"address":"YOONISCTYV7T7U2PQO7W6MCUVVDEPXGQ","amount":417188}],"inputs":[{"unit":"A8Q7ia2TfNqvlweOKfGF9o2y1Q25WsOMol0BA6t+uXY=","message_index":0,"output_index":1}]}}],"authors":[{"address":"RDNBMAG2Y6NRI7P7VKNOLBM3WAW4MPY4","authentifiers":{"r":"vCib16wH2XIPUZHDXycUqVSruycXTHELOajbiWer1C072xB8CDXyQuc5P116l+T7EKDS8jqzA0O3lD/P1hi0Pw=="},"definition":["sig",{"pubkey":"AsQTkOjTgEee1IWS4GkYldciQ1Wdtf8E5i3IaJGzuav5"}]}],"parent_units":["I/9IuvrS91KIaOvfrVG3FgH2aADbzCqdrPxvuNxtXBU="],"last_ball":"ZtkB5sCM1++czUFI03JCQS36zg/CZzKGer7VY/btzO4=","last_ball_unit":"iDlEp7vD537kj3RsiYlPawfoRuB1vy+Ayf6eLCrwOfo=","witness_list_unit":"oj8yEksX9Ubq7lLc+p6F2uyHUuynugeVq4+ikT67X6E=","headers_commission":391,"payload_commission":197,"unit":"dFOPFD1+18FXmLwWWdX5bB7mdqfI7YnZX0DEHtVKmJ8=","timestamp":1498474908}}}] from wss://byteball.wang/bb

My SQLite folder is only 190 MiB.

My convo with the node via RPC:
Code:
{"jsonrpc":"2.0", "id":1, "method":"getinfo", "params":{} }
{"jsonrpc":"2.0","result":{"last_mci":1720,"last_stable_mci":1704,"count_unhandled":138},"id":1}

{"jsonrpc":"2.0", "id":1, "method":"getnewaddress", "params":{} }
{"jsonrpc":"2.0","result":"U6BJJRNVZ3PCWE4T6OKKJ2MMSKIK2WL3","id":1}

{"jsonrpc":"2.0", "id":1, "method":"getnewaddress", "params":{} }
{"jsonrpc":"2.0","result":"2XZQTUHWEE65VL4I4VX6WUMJNUCBXQUE","id":1}

{"jsonrpc":"2.0", "id":1, "method":"getnewaddress", "params":{} }
{"jsonrpc":"2.0","result":"UNADMSFFDDS5TW6PTPIQLQL7JIF7WQDZ","id":1}

{"jsonrpc":"2.0", "id":1, "method":"getbalance", "params":{} }
{"jsonrpc":"2.0","result":{"base":{"stable":0,"pending":0}},"id":1}

// After the transaction was sent

{"jsonrpc":"2.0", "id":1, "method":"listtransactions", "params":[] }
{"jsonrpc":"2.0","result":[],"id":1}

{"jsonrpc":"2.0", "id":1, "method":"getbalance", "params":["UNADMSFFDDS5TW6PTPIQLQL7JIF7WQDZ"] }
{"jsonrpc":"2.0","result":{"base":{"stable":0,"pending":0}},"id":1}

{"jsonrpc":"2.0", "id":1, "method":"getbalance", "params":{} }
{"jsonrpc":"2.0","result":{"base":{"stable":0,"pending":0}},"id":1}

Should I wait for my node to completely sync? How large is the DB now? What is average time for a complete sync?

Check if your wallet fully synched (look at your wallet main chain index). If no expect the bytes to arrive when your wallet has finished synching process (may take days).