Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dilute doesnt work as expected: #426

Open
darkobas2 opened this issue Dec 16, 2022 · 0 comments
Open

Dilute doesnt work as expected: #426

darkobas2 opened this issue Dec 16, 2022 · 0 comments
Labels

Comments

@darkobas2
Copy link

darkobas2 commented Dec 16, 2022

env:

  autobuy:
     enabled: true
  envs:
  - name: "BEE_API_URL"
    value: "http://localhost:1633"
  - name: "BEE_DEBUG_API_URL"
    value: "http://localhost:1635"
  - name: "POSTAGE_DEPTH"
    value: "24"
  - name: "POSTAGE_AMOUNT"
    value: "3000000"
  - name: "POSTAGE_USAGE_THRESHOLD"
    value: "0.750"
  - name: "POSTAGE_USAGE_MAX"
    value: "0.9374"
  - name: "REMOVE_PIN_HEADER"
    value: "false"
  - name: "POSTAGE_TTL_MIN"
    value: "7200"
  - name: "POSTAGE_EXTENDSTTL"
    value: "true"
  - name: "POSTAGE_TTL_MIN"
    value: "7200"
  - name: "EXPOSE_HASHED_IDENTITY"
    value: "true"
  - name: "LOG_LEVEL"
    value: info

log:

time="2022-12-16T09:52:01.853Z" level="info" msg="using autobought stamp" stamp={"batchID":"89f31bfee9e2c0351d728ffd494d6e71c8e9a6da0f6f0b06cf3923d7c71ccb28","utilization":256,"usable":true,"label":"","depth":24,"amount":"3000000","bucketDepth":16,"blockNumber":25255618,"immutableFlag":false,"exists":true,"batchTTL":2647215000000000,"expired":false}

we see in log that batch is used 100% and was not diluted

@bee-runner bee-runner bot added the issue label Dec 16, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant