opentensor / subtensor

Bittensor Blockchain Layer
The Unlicense
123 stars 126 forks source link

Faucet / Registration doesn't work on staging-net #472

Open tobiashomie opened 1 month ago

tobiashomie commented 1 month ago

Describe the bug

I ran the local blockchain (staging-net) on port 9945 After creating wallets, tried to get faucets, but it doesn't work.

SubstrateRequestException: {'code': 1014, 'message': 'Priority is too low: (18446744073709551615
vs 18446744073709551615)', 'data': 'The transaction has too low priority to replace another 
transaction already in the pool.'}

To Reproduce

  1. Create wallet named 'owner`
  2. Run the following command to generate faucet btcli wallet faucet --wallet.name owner --subtensor.network ws://127.0.0.1:9945

Expected behavior

Faucet generated in the owner wallet.

Screenshots

image

Environment

Ubuntu 22.04

Additional context

No response