Skip to content

Instantly share code, notes, and snippets.

@jtremback
Created January 26, 2018 00:56
Show Gist options
  • Save jtremback/30b0d58dc7b17067a0fe7b861a993f8f to your computer and use it in GitHub Desktop.
Save jtremback/30b0d58dc7b17067a0fe7b861a993f8f to your computer and use it in GitHub Desktop.
2018-01-26 00:14:16 TRACE [tunnel_manager] They replied HTTP/1.0 200 OK
Server: tiny-http (Rust)
Date: Fri, 26 Jan 2018 00:14:16 GMT
Content-Type: text/plain; charset=utf8
Content-Length: 117
{"ip_address":"2001::3","eth_address":"0xb794f5ea0ba39494ce839613fffba74279579268","mac_address":"12-34-56-78-90-ab"}
2018-01-26 00:14:16 TRACE [tunnel_manager] Saying hello to: "http://[fe80::4c9e:d1ff:fe0d:8c9b%br-2-1]:4876/hello"
2018-01-26 00:14:16 TRACE [althea_kernel_interface] Got index: 2
2018-01-26 00:14:16 TRACE [tunnel_manager] They replied HTTP/1.0 200 OK
Server: tiny-http (Rust)
Date: Fri, 26 Jan 2018 00:14:16 GMT
Content-Type: text/plain; charset=utf8
Content-Length: 117
{"ip_address":"2001::1","eth_address":"0xb794f5ea0ba39494ce839613fffba74279579268","mac_address":"12-34-56-78-90-ab"}
2018-01-26 00:14:16 INFO [rita] got neighbors: [Identity { ip_address: V6(2001::3), eth_address: EthAddress 0xb794f5ea0ba39494ce839613fffba74279579268, mac_address: MacAddress("fe:e8:e5:bc:f0:9f") }, Identity { ip_address: V6(2001::1), eth_address: EthAddress 0xb794f5ea0ba39494ce839613fffba74279579268, mac_address: MacAddress("4e:9e:d1:0d:8c:9b") }]
2018-01-26 00:14:16 TRACE [traffic_watcher] Getting routes
2018-01-26 00:14:16 TRACE [babel_monitor] Got from babel dump: local price 10
add interface br-2-1 up true ipv6 fe80::9c61:4dff:fedd:a542
add interface br-2-3 up true ipv6 fe80::dc41:21ff:fe17:d1d
add neighbour 1883540 address fe80::fce8:e5ff:febc:f09f if br-2-3 reach fff8 rxcost 256 txcost 256 cost 256
add neighbour 18834c0 address fe80::4c9e:d1ff:fe0d:8c9b if br-2-1 reach fffc rxcost 256 txcost 256 cost 256
add xroute 2001::2/128-::/0 prefix 2001::2/128 from ::/0 metric 0
add route 1883650 prefix 2001::1/128 from ::/0 installed yes id c8:4e:b8:9b:76:ba:81:5f metric 256 price 15 refmetric 0 rtt 0.000 via fe80::4c9e:d1ff:fe0d:8c9b if br-2-1
add route 1883750 prefix 2001::3/128 from ::/0 installed yes id 64:d0:22:e5:d9:c5:93:a6 metric 256 price 11 refmetric 0 rtt 0.000 via fe80::fce8:e5ff:febc:f09f if br-2-3
ok
2018-01-26 00:14:16 TRACE [babel_monitor] Parsing 'add route' entry: add route 1883650 prefix 2001::1/128 from ::/0 installed yes id c8:4e:b8:9b:76:ba:81:5f metric 256 price 15 refmetric 0 rtt 0.000 via fe80::4c9e:d1ff:fe0d:8c9b if br-2-1
2018-01-26 00:14:16 TRACE [babel_monitor] Parsing 'add route' entry: add route 1883750 prefix 2001::3/128 from ::/0 installed yes id 64:d0:22:e5:d9:c5:93:a6 metric 256 price 11 refmetric 0 rtt 0.000 via fe80::fce8:e5ff:febc:f09f if br-2-3
2018-01-26 00:14:16 INFO [traffic_watcher] Got routes: [Route { id: "1883650", iface: "br-2-1", xroute: false, installed: true, neigh_ip: V6(fe80::4c9e:d1ff:fe0d:8c9b), prefix: V6(Ipv6Network { network_address: 2001::1, netmask: 128 }), metric: 256, refmetric: 0, price: 15 }, Route { id: "1883750", iface: "br-2-3", xroute: false, installed: true, neigh_ip: V6(fe80::fce8:e5ff:febc:f09f), prefix: V6(Ipv6Network { network_address: 2001::3, netmask: 128 }), metric: 256, refmetric: 0, price: 11 }]
2018-01-26 00:14:17 TRACE [althea_kernel_interface] Command ebtables ["-D", "INPUT", "-s", "fe:e8:e5:bc:f0:9f", "-p", "IPV6", "--ip6-dst", "2001::1", "-j", "CONTINUE"] returned: Output { status: ExitStatus(ExitStatus(0)), stdout: "", stderr: "" }
2018-01-26 00:14:17 TRACE [althea_kernel_interface] Command ebtables ["-D", "INPUT", "-s", "fe:e8:e5:bc:f0:9f", "-p", "IPV6", "--ip6-dst", "2001::1", "-j", "CONTINUE"] returned: Output { status: ExitStatus(ExitStatus(65280)), stdout: "", stderr: "Sorry, rule does not exist.\n" }
2018-01-26 00:14:17 TRACE [althea_kernel_interface] An error was returned
2018-01-26 00:14:17 TRACE [althea_kernel_interface] Command ebtables ["-A", "INPUT", "-s", "fe:e8:e5:bc:f0:9f", "-p", "IPV6", "--ip6-dst", "2001::1", "-j", "CONTINUE"] returned: Output { status: ExitStatus(ExitStatus(0)), stdout: "", stderr: "" }
2018-01-26 00:14:17 TRACE [althea_kernel_interface] Command ebtables ["-D", "OUTPUT", "-p", "IPV6", "--ip6-dst", "2001::1", "-j", "CONTINUE"] returned: Output { status: ExitStatus(ExitStatus(0)), stdout: "", stderr: "" }
2018-01-26 00:14:17 TRACE [althea_kernel_interface] Command ebtables ["-D", "OUTPUT", "-p", "IPV6", "--ip6-dst", "2001::1", "-j", "CONTINUE"] returned: Output { status: ExitStatus(ExitStatus(65280)), stdout: "", stderr: "Sorry, rule does not exist.\n" }
2018-01-26 00:14:17 TRACE [althea_kernel_interface] An error was returned
2018-01-26 00:14:17 TRACE [althea_kernel_interface] Command ebtables ["-A", "OUTPUT", "-p", "IPV6", "--ip6-dst", "2001::1", "-j", "CONTINUE"] returned: Output { status: ExitStatus(ExitStatus(0)), stdout: "", stderr: "" }
2018-01-26 00:14:17 TRACE [althea_kernel_interface] Command ebtables ["-D", "INPUT", "-s", "4e:9e:d1:0d:8c:9b", "-p", "IPV6", "--ip6-dst", "2001::1", "-j", "CONTINUE"] returned: Output { status: ExitStatus(ExitStatus(0)), stdout: "", stderr: "" }
2018-01-26 00:14:17 TRACE [althea_kernel_interface] Command ebtables ["-D", "INPUT", "-s", "4e:9e:d1:0d:8c:9b", "-p", "IPV6", "--ip6-dst", "2001::1", "-j", "CONTINUE"] returned: Output { status: ExitStatus(ExitStatus(65280)), stdout: "", stderr: "Sorry, rule does not exist.\n" }
2018-01-26 00:14:17 TRACE [althea_kernel_interface] An error was returned
2018-01-26 00:14:17 TRACE [payment_controller] current balance: Int256 -108600
2018-01-26 00:14:17 TRACE [payment_controller] sending payment of Uint256 79640 to V6(2001::1): PaymentTx { to: Identity { ip_address: V6(2001::1), eth_address: EthAddress 0xb794f5ea0ba39494ce839613fffba74279579268, mac_address: MacAddress("4e:9e:d1:0d:8c:9b") }, from: Identity { ip_address: V6(2001::2), eth_address: EthAddress 0xb794f5ea0ba39494ce839613fffba74279579268, mac_address: MacAddress("12:34:56:78:90:ab") }, amount: Uint256 79640 }
2018-01-26 00:14:17 TRACE [payment_controller] current balance: Int256 -188240
2018-01-26 00:14:17 TRACE [althea_kernel_interface] Command ebtables ["-A", "INPUT", "-s", "4e:9e:d1:0d:8c:9b", "-p", "IPV6", "--ip6-dst", "2001::1", "-j", "CONTINUE"] returned: Output { status: ExitStatus(ExitStatus(0)), stdout: "", stderr: "" }
2018-01-26 00:14:17 TRACE [althea_kernel_interface] Command ebtables ["-D", "OUTPUT", "-p", "IPV6", "--ip6-dst", "2001::1", "-j", "CONTINUE"] returned: Output { status: ExitStatus(ExitStatus(0)), stdout: "", stderr: "" }
2018-01-26 00:14:17 TRACE [althea_kernel_interface] Command ebtables ["-D", "OUTPUT", "-p", "IPV6", "--ip6-dst", "2001::1", "-j", "CONTINUE"] returned: Output { status: ExitStatus(ExitStatus(65280)), stdout: "", stderr: "Sorry, rule does not exist.\n" }
2018-01-26 00:14:17 TRACE [althea_kernel_interface] An error was returned
2018-01-26 00:14:17 TRACE [althea_kernel_interface] Command ebtables ["-A", "OUTPUT", "-p", "IPV6", "--ip6-dst", "2001::1", "-j", "CONTINUE"] returned: Output { status: ExitStatus(ExitStatus(0)), stdout: "", stderr: "" }
2018-01-26 00:14:17 TRACE [althea_kernel_interface] Command ebtables ["-D", "INPUT", "-s", "fe:e8:e5:bc:f0:9f", "-p", "IPV6", "--ip6-dst", "2001::3", "-j", "CONTINUE"] returned: Output { status: ExitStatus(ExitStatus(0)), stdout: "", stderr: "" }
2018-01-26 00:14:17 TRACE [althea_kernel_interface] Command ebtables ["-D", "INPUT", "-s", "fe:e8:e5:bc:f0:9f", "-p", "IPV6", "--ip6-dst", "2001::3", "-j", "CONTINUE"] returned: Output { status: ExitStatus(ExitStatus(65280)), stdout: "", stderr: "Sorry, rule does not exist.\n" }
2018-01-26 00:14:17 TRACE [althea_kernel_interface] An error was returned
2018-01-26 00:14:17 TRACE [althea_kernel_interface] Command ebtables ["-A", "INPUT", "-s", "fe:e8:e5:bc:f0:9f", "-p", "IPV6", "--ip6-dst", "2001::3", "-j", "CONTINUE"] returned: Output { status: ExitStatus(ExitStatus(0)), stdout: "", stderr: "" }
2018-01-26 00:14:17 TRACE [althea_kernel_interface] Command ebtables ["-D", "OUTPUT", "-p", "IPV6", "--ip6-dst", "2001::3", "-j", "CONTINUE"] returned: Output { status: ExitStatus(ExitStatus(0)), stdout: "", stderr: "" }
2018-01-26 00:14:17 TRACE [althea_kernel_interface] Command ebtables ["-D", "OUTPUT", "-p", "IPV6", "--ip6-dst", "2001::3", "-j", "CONTINUE"] returned: Output { status: ExitStatus(ExitStatus(65280)), stdout: "", stderr: "Sorry, rule does not exist.\n" }
2018-01-26 00:14:17 TRACE [althea_kernel_interface] An error was returned
2018-01-26 00:14:17 TRACE [althea_kernel_interface] Command ebtables ["-A", "OUTPUT", "-p", "IPV6", "--ip6-dst", "2001::3", "-j", "CONTINUE"] returned: Output { status: ExitStatus(ExitStatus(0)), stdout: "", stderr: "" }
2018-01-26 00:14:17 TRACE [althea_kernel_interface] Command ebtables ["-D", "INPUT", "-s", "4e:9e:d1:0d:8c:9b", "-p", "IPV6", "--ip6-dst", "2001::3", "-j", "CONTINUE"] returned: Output { status: ExitStatus(ExitStatus(0)), stdout: "", stderr: "" }
2018-01-26 00:14:17 TRACE [althea_kernel_interface] Command ebtables ["-D", "INPUT", "-s", "4e:9e:d1:0d:8c:9b", "-p", "IPV6", "--ip6-dst", "2001::3", "-j", "CONTINUE"] returned: Output { status: ExitStatus(ExitStatus(65280)), stdout: "", stderr: "Sorry, rule does not exist.\n" }
2018-01-26 00:14:17 TRACE [althea_kernel_interface] An error was returned
2018-01-26 00:14:17 TRACE [althea_kernel_interface] Command ebtables ["-A", "INPUT", "-s", "4e:9e:d1:0d:8c:9b", "-p", "IPV6", "--ip6-dst", "2001::3", "-j", "CONTINUE"] returned: Output { status: ExitStatus(ExitStatus(0)), stdout: "", stderr: "" }
2018-01-26 00:14:17 TRACE [althea_kernel_interface] Command ebtables ["-D", "OUTPUT", "-p", "IPV6", "--ip6-dst", "2001::3", "-j", "CONTINUE"] returned: Output { status: ExitStatus(ExitStatus(0)), stdout: "", stderr: "" }
2018-01-26 00:14:17 TRACE [althea_kernel_interface] Command ebtables ["-D", "OUTPUT", "-p", "IPV6", "--ip6-dst", "2001::3", "-j", "CONTINUE"] returned: Output { status: ExitStatus(ExitStatus(65280)), stdout: "", stderr: "Sorry, rule does not exist.\n" }
2018-01-26 00:14:17 TRACE [althea_kernel_interface] An error was returned
2018-01-26 00:14:17 TRACE [althea_kernel_interface] Command ebtables ["-A", "OUTPUT", "-p", "IPV6", "--ip6-dst", "2001::3", "-j", "CONTINUE"] returned: Output { status: ExitStatus(ExitStatus(0)), stdout: "", stderr: "" }
2018-01-26 00:14:17 INFO [traffic_watcher] Destinations: {"2001::3": Int256 11, "2001::1": Int256 15}
2018-01-26 00:14:17 TRACE [traffic_watcher] Going to sleep
2018-01-26 00:14:17 TRACE [rita::network_endpoints] Received payment, Payment: PaymentTx { to: Identity { ip_address: V6(2001::2), eth_address: EthAddress 0xb794f5ea0ba39494ce839613fffba74279579268, mac_address: MacAddress("12:34:56:78:90:ab") }, from: Identity { ip_address: V6(2001::3), eth_address: EthAddress 0xb794f5ea0ba39494ce839613fffba74279579268, mac_address: MacAddress("12:34:56:78:90:ab") }, amount: Uint256 108600 }
2018-01-26 00:14:17 TRACE [payment_controller] current balance: Int256 -188240
2018-01-26 00:14:17 TRACE [payment_controller] payment of Uint256 108600 received from V6(2001::3): PaymentTx { to: Identity { ip_address: V6(2001::2), eth_address: EthAddress 0xb794f5ea0ba39494ce839613fffba74279579268, mac_address: MacAddress("12:34:56:78:90:ab") }, from: Identity { ip_address: V6(2001::3), eth_address: EthAddress 0xb794f5ea0ba39494ce839613fffba74279579268, mac_address: MacAddress("12:34:56:78:90:ab") }, amount: Uint256 108600 }
2018-01-26 00:14:17 TRACE [payment_controller] current balance: Int256 -79640
2018-01-26 00:14:17 TRACE [payment_controller] Sending bounty hunter update: BountyUpdate { from: Identity { ip_address: V6(2001::2), eth_address: EthAddress 0xb794f5ea0ba39494ce839613fffba74279579268, mac_address: MacAddress("12:34:56:78:90:ab") }, balance: Int256 -79640, tx: PaymentTx { to: Identity { ip_address: V6(2001::2), eth_address: EthAddress 0xb794f5ea0ba39494ce839613fffba74279579268, mac_address: MacAddress("12:34:56:78:90:ab") }, from: Identity { ip_address: V6(2001::3), eth_address: EthAddress 0xb794f5ea0ba39494ce839613fffba74279579268, mac_address: MacAddress("12:34:56:78:90:ab") }, amount: Uint256 108600 } }
2018-01-26 00:14:17 TRACE [debt_keeper] old debt for V6(2001::3): Int256 0
2018-01-26 00:14:17 TRACE [debt_keeper] applying credit from: V6(2001::3), of amount: Int256 108600
2018-01-26 00:14:17 TRACE [debt_keeper] new debt for V6(2001::3): Int256 108600
2018-01-26 00:14:17 TRACE [debt_keeper] debt is above payment threshold. making payment
2018-01-26 00:14:17 TRACE [rita::network_endpoints] Received payment, Payment: PaymentTx { to: Identity { ip_address: V6(2001::2), eth_address: EthAddress 0xb794f5ea0ba39494ce839613fffba74279579268, mac_address: MacAddress("12:34:56:78:90:ab") }, from: Identity { ip_address: V6(2001::1), eth_address: EthAddress 0xb794f5ea0ba39494ce839613fffba74279579268, mac_address: MacAddress("12:34:56:78:90:ab") }, amount: Uint256 79640 }
2018-01-26 00:14:17 TRACE [payment_controller] current balance: Int256 -79640
2018-01-26 00:14:17 TRACE [payment_controller] sending payment of Uint256 108600 to V6(2001::3): PaymentTx { to: Identity { ip_address: V6(2001::3), eth_address: EthAddress 0xb794f5ea0ba39494ce839613fffba74279579268, mac_address: MacAddress("12:34:56:78:90:ab") }, from: Identity { ip_address: V6(2001::2), eth_address: EthAddress 0xb794f5ea0ba39494ce839613fffba74279579268, mac_address: MacAddress("12:34:56:78:90:ab") }, amount: Uint256 108600 }
2018-01-26 00:14:17 TRACE [payment_controller] current balance: Int256 -188240
2018-01-26 00:14:17 TRACE [payment_controller] current balance: Int256 -188240
2018-01-26 00:14:17 TRACE [payment_controller] payment of Uint256 79640 received from V6(2001::1): PaymentTx { to: Identity { ip_address: V6(2001::2), eth_address: EthAddress 0xb794f5ea0ba39494ce839613fffba74279579268, mac_address: MacAddress("12:34:56:78:90:ab") }, from: Identity { ip_address: V6(2001::1), eth_address: EthAddress 0xb794f5ea0ba39494ce839613fffba74279579268, mac_address: MacAddress("12:34:56:78:90:ab") }, amount: Uint256 79640 }
2018-01-26 00:14:17 TRACE [payment_controller] current balance: Int256 -108600
2018-01-26 00:14:17 TRACE [payment_controller] Sending bounty hunter update: BountyUpdate { from: Identity { ip_address: V6(2001::2), eth_address: EthAddress 0xb794f5ea0ba39494ce839613fffba74279579268, mac_address: MacAddress("12:34:56:78:90:ab") }, balance: Int256 -108600, tx: PaymentTx { to: Identity { ip_address: V6(2001::2), eth_address: EthAddress 0xb794f5ea0ba39494ce839613fffba74279579268, mac_address: MacAddress("12:34:56:78:90:ab") }, from: Identity { ip_address: V6(2001::1), eth_address: EthAddress 0xb794f5ea0ba39494ce839613fffba74279579268, mac_address: MacAddress("12:34:56:78:90:ab") }, amount: Uint256 79640 } }
2018-01-26 00:14:17 TRACE [debt_keeper] old debt for V6(2001::1): Int256 0
2018-01-26 00:14:17 TRACE [debt_keeper] applying credit from: V6(2001::1), of amount: Int256 79640
2018-01-26 00:14:17 TRACE [debt_keeper] new debt for V6(2001::1): Int256 79640
2018-01-26 00:14:17 TRACE [debt_keeper] debt is above payment threshold. making payment
2018-01-26 00:14:17 TRACE [rita::network_endpoints] Received payment, Payment: PaymentTx { to: Identity { ip_address: V6(2001::2), eth_address: EthAddress 0xb794f5ea0ba39494ce839613fffba74279579268, mac_address: MacAddress("12:34:56:78:90:ab") }, from: Identity { ip_address: V6(2001::3), eth_address: EthAddress 0xb794f5ea0ba39494ce839613fffba74279579268, mac_address: MacAddress("12:34:56:78:90:ab") }, amount: Uint256 108600 }
2018-01-26 00:14:17 TRACE [payment_controller] current balance: Int256 -108600
2018-01-26 00:14:17 TRACE [payment_controller] sending payment of Uint256 79640 to V6(2001::1): PaymentTx { to: Identity { ip_address: V6(2001::1), eth_address: EthAddress 0xb794f5ea0ba39494ce839613fffba74279579268, mac_address: MacAddress("12:34:56:78:90:ab") }, from: Identity { ip_address: V6(2001::2), eth_address: EthAddress 0xb794f5ea0ba39494ce839613fffba74279579268, mac_address: MacAddress("12:34:56:78:90:ab") }, amount: Uint256 79640 }
2018-01-26 00:14:17 TRACE [payment_controller] current balance: Int256 -188240
2018-01-26 00:14:17 TRACE [payment_controller] current balance: Int256 -188240
2018-01-26 00:14:17 TRACE [payment_controller] payment of Uint256 108600 received from V6(2001::3): PaymentTx { to: Identity { ip_address: V6(2001::2), eth_address: EthAddress 0xb794f5ea0ba39494ce839613fffba74279579268, mac_address: MacAddress("12:34:56:78:90:ab") }, from: Identity { ip_address: V6(2001::3), eth_address: EthAddress 0xb794f5ea0ba39494ce839613fffba74279579268, mac_address: MacAddress("12:34:56:78:90:ab") }, amount: Uint256 108600 }
2018-01-26 00:14:17 TRACE [payment_controller] current balance: Int256 -79640
2018-01-26 00:14:17 TRACE [payment_controller] Sending bounty hunter update: BountyUpdate { from: Identity { ip_address: V6(2001::2), eth_address: EthAddress 0xb794f5ea0ba39494ce839613fffba74279579268, mac_address: MacAddress("12:34:56:78:90:ab") }, balance: Int256 -79640, tx: PaymentTx { to: Identity { ip_address: V6(2001::2), eth_address: EthAddress 0xb794f5ea0ba39494ce839613fffba74279579268, mac_address: MacAddress("12:34:56:78:90:ab") }, from: Identity { ip_address: V6(2001::3), eth_address: EthAddress 0xb794f5ea0ba39494ce839613fffba74279579268, mac_address: MacAddress("12:34:56:78:90:ab") }, amount: Uint256 108600 } }
2018-01-26 00:14:17 TRACE [debt_keeper] old debt for V6(2001::3): Int256 0
2018-01-26 00:14:17 TRACE [debt_keeper] applying credit from: V6(2001::3), of amount: Int256 108600
2018-01-26 00:14:17 TRACE [debt_keeper] new debt for V6(2001::3): Int256 108600
2018-01-26 00:14:17 TRACE [debt_keeper] debt is above payment threshold. making payment
2018-01-26 00:14:17 TRACE [rita::network_endpoints] Received payment, Payment: PaymentTx { to: Identity { ip_address: V6(2001::2), eth_address: EthAddress 0xb794f5ea0ba39494ce839613fffba74279579268, mac_address: MacAddress("12:34:56:78:90:ab") }, from: Identity { ip_address: V6(2001::1), eth_address: EthAddress 0xb794f5ea0ba39494ce839613fffba74279579268, mac_address: MacAddress("12:34:56:78:90:ab") }, amount: Uint256 79640 }
2018-01-26 00:14:17 TRACE [payment_controller] current balance: Int256 -79640
2018-01-26 00:14:17 TRACE [payment_controller] sending payment of Uint256 108600 to V6(2001::3): PaymentTx { to: Identity { ip_address: V6(2001::3), eth_address: EthAddress 0xb794f5ea0ba39494ce839613fffba74279579268, mac_address: MacAddress("12:34:56:78:90:ab") }, from: Identity { ip_address: V6(2001::2), eth_address: EthAddress 0xb794f5ea0ba39494ce839613fffba74279579268, mac_address: MacAddress("12:34:56:78:90:ab") }, amount: Uint256 108600 }
2018-01-26 00:14:17 TRACE [payment_controller] current balance: Int256 -188240
2018-01-26 00:14:17 TRACE [payment_controller] current balance: Int256 -188240
2018-01-26 00:14:17 TRACE [payment_controller] payment of Uint256 79640 received from V6(2001::1): PaymentTx { to: Identity { ip_address: V6(2001::2), eth_address: EthAddress 0xb794f5ea0ba39494ce839613fffba74279579268, mac_address: MacAddress("12:34:56:78:90:ab") }, from: Identity { ip_address: V6(2001::1), eth_address: EthAddress 0xb794f5ea0ba39494ce839613fffba74279579268, mac_address: MacAddress("12:34:56:78:90:ab") }, amount: Uint256 79640 }
2018-01-26 00:14:17 TRACE [payment_controller] current balance: Int256 -108600
2018-01-26 00:14:17 TRACE [payment_controller] Sending bounty hunter update: BountyUpdate { from: Identity { ip_address: V6(2001::2), eth_address: EthAddress 0xb794f5ea0ba39494ce839613fffba74279579268, mac_address: MacAddress("12:34:56:78:90:ab") }, balance: Int256 -108600, tx: PaymentTx { to: Identity { ip_address: V6(2001::2), eth_address: EthAddress 0xb794f5ea0ba39494ce839613fffba74279579268, mac_address: MacAddress("12:34:56:78:90:ab") }, from: Identity { ip_address: V6(2001::1), eth_address: EthAddress 0xb794f5ea0ba39494ce839613fffba74279579268, mac_address: MacAddress("12:34:56:78:90:ab") }, amount: Uint256 79640 } }
2018-01-26 00:14:17 TRACE [debt_keeper] old debt for V6(2001::1): Int256 0
2018-01-26 00:14:17 TRACE [debt_keeper] applying credit from: V6(2001::1), of amount: Int256 79640
2018-01-26 00:14:17 TRACE [debt_keeper] new debt for V6(2001::1): Int256 79640
2018-01-26 00:14:17 TRACE [debt_keeper] debt is above payment threshold. making payment
2018-01-26 00:14:17 TRACE [rita::network_endpoints] Received payment, Payment: PaymentTx { to: Identity { ip_address: V6(2001::2), eth_address: EthAddress 0xb794f5ea0ba39494ce839613fffba74279579268, mac_address: MacAddress("12:34:56:78:90:ab") }, from: Identity { ip_address: V6(2001::3), eth_address: EthAddress 0xb794f5ea0ba39494ce839613fffba74279579268, mac_address: MacAddress("12:34:56:78:90:ab") }, amount: Uint256 108600 }
2018-01-26 00:14:17 TRACE [payment_controller] current balance: Int256 -108600
2018-01-26 00:14:17 TRACE [payment_controller] sending payment of Uint256 79640 to V6(2001::1): PaymentTx { to: Identity { ip_address: V6(2001::1), eth_address: EthAddress 0xb794f5ea0ba39494ce839613fffba74279579268, mac_address: MacAddress("12:34:56:78:90:ab") }, from: Identity { ip_address: V6(2001::2), eth_address: EthAddress 0xb794f5ea0ba39494ce839613fffba74279579268, mac_address: MacAddress("12:34:56:78:90:ab") }, amount: Uint256 79640 }
2018-01-26 00:14:17 TRACE [payment_controller] current balance: Int256 -188240
2018-01-26 00:14:17 TRACE [payment_controller] current balance: Int256 -188240
2018-01-26 00:14:17 TRACE [payment_controller] payment of Uint256 108600 received from V6(2001::3): PaymentTx { to: Identity { ip_address: V6(2001::2), eth_address: EthAddress 0xb794f5ea0ba39494ce839613fffba74279579268, mac_address: MacAddress("12:34:56:78:90:ab") }, from: Identity { ip_address: V6(2001::3), eth_address: EthAddress 0xb794f5ea0ba39494ce839613fffba74279579268, mac_address: MacAddress("12:34:56:78:90:ab") }, amount: Uint256 108600 }
2018-01-26 00:14:17 TRACE [payment_controller] current balance: Int256 -79640
2018-01-26 00:14:17 TRACE [payment_controller] Sending bounty hunter update: BountyUpdate { from: Identity { ip_address: V6(2001::2), eth_address: EthAddress 0xb794f5ea0ba39494ce839613fffba74279579268, mac_address: MacAddress("12:34:56:78:90:ab") }, balance: Int256 -79640, tx: PaymentTx { to: Identity { ip_address: V6(2001::2), eth_address: EthAddress 0xb794f5ea0ba39494ce839613fffba74279579268, mac_address: MacAddress("12:34:56:78:90:ab") }, from: Identity { ip_address: V6(2001::3), eth_address: EthAddress 0xb794f5ea0ba39494ce839613fffba74279579268, mac_address: MacAddress("12:34:56:78:90:ab") }, amount: Uint256 108600 } }
2018-01-26 00:14:17 TRACE [debt_keeper] old debt for V6(2001::3): Int256 0
2018-01-26 00:14:17 TRACE [debt_keeper] applying credit from: V6(2001::3), of amount: Int256 108600
2018-01-26 00:14:17 TRACE [debt_keeper] new debt for V6(2001::3): Int256 108600
2018-01-26 00:14:17 TRACE [debt_keeper] debt is above payment threshold. making payment
2018-01-26 00:14:17 TRACE [rita::network_endpoints] Received payment, Payment: PaymentTx { to: Identity { ip_address: V6(2001::2), eth_address: EthAddress 0xb794f5ea0ba39494ce839613fffba74279579268, mac_address: MacAddress("12:34:56:78:90:ab") }, from: Identity { ip_address: V6(2001::1), eth_address: EthAddress 0xb794f5ea0ba39494ce839613fffba74279579268, mac_address: MacAddress("12:34:56:78:90:ab") }, amount: Uint256 79640 }
2018-01-26 00:14:17 TRACE [payment_controller] current balance: Int256 -79640
2018-01-26 00:14:17 TRACE [payment_controller] sending payment of Uint256 108600 to V6(2001::3): PaymentTx { to: Identity { ip_address: V6(2001::3), eth_address: EthAddress 0xb794f5ea0ba39494ce839613fffba74279579268, mac_address: MacAddress("12:34:56:78:90:ab") }, from: Identity { ip_address: V6(2001::2), eth_address: EthAddress 0xb794f5ea0ba39494ce839613fffba74279579268, mac_address: MacAddress("12:34:56:78:90:ab") }, amount: Uint256 108600 }
2018-01-26 00:14:17 TRACE [payment_controller] current balance: Int256 -188240
2018-01-26 00:14:17 TRACE [payment_controller] current balance: Int256 -188240
2018-01-26 00:14:17 TRACE [payment_controller] payment of Uint256 79640 received from V6(2001::1): PaymentTx { to: Identity { ip_address: V6(2001::2), eth_address: EthAddress 0xb794f5ea0ba39494ce839613fffba74279579268, mac_address: MacAddress("12:34:56:78:90:ab") }, from: Identity { ip_address: V6(2001::1), eth_address: EthAddress 0xb794f5ea0ba39494ce839613fffba74279579268, mac_address: MacAddress("12:34:56:78:90:ab") }, amount: Uint256 79640 }
2018-01-26 00:14:17 TRACE [payment_controller] current balance: Int256 -108600
2018-01-26 00:14:17 TRACE [payment_controller] Sending bounty hunter update: BountyUpdate { from: Identity { ip_address: V6(2001::2), eth_address: EthAddress 0xb794f5ea0ba39494ce839613fffba74279579268, mac_address: MacAddress("12:34:56:78:90:ab") }, balance: Int256 -108600, tx: PaymentTx { to: Identity { ip_address: V6(2001::2), eth_address: EthAddress 0xb794f5ea0ba39494ce839613fffba74279579268, mac_address: MacAddress("12:34:56:78:90:ab") }, from: Identity { ip_address: V6(2001::1), eth_address: EthAddress 0xb794f5ea0ba39494ce839613fffba74279579268, mac_address: MacAddress("12:34:56:78:90:ab") }, amount: Uint256 79640 } }
2018-01-26 00:14:17 TRACE [debt_keeper] old debt for V6(2001::1): Int256 0
2018-01-26 00:14:17 TRACE [debt_keeper] applying credit from: V6(2001::1), of amount: Int256 79640
2018-01-26 00:14:17 TRACE [debt_keeper] new debt for V6(2001::1): Int256 79640
2018-01-26 00:14:17 TRACE [debt_keeper] debt is above payment threshold. making payment
2018-01-26 00:14:17 TRACE [rita::network_endpoints] Received payment, Payment: PaymentTx { to: Identity { ip_address: V6(2001::2), eth_address: EthAddress 0xb794f5ea0ba39494ce839613fffba74279579268, mac_address: MacAddress("12:34:56:78:90:ab") }, from: Identity { ip_address: V6(2001::3), eth_address: EthAddress 0xb794f5ea0ba39494ce839613fffba74279579268, mac_address: MacAddress("12:34:56:78:90:ab") }, amount: Uint256 108600 }
2018-01-26 00:14:17 TRACE [payment_controller] current balance: Int256 -108600
2018-01-26 00:14:17 TRACE [payment_controller] sending payment of Uint256 79640 to V6(2001::1): PaymentTx { to: Identity { ip_address: V6(2001::1), eth_address: EthAddress 0xb794f5ea0ba39494ce839613fffba74279579268, mac_address: MacAddress("12:34:56:78:90:ab") }, from: Identity { ip_address: V6(2001::2), eth_address: EthAddress 0xb794f5ea0ba39494ce839613fffba74279579268, mac_address: MacAddress("12:34:56:78:90:ab") }, amount: Uint256 79640 }
2018-01-26 00:14:17 TRACE [payment_controller] current balance: Int256 -188240
2018-01-26 00:14:17 TRACE [payment_controller] current balance: Int256 -188240
2018-01-26 00:14:17 TRACE [payment_controller] payment of Uint256 108600 received from V6(2001::3): PaymentTx { to: Identity { ip_address: V6(2001::2), eth_address: EthAddress 0xb794f5ea0ba39494ce839613fffba74279579268, mac_address: MacAddress("12:34:56:78:90:ab") }, from: Identity { ip_address: V6(2001::3), eth_address: EthAddress 0xb794f5ea0ba39494ce839613fffba74279579268, mac_address: MacAddress("12:34:56:78:90:ab") }, amount: Uint256 108600 }
2018-01-26 00:14:17 TRACE [payment_controller] current balance: Int256 -79640
2018-01-26 00:14:17 TRACE [payment_controller] Sending bounty hunter update: BountyUpdate { from: Identity { ip_address: V6(2001::2), eth_address: EthAddress 0xb794f5ea0ba39494ce839613fffba74279579268, mac_address: MacAddress("12:34:56:78:90:ab") }, balance: Int256 -79640, tx: PaymentTx { to: Identity { ip_address: V6(2001::2), eth_address: EthAddress 0xb794f5ea0ba39494ce839613fffba74279579268, mac_address: MacAddress("12:34:56:78:90:ab") }, from: Identity { ip_address: V6(2001::3), eth_address: EthAddress 0xb794f5ea0ba39494ce839613fffba74279579268, mac_address: MacAddress("12:34:56:78:90:ab") }, amount: Uint256 108600 } }
2018-01-26 00:14:17 TRACE [debt_keeper] old debt for V6(2001::3): Int256 0
2018-01-26 00:14:17 TRACE [debt_keeper] applying credit from: V6(2001::3), of amount: Int256 108600
2018-01-26 00:14:17 TRACE [debt_keeper] new debt for V6(2001::3): Int256 108600
2018-01-26 00:14:17 TRACE [debt_keeper] debt is above payment threshold. making payment
2018-01-26 00:14:18 TRACE [rita::network_endpoints] Received payment, Payment: PaymentTx { to: Identity { ip_address: V6(2001::2), eth_address: EthAddress 0xb794f5ea0ba39494ce839613fffba74279579268, mac_address: MacAddress("12:34:56:78:90:ab") }, from: Identity { ip_address: V6(2001::1), eth_address: EthAddress 0xb794f5ea0ba39494ce839613fffba74279579268, mac_address: MacAddress("12:34:56:78:90:ab") }, amount: Uint256 79640 }
2018-01-26 00:14:18 TRACE [payment_controller] current balance: Int256 -79640
2018-01-26 00:14:18 TRACE [payment_controller] sending payment of Uint256 108600 to V6(2001::3): PaymentTx { to: Identity { ip_address: V6(2001::3), eth_address: EthAddress 0xb794f5ea0ba39494ce839613fffba74279579268, mac_address: MacAddress("12:34:56:78:90:ab") }, from: Identity { ip_address: V6(2001::2), eth_address: EthAddress 0xb794f5ea0ba39494ce839613fffba74279579268, mac_address: MacAddress("12:34:56:78:90:ab") }, amount: Uint256 108600 }
2018-01-26 00:14:18 TRACE [payment_controller] current balance: Int256 -188240
2018-01-26 00:14:18 TRACE [payment_controller] current balance: Int256 -188240
2018-01-26 00:14:18 TRACE [payment_controller] payment of Uint256 79640 received from V6(2001::1): PaymentTx { to: Identity { ip_address: V6(2001::2), eth_address: EthAddress 0xb794f5ea0ba39494ce839613fffba74279579268, mac_address: MacAddress("12:34:56:78:90:ab") }, from: Identity { ip_address: V6(2001::1), eth_address: EthAddress 0xb794f5ea0ba39494ce839613fffba74279579268, mac_address: MacAddress("12:34:56:78:90:ab") }, amount: Uint256 79640 }
2018-01-26 00:14:18 TRACE [payment_controller] current balance: Int256 -108600
2018-01-26 00:14:18 TRACE [debt_keeper] old debt for V6(2001::1): Int256 0
2018-01-26 00:14:18 TRACE [debt_keeper] applying credit from: V6(2001::1), of amount: Int256 79640
2018-01-26 00:14:18 TRACE [debt_keeper] new debt for V6(2001::1): Int256 79640
2018-01-26 00:14:18 TRACE [debt_keeper] debt is above payment threshold. making payment
2018-01-26 00:14:18 TRACE [payment_controller] Sending bounty hunter update: BountyUpdate { from: Identity { ip_address: V6(2001::2), eth_address: EthAddress 0xb794f5ea0ba39494ce839613fffba74279579268, mac_address: MacAddress("12:34:56:78:90:ab") }, balance: Int256 -108600, tx: PaymentTx { to: Identity { ip_address: V6(2001::2), eth_address: EthAddress 0xb794f5ea0ba39494ce839613fffba74279579268, mac_address: MacAddress("12:34:56:78:90:ab") }, from: Identity { ip_address: V6(2001::1), eth_address: EthAddress 0xb794f5ea0ba39494ce839613fffba74279579268, mac_address: MacAddress("12:34:56:78:90:ab") }, amount: Uint256 79640 } }
2018-01-26 00:14:18 TRACE [rita::network_endpoints] Received payment, Payment: PaymentTx { to: Identity { ip_address: V6(2001::2), eth_address: EthAddress 0xb794f5ea0ba39494ce839613fffba74279579268, mac_address: MacAddress("12:34:56:78:90:ab") }, from: Identity { ip_address: V6(2001::3), eth_address: EthAddress 0xb794f5ea0ba39494ce839613fffba74279579268, mac_address: MacAddress("12:34:56:78:90:ab") }, amount: Uint256 108600 }
2018-01-26 00:14:18 TRACE [payment_controller] current balance: Int256 -108600
2018-01-26 00:14:18 TRACE [payment_controller] sending payment of Uint256 79640 to V6(2001::1): PaymentTx { to: Identity { ip_address: V6(2001::1), eth_address: EthAddress 0xb794f5ea0ba39494ce839613fffba74279579268, mac_address: MacAddress("12:34:56:78:90:ab") }, from: Identity { ip_address: V6(2001::2), eth_address: EthAddress 0xb794f5ea0ba39494ce839613fffba74279579268, mac_address: MacAddress("12:34:56:78:90:ab") }, amount: Uint256 79640 }
2018-01-26 00:14:18 TRACE [payment_controller] current balance: Int256 -188240
2018-01-26 00:14:18 TRACE [payment_controller] current balance: Int256 -188240
2018-01-26 00:14:18 TRACE [payment_controller] payment of Uint256 108600 received from V6(2001::3): PaymentTx { to: Identity { ip_address: V6(2001::2), eth_address: EthAddress 0xb794f5ea0ba39494ce839613fffba74279579268, mac_address: MacAddress("12:34:56:78:90:ab") }, from: Identity { ip_address: V6(2001::3), eth_address: EthAddress 0xb794f5ea0ba39494ce839613fffba74279579268, mac_address: MacAddress("12:34:56:78:90:ab") }, amount: Uint256 108600 }
2018-01-26 00:14:18 TRACE [payment_controller] current balance: Int256 -79640
2018-01-26 00:14:18 TRACE [payment_controller] Sending bounty hunter update: BountyUpdate { from: Identity { ip_address: V6(2001::2), eth_address: EthAddress 0xb794f5ea0ba39494ce839613fffba74279579268, mac_address: MacAddress("12:34:56:78:90:ab") }, balance: Int256 -79640, tx: PaymentTx { to: Identity { ip_address: V6(2001::2), eth_address: EthAddress 0xb794f5ea0ba39494ce839613fffba74279579268, mac_address: MacAddress("12:34:56:78:90:ab") }, from: Identity { ip_address: V6(2001::3), eth_address: EthAddress 0xb794f5ea0ba39494ce839613fffba74279579268, mac_address: MacAddress("12:34:56:78:90:ab") }, amount: Uint256 108600 } }
2018-01-26 00:14:18 TRACE [debt_keeper] old debt for V6(2001::3): Int256 0
2018-01-26 00:14:18 TRACE [debt_keeper] applying credit from: V6(2001::3), of amount: Int256 108600
2018-01-26 00:14:18 TRACE [debt_keeper] new debt for V6(2001::3): Int256 108600
2018-01-26 00:14:18 TRACE [debt_keeper] debt is above payment threshold. making payment
2018-01-26 00:14:18 TRACE [rita::network_endpoints] Received payment, Payment: PaymentTx { to: Identity { ip_address: V6(2001::2), eth_address: EthAddress 0xb794f5ea0ba39494ce839613fffba74279579268, mac_address: MacAddress("12:34:56:78:90:ab") }, from: Identity { ip_address: V6(2001::1), eth_address: EthAddress 0xb794f5ea0ba39494ce839613fffba74279579268, mac_address: MacAddress("12:34:56:78:90:ab") }, amount: Uint256 79640 }
2018-01-26 00:14:18 TRACE [payment_controller] current balance: Int256 -79640
2018-01-26 00:14:18 TRACE [payment_controller] sending payment of Uint256 108600 to V6(2001::3): PaymentTx { to: Identity { ip_address: V6(2001::3), eth_address: EthAddress 0xb794f5ea0ba39494ce839613fffba74279579268, mac_address: MacAddress("12:34:56:78:90:ab") }, from: Identity { ip_address: V6(2001::2), eth_address: EthAddress 0xb794f5ea0ba39494ce839613fffba74279579268, mac_address: MacAddress("12:34:56:78:90:ab") }, amount: Uint256 108600 }
2018-01-26 00:14:18 TRACE [payment_controller] current balance: Int256 -188240
2018-01-26 00:14:18 TRACE [payment_controller] current balance: Int256 -188240
2018-01-26 00:14:18 TRACE [payment_controller] payment of Uint256 79640 received from V6(2001::1): PaymentTx { to: Identity { ip_address: V6(2001::2), eth_address: EthAddress 0xb794f5ea0ba39494ce839613fffba74279579268, mac_address: MacAddress("12:34:56:78:90:ab") }, from: Identity { ip_address: V6(2001::1), eth_address: EthAddress 0xb794f5ea0ba39494ce839613fffba74279579268, mac_address: MacAddress("12:34:56:78:90:ab") }, amount: Uint256 79640 }
2018-01-26 00:14:18 TRACE [payment_controller] current balance: Int256 -108600
2018-01-26 00:14:18 TRACE [payment_controller] Sending bounty hunter update: BountyUpdate { from: Identity { ip_address: V6(2001::2), eth_address: EthAddress 0xb794f5ea0ba39494ce839613fffba74279579268, mac_address: MacAddress("12:34:56:78:90:ab") }, balance: Int256 -108600, tx: PaymentTx { to: Identity { ip_address: V6(2001::2), eth_address: EthAddress 0xb794f5ea0ba39494ce839613fffba74279579268, mac_address: MacAddress("12:34:56:78:90:ab") }, from: Identity { ip_address: V6(2001::1), eth_address: EthAddress 0xb794f5ea0ba39494ce839613fffba74279579268, mac_address: MacAddress("12:34:56:78:90:ab") }, amount: Uint256 79640 } }
2018-01-26 00:14:18 TRACE [debt_keeper] old debt for V6(2001::1): Int256 0
2018-01-26 00:14:18 TRACE [debt_keeper] applying credit from: V6(2001::1), of amount: Int256 79640
2018-01-26 00:14:18 TRACE [debt_keeper] new debt for V6(2001::1): Int256 79640
2018-01-26 00:14:18 TRACE [debt_keeper] debt is above payment threshold. making payment
2018-01-26 00:14:18 TRACE [rita::network_endpoints] Received payment, Payment: PaymentTx { to: Identity { ip_address: V6(2001::2), eth_address: EthAddress 0xb794f5ea0ba39494ce839613fffba74279579268, mac_address: MacAddress("12:34:56:78:90:ab") }, from: Identity { ip_address: V6(2001::3), eth_address: EthAddress 0xb794f5ea0ba39494ce839613fffba74279579268, mac_address: MacAddress("12:34:56:78:90:ab") }, amount: Uint256 108600 }
2018-01-26 00:14:18 TRACE [payment_controller] current balance: Int256 -108600
2018-01-26 00:14:18 TRACE [payment_controller] sending payment of Uint256 79640 to V6(2001::1): PaymentTx { to: Identity { ip_address: V6(2001::1), eth_address: EthAddress 0xb794f5ea0ba39494ce839613fffba74279579268, mac_address: MacAddress("12:34:56:78:90:ab") }, from: Identity { ip_address: V6(2001::2), eth_address: EthAddress 0xb794f5ea0ba39494ce839613fffba74279579268, mac_address: MacAddress("12:34:56:78:90:ab") }, amount: Uint256 79640 }
2018-01-26 00:14:18 TRACE [payment_controller] current balance: Int256 -188240
2018-01-26 00:14:18 TRACE [payment_controller] current balance: Int256 -188240
2018-01-26 00:14:18 TRACE [payment_controller] payment of Uint256 108600 received from V6(2001::3): PaymentTx { to: Identity { ip_address: V6(2001::2), eth_address: EthAddress 0xb794f5ea0ba39494ce839613fffba74279579268, mac_address: MacAddress("12:34:56:78:90:ab") }, from: Identity { ip_address: V6(2001::3), eth_address: EthAddress 0xb794f5ea0ba39494ce839613fffba74279579268, mac_address: MacAddress("12:34:56:78:90:ab") }, amount: Uint256 108600 }
2018-01-26 00:14:18 TRACE [payment_controller] current balance: Int256 -79640
2018-01-26 00:14:18 TRACE [payment_controller] Sending bounty hunter update: BountyUpdate { from: Identity { ip_address: V6(2001::2), eth_address: EthAddress 0xb794f5ea0ba39494ce839613fffba74279579268, mac_address: MacAddress("12:34:56:78:90:ab") }, balance: Int256 -79640, tx: PaymentTx { to: Identity { ip_address: V6(2001::2), eth_address: EthAddress 0xb794f5ea0ba39494ce839613fffba74279579268, mac_address: MacAddress("12:34:56:78:90:ab") }, from: Identity { ip_address: V6(2001::3), eth_address: EthAddress 0xb794f5ea0ba39494ce839613fffba74279579268, mac_address: MacAddress("12:34:56:78:90:ab") }, amount: Uint256 108600 } }
2018-01-26 00:14:18 TRACE [debt_keeper] old debt for V6(2001::3): Int256 0
2018-01-26 00:14:18 TRACE [debt_keeper] applying credit from: V6(2001::3), of amount: Int256 108600
2018-01-26 00:14:18 TRACE [debt_keeper] new debt for V6(2001::3): Int256 108600
2018-01-26 00:14:18 TRACE [debt_keeper] debt is above payment threshold. making payment
2018-01-26 00:14:18 TRACE [rita::network_endpoints] Received payment, Payment: PaymentTx { to: Identity { ip_address: V6(2001::2), eth_address: EthAddress 0xb794f5ea0ba39494ce839613fffba74279579268, mac_address: MacAddress("12:34:56:78:90:ab") }, from: Identity { ip_address: V6(2001::1), eth_address: EthAddress 0xb794f5ea0ba39494ce839613fffba74279579268, mac_address: MacAddress("12:34:56:78:90:ab") }, amount: Uint256 79640 }
2018-01-26 00:14:18 TRACE [payment_controller] current balance: Int256 -79640
2018-01-26 00:14:18 TRACE [payment_controller] sending payment of Uint256 108600 to V6(2001::3): PaymentTx { to: Identity { ip_address: V6(2001::3), eth_address: EthAddress 0xb794f5ea0ba39494ce839613fffba74279579268, mac_address: MacAddress("12:34:56:78:90:ab") }, from: Identity { ip_address: V6(2001::2), eth_address: EthAddress 0xb794f5ea0ba39494ce839613fffba74279579268, mac_address: MacAddress("12:34:56:78:90:ab") }, amount: Uint256 108600 }
2018-01-26 00:14:18 TRACE [payment_controller] current balance: Int256 -188240
2018-01-26 00:14:18 TRACE [payment_controller] current balance: Int256 -188240
2018-01-26 00:14:18 TRACE [payment_controller] payment of Uint256 79640 received from V6(2001::1): PaymentTx { to: Identity { ip_address: V6(2001::2), eth_address: EthAddress 0xb794f5ea0ba39494ce839613fffba74279579268, mac_address: MacAddress("12:34:56:78:90:ab") }, from: Identity { ip_address: V6(2001::1), eth_address: EthAddress 0xb794f5ea0ba39494ce839613fffba74279579268, mac_address: MacAddress("12:34:56:78:90:ab") }, amount: Uint256 79640 }
2018-01-26 00:14:18 TRACE [payment_controller] current balance: Int256 -108600
2018-01-26 00:14:18 TRACE [payment_controller] Sending bounty hunter update: BountyUpdate { from: Identity { ip_address: V6(2001::2), eth_address: EthAddress 0xb794f5ea0ba39494ce839613fffba74279579268, mac_address: MacAddress("12:34:56:78:90:ab") }, balance: Int256 -108600, tx: PaymentTx { to: Identity { ip_address: V6(2001::2), eth_address: EthAddress 0xb794f5ea0ba39494ce839613fffba74279579268, mac_address: MacAddress("12:34:56:78:90:ab") }, from: Identity { ip_address: V6(2001::1), eth_address: EthAddress 0xb794f5ea0ba39494ce839613fffba74279579268, mac_address: MacAddress("12:34:56:78:90:ab") }, amount: Uint256 79640 } }
2018-01-26 00:14:18 TRACE [debt_keeper] old debt for V6(2001::1): Int256 0
2018-01-26 00:14:18 TRACE [debt_keeper] applying credit from: V6(2001::1), of amount: Int256 79640
2018-01-26 00:14:18 TRACE [debt_keeper] new debt for V6(2001::1): Int256 79640
2018-01-26 00:14:18 TRACE [debt_keeper] debt is above payment threshold. making payment
2018-01-26 00:14:18 TRACE [rita::network_endpoints] Received payment, Payment: PaymentTx { to: Identity { ip_address: V6(2001::2), eth_address: EthAddress 0xb794f5ea0ba39494ce839613fffba74279579268, mac_address: MacAddress("12:34:56:78:90:ab") }, from: Identity { ip_address: V6(2001::3), eth_address: EthAddress 0xb794f5ea0ba39494ce839613fffba74279579268, mac_address: MacAddress("12:34:56:78:90:ab") }, amount: Uint256 108600 }
2018-01-26 00:14:18 TRACE [payment_controller] current balance: Int256 -108600
2018-01-26 00:14:18 TRACE [payment_controller] sending payment of Uint256 79640 to V6(2001::1): PaymentTx { to: Identity { ip_address: V6(2001::1), eth_address: EthAddress 0xb794f5ea0ba39494ce839613fffba74279579268, mac_address: MacAddress("12:34:56:78:90:ab") }, from: Identity { ip_address: V6(2001::2), eth_address: EthAddress 0xb794f5ea0ba39494ce839613fffba74279579268, mac_address: MacAddress("12:34:56:78:90:ab") }, amount: Uint256 79640 }
2018-01-26 00:14:18 TRACE [payment_controller] current balance: Int256 -188240
2018-01-26 00:14:18 TRACE [payment_controller] current balance: Int256 -188240
2018-01-26 00:14:18 TRACE [payment_controller] payment of Uint256 108600 received from V6(2001::3): PaymentTx { to: Identity { ip_address: V6(2001::2), eth_address: EthAddress 0xb794f5ea0ba39494ce839613fffba74279579268, mac_address: MacAddress("12:34:56:78:90:ab") }, from: Identity { ip_address: V6(2001::3), eth_address: EthAddress 0xb794f5ea0ba39494ce839613fffba74279579268, mac_address: MacAddress("12:34:56:78:90:ab") }, amount: Uint256 108600 }
2018-01-26 00:14:18 TRACE [payment_controller] current balance: Int256 -79640
2018-01-26 00:14:18 TRACE [payment_controller] Sending bounty hunter update: BountyUpdate { from: Identity { ip_address: V6(2001::2), eth_address: EthAddress 0xb794f5ea0ba39494ce839613fffba74279579268, mac_address: MacAddress("12:34:56:78:90:ab") }, balance: Int256 -79640, tx: PaymentTx { to: Identity { ip_address: V6(2001::2), eth_address: EthAddress 0xb794f5ea0ba39494ce839613fffba74279579268, mac_address: MacAddress("12:34:56:78:90:ab") }, from: Identity { ip_address: V6(2001::3), eth_address: EthAddress 0xb794f5ea0ba39494ce839613fffba74279579268, mac_address: MacAddress("12:34:56:78:90:ab") }, amount: Uint256 108600 } }
2018-01-26 00:14:18 TRACE [debt_keeper] old debt for V6(2001::3): Int256 0
2018-01-26 00:14:18 TRACE [debt_keeper] applying credit from: V6(2001::3), of amount: Int256 108600
2018-01-26 00:14:18 TRACE [debt_keeper] new debt for V6(2001::3): Int256 108600
2018-01-26 00:14:18 TRACE [debt_keeper] debt is above payment threshold. making payment
2018-01-26 00:14:18 TRACE [rita::network_endpoints] Received payment, Payment: PaymentTx { to: Identity { ip_address: V6(2001::2), eth_address: EthAddress 0xb794f5ea0ba39494ce839613fffba74279579268, mac_address: MacAddress("12:34:56:78:90:ab") }, from: Identity { ip_address: V6(2001::1), eth_address: EthAddress 0xb794f5ea0ba39494ce839613fffba74279579268, mac_address: MacAddress("12:34:56:78:90:ab") }, amount: Uint256 79640 }
2018-01-26 00:14:18 TRACE [payment_controller] current balance: Int256 -79640
2018-01-26 00:14:18 TRACE [payment_controller] sending payment of Uint256 108600 to V6(2001::3): PaymentTx { to: Identity { ip_address: V6(2001::3), eth_address: EthAddress 0xb794f5ea0ba39494ce839613fffba74279579268, mac_address: MacAddress("12:34:56:78:90:ab") }, from: Identity { ip_address: V6(2001::2), eth_address: EthAddress 0xb794f5ea0ba39494ce839613fffba74279579268, mac_address: MacAddress("12:34:56:78:90:ab") }, amount: Uint256 108600 }
2018-01-26 00:14:18 TRACE [payment_controller] current balance: Int256 -188240
2018-01-26 00:14:18 TRACE [payment_controller] current balance: Int256 -188240
2018-01-26 00:14:18 TRACE [payment_controller] payment of Uint256 79640 received from V6(2001::1): PaymentTx { to: Identity { ip_address: V6(2001::2), eth_address: EthAddress 0xb794f5ea0ba39494ce839613fffba74279579268, mac_address: MacAddress("12:34:56:78:90:ab") }, from: Identity { ip_address: V6(2001::1), eth_address: EthAddress 0xb794f5ea0ba39494ce839613fffba74279579268, mac_address: MacAddress("12:34:56:78:90:ab") }, amount: Uint256 79640 }
2018-01-26 00:14:18 TRACE [payment_controller] current balance: Int256 -108600
2018-01-26 00:14:18 TRACE [payment_controller] Sending bounty hunter update: BountyUpdate { from: Identity { ip_address: V6(2001::2), eth_address: EthAddress 0xb794f5ea0ba39494ce839613fffba74279579268, mac_address: MacAddress("12:34:56:78:90:ab") }, balance: Int256 -108600, tx: PaymentTx { to: Identity { ip_address: V6(2001::2), eth_address: EthAddress 0xb794f5ea0ba39494ce839613fffba74279579268, mac_address: MacAddress("12:34:56:78:90:ab") }, from: Identity { ip_address: V6(2001::1), eth_address: EthAddress 0xb794f5ea0ba39494ce839613fffba74279579268, mac_address: MacAddress("12:34:56:78:90:ab") }, amount: Uint256 79640 } }
2018-01-26 00:14:18 TRACE [debt_keeper] old debt for V6(2001::1): Int256 0
2018-01-26 00:14:18 TRACE [debt_keeper] applying credit from: V6(2001::1), of amount: Int256 79640
2018-01-26 00:14:18 TRACE [debt_keeper] new debt for V6(2001::1): Int256 79640
2018-01-26 00:14:18 TRACE [debt_keeper] debt is above payment threshold. making payment
2018-01-26 00:14:18 TRACE [rita::network_endpoints] Received payment, Payment: PaymentTx { to: Identity { ip_address: V6(2001::2), eth_address: EthAddress 0xb794f5ea0ba39494ce839613fffba74279579268, mac_address: MacAddress("12:34:56:78:90:ab") }, from: Identity { ip_address: V6(2001::3), eth_address: EthAddress 0xb794f5ea0ba39494ce839613fffba74279579268, mac_address: MacAddress("12:34:56:78:90:ab") }, amount: Uint256 108600 }
2018-01-26 00:14:18 TRACE [payment_controller] current balance: Int256 -108600
2018-01-26 00:14:18 TRACE [payment_controller] sending payment of Uint256 79640 to V6(2001::1): PaymentTx { to: Identity { ip_address: V6(2001::1), eth_address: EthAddress 0xb794f5ea0ba39494ce839613fffba74279579268, mac_address: MacAddress("12:34:56:78:90:ab") }, from: Identity { ip_address: V6(2001::2), eth_address: EthAddress 0xb794f5ea0ba39494ce839613fffba74279579268, mac_address: MacAddress("12:34:56:78:90:ab") }, amount: Uint256 79640 }
2018-01-26 00:14:18 TRACE [payment_controller] current balance: Int256 -188240
2018-01-26 00:14:18 TRACE [payment_controller] current balance: Int256 -188240
2018-01-26 00:14:18 TRACE [payment_controller] payment of Uint256 108600 received from V6(2001::3): PaymentTx { to: Identity { ip_address: V6(2001::2), eth_address: EthAddress 0xb794f5ea0ba39494ce839613fffba74279579268, mac_address: MacAddress("12:34:56:78:90:ab") }, from: Identity { ip_address: V6(2001::3), eth_address: EthAddress 0xb794f5ea0ba39494ce839613fffba74279579268, mac_address: MacAddress("12:34:56:78:90:ab") }, amount: Uint256 108600 }
2018-01-26 00:14:18 TRACE [payment_controller] current balance: Int256 -79640
2018-01-26 00:14:18 TRACE [payment_controller] Sending bounty hunter update: BountyUpdate { from: Identity { ip_address: V6(2001::2), eth_address: EthAddress 0xb794f5ea0ba39494ce839613fffba74279579268, mac_address: MacAddress("12:34:56:78:90:ab") }, balance: Int256 -79640, tx: PaymentTx { to: Identity { ip_address: V6(2001::2), eth_address: EthAddress 0xb794f5ea0ba39494ce839613fffba74279579268, mac_address: MacAddress("12:34:56:78:90:ab") }, from: Identity { ip_address: V6(2001::3), eth_address: EthAddress 0xb794f5ea0ba39494ce839613fffba74279579268, mac_address: MacAddress("12:34:56:78:90:ab") }, amount: Uint256 108600 } }
2018-01-26 00:14:18 TRACE [debt_keeper] old debt for V6(2001::3): Int256 0
2018-01-26 00:14:18 TRACE [debt_keeper] applying credit from: V6(2001::3), of amount: Int256 108600
2018-01-26 00:14:18 TRACE [debt_keeper] new debt for V6(2001::3): Int256 108600
2018-01-26 00:14:18 TRACE [debt_keeper] debt is above payment threshold. making payment
2018-01-26 00:14:18 TRACE [rita::network_endpoints] Received payment, Payment: PaymentTx { to: Identity { ip_address: V6(2001::2), eth_address: EthAddress 0xb794f5ea0ba39494ce839613fffba74279579268, mac_address: MacAddress("12:34:56:78:90:ab") }, from: Identity { ip_address: V6(2001::1), eth_address: EthAddress 0xb794f5ea0ba39494ce839613fffba74279579268, mac_address: MacAddress("12:34:56:78:90:ab") }, amount: Uint256 79640 }
2018-01-26 00:14:18 TRACE [payment_controller] current balance: Int256 -79640
2018-01-26 00:14:18 TRACE [payment_controller] sending payment of Uint256 108600 to V6(2001::3): PaymentTx { to: Identity { ip_address: V6(2001::3), eth_address: EthAddress 0xb794f5ea0ba39494ce839613fffba74279579268, mac_address: MacAddress("12:34:56:78:90:ab") }, from: Identity { ip_address: V6(2001::2), eth_address: EthAddress 0xb794f5ea0ba39494ce839613fffba74279579268, mac_address: MacAddress("12:34:56:78:90:ab") }, amount: Uint256 108600 }
2018-01-26 00:14:18 TRACE [payment_controller] current balance: Int256 -188240
2018-01-26 00:14:18 TRACE [payment_controller] current balance: Int256 -188240
2018-01-26 00:14:18 TRACE [payment_controller] payment of Uint256 79640 received from V6(2001::1): PaymentTx { to: Identity { ip_address: V6(2001::2), eth_address: EthAddress 0xb794f5ea0ba39494ce839613fffba74279579268, mac_address: MacAddress("12:34:56:78:90:ab") }, from: Identity { ip_address: V6(2001::1), eth_address: EthAddress 0xb794f5ea0ba39494ce839613fffba74279579268, mac_address: MacAddress("12:34:56:78:90:ab") }, amount: Uint256 79640 }
2018-01-26 00:14:18 TRACE [payment_controller] current balance: Int256 -108600
2018-01-26 00:14:18 TRACE [payment_controller] Sending bounty hunter update: BountyUpdate { from: Identity { ip_address: V6(2001::2), eth_address: EthAddress 0xb794f5ea0ba39494ce839613fffba74279579268, mac_address: MacAddress("12:34:56:78:90:ab") }, balance: Int256 -108600, tx: PaymentTx { to: Identity { ip_address: V6(2001::2), eth_address: EthAddress 0xb794f5ea0ba39494ce839613fffba74279579268, mac_address: MacAddress("12:34:56:78:90:ab") }, from: Identity { ip_address: V6(2001::1), eth_address: EthAddress 0xb794f5ea0ba39494ce839613fffba74279579268, mac_address: MacAddress("12:34:56:78:90:ab") }, amount: Uint256 79640 } }
2018-01-26 00:14:18 TRACE [debt_keeper] old debt for V6(2001::1): Int256 0
2018-01-26 00:14:18 TRACE [debt_keeper] applying credit from: V6(2001::1), of amount: Int256 79640
2018-01-26 00:14:18 TRACE [debt_keeper] new debt for V6(2001::1): Int256 79640
2018-01-26 00:14:18 TRACE [debt_keeper] debt is above payment threshold. making payment
2018-01-26 00:14:18 TRACE [rita::network_endpoints] Received payment, Payment: PaymentTx { to: Identity { ip_address: V6(2001::2), eth_address: EthAddress 0xb794f5ea0ba39494ce839613fffba74279579268, mac_address: MacAddress("12:34:56:78:90:ab") }, from: Identity { ip_address: V6(2001::3), eth_address: EthAddress 0xb794f5ea0ba39494ce839613fffba74279579268, mac_address: MacAddress("12:34:56:78:90:ab") }, amount: Uint256 108600 }
2018-01-26 00:14:18 TRACE [payment_controller] current balance: Int256 -108600
2018-01-26 00:14:18 TRACE [payment_controller] sending payment of Uint256 79640 to V6(2001::1): PaymentTx { to: Identity { ip_address: V6(2001::1), eth_address: EthAddress 0xb794f5ea0ba39494ce839613fffba74279579268, mac_address: MacAddress("12:34:56:78:90:ab") }, from: Identity { ip_address: V6(2001::2), eth_address: EthAddress 0xb794f5ea0ba39494ce839613fffba74279579268, mac_address: MacAddress("12:34:56:78:90:ab") }, amount: Uint256 79640 }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment