Giter VIP home page Giter VIP logo

chives-blockchain's Introduction

Alt text

Current Release/main Development Branch/dev
![Ubuntu Core Tests] ![MacOS Core Tests] Windows Installer on Windows 10 and Python 3.7 ![Ubuntu Core Tests] ![MacOS Core Tests] Windows Installer on Windows 10 and Python 3.7

GitHub contributors

1 Name:Chives

  • English name: Chives
  • English abbreviation: XCC (XCC Chives)
  • ICO: No
  • Pre-Mine: No
  • Description: Forked from Chia
  • Block time: 18.75 seconds (same as Chia)
  • Block reward: 200 Chives (Chia: 2 XCH)
  • Block allocation(Stage 1 & 2): 90% is allocated to miners, and 10% is allocated to the community
  • Block allocation(Stage 3): 45% is allocated to miners, 45% is allocated to the master nodes, and 10% is allocated to the community
  • Reward halving: Halving in 3 years, to a block reward of 12.5 Chives from the 13th year (same as Chia)
  • Total issuance: No upper limit (same as Chia)
  • Need to Replot(Can not use chia plots)

Chives is a hard fork created by volunteers in the community using Chives code. As a completely decentralized, no reservation, no ICO, and community autonomy cryptocurrency, it can create a low-power, green and environmentally friendly blockchain system with Chia™.

2 What is a Chives Farm?

Running a Chives Farm is similar to mining, but using hard drive storage space instead of processing power. During block creation a snapshot the network storage space is taken;

Personal income is determined by the percentage of storage space a user contributes to the total storage space on the network. The more storage space you allocate to a Chives Farm, the greater your profit.

3 What is Plotting?

To start a Chives Farm it must be plotted, a process that requires a read and write to the allocated farm space. Once your hard disk is plotted, you may become a farmer and harvest it as long as you keep the proof.

The initial plot process fills the farm space with random input proofs, reads the drives through direct access to the API, and then sorts them to quickly find the proofs obtained.

4 How does it work?

Chives uses the free disk space on the hard disk to run Proof-of-Space (PoSpace) and coordinate with another consensus algorithm, Proof of Time (PoTime) to verify the blockchain.

The income of Chives farmers is proportional to the amount of resource storage space; if you have 10 times the space, you will get 10 times the reward.

5 Chives mining economic model

On the blockchain of the Chives network, there is no upper limit to the total number of Chives coins that can be generated through farming rewards (farming), but block rewards will be reduced over time.

A block is generated every 18.75 seconds, and each block rewards 200 Chives. Of this, 45% is allocated to miners, another 45% is allocated to the master nodes, and 10% is allocated to the community. Halving of block rewards in 3 years, to a final reward rate of 12.5 Chives every 10 minutes from the 13th year.

6 What problems does Chives solve?

  1. Chia officially reserves a large number of coins.

The official developers of Chia coin reserve 21 Millions coins for their own use, which is unfair to everyone who participates in Chia. The 21 Millions coins officially reserved are equivalent to the total reward of all miners mining for 12 years straight.

  1. The problem of concentration of computing power caused by the large-scale mining pool of Chia coin.

In order to prevent the participation of large mining pools from causing too low returns for retail investors, Chives refers to Dash’s governance model, citing the concept of master nodes and community autonomy.

Anyone can become a master node by staking Chives and deploying to a public network server.

Master nodes do not participate in mining, but guarantee the diversity and health of the network, for their contribution the master nodes will receive 45% of the block reward.

Anyone can become a master node, which provides another channel for people to participate in community projects and receive rewards.

  1. The problem that the community does not obtain block rewards.

Currently in Chia’s model, only two groups of officials and miners can obtain block rewards: The official team who owns Chia by reserving 21 million coins, and miners who need to buy a lot of equipment and participate in mining to gain income.

All those who have done publicity and promotion for Chia, have contributed, but will not receive any of the block rewards. This situation violates the spirit of community participation in fairness and openness.

Chives will allocate 10% of the block rewards to people who contribute to the community, including but not limited to: Chives project developers, document writers and translators, and various social media promoters for Chives.

The master nodes vote to determine which work will be funded, and the entire process is completely managed and operated by the community.

chives-blockchain's People

Contributors

hiveproject2021 avatar zcomputerwiz avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

Forkers

xaiat

chives-blockchain's Issues

[Bug] Chives dont open process Sleep

What happened?

[219834:0707/171859.233718:ERROR:gpu_init.cc(441)] Passthrough is not supported, GL is swiftshader
(node:219799) UnhandledPromiseRejectionWarning: YAMLException: duplicated mapping key (519:3)

