YeonHo Park
YeonHo Park
I see it in create_absorb_transaction in singleton.py. `# TODO(pool): handle the case where the cost exceeds the size of the block`
> > > How many payments are you making at once? It's on the testnet7. Farming is about... 12TB. problem is when the pool server closed for a few days,...
@mariano54 There are too many records get_coin_records_by_puzzle_hashes. I think that is the root cause. in pool.py ``` coin_records: List[CoinRecord] = await self.node_rpc_client.get_coin_records_by_puzzle_hashes( scan_phs, include_spent_coins=False, start_height=self.scan_start_height, ) ```
maybe chunking coin_records list is a workaround, but I am not sure about other async loops relations. ``` def list_chunk(lst, n): return [lst[i:i+n] for i in range(0, len(lst), n)] ```...
> > > Yes, `get_coin_records_by_puzzle_hashes` takes in start_height and end_height, you can use that. I hope you guys can use this approach.
Yes, it is big bothering.
still has a problem.
> How you calculate yield? Solo farming? It is Solo farming. average yield for a day.
@madMAx43v3r any progress?
daily yield avg 5 times. now less than 2.5.