Please read the issue I've opened at ethersphere/bee#1503
I downloaded the DAppNode bee .tar file from /ipfs/bafybeifdy2o6jh2gjw4l4kn5j36mfvkdppjdlbazrphtop42worhesosy4 and found the following values in config.yml:
# amount in BZZ below the peers payment threshold when we initiate settlement (default 10000)
payment-early: 10000
# threshold in BZZ where you expect to get paid from your peers (default 100000)
payment-threshold: 100000
# excess debt above payment threshold in BZZ where you disconnect from your peer (default 10000)
payment-tolerance: 10000
These values are too small for the current bee swarm to deliver a single chunk to one of these nodes. They need to be increased to the (new) bee defaults of:
payment-early: "1000000000000"
payment-threshold: "10000000000000"
payment-tolerance: "50000000000000"
Once these values are set and the node is restarted, I suspect you'll see balances increase and settlements (checks) start to happen.
I don't know how DAppNode works, but if someone can put together and publish a guide for how to get these values entered, it would be good. And to get the DAppNode bee distributable to have the proper values on the initial install.
Please read the issue I've opened at ethersphere/bee#1503
I downloaded the DAppNode bee .tar file from /ipfs/bafybeifdy2o6jh2gjw4l4kn5j36mfvkdppjdlbazrphtop42worhesosy4 and found the following values in config.yml:
# amount in BZZ below the peers payment threshold when we initiate settlement (default 10000)
payment-early: 10000
# threshold in BZZ where you expect to get paid from your peers (default 100000)
payment-threshold: 100000
# excess debt above payment threshold in BZZ where you disconnect from your peer (default 10000)
payment-tolerance: 10000
These values are too small for the current bee swarm to deliver a single chunk to one of these nodes. They need to be increased to the (new) bee defaults of:
payment-early: "1000000000000"
payment-threshold: "10000000000000"
payment-tolerance: "50000000000000"
Once these values are set and the node is restarted, I suspect you'll see balances increase and settlements (checks) start to happen.
I don't know how DAppNode works, but if someone can put together and publish a guide for how to get these values entered, it would be good. And to get the DAppNode bee distributable to have the proper values on the initial install.