516 | wallet_peers_file_path: wallet/ ...
517 |
518 | # Allow connecting to remote pe ...
519 | connect_to_unknown_peers: True
---------^
520 |
521 | logging: *logging
at ro (/usr/lib/chives-blockchain/resources/app.asar/build/electron/main.js:2:2257825)
at so (/usr/lib/chives-blockchain/resources/app.asar/build/electron/main.js:2:2257860)
at uo (/usr/lib/chives-blockchain/resources/app.asar/build/electron/main.js:2:2259892)
at /usr/lib/chives-blockchain/resources/app.asar/build/electron/main.js:2:2265052
at wo (/usr/lib/chives-blockchain/resources/app.asar/build/electron/main.js:2:2265329)
at /usr/lib/chives-blockchain/resources/app.asar/build/electron/main.js:2:2265006
at wo (/usr/lib/chives-blockchain/resources/app.asar/build/electron/main.js:2:2265329)
at bo (/usr/lib/chives-blockchain/resources/app.asar/build/electron/main.js:2:2272636)
at vo (/usr/lib/chives-blockchain/resources/app.asar/build/electron/main.js:2:2273379)
at Object.load (/usr/lib/chives-blockchain/resources/app.asar/build/electron/main.js:2:2273604)
(Use chives-blockchain --trace-warnings ... to show where the warning was created)
(node:219799) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). To terminate the node process on unhandled promise rejection, use the CLI flag --unhandled-rejections=strict (see https://nodejs.org/api/cli.html#cli_unhandled_rejections_mode). (rejection id: 1)
(node:219799) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code.

Version

1.3.5

What platform are you using?

Linux

What ui mode are you using?

GUI

Relevant log output

No response

V1.3.5, wrong version

What happened?

chives-blockchain_0.1.3_amd64.deb
https://github.com/HiveProject2021/chives-blockchain/releases/tag/1.3.5

Wrong version number is everywhere, is it old version or just some configuration error?

Before upgrade:

$ ln -s /usr/lib/chives-blockchain/resources/app.asar.unpacked/daemon/chives
$
$ ~/chives version
1.2.11.1

Upgrade:

$ sudo dpkg -i chives-blockchain_0.1.3_amd64.deb 
dpkg: warning: downgrading chives-blockchain from 1.2.11.1 to 0.1.3
(Reading database ... 378340 files and directories currently installed.)
Preparing to unpack chives-blockchain_0.1.3_amd64.deb ...
Unpacking chives-blockchain (0.1.3) over (1.2.11.1) ...
$
$ ~/chives version
0.1.3

Version

V1.3.5

What platform are you using?

Linux

What ui mode are you using?

CLI

Relevant log output

No response

[Bug]

What happened?

Loading keyring status.....?

Version

1.5.32

What platform are you using?

Windows

What ui mode are you using?

GUI

Relevant log output

cant log on ?
Loading keyring status....

[Bug] After run chives from sources chives version shows 0.1.dev1

What happened?

I'm trying to build a docker image. After building an image and login into the chives container I see the following.
image

Is it normal?

P.S. I've used https://github.com/Chia-Network/chia-docker as a template.

Version

1.5.4

What platform are you using?

Linux

What ui mode are you using?

CLI

Relevant log output

root@b1c3a83f6536:/chives-blockchain# chives show -s
Network: mainnet    Port: 9699   RPC Port: 9755
Node ID: fd1c1a19ec88dd942317cdbd41d1b1d2f089a2232d4aa8245b13a4c7cf101500
Genesis Challenge: 69cfa80789667c51428eaf2f2126e6be944462ee5b59b8128e90b9a650f865c1
Current Blockchain Status: Syncing 96/2749171 (2749075 behind).
Peak: Hash: 8ad6bf5e6d98b8997484d85c25c9eae30c0f223d857820340b18787e6ba58d38
      Time: Sun Jul 11 2021 03:52:11 EEST                  Height:         96

Estimated network space: 59.649 TiB
Current difficulty: 7
Current VDF sub_slot_iters: 134217728
Total iterations since the start of the blockchain: 705532650

  Height: |   Hash:
       96 | 8ad6bf5e6d98b8997484d85c25c9eae30c0f223d857820340b18787e6ba58d38
       95 | 8e82e55bc55249a18f625a074949b278a91b7b09d87aaa45674dc55925d476f0
       94 | e0242b2a082f3dc4afba1e87054b1251eb181775b3ca2ba56582ead0ee6c14a6
       93 | e4f7fbe6eb510e6af506ac2adac28043bfd90b6f6f66725bae03eaddf9b1b5e5
       92 | e632586151589baaf90b218502441999c764aa6820ea2f06c66412efa53df917
       91 | 5be98277ac1af842570fbf7c6a8edbaafd5819315e323c04c12afdadfd238732
       90 | ce51349fb311cc1767a5d298ae8f6359266c93fec31c43a9eca4219ebc94837b
       89 | 17a1b030e2eb8b552127be0450b41f425fa7f1834a44a2ec1b3790f310cc3d05
       88 | 02c29957713353625f61c8981b903a4628fa52f4ce5ce7c27d113ff9079b138c
       87 | ac40d4b2586051d5f5f368dda99fd502c44b48e89868b3fd55c9b5e9de9025ae
root@b1c3a83f6536:/chives-blockchain# chives version
0.1.dev1
root@b1c3a83f6536:/chives-blockchain#

[Bug]

What happened?

I've created masternode 100K in version 1.5.3.2
after upgrade to 1.5.3.6 strange issue with masternode

command chives wallet masternode_mynode
shows balance 0.0
but command chives wallet masternode_staking

Status:success
Chives Masternode Staking Information:
You have staking coins. Not need to stake coin again.

and show me correct balance 100K

Version

1.5.3.6

What platform are you using?

Linux

What ui mode are you using?

CLI

Relevant log output

No response

[Bug] No proofs found after upgrading to version 1.5.0 (worked fine with 1.3.5)

What happened?

Myself and other Chives users are finding that after upgrading to version 1.5.0 we stop farming blocks. Example from the Chives Discord, from a user with standard GUI/CLI:

image

Here's another user who was using Chives 1.5.0 bundled inside the Machinaris docker image. As shown they have only a 0.23 days ETW which regularly blocks with 1.3.5. With 1.5.0, after a week their effort was at 2000% and no blocks had been farmed.

chives1 5 0_effort

Here that user updated to main branch build on August 24th, flat-lined on block wins for a week, then rolled-back to version 1.3.5, and immediately started farming blocks again.

chives_flatline

I've added my debug.log below which shows no errors that would explain the difference.

Please let us know how to further troubleshoot as we are keen to run the most recent Chia merged code for improved resource usage, but only if the new version allows us to continue blocking. Thanks!

Version

1.5.0

What platform are you using?

Linux

What ui mode are you using?

CLI

Relevant log output

Autoscroll
2022-09-12T07:52:00.948 full_node chives.full_node.full_node: INFO     ⏲️  Finished signage point 21/64: CC: 925b781da6b9a1d8f27a078bab868746d2208e3c9d5e498af8431f7dee657254 RC: fdd6b84c41eeec20447632aac18d2e0353b09b5db84ab0a1b0284d373fe3c6c1 
2022-09-12T07:52:00.958 harvester chives.harvester.harvester: INFO     0 plots were eligible for farming 31a4b652f3... Found 0 proofs. Time: 0.00200 s. Total 24 plots
2022-09-12T07:52:08.314 full_node chives.full_node.full_node: INFO     🌱 Updated peak to height 1994728, weight 21238011604, hh 2618eee233ffa71a195f179b02922986e91d56e2d5578ee82856c4100e358ff8, forked at 1994727, rh: 420584e651145c7ade383b20a466ce4dbae4713fee270fafcba98b64b304a58a, total iters: 4698754566275, overflow: False, deficit: 8, difficulty: 4288, sub slot iters: 52953088, Generator size: No tx, Generator ref list size: No tx
2022-09-12T07:52:10.645 full_node chives.full_node.full_node: INFO     Added unfinished_block df2e6d1004273496d27fff97a585a2266a8dd295721ce03fe48f1bd5e49d9161, not farmed by us, SP: 21 farmer response time: 9.6240, Pool pk xcc194ruy57k4wgzcc64330eaeaak2d0ja96k3dy57am5uwjjearnm7swpdqe5, validation time: 0.0614 seconds, pre_validation time 0.0079, cost: 3519968, percent full: 0.032%
2022-09-12T07:52:10.873 full_node chives.full_node.full_node: INFO     ⏲️  Finished signage point 22/64: CC: 98602ecebcb611c5b92b39a6d7d7d6ca63082d6b8e0d0aea79fdc81ed7529635 RC: 337410430f725877724df8b965a398ba3431553205288975a0869bc27cf1751e 
2022-09-12T07:52:10.880 harvester chives.harvester.harvester: INFO     0 plots were eligible for farming 31a4b652f3... Found 0 proofs. Time: 0.00180 s. Total 24 plots
2022-09-12T07:52:19.373 full_node chives.full_node.full_node: INFO     ⏲️  Finished signage point 23/64: CC: 7044f2c86ebb4c4ba3b37eca8c58947e4d43e5ec1acc21accd1c37e2686fb9a3 RC: 5b383dbda0200c11def61e1d0cdc7ba295c21723b327b0550e66b61613e768b8 
2022-09-12T07:52:19.381 harvester chives.harvester.harvester: INFO     0 plots were eligible for farming 31a4b652f3... Found 0 proofs. Time: 0.00192 s. Total 24 plots
2022-09-12T07:52:21.931 full_node full_node_server        : INFO     Not accepting inbound connection: {'host': '80.77.61.70', 'port': 9699}.Inbound limit reached.
2022-09-12T07:52:22.154 full_node full_node_server        : INFO     Connection closed: 80.77.61.70, node id: faede7ff7591cd419e51cd5754c130ba51c201125d2d038ed18f2717be809a86
2022-09-12T07:52:22.155 full_node chives.full_node.full_node: INFO     peer disconnected {'host': '80.77.61.70', 'port': 9699}
2022-09-12T07:52:25.706 full_node full_node_server        : INFO     Cannot connect to host 183.81.41.190:8444 ssl:<ssl.SSLContext object at 0x14ef048162c0> [Connect call failed ('183.81.41.190', 8444)]
2022-09-12T07:52:28.108 full_node chives.full_node.full_node: INFO     ⏲️  Finished signage point 24/64: CC: f8a4b953690b60b156a899ffa496a28bbad0fe17cbb6aa726eefa3c4441bf695 RC: f8f31ee480cd970f1a16cfacc2d2192d69ad5ba8fe83f87c6fcba0204fb9b475 
2022-09-12T07:52:28.118 harvester chives.harvester.harvester: INFO     0 plots were eligible for farming 31a4b652f3... Found 0 proofs. Time: 0.00315 s. Total 24 plots
2022-09-12T07:52:33.263 full_node chives.full_node.full_node: INFO     🌱 Updated peak to height 1994729, weight 21238015892, hh 6199ee5c7c2a0cebd2062760a071098395fc83fbc98df556f81fbbb0c524ecb2, forked at 1994728, rh: 270391bcc274a55801c49776978465bbd1d04391dad606ec3b8e866cd363fa72, total iters: 4698756744857, overflow: False, deficit: 7, difficulty: 4288, sub slot iters: 52953088, Generator size: 293, Generator ref list size: 1
2022-09-12T07:52:33.264 full_node chives.full_node.mempool_manager: INFO     Size of mempool: 1 spends, cost: 61829 minimum fee rate (in FPC) to get in for 5M cost tx: 0
2022-09-12T07:52:39.266 full_node chives.full_node.full_node: INFO     ⏲️  Finished signage point 25/64: CC: c3a2a44be9d09d24a50e0a15fdb57b75590992982e21be893454756f54920379 RC: 5d90309c1691d58cc6cb91ed57b7a73ef5a7b81a58b12e6bb55c5697b86f20e3 
2022-09-12T07:52:39.274 harvester chives.harvester.harvester: INFO     0 plots were eligible for farming 31a4b652f3... Found 0 proofs. Time: 0.00176 s. Total 24 plots
2022-09-12T07:52:41.358 harvester chives.harvester.harvester: INFO     _plot_refresh_callback: event done, loaded 0, removed 0, processed 24, remaining 0, duration: 0.00 seconds, total plots: 24
2022-09-12T07:52:42.317 full_node chives.full_node.full_node: INFO     Added unfinished_block 693627853679c932f62f5d4ec3de7e7bc7d50785773c130825077ab79037f5ab, not farmed by us, SP: 25 farmer response time: 2.9952, Pool pk xcc1e9dtv5srj5urqcvlv8yakxgqw9vez4ftj8kcetgkuynysrcsf5pq5vc5w3, validation time: 0.0424 seconds, pre_validation time 0.0099, cost: 3519968, percent full: 0.032%
2022-09-12T07:52:46.286 full_node full_node_server        : INFO     Not accepting inbound connection: {'host': '64.250.84.242', 'port': 9699}.Inbound limit reached.
2022-09-12T07:52:46.370 full_node full_node_server        : INFO     Connection closed: 64.250.84.242, node id: 446160733d6f22c5b2ff456a986e330b1bb62b57de76002bfa68e6c49bc0eed2
2022-09-12T07:52:46.371 full_node chives.full_node.full_node: INFO     peer disconnected {'host': '64.250.84.242', 'port': 9699}
2022-09-12T07:52:46.832 full_node chives.full_node.full_node: INFO     ⏲️  Finished signage point 26/64: CC: 252f96548f3e15bc94b60f3a8bae595858d40831a22147b7d6c4d54694d881ae RC: bc709f4def23c6fef198c5972d9a7ce750ae802c4fe057834edb32c8eed9c3db 
2022-09-12T07:52:46.841 harvester chives.harvester.harvester: INFO     0 plots were eligible for farming 31a4b652f3... Found 0 proofs. Time: 0.00204 s. Total 24 plots
2022-09-12T07:52:49.581 full_node chives.full_node.full_node: INFO     Added unfinished_block a8c3296e31c1be41b58a1d33f5b83818099257274ecf53874b73590e15f5f363, not farmed by us, SP: 26 farmer response time: 2.6920, Pool pk xcc1k966q6y9l5qzje0vh8cxmgwxac0xsn9nlhzmfuahqceg7wx5xcxqc3np9c, validation time: 0.0439 seconds, pre_validation time 0.0094, cost: 3519968, percent full: 0.032%
2022-09-12T07:52:54.989 full_node chives.full_node.full_node: INFO     ⏲️  Finished signage point 27/64: CC: d2e310cc3c613e8654806fce3a21cc26366f09b17eaec35d4e0a4ad1b08da209 RC: 1061a28b6a8049065c83fa08b22981d83c3f3f10ba1720b2dc97e4ad7dc8c460 
2022-09-12T07:52:55.231 harvester chives.harvester.harvester: INFO     0 plots were eligible for farming 31a4b652f3... Found 0 proofs. Time: 0.00179 s. Total 24 plots
2022-09-12T07:52:56.656 full_node full_node_server        : INFO     Not accepting inbound connection: {'host': '87.9.56.118', 'port': 9699}.Inbound limit reached.
2022-09-12T07:52:56.850 full_node full_node_server        : INFO     Connection closed: 87.9.56.118, node id: 36537a9eb16b730fa04858b50afce7487ed09ff8c3387230469703de958742ce
2022-09-12T07:52:56.851 full_node chives.full_node.full_node: INFO     peer disconnected {'host': '87.9.56.118', 'port': 9699}
2022-09-12T07:52:59.492 full_node full_node_server        : INFO     Not accepting inbound connection: {'host': '46.34.195.116', 'port': 9699}.Inbound limit reached.
2022-09-12T07:52:59.711 full_node full_node_server        : INFO     Connection closed: 46.34.195.116, node id: bc18bfe58b4aba85e421d7625f691c82784a9be33406dd10c91a12cc0fed8bd3
2022-09-12T07:52:59.712 full_node chives.full_node.full_node: INFO     peer disconnected {'host': '46.34.195.116', 'port': 9699}
2022-09-12T07:53:02.962 full_node chives.full_node.full_node: INFO     ⏲️  Finished signage point 28/64: CC: ad321b0d29e811527f62adfb945e8b39f811626dcc69873ed0130663f4de340b RC: 2e13790af336c5cb7b74f3dc41a89277bcae13db2b7e3c5b3318b8e8d787b259 
2022-09-12T07:53:02.970 harvester chives.harvester.harvester: INFO     0 plots were eligible for farming 31a4b652f3... Found 0 proofs. Time: 0.00165 s. Total 24 plots
2022-09-12T07:53:04.618 full_node chives.full_node.full_node: INFO     Added unfinished_block f87b87f8094a70a9daac720499523ec79732c9974963ac07cb4495b20c06488e, not farmed by us, SP: 28 farmer response time: 1.6159, Pool pk xcc1fvlkrp6wq3mdqtvz3e9ez33cs3zr4vd4v89njxwxgy98jrr0t5as5h2jmq, validation time: 0.0292 seconds, pre_validation time 0.0089, cost: 3519968, percent full: 0.032%
2022-09-12T07:53:05.851 full_node chives.full_node.full_node: INFO     Added unfinished_block 702b4a296343cda622138354d5f42b4c0307c115606f969838386591502ac484, not farmed by us, SP: 28 farmer response time: 2.8086, Pool pk xcc1wdzrnfg2lu5nvfvtkx87wnnfkkqhxm3xjj2shaevl6ku547uhahshjyfxq, validation time: 0.0697 seconds, pre_validation time 0.0076, cost: 3543968, percent full: 0.032%
2022-09-12T07:53:11.943 full_node chives.full_node.full_node: INFO     🌱 Updated peak to height 1994730, weight 21238020180, hh d5a02a9a5a3bfbe628db1d719f80e4b4b6f8ce9a22de619a6fe19e076b33b1cf, forked at 1994729, rh: deb2bcd3dac2d88d87086f234bab39fc8829fb83846fda78d70d35808cde8716, total iters: 4698760511921, overflow: False, deficit: 6, difficulty: 4288, sub slot iters: 52953088, Generator size: 293, Generator ref list size: 1
2022-09-12T07:53:11.945 full_node chives.full_node.mempool_manager: INFO     Size of mempool: 1 spends, cost: 61829 minimum fee rate (in FPC) to get in for 5M cost tx: 0
2022-09-12T07:53:13.222 full_node chives.full_node.full_node: INFO     ⏲️  Finished signage point 29/64: CC: 53d0e2313f18bc8466f27ba313ed73bcedf09912143cc06bb3d21380d6dc088f RC: 318cc06f5066fbf080755833f180381520f8b1f9a38e999da2907d3aa8af099f 
2022-09-12T07:53:13.230 harvester chives.harvester.harvester: INFO     0 plots were eligible for farming 31a4b652f3... Found 0 proofs. Time: 0.00192 s. Total 24 plots
2022-09-12T07:53:15.322 full_node full_node_server        : INFO     Cannot connect to host 87.123.122.179:9699 ssl:<ssl.SSLContext object at 0x14eee50ca3c0> [Connect call failed ('87.123.122.179', 9699)]
2022-09-12T07:53:15.378 full_node chives.full_node.full_node: INFO     Added unfinished_block ebbeffeffb82221c756254840cf32360bff6667daffb6b73df8c57ef7ae27fdd, not farmed by us, SP: 29 farmer response time: 2.1057, Pool pk xcc1xj8rlmlz27a40teu69tf09nz532daa42pezmrvznxlvqcvekzf2qgnp87e, validation time: 0.0395 seconds, pre_validation time 0.0076, cost: 3543968, percent full: 0.032%
2022-09-12T07:53:20.928 full_node chives.full_node.full_node: INFO     🌱 Updated peak to height 1994731, weight 21238024468, hh 749e7a80a41fa3b089317b096429b255e3ebaf1d99a129fe61eabd893c3aedda, forked at 1994730, rh: 2075170ea1cff82bb6ee4a1d180077973deddb8f114caad4cca41d580bc68f91, total iters: 4698761241801, overflow: False, deficit: 5, difficulty: 4288, sub slot iters: 52953088, Generator size: No tx, Generator ref list size: No tx
2022-09-12T07:53:22.606 full_node chives.full_node.full_node: INFO     ⏲️  Finished signage point 30/64: CC: 49aaee01bbacdfd772ad9e7096957b902465061ca0efe996f9c087d9f86aa62f RC: 7c9f2069a17434e4ad40b72cb99819f55fb711ee5740496745ca24ce6066cfa5 
2022-09-12T07:53:22.615 harvester chives.harvester.harvester: INFO     0 plots were eligible for farming 31a4b652f3... Found 0 proofs. Time: 0.00383 s. Total 24 plots
2022-09-12T07:53:30.047 full_node chives.full_node.full_node: INFO     ⏲️  Finished signage point 31/64: CC: d28a8c8923643e6ce32424e61c19f10b41fa382a019eb7b9d7c2d9b459f2e486 RC: a1a8bfb212817675d1048ce0222d9cef0b4abadd19d962f7206d53d16a2f5da6 
2022-09-12T07:53:30.057 harvester chives.harvester.harvester: INFO     0 plots were eligible for farming 31a4b652f3... Found 0 proofs. Time: 0.00178 s. Total 24 plots
2022-09-12T07:53:35.916 full_node full_node_server        : INFO     Connected with full_node {'host': '109.164.219.211', 'port': 9699}
2022-09-12T07:53:35.919 full_node full_node_server        : INFO     Connection closed: 109.164.219.211, node id: d35ec3e8348d9b7a6234e48642a547c2acb349b863a7876ff1ffa3b932ce2e10
2022-09-12T07:53:35.920 full_node chives.full_node.full_node: INFO     peer disconnected {'host': '109.164.219.211', 'port': 9699}
2022-09-12T07:53:36.191 full_node chives.full_node.full_node: INFO     🌱 Updated peak to height 1994732, weight 21238028756, hh aad08878acd00075b2a0c942d2009e9b40d6e72eb19b9a22be10394884a8a4d5, forked at 1994731, rh: b24440ff64cfc050dc9edd5dfcedba4c7cc2d1a50bc8daa80ca401bba0d2bbd2, total iters: 4698762714242, overflow: False, deficit: 4, difficulty: 4288, sub slot iters: 52953088, Generator size: No tx, Generator ref list size: No tx
2022-09-12T07:53:40.568 full_node chives.full_node.full_node: INFO     🌱 Updated peak to height 1994733, weight 21238033044, hh 75977d220783ef40bc02c1cfdcadcebe2a63908bbb46eadbc4e848779d8ca209, forked at 1994732, rh: 363907f458b2486cc97c23d7f2867afe3d6cc688a1947772f5fa502363e8111f, total iters: 4698762957083, overflow: False, deficit: 3, difficulty: 4288, sub slot iters: 52953088, Generator size: No tx, Generator ref list size: No tx
2022-09-12T07:53:41.819 full_node chives.full_node.full_node: INFO     ⏲️  Finished signage point 32/64: CC: 7092d3a5f68d21c6bc99939358502b5bb5914d173f63358a3c0cf3aa17b620f8 RC: a9e314e345ef36fb4170833e3e166b0140bbbcb42d0cf54f071dc7bad9ce8e8a 
2022-09-12T07:53:41.831 harvester chives.harvester.harvester: INFO     0 plots were eligible for farming 31a4b652f3... Found 0 proofs. Time: 0.00351 s. Total 24 plots
2022-09-12T07:53:46.618 full_node chives.full_node.full_node: INFO     🌱 Updated peak to height 1994734, weight 21238037332, hh 84c47e162089eb945db4320a4f1dbd2e13b905a844272b34ba5f76e0f4473407, forked at 1994733, rh: 983cdee644c450d9931af61c121933d4c49fdda9071350b936cbe4d09334cc89, total iters: 4698763401440, overflow: False, deficit: 2, difficulty: 4288, sub slot iters: 52953088, Generator size: 295, Generator ref list size: 1
2022-09-12T07:53:46.620 full_node chives.full_node.mempool_manager: INFO     Size of mempool: 1 spends, cost: 61829 minimum fee rate (in FPC) to get in for 5M cost tx: 0
2022-09-12T07:53:49.460 full_node full_node_server        : INFO     Connected with full_node {'host': '213.22.242.228', 'port': 9699}
2022-09-12T07:53:49.464 full_node full_node_server        : INFO     Connection closed: 213.22.242.228, node id: e568c1a44ebed6940f322c417aee2c84125732e1d154f0d2cae4ff1881cc96ad
2022-09-12T07:53:49.465 full_node chives.full_node.full_node: INFO     peer disconnected {'host': '213.22.242.228', 'port': 9699}
2022-09-12T07:53:51.285 full_node chives.full_node.full_node: INFO     ⏲️  Finished signage point 33/64: CC: 7c13ca28850f6f8386245ef169bb4185662cab558c3ea75fee6e3933395f1401 RC: 671380841d619486c2ac51559a3456d254088b625a069158a81458a069812e18 
2022-09-12T07:53:51.293 harvester chives.harvester.harvester: INFO     0 plots were eligible for farming 31a4b652f3... Found 0 proofs. Time: 0.00200 s. Total 24 plots
2022-09-12T07:53:59.388 full_node chives.full_node.full_node: INFO     ⏲️  Finished signage point 34/64: CC: da3a5238dbfa4e57fe221f09014cfeb1aa16f90b9ec25592f4ebedd65c8f8645 RC: 6320eb1c553398b4bf39c54da55bd152fdd1700b3e0cc1088c9090eea39042a7 
2022-09-12T07:53:59.397 harvester chives.harvester.harvester: INFO     0 plots were eligible for farming 31a4b652f3... Found 0 proofs. Time: 0.00251 s. Total 24 plots
2022-09-12T07:54:02.783 full_node chives.full_node.full_node: INFO     Added unfinished_block dadd5691b0549bfb0370577ac0aa9ee0fb1a282146218a5c37b057e509c09769, not farmed by us, SP: 34 farmer response time: 2.4490, Pool pk xcc1tq5cfknt8cqq4zut7yy22wecj76x2vpwkakhmrn8d0ld8um64qusdnpapv, validation time: 0.0345 seconds, pre_validation time 0.9082, cost: 3519968, percent full: 0.032%
2022-09-12T07:54:03.016 full_node full_node_server        : INFO     Connected with full_node {'host': '77.90.130.107', 'port': 9699}
2022-09-12T07:54:03.019 full_node full_node_server        : INFO     Connection closed: 77.90.130.107, node id: 565085179279ed0639f9a756e32d19d737a0b9b7ff1c5fe2f81a5261f2f27a99
2022-09-12T07:54:03.020 full_node chives.full_node.full_node: INFO     peer disconnected {'host': '77.90.130.107', 'port': 9699}
2022-09-12T07:54:05.124 full_node full_node_server        : INFO     Not accepting inbound connection: {'host': '98.33.243.68', 'port': 9699}.Inbound limit reached.
2022-09-12T07:54:05.199 full_node full_node_server        : INFO     Connection closed: 98.33.243.68, node id: ff581aaddb3b5464f05b6dc2e93b039ca57fd204ab62694c02838258e62f7f4f
2022-09-12T07:54:05.200 full_node chives.full_node.full_node: INFO     peer disconnected {'host': '98.33.243.68', 'port': 9699}
2022-09-12T07:54:07.579 full_node chives.full_node.full_node: INFO     ⏲️  Finished signage point 35/64: CC: ec396de6c5150666d1af03e65e0b7a27fc52da31bd00e43a5011a76b912ab8ae RC: 082d25cb2f1e2ae7811f7e9c608c34c3f67f319946f7b771a276918b4474c3c8 
2022-09-12T07:54:07.588 harvester chives.harvester.harvester: INFO     0 plots were eligible for farming 31a4b652f3... Found 0 proofs. Time: 0.00199 s. Total 24 plots
2022-09-12T07:54:12.008 full_node full_node_server        : INFO     Connected with full_node {'host': '188.194.77.174', 'port': 9699}
2022-09-12T07:54:12.012 full_node full_node_server        : INFO     Connection closed: 188.194.77.174, node id: 77d0a79779e979738890f1d10d048c35504866f7a99de8ea09e5bd8817acd8b6
2022-09-12T07:54:12.013 full_node chives.full_node.full_node: INFO     peer disconnected {'host': '188.194.77.174', 'port': 9699}
2022-09-12T07:54:16.319 full_node chives.full_node.full_node: INFO     ⏲️  Finished signage point 36/64: CC: 01ee415de4be99e724c5ca73d75d653872209ee1e6ec3519d1b93f3747256333 RC: ef6ff5bb5677ba343a3ace880ceb6e9efe0ccf913be26cb6cf97e2b486abe666 
2022-09-12T07:54:16.327 harvester chives.harvester.harvester: INFO     0 plots were eligible for farming 31a4b652f3... Found 0 proofs. Time: 0.00207 s. Total 24 plots
2022-09-12T07:54:17.892 full_node chives.full_node.full_node: INFO     Added unfinished_block c77194f4af924c1ad1bc286279686943d3c4c9049818ea53c5061d6a6b64745f, not farmed by us, SP: 36 farmer response time: 1.5191, Pool pk xcc1ztwaw9f8ljyj02722hzhxyqvvxkctnlwdtlzya6tfag4y26x94cst24d24, validation time: 0.0412 seconds, pre_validation time 0.0092, cost: 3519968, percent full: 0.032%
2022-09-12T07:54:25.260 full_node chives.full_node.full_node: INFO     ⏲️  Finished signage point 37/64: CC: 938963621c015a018c7c62e3990a58577c8c7f3b7f3a81d90dd944c716576039 RC: 6989984e875743de3227f87edf7aaadb804045b822d0dcf30d83ed795ffe6827 
2022-09-12T07:54:25.269 harvester chives.harvester.harvester: INFO     0 plots were eligible for farming 31a4b652f3... Found 0 proofs. Time: 0.00214 s. Total 24 plots
2022-09-12T07:54:28.646 full_node chives.full_node.full_node: INFO     🌱 Updated peak to height 1994735, weight 21238041620, hh b959aa1f33575550cd3c7370d33e770a778af944411cad20c1d1941faed79d33, forked at 1994734, rh: 238de8c4cd289d00401b840809cf16609d32a6418604e0333bb6d80a81cea93b, total iters: 4698767361666, overflow: False, deficit: 1, difficulty: 4288, sub slot iters: 52953088, Generator size: 293, Generator ref list size: 1
2022-09-12T07:54:28.648 full_node chives.full_node.mempool_manager: INFO     Size of mempool: 1 spends, cost: 61829 minimum fee rate (in FPC) to get in for 5M cost tx: 0
2022-09-12T07:54:35.508 full_node chives.full_node.full_node: INFO     ⏲️  Finished signage point 38/64: CC: beab9384c7425bbba581ba20fa413f33c76444c9a3920c224171f927ea046c49 RC: 316c16cdfa12c19a770117e3852679e4f3462d98b7a2863526ba19d24f822dfa 
2022-09-12T07:54:35.515 harvester chives.harvester.harvester: INFO     0 plots were eligible for farming 31a4b652f3... Found 0 proofs. Time: 0.00177 s. Total 24 plots
2022-09-12T07:54:35.567 full_node chives.full_node.full_node: INFO     Added unfinished_block 6919a75e6e3b43d0d4b44f847d0e0e5e3e479b4903d91b34ef4438388c505f97, not farmed by us, SP: 34 farmer response time: 36.1276, Pool pk xcc1u09s6vtlxerl9289u9jzrj67j0h3eklsv8xhyqlg3vprx53w4crs70xunc, validation time: 0.0381 seconds, pre_validation time 0.0105, cost: 3543968, percent full: 0.032%
2022-09-12T07:54:37.390 full_node chives.full_node.full_node: INFO     🌱 Updated peak to height 1994736, weight 21238045908, hh 145c1d3fe9fb232b2c7f393b0a4a78f0af27471dbd82de6187cbd1a6796995e9, forked at 1994735, rh: 3bf5ea5d8b0bad076a82e0a58feddb9ff38a60037820c8fb14fc73b60de0869e, total iters: 4698767430117, overflow: False, deficit: 0, difficulty: 4288, sub slot iters: 52953088, Generator size: No tx, Generator ref list size: No tx
2022-09-12T07:54:44.738 full_node chives.full_node.full_node: INFO     ⏲️  Finished signage point 38/64: CC: beab9384c7425bbba581ba20fa413f33c76444c9a3920c224171f927ea046c49 RC: 8b086d1e8342b17bb6e754c627160d97b909525c62420c5224a3ae57a5830383 
2022-09-12T07:54:44.745 harvester chives.harvester.harvester: INFO     0 plots were eligible for farming 31a4b652f3... Found 0 proofs. Time: 0.00176 s. Total 24 plots
2022-09-12T07:54:53.499 full_node chives.full_node.full_node: INFO     ⏲️  Finished signage point 39/64: CC: ce84778dd6c5ee2b4cd73c459af3d5895371ff78332073ed869953e7eb97369b RC: 0aa6acf82d803f8759de616ad008f4c0ea987f071da6142768b1e635fa70bb15 
2022-09-12T07:54:53.507 harvester chives.harvester.harvester: INFO     0 plots were eligible for farming 31a4b652f3... Found 0 proofs. Time: 0.00215 s. Total 24 plots
2022-09-12T07:54:53.750 full_node full_node_server        : INFO     Not accepting inbound connection: {'host': '31.182.161.175', 'port': 9699}.Inbound limit reached.
2022-09-12T07:54:53.941 full_node full_node_server        : INFO     Connection closed: 31.182.161.175, node id: 60bcfc1767d3f36230b3baaaafc94a439e51929263374ecdb1f83cc1607a4ab6
2022-09-12T07:54:53.942 full_node chives.full_node.full_node: INFO     peer disconnected {'host': '31.182.161.175', 'port': 9699}
2022-09-12T07:54:54.840 full_node chives.full_node.full_node: INFO     Added unfinished_block 9181cdff5670e0949139a8e9a6a8a5fc1f783f62f67375da70753035c1ee911f, not farmed by us, SP: 39 farmer response time: 1.2865, Pool pk xcc1x6fg3medxp0ev0z6p08feulv8c5ed4gll72a2dpgh5x8xky5jveq0rw6j2, validation time: 0.0406 seconds, pre_validation time 0.0105, cost: 3543968, percent full: 0.032%
2022-09-12T07:54:55.423 full_node full_node_server        : INFO     Not accepting inbound connection: {'host': '89.242.159.21', 'port': 9699}.Inbound limit reached.
2022-09-12T07:54:55.564 full_node full_node_server        : INFO     Connection closed: 89.242.159.21, node id: d00638a7d955e0271071c5e921eebdaf2f9a4d59a6b6185ad46ea574b8c7b21a
2022-09-12T07:54:55.565 full_node chives.full_node.full_node: INFO     peer disconnected {'host': '89.242.159.21', 'port': 9699}
2022-09-12T07:54:59.852 full_node chives.full_node.full_node: INFO     🌱 Updated peak to height 1994737, weight 21238050196, hh bd08013167e36a22af27a7f5477d270e31330393c80faf0df85c6923e68877f7, forked at 1994736, rh: b250c49246ba16b551fba60ea4b9030c4de990e4614ce40079657c93cda385da, total iters: 4698769311810, overflow: False, deficit: 0, difficulty: 4288, sub slot iters: 52953088, Generator size: No tx, Generator ref list size: No tx
2022-09-12T07:55:04.682 full_node chives.full_node.full_node: INFO     ⏲️  Finished signage point 40/64: CC: 012329b5b2d8df932d9d22478d579888b9712f7472bbc7e864b6c9d8140c2bde RC: a7fb0725b9663c46b593e216c7d5b746cb235248f28e224c3951697c113b3413 
2022-09-12T07:55:04.690 harvester chives.harvester.harvester: INFO     0 plots were eligible for farming 31a4b652f3... Found 0 proofs. Time: 0.00177 s. Total 24 plots
2022-09-12T07:55:12.061 full_node chives.full_node.full_node: INFO     ⏲️  Finished signage point 41/64: CC: 9057617217d1339beb37f64c502d2583314449a5750f5e3786ad09475d2adbce RC: 19e31e93f53f95a95332f31cd80296e66937c28743acc299acacf5b91bab6691 
2022-09-12T07:55:12.069 harvester chives.harvester.harvester: INFO     0 plots were eligible for farming 31a4b652f3... Found 0 proofs. Time: 0.00179 s. Total 24 plots
2022-09-12T07:55:12.293 full_node full_node_server        : INFO     Not accepting inbound connection: {'host': '176.108.187.20', 'port': 9699}.Inbound limit reached.
2022-09-12T07:55:12.512 full_node full_node_server        : INFO     Connection closed: 176.108.187.20, node id: 1f6631358d048559d0c70af1bbe987a07c48ac623f47615106f93c300ffe2268
2022-09-12T07:55:12.513 full_node chives.full_node.full_node: INFO     peer disconnected {'host': '176.108.187.20', 'port': 9699}
2022-09-12T07:55:19.751 full_node chives.full_node.full_node: INFO     ⏲️  Finished signage point 42/64: CC: 1b12dfd430a5cfd67a85cb1e68f39a1c1acf45edd7850fc1df2d69ff781a4f3d RC: 00e02e3bcc1b2464e9fae3a71d5e12e37aaf3923e65cc8edb164e73fdf80b904 
2022-09-12T07:55:19.758 harvester chives.harvester.harvester: INFO     0 plots were eligible for farming 31a4b652f3... Found 0 proofs. Time: 0.00165 s. Total 24 plots
2022-09-12T07:55:20.856 full_node full_node_server        : INFO     Not accepting inbound connection: {'host': '85.196.171.250', 'port': 9699}.Inbound limit reached.
2022-09-12T07:55:21.040 full_node full_node_server        : INFO     Connection closed: 85.196.171.250, node id: e54b84257b76cd47aafabc453855e0e906f32e14b8d08a59855ce31ec803b47b
2022-09-12T07:55:21.040 full_node chives.full_node.full_node: INFO     peer disconnected {'host': '85.196.171.250', 'port': 9699}
2022-09-12T07:55:21.444 full_node full_node_server        : INFO     Not accepting inbound connection: {'host': '185.153.32.153', 'port': 9699}.Inbound limit reached.
2022-09-12T07:55:21.610 full_node full_node_server        : INFO     Connection closed: 185.153.32.153, node id: bdc4fd680894a0bf0342365ec331f84a04ecb94728e8ed7f2b3bc618ea5706d7
2022-09-12T07:55:21.611 full_node chives.full_node.full_node: INFO     peer disconnected {'host': '185.153.32.153', 'port': 9699}
2022-09-12T07:55:24.060 full_node chives.full_node.full_node: INFO     🌱 Updated peak to height 1994738, weight 21238054484, hh 9da9df031b828fc83391d0167b261b6858abc9c147d9d956104214c88b5287df, forked at 1994737, rh: 9809878a618a334ae98905a819a34565157df7f1701b06f8f029b52c5bb4f7c0, total iters: 4698771576506, overflow: False, deficit: 0, difficulty: 4288, sub slot iters: 52953088, Generator size: 295, Generator ref list size: 1
2022-09-12T07:55:24.062 full_node chives.full_node.mempool_manager: INFO     Size of mempool: 1 spends, cost: 61829 minimum fee rate (in FPC) to get in for 5M cost tx: 0
2022-09-12T07:55:27.458 full_node full_node_server        : INFO     Cannot connect to host 65.74.126.220:9699 ssl:<ssl.SSLContext object at 0x14eee23535c0> [Connect call failed ('65.74.126.220', 9699)]
2022-09-12T07:55:29.404 full_node chives.full_node.full_node: INFO     ⏲️  Finished signage point 43/64: CC: 35676e61b4536374e7b0853e2de0236ebe38ebb72cf46c56c514f5478a34a561 RC: 2eeffbd866349f0b2342e8fa72a6e7cf7c59180db56e598b1897b9b269dac8e4 
2022-09-12T07:55:29.413 harvester chives.harvester.harvester: INFO     0 plots were eligible for farming 31a4b652f3... Found 0 proofs. Time: 0.00189 s. Total 24 plots
2022-09-12T07:55:30.413 full_node full_node_server        : INFO     Not accepting inbound connection: {'host': '178.219.132.51', 'port': 9699}.Inbound limit reached.
2022-09-12T07:55:30.582 full_node full_node_server        : INFO     Connection closed: 178.219.132.51, node id: 6aeb3c913eb21a26b1d363e03390cd5cde191b9265a92a2da99ccb2636cfbbc7
2022-09-12T07:55:30.583 full_node chives.full_node.full_node: INFO     peer disconnected {'host': '178.219.132.51', 'port': 9699}
2022-09-12T07:55:37.075 full_node chives.full_node.full_node: INFO     ⏲️  Finished signage point 44/64: CC: 79986a82b31f7b52b70053924970864948b60e491bc6f5bf90017f395e335f5e RC: ca73f965ed8a33a361f1573ae6ea8979f2dfbddba9e7fbdf38a654ba42ae593f 
2022-09-12T07:55:37.083 harvester chives.harvester.harvester: INFO     0 plots were eligible for farming 31a4b652f3... Found 0 proofs. Time: 0.00173 s. Total 24 plots
2022-09-12T07:55:37.130 full_node full_node_server        : INFO     Not accepting inbound connection: {'host': '79.103.254.155', 'port': 9699}.Inbound limit reached.
2022-09-12T07:55:37.337 full_node full_node_server        : INFO     Connection closed: 79.103.254.155, node id: b3f1f3fa293e6f8ea3e9d652298080cfbb8b4efa38cb676d83097d0c08ece5d3
2022-09-12T07:55:37.337 full_node chives.full_node.full_node: INFO     peer disconnected {'host': '79.103.254.155', 'port': 9699}
2022-09-12T07:55:39.264 full_node full_node_server        : INFO     Not accepting inbound connection: {'host': '91.234.137.135', 'port': 9699}.Inbound limit reached.
2022-09-12T07:55:39.451 full_node full_node_server        : INFO     Connection closed: 91.234.137.135, node id: f7f55cac42653bab18852993cae31bf6c85f8494ca3ae2d06f6c204da7f8250b
2022-09-12T07:55:39.452 full_node chives.full_node.full_node: INFO     peer disconnected {'host': '91.234.137.135', 'port': 9699}
2022-09-12T07:55:44.937 full_node chives.full_node.full_node: INFO     ⏲️  Finished signage point 45/64: CC: 3d546fff25441a01feb50428d7e736f258950b8c884e90e0de271dea9612c375 RC: e6ef1d635094181c40240ee932c6f8b1351bcad2800325f47ddce8c649718d22 
2022-09-12T07:55:44.945 harvester chives.harvester.harvester: INFO     0 plots were eligible for farming 31a4b652f3... Found 0 proofs. Time: 0.00174 s. Total 24 plots
2022-09-12T07:55:47.131 full_node full_node_server        : INFO     Not accepting inbound connection: {'host': '49.228.118.60', 'port': 9699}.Inbound limit reached.
2022-09-12T07:55:48.299 full_node full_node_server        : INFO     Connection closed: 49.228.118.60, node id: 0df8adde956948b50377fcee56298a32143d1da34d9dd81135dff0b4ecf9ed6f
2022-09-12T07:55:48.300 full_node chives.full_node.full_node: INFO     peer disconnected {'host': '49.228.118.60', 'port': 9699}
2022-09-12T07:55:52.514 full_node chives.full_node.full_node: INFO     ⏲️  Finished signage point 46/64: CC: 5b3bbab5672b5bff7a4945c1df2a646cf8f9ffd01d676301b76abff84e90f0d3 RC: e49d70203d7a21ca36358c4032cf30dd61d36cf8b6030c48c0e122ee2485fcbd 
2022-09-12T07:55:52.522 harvester chives.harvester.harvester: INFO     0 plots were eligible for farming 31a4b652f3... Found 0 proofs. Time: 0.00199 s. Total 24 plots
2022-09-12T07:55:53.750 full_node chives.full_node.full_node: INFO     Added unfinished_block cf7fe248ca2a7d31b608c25cc3551d4060eec2bc7f24e62443c0b12ba69ae955, not farmed by us, SP: 46 farmer response time: 1.1936, Pool pk xcc17s3y9h9sfdp4sma67v33uwfnhddtdzdr7vqtufpx9h8kf3w9ew2s88amsa, validation time: 0.0300 seconds, pre_validation time 0.0094, cost: 3543968, percent full: 0.032%
2022-09-12T07:55:59.920 farmer chives.farmer.farmer       : INFO     GET /farmer response: {'authentication_public_key': '0xa47ab586c2558bc821874bdd166b955d0b86dcc1ffcfb06c9ca0572e7afa877f7fed34e03b041571f3d1c55a9cd40c63', 'current_difficulty': 1, 'current_points': 1, 'payout_instructions': 'b3dcb54f9a7fe365505ac850756bd2fa2ba1b36da06022f7071e358c4c3545a3'}
2022-09-12T07:56:00.528 full_node chives.full_node.full_node: INFO     ⏲️  Finished signage point 47/64: CC: f0613eed2c62428799fe0cf6f8398273b3cea26ddfe9a3123597c8532f68c6f3 RC: ef2b9a5629e0335b1f3741af38038ae2cf457ba3f88b2aa584357c12ed20494b 
2022-09-12T07:56:00.538 harvester chives.harvester.harvester: INFO     0 plots were eligible for farming 31a4b652f3... Found 0 proofs. Time: 0.00271 s. Total 24 plots
2022-09-12T07:56:01.301 full_node full_node_server        : INFO     Cannot connect to host 143.178.244.233:9699 ssl:<ssl.SSLContext object at 0x14eee462bac0> [Connect call failed ('143.178.244.233', 9699)]
2022-09-12T07:56:05.305 full_node chives.full_node.full_node: INFO     Added unfinished_block 9b05dc82a2be90d7339f2cb9f71cd2b6c93093e1e3511dca7a11ed609876b737, not farmed by us, SP: 44 farmer response time: 28.1735, Pool pk xcc1u09s6vtlxerl9289u9jzrj67j0h3eklsv8xhyqlg3vprx53w4crs70xunc, validation time: 0.0444 seconds, pre_validation time 0.0085, cost: 3543968, percent full: 0.032%
2022-09-12T07:56:07.761 full_node full_node_server        : INFO     Not accepting inbound connection: {'host': '202.28.78.64', 'port': 9699}.Inbound limit reached.
2022-09-12T07:56:07.993 full_node full_node_server        : INFO     Connection closed: 202.28.78.64, node id: 88d7447bd890330a623df82b74bbe571d62dc3d61aa95f9d8d5b351bd7924935
2022-09-12T07:56:07.993 full_node chives.full_node.full_node: INFO     peer disconnected {'host': '202.28.78.64', 'port': 9699}
2022-09-12T07:56:09.002 full_node full_node_server        : INFO     Connected with full_node {'host': '84.92.116.233', 'port': 9699}
2022-09-12T07:56:09.004 full_node full_node_server        : INFO     Connection closed: 84.92.116.233, node id: be5a6d1d45f3805727355792a8d2249a5dfb3b4d107e78d072e150dce68cb5e7
2022-09-12T07:56:09.005 full_node chives.full_node.full_node: INFO     peer disconnected {'host': '84.92.116.233', 'port': 9699}
2022-09-12T07:56:12.801 full_node chives.full_node.full_node: INFO     🌱 Updated peak to height 1994739, weight 21238058772, hh 305f05c86c6cdcb06bf5d4df5c2b4e96d11ef890661ac5875e3056fd3d75b26d, forked at 1994738, rh: 349374400cb3ee69ae47be623cdf5e4717b7dad6ffe13e7c420a43eaa4536589, total iters: 4698775449879, overflow: False, deficit: 0, difficulty: 4288, sub slot iters: 52953088, Generator size: 295, Generator ref list size: 1
2022-09-12T07:56:12.802 full_node chives.full_node.mempool_manager: INFO     Size of mempool: 1 spends, cost: 61829 minimum fee rate (in FPC) to get in for 5M cost tx: 0
2022-09-12T07:56:21.358 full_node chives.full_node.full_node: INFO     ⏲️  Finished signage point 48/64: CC: cc06d00b81800d67f511661fb5eeced128126c79d93a67c17c2295a3dd5a8e0d RC: b0a837ec080de4a3f8e56dcb846fa3f612b37b801a68e1e610a43d3c4d135c18 
2022-09-12T07:56:21.367 harvester chives.harvester.harvester: INFO     0 plots were eligible for farming 31a4b652f3... Found 0 proofs. Time: 0.00230 s. Total 24 plots
2022-09-12T07:56:21.657 full_node full_node_server        : INFO     Cannot connect to host 171.101.82.218:9699 ssl:<ssl.SSLContext object at 0x14eee4fa3340> [Connect call failed ('171.101.82.218', 9699)]
2022-09-12T07:56:29.211 full_node chives.full_node.full_node: INFO     ⏲️  Finished signage point 49/64: CC: f0cdaee19d20a126b11b6beb3bc5ca7004d4ff2190aa3a00b718e66fc5288c3f RC: ca991049017f061c592cc010f432783b054c5b0177d7ce75ad5f1e5704e8db43 
2022-09-12T07:56:29.219 harvester chives.harvester.harvester: INFO     0 plots were eligible for farming 31a4b652f3... Found 0 proofs. Time: 0.00184 s. Total 24 plots
2022-09-12T07:56:31.110 full_node chives.full_node.full_node: INFO     Added unfinished_block 8ccafa7c0ca796f25c7b983312593b2c8128a996d38da8e4c828b7cd38ace4e9, not farmed by us, SP: 49 farmer response time: 1.8574, Pool pk xcc1at6klnparsdgf06fuzczvwkpsjknw4m9avhljh2d37uwp8svs2xqhqaeeq, validation time: 0.0319 seconds, pre_validation time 0.0073, cost: 3543968, percent full: 0.032%
2022-09-12T07:56:32.371 full_node full_node_server        : INFO     Not accepting inbound connection: {'host': '92.201.57.22', 'port': 9699}.Inbound limit reached.
2022-09-12T07:56:32.539 full_node full_node_server        : INFO     Connection closed: 92.201.57.22, node id: 71324212bf249c2f4601ce248c9128b9ebf067142d5798a9f96596886c3714dd
2022-09-12T07:56:32.539 full_node chives.full_node.full_node: INFO     peer disconnected {'host': '92.201.57.22', 'port': 9699}
2022-09-12T07:56:33.558 full_node chives.full_node.full_node: INFO     🌱 Updated peak to height 1994740, weight 21238063060, hh 153d04ae82421ccc6a7254975a5b097d8323969f17afa310486f3b45bc0c4682, forked at 1994739, rh: 26ac95096120a0d2f6d4a9ea840cd96c43a68c74289f39b7c12d3014314ce455, total iters: 4698777430976, overflow: False, deficit: 0, difficulty: 4288, sub slot iters: 52953088, Generator size: No tx, Generator ref list size: No tx
2022-09-12T07:56:39.443 full_node chives.full_node.full_node: INFO     ⏲️  Finished signage point 50/64: CC: cadb938e2fb8654cc8b85af71f5c6578f689dbfbfaa68c2f757fe94e22ec9bd4 RC: a7189caccbe384c3cec71b2c434bbdf150d98e82e47bcecd8c6f0bf8d4eb2d7f 
2022-09-12T07:56:39.451 harvester chives.harvester.harvester: INFO     0 plots were eligible for farming 31a4b652f3... Found 0 proofs. Time: 0.00186 s. Total 24 plots
2022-09-12T07:56:41.904 full_node full_node_server        : INFO     Cannot connect to host 217.94.118.120:9699 ssl:<ssl.SSLContext object at 0x14eee4fa3c40> [Connect call failed ('217.94.118.120', 9699)]
2022-09-12T07:56:47.489 full_node chives.full_node.full_node: INFO     ⏲️  Finished signage point 51/64: CC: 25d004ff3e887a19094b39ab494647b357acabd4d8a7f0d6ec370511c1f2f4a3 RC: 832609f162f576996c0e8a80c758dbf87f4059d7b6f997c1e299e1cb8a6052d9 
2022-09-12T07:56:47.498 harvester chives.harvester.harvester: INFO     0 plots were eligible for farming 31a4b652f3... Found 0 proofs. Time: 0.00173 s. Total 24 plots
2022-09-12T07:56:48.666 full_node chives.full_node.full_node: INFO     Added unfinished_block eb7c865e46ec54aa47becfad35c3ba448365ef29f1b2d3352869b19ccd618ee1, not farmed by us, SP: 51 farmer response time: 1.1263, Pool pk xcc1xj8rlmlz27a40teu69tf09nz532daa42pezmrvznxlvqcvekzf2qgnp87e, validation time: 0.0389 seconds, pre_validation time 0.0089, cost: 3543968, percent full: 0.032%
2022-09-12T07:56:55.298 full_node full_node_server        : INFO     Cannot connect to host 69.164.204.250:9699 ssl:<ssl.SSLContext object at 0x14ef048163c0> [Connect call failed ('69.164.204.250', 9699)]
2022-09-12T07:56:55.861 full_node chives.full_node.full_node: INFO     ⏲️  Finished signage point 52/64: CC: 54eb96b8376e37f262032f515f0048e6a15f41bfbca5eb50f4d7ef749ddf2196 RC: 5a57b684cf50c2a2aa73be675f989f215a8e1057b86439ad33d272b1cdb05d2c 
2022-09-12T07:56:55.871 harvester chives.harvester.harvester: INFO     0 plots were eligible for farming 31a4b652f3... Found 0 proofs. Time: 0.00307 s. Total 24 plots
2022-09-12T07:56:57.294 full_node chives.full_node.full_node: INFO     Added unfinished_block c322356a5c100e338a6028f0142319218b867853503fe8bacedcc76c2dc639b1, not farmed by us, SP: 52 farmer response time: 1.3772, Pool pk xcc19mrkfwf7qamf2mf5r4k0s47r9s2guggxjyr946lt2pwqfmsjvjfq290tlz, validation time: 0.0433 seconds, pre_validation time 0.0095, cost: 3543968, percent full: 0.032%
2022-09-12T07:57:01.021 full_node chives.full_node.full_node: INFO     🌱 Updated peak to height 1994741, weight 21238067348, hh 879ccc64f82b7d9d33f8d0ba98f3cb393546b9328eb15dc0dc28cddfea68b645, forked at 1994740, rh: c7ab46786a6324baf5e0e84670e4a5e2d40edaaa2a9674f4aa4453d22f1aaee3, total iters: 4698779945995, overflow: False, deficit: 0, difficulty: 4288, sub slot iters: 52953088, Generator size: 295, Generator ref list size: 1
2022-09-12T07:57:01.023 full_node chives.full_node.mempool_manager: INFO     Size of mempool: 1 spends, cost: 61829 minimum fee rate (in FPC) to get in for 5M cost tx: 0
2022-09-12T07:57:06.347 full_node chives.full_node.full_node: INFO     ⏲️  Finished signage point 53/64: CC: ea76d10358f584f026e06234a745818bc74aa1deec732bceec9c5d0658ed4811 RC: 395986365d8c095efe89f49c69c3a1db260dd9e16832f7940d870da2574897ef 
2022-09-12T07:57:06.559 harvester chives.harvester.harvester: INFO     1 plots were eligible for farming 31a4b652f3... Found 0 proofs. Time: 0.20531 s. Total 24 plots
2022-09-12T07:57:15.326 full_node chives.full_node.full_node: INFO     ⏲️  Finished signage point 54/64: CC: 91e0b61248e952f8f6ad367c753b2d3e4d7a66e5f016918b573424ca75ab9b73 RC: 4431b34e6b8decac892924b8c52d9d95060efed0008cb0637a824ab5e5af72a1 
2022-09-12T07:57:15.335 harvester chives.harvester.harvester: INFO     0 plots were eligible for farming 31a4b652f3... Found 0 proofs. Time: 0.00227 s. Total 24 plots
2022-09-12T07:57:21.913 full_node chives.full_node.full_node: INFO     🌱 Updated peak to height 1994742, weight 21238071636, hh 5cb71fc9e5dfcb7b792745c6bd9e8318112c573089f3de19a2a281e7078b3517, forked at 1994741, rh: 1f66b7cb417387c390811ce13773aea3d4f60b55a8abfa47ea0d9f705ba3353c, total iters: 4698781643562, overflow: False, deficit: 0, difficulty: 4288, sub slot iters: 52953088, Generator size: No tx, Generator ref list size: No tx
2022-09-12T07:57:22.686 full_node full_node_server        : INFO     Cannot connect to host 46.211.174.227:9699 ssl:<ssl.SSLContext object at 0x14ef04816640> [Connect call failed ('46.211.174.227', 9699)]
2022-09-12T07:57:26.445 full_node chives.full_node.full_node: INFO     ⏲️  Finished signage point 55/64: CC: f28c91012171419382c3e15873fb50ee3b395100719903ee1446c788a7b8730e RC: 420b7ac0efe25b56a7077572ced748de27596704c8ac54166e0b8ed6c5c7300b 
2022-09-12T07:57:26.452 harvester chives.harvester.harvester: INFO     0 plots were eligible for farming 31a4b652f3... Found 0 proofs. Time: 0.00167 s. Total 24 plots
2022-09-12T07:57:29.147 full_node chives.full_node.full_node: INFO     🌱 Updated peak to height 1994743, weight 21238075924, hh 153b422f682c8e5f0a5301a3be54236c6622e88deb01267c3f5a4097db46e59d, forked at 1994742, rh: 85f974cb03817b5eebadcc45394aca8530d1093a00652e798212b2b1b0f26039, total iters: 4698782205627, overflow: False, deficit: 0, difficulty: 4288, sub slot iters: 52953088, Generator size: No tx, Generator ref list size: No tx
2022-09-12T07:57:29.289 full_node full_node_server        : INFO     Not accepting inbound connection: {'host': '171.232.95.237', 'port': 9699}.Inbound limit reached.
2022-09-12T07:57:29.531 full_node full_node_server        : INFO     Connection closed: 171.232.95.237, node id: 699affcba59a35d6e101e21fc83e0eec785daacbc5866859edfb1c0a9af6e584
2022-09-12T07:57:29.532 full_node chives.full_node.full_node: INFO     peer disconnected {'host': '171.232.95.237', 'port': 9699}
2022-09-12T07:57:30.929 full_node full_node_server        : INFO     Not accepting inbound connection: {'host': '14.191.199.167', 'port': 9699}.Inbound limit reached.
2022-09-12T07:57:31.427 full_node full_node_server        : INFO     Connection closed: 14.191.199.167, node id: 29fcf4140d34ba156074c4cdf4c00e6c8f981249edd1fba37aa2bd51ace9aefa
2022-09-12T07:57:31.428 full_node chives.full_node.full_node: INFO     peer disconnected {'host': '14.191.199.167', 'port': 9699}
2022-09-12T07:57:32.098 full_node chives.full_node.full_node: INFO     Added unfinished_block f2b195c39293836faa84e717ca511ebf0d303148a0f0f7fef602dfd1d12b8fe7, not farmed by us, SP: 55 farmer response time: 5.5467, Pool pk xcc1ssch3snacj7xx55n0w4h70h7wv450k6sc43k4fer6c7e4lh3zmlqufmxff, validation time: 0.0398 seconds, pre_validation time 0.0582, cost: 64462186, percent full: 0.586%
2022-09-12T07:57:36.344 full_node chives.full_node.full_node: INFO     ⏲️  Finished signage point 56/64: CC: a7ff283407d3b36475593f0d8cac5a4e79a8ada37f2aee5178809153c80af44e RC: 031e0a3937ef71101e5e8169f51cbca4307fd2a22e3e1c83d41c823d23414154 
2022-09-12T07:57:36.354 harvester chives.harvester.harvester: INFO     0 plots were eligible for farming 31a4b652f3... Found 0 proofs. Time: 0.00296 s. Total 24 plots
2022-09-12T07:57:40.313 full_node full_node_server        : INFO     Not accepting inbound connection: {'host': '80.222.58.15', 'port': 9699}.Inbound limit reached.
2022-09-12T07:57:40.495 full_node full_node_server        : INFO     Connection closed: 80.222.58.15, node id: 72c3595f2de37dedca9fe8032767a979da4ae932b65535be551e7002c552501d
2022-09-12T07:57:40.496 full_node chives.full_node.full_node: INFO     peer disconnected {'host': '80.222.58.15', 'port': 9699}
2022-09-12T07:57:44.311 full_node chives.full_node.full_node: INFO     ⏲️  Finished signage point 57/64: CC: 033217ed139de60bea93f82cfb946ff20694ca647bf0ddd007dff8daf2d33f17 RC: bfced4b1cfa9737c1cb63100cdcd1069bdaf4533bf9318f6e0e8f9c2c80e7829 
2022-09-12T07:57:44.319 harvester chives.harvester.harvester: INFO     0 plots were eligible for farming 31a4b652f3... Found 0 proofs. Time: 0.00199 s. Total 24 plots
2022-09-12T07:57:46.070 full_node chives.full_node.full_node: INFO     Added unfinished_block fffaa3dffb1e135ddd214f48611b49d6b579cf514040b91eaf800c657583aa5c, not farmed by us, SP: 57 farmer response time: 1.6606, Pool pk xcc19pjt9dewcmmdvl6mjpnaq2dv32sjmdh6sedw8299fhs2llejwrvswkusgg, validation time: 0.0397 seconds, pre_validation time 0.0517, cost: 64486186, percent full: 0.586%
2022-09-12T07:57:49.447 full_node full_node_server        : INFO     Cannot connect to host 213.194.139.166:9699 ssl:<ssl.SSLContext object at 0x14ef04816240> [Connect call failed ('213.194.139.166', 9699)]
2022-09-12T07:57:52.078 full_node chives.full_node.full_node: INFO     ⏲️  Finished signage point 58/64: CC: 8ec4b8f32c509eb0d68c58fb8a8b6712f3a1c5ad2bbe0ff9e04389866089a63e RC: c5af2c5af0395e46020d17c94024d3fe70ef2ba512cba7e6f5c70a69a23dbe25 
2022-09-12T07:57:52.085 harvester chives.harvester.harvester: INFO     0 plots were eligible for farming 31a4b652f3... Found 0 proofs. Time: 0.00169 s. Total 24 plots
2022-09-12T07:57:53.042 full_node full_node_server        : INFO     Not accepting inbound connection: {'host': '70.181.34.204', 'port': 9699}.Inbound limit reached.
2022-09-12T07:57:53.152 full_node full_node_server        : INFO     Connection closed: 70.181.34.204, node id: 2a2d42ac2f5a76500c32ed4364c8d24e3fae2e52055cadb437ada23e54abaa49
2022-09-12T07:57:53.153 full_node chives.full_node.full_node: INFO     peer disconnected {'host': '70.181.34.204', 'port': 9699}
2022-09-12T07:58:00.552 full_node chives.full_node.full_node: INFO     🌱 Updated peak to height 1994744, weight 21238080212, hh 551268e23e4abcdcb2ee803df811f5790c0fc23462d70a6905b769dd9d066c71, forked at 1994743, rh: 049d7da8991597451774984c9f36f33418c691f3134e57e0bc0c1ec2c6cc0f6b, total iters: 4698785302305, overflow: False, deficit: 0, difficulty: 4288, sub slot iters: 52953088, Generator size: 2528, Generator ref list size: 1
2022-09-12T07:58:00.553 full_node chives.full_node.mempool_manager: INFO     Size of mempool: 1 spends, cost: 61829 minimum fee rate (in FPC) to get in for 5M cost tx: 0
2022-09-12T07:58:02.168 full_node chives.full_node.full_node: INFO     ⏲️  Finished signage point 59/64: CC: b7464d37be22fea4a06b11ef459c913b994cd3e5c8d307e6ce9cd10a1acd80ab RC: d3ba0f5b0c3fd55e7557f11052d6ba3627b5702e71437ff65689d0ebefd1afb9 
2022-09-12T07:58:02.175 harvester chives.harvester.harvester: INFO     0 plots were eligible for farming 31a4b652f3... Found 0 proofs. Time: 0.00179 s. Total 24 plots
2022-09-12T07:58:03.270 full_node full_node_server        : INFO     Not accepting inbound connection: {'host': '92.118.76.195', 'port': 9699}.Inbound limit reached.
2022-09-12T07:58:03.466 full_node full_node_server        : INFO     Connection closed: 92.118.76.195, node id: 033e8cfce0f69767ccf5c04a0f44d04588db169ee54ea30a21db32e22b612b70
2022-09-12T07:58:03.467 full_node chives.full_node.full_node: INFO     peer disconnected {'host': '92.118.76.195', 'port': 9699}
2022-09-12T07:58:03.920 full_node chives.full_node.full_node: INFO     Added unfinished_block 4b2dd2df5347e9b4cc03c56f4c2a15a21451d76692c68808d9acb128d3c7a5ba, not farmed by us, SP: 59 farmer response time: 1.6976, Pool pk xcc1fmknnm58e3tejwjy2fw6kj9p304vy62ndly2lfqnsnz29yfh5nqqwxemfq, validation time: 0.0404 seconds, pre_validation time 0.0110, cost: 3543968, percent full: 0.032%
2022-09-12T07:58:09.515 full_node chives.full_node.full_node: INFO     ⏲️  Finished signage point 60/64: CC: a3ebb2be251dc7ad60eb18ee130f981a4c78da3adf2a44c9c1652567c98feb60 RC: e62d3cdee7adc8500938a0a628e7bde2e25987f624692450efcca95bab6ba64f 
2022-09-12T07:58:09.524 harvester chives.harvester.harvester: INFO     0 plots were eligible for farming 31a4b652f3... Found 0 proofs. Time: 0.00180 s. Total 24 plots
2022-09-12T07:58:12.613 full_node full_node_server        : INFO     Cannot connect to host 24.24.164.71:9699 ssl:<ssl.SSLContext object at 0x14eee462b8c0> [Connect call failed ('24.24.164.71', 9699)]
2022-09-12T07:58:16.363 full_node full_node_server        : INFO     Cannot connect to host 24.161.118.240:9699 ssl:<ssl.SSLContext object at 0x14eee6788740> [Connect call failed ('24.161.118.240', 9699)]
2022-09-12T07:58:18.164 full_node chives.full_node.full_node: INFO     🌱 Updated peak to height 1994745, weight 21238084500, hh a2f08e79ccd690e3629484d2ee9d206eb437ebeb9912aed2aedbfe94364240b4, forked at 1994744, rh: 537201aa73bd769d020f4728212cf3315147dd972887166f0d74119d53e7a345, total iters: 4698786976871, overflow: False, deficit: 0, difficulty: 4288, sub slot iters: 52953088, Generator size: No tx, Generator ref list size: No tx
2022-09-12T07:58:19.174 full_node chives.full_node.full_node: INFO     ⏲️  Finished signage point 61/64: CC: 6605d94b73b12990b146acd3053e9c71c31af62e4bda036ce283cea29b1fdb3c RC: 2d87c0f3dedf5be16d83be9e46bb7cb0412e69e92b82967b901e9f08e7330a80 
2022-09-12T07:58:19.183 harvester chives.harvester.harvester: INFO     0 plots were eligible for farming 31a4b652f3... Found 0 proofs. Time: 0.00176 s. Total 24 plots
2022-09-12T07:58:20.680 full_node chives.full_node.full_node: INFO     Added unfinished_block 12b0711f9325be618cedd162300049664bffe0500d9c95bba7389248b5e4964b, not farmed by us, SP: 61 farmer response time: 1.4266, Pool pk xcc17uxcf9ay7q9el7732qke8kyvhklyey0vshyjc84xcjvszyxn7j3qck5e6s, validation time: 0.0644 seconds, pre_validation time 0.0110, cost: 3519968, percent full: 0.032%
2022-09-12T07:58:26.821 full_node chives.full_node.full_node: INFO     ⏲️  Finished signage point 62/64: CC: ee9303d4839c8d82556a9524de216ab7a6338180626b2708332eda2e44afa47c RC: 140472f5d40a61203c75b8d7c57dc5601feac1fdf7fc4bf7f93582717932cda9 
2022-09-12T07:58:26.828 harvester chives.harvester.harvester: INFO     0 plots were eligible for farming 31a4b652f3... Found 0 proofs. Time: 0.00174 s. Total 24 plots
2022-09-12T07:58:28.977 full_node chives.full_node.full_node: INFO     🌱 Updated peak to height 1994746, weight 21238088788, hh 3bbc904397607894cef75b36826f03a76c29a5d252c7f1fb2a483013b4791e5c, forked at 1994745, rh: adca1548734c4069417f50c0a8d5884cdbb576e10a4c17376f2e3262623e5043, total iters: 4698787912620, overflow: False, deficit: 0, difficulty: 4288, sub slot iters: 52953088, Generator size: 295, Generator ref list size: 1
2022-09-12T07:58:28.978 full_node chives.full_node.mempool_manager: INFO     Size of mempool: 1 spends, cost: 61829 minimum fee rate (in FPC) to get in for 5M cost tx: 0
2022-09-12T07:58:36.866 full_node chives.full_node.full_node: INFO     ⏲️  Finished signage point 63/64: CC: fe4e375fecf001e4004e8dc7ff99dfd6e753d93d337be0a3e51f2d974baeeecb RC: 2ce1de8c199fc0f55386681ac3f77a3c60a8ca6ba1c24d63550ff27d79d942b3 
2022-09-12T07:58:36.873 full_node full_node_server        : INFO     Not accepting inbound connection: {'host': '94.102.49.189', 'port': 9699}.Inbound limit reached.
2022-09-12T07:58:36.877 harvester chives.harvester.harvester: INFO     0 plots were eligible for farming 31a4b652f3... Found 0 proofs. Time: 0.00321 s. Total 24 plots
2022-09-12T07:58:37.102 full_node full_node_server        : INFO     Connection closed: 94.102.49.189, node id: 21d75410b7f09359f742c4158a7e98c1bd435b857f7f415ce293dadd5de21ff3
2022-09-12T07:58:37.103 full_node chives.full_node.full_node: INFO     peer disconnected {'host': '94.102.49.189', 'port': 9699}
2022-09-12T07:58:38.915 full_node chives.full_node.full_node: INFO     Added unfinished_block 2c61ca6b1fa591999784f5cb420d6e065cd81dd3e1a2553fdab341450a08903d, not farmed by us, SP: 63 farmer response time: 1.9936, Pool pk xcc1xj8rlmlz27a40teu69tf09nz532daa42pezmrvznxlvqcvekzf2qgnp87e, validation time: 0.0451 seconds, pre_validation time 0.0073, cost: 3543968, percent full: 0.032%
2022-09-12T07:58:44.872 full_node chives.full_node.full_node: INFO     ⏲️  Finished sub slot, SP 64/64, cfa04ee454c42cdb6ec5d1fbf456fb9dee3a1e4b15baddbf4f116f101d8c20cf, number of sub-slots: 2, RC hash: 926ddaeb8b31d14142f5e2047c8afb6a73cb6b4312a71dfa573c734a917fd601, Deficit 16
2022-09-12T07:58:44.880 harvester chives.harvester.harvester: INFO     0 plots were eligible for farming cfa04ee454... Found 0 proofs. Time: 0.00200 s. Total 24 plots
2022-09-12T07:58:49.129 full_node chives.full_node.full_node: INFO     🌱 Updated peak to height 1994747, weight 21238093076, hh d6153edbe624184352351d4376e591cf44751ea90fc87850177fa49329173e20, forked at 1994746, rh: 5dec99d5c1d8c8efa1aa3162429d5f4cbcbd4d5c40cba9b1a019ec1453772587, total iters: 4698789592552, overflow: True, deficit: 16, difficulty: 4288, sub slot iters: 52953088, Generator size: No tx, Generator ref list size: No tx
2022-09-12T07:58:49.131 full_node chives.full_node.full_node_store: INFO     Don't have rc hash 537201aa73bd769d020f4728212cf3315147dd972887166f0d74119d53e7a345. caching signage point 61.
2022-09-12T07:58:52.846 full_node full_node_server        : INFO     Not accepting inbound connection: {'host': '81.242.58.181', 'port': 9699}.Inbound limit reached.
2022-09-12T07:58:52.999 full_node full_node_server        : INFO     Connection closed: 81.242.58.181, node id: 2ec7edd917e20ddf67b186d148d4b4bfdd5c59cf58c8c7eb3def516e7df579d6
2022-09-12T07:58:52.999 full_node chives.full_node.full_node: INFO     peer disconnected {'host': '81.242.58.181', 'port': 9699}
2022-09-12T07:58:55.961 full_node chives.full_node.full_node: INFO     ⏲️  Finished signage point 1/64: CC: dbbe50361cb278f1fd78f4500913a57a902167278fac476938b5193dd5d0c664 RC: b3e35eb863b435adba4099eee931ee71a0154c3947e2e469215323e24a67f34a 
2022-09-12T07:58:55.969 harvester chives.harvester.harvester: INFO     0 plots were eligible for farming cfa04ee454... Found 0 proofs. Time: 0.00199 s. Total 24 plots
2022-09-12T07:58:56.999 full_node full_node_server        : INFO     Cannot connect to host 178.20.95.247:9699 ssl:<ssl.SSLContext object at 0x14eee4fa3c40> [Connect call failed ('178.20.95.247', 9699)]
2022-09-12T07:58:59.144 full_node full_node_server        : INFO     Not accepting inbound connection: {'host': '84.123.228.29', 'port': 9699}.Inbound limit reached.
2022-09-12T07:58:59.309 full_node full_node_server        : INFO     Connection closed: 84.123.228.29, node id: 820dc6bce257893bedf207f8dcd0edef0a2ca9aaf452336844ff7f5af9c428b4
2022-09-12T07:58:59.310 full_node chives.full_node.full_node: INFO     peer disconnected {'host': '84.123.228.29', 'port': 9699}
2022-09-12T07:58:59.312 full_node full_node_server        : INFO     Connection closed: 84.123.228.29, node id: 820dc6bce257893bedf207f8dcd0edef0a2ca9aaf452336844ff7f5af9c428b4
2022-09-12T07:58:59.313 full_node chives.full_node.full_node: INFO     peer disconnected {'host': '84.123.228.29', 'port': 9699}
2022-09-12T07:59:04.459 full_node chives.full_node.full_node: INFO     ⏲️  Finished signage point 2/64: CC: 6bea3d55182efbc1f5e5609e779d7855eeacdbc731c689b85b008119e4408c11 RC: e094a35acf6f6e041a1354f849fd5454ed818a5d80b4cc617ef2d28fdf6a6051 
2022-09-12T07:59:04.466 harvester chives.harvester.harvester: INFO     0 plots were eligible for farming cfa04ee454... Found 0 proofs. Time: 0.00167 s. Total 24 plots
2022-09-12T07:59:06.017 full_node chives.full_node.full_node: INFO     🌱 Updated peak to height 1994748, weight 21238097364, hh 7348f1d7bb2dc1e22ef2245cdcad5223cf4ccbf6ae71ac22ac3e21a936d22eb0, forked at 1994747, rh: ee6939638a31b30f4d074fa12b1822da1e31f049551f2ddc454baad2ba7285f7, total iters: 4698791204498, overflow: True, deficit: 16, difficulty: 4288, sub slot iters: 52953088, Generator size: 295, Generator ref list size: 1
2022-09-12T07:59:06.018 full_node chives.full_node.full_node_store: INFO     Don't have rc hash adca1548734c4069417f50c0a8d5884cdbb576e10a4c17376f2e3262623e5043. caching signage point 63.
2022-09-12T07:59:06.019 full_node chives.full_node.mempool_manager: INFO     Size of mempool: 1 spends, cost: 61829 minimum fee rate (in FPC) to get in for 5M cost tx: 0

[Bug]

What happened?

When I tried to install the current version of Chives Blockchain, on install it hangs before the screen that would allow key selection

When I open Dev tools; I see the following error

I'm unable to install Chives blockchain on my 2nd PC (win 10 pro) and the upgrade failed on my current farmer running 1.2.111

Please also re post the previous version, there are others having this issue (on reddit, the FB group ect) with the current version

i've left it running for 3 days, rebooted, deleted all the chives files and tried again ect.

thanks for your time

Version

0.1.3

What platform are you using?

Windows

What ui mode are you using?

GUI

Relevant log output

electron/js2c/renderer_init.js:65 Uncaught (in promise) Error: Error invoking remote method 'getConfig': YAMLException: duplicated mapping key (1037:3)

 1034 | 
 1035 |   # Allow connecting to remote p ...
 1036 | 
 1037 |   connect_to_unknown_peers: True
----------^
 1038 | 
 1039 | 
    at EventEmitter.i.invoke (electron/js2c/renderer_init.js:65)

[Bug]

What happened?

when I press create a new key, getting such error, java update didnt work:

Something went wrong
Error: Cannot read properties of undefined (reading 'dark')
at webpack://@chives/gui/node_modules/@mui/material/Button/Button.js:101:53 dark
at webpack://@chives/gui/node_modules/@mui/system/esm/createStyled.js:191:17 Array(numOfCustomFnsApplied).fill
at webpack://@chives/src/utils/flatten.js:68:21 isStatelessFunction
at webpack://@chives/src/models/ComponentStyle.js:91:28 phash
at webpack://@chives/src/models/StyledComponent.js:87:21 useInjectedStyle
at webpack://@chives/src/models/StyledComponent.js:126:4 componentStyle
at webpack://@chives/src/models/StyledComponent.js:245:27 forwardRef
at webpack://@chives/gui/node_modules/react-dom/cjs/react-dom.production.min.js:157:136 Ch
at webpack://@chives/gui/node_modules/react-dom/cjs/react-dom.production.min.js:176:259 useOpaqueIdentifier
at webpack://@chives/gui/node_modules/react-dom/cjs/react-dom.production.min.js:271:399 d=b.pendingProps;e=b.memoizedState;e=null!==e?e.element:null;yg(a,b);Cg(b,d,null,c);d=b.memoizedState.element;if(d===e)sh(),b=hi(a,b,c);else{e=b.stateNode;if(f=e.hydrate)kh=rf(b.stateNode.containerInfo.firstChild),jh=b,f=lh=!0;if

Version

1.5.4

What platform are you using?

Windows

What ui mode are you using?

GUI

Relevant log output

No response

[Bug] ChivesSetup-0.1.3.exe

What happened?

ChivesSetup-0.1.3.exe doesn't start the installation in windows 11

Version

ChivesSetup-0.1.3.exe

What platform are you using?

Windows

What ui mode are you using?

GUI

Relevant log output

No response

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.