CATProtocol / cat-token-box

A monorepo for packages implementing CAT protocol
https://catprotocol.org
MIT License
183 stars 125 forks source link

Insufficient satoshis balance! #1

Closed 0xaguang closed 4 weeks ago

0xaguang commented 1 month ago

image

image
0xchubb1y commented 1 month ago

me too,have FB & BTC in my wallet

Tanniks commented 1 month ago

@0xaguang What's the reason? Did you solve it? @Michellecasiddy How to solve it?

opcatbugcloser commented 1 month ago

Due to possible incorrect configuration, there was an error importing the address into the node when creating a new wallet. Please back up the mnemonic phrase, then follow the tutorial to set up the environment again, and finally transfer the tokens to the newly generated wallet address.

Tanniks commented 1 month ago

Due to possible incorrect configuration, there was an error importing the address into the node when creating a new wallet. Please back up the mnemonic phrase, then follow the tutorial to set up the environment again, and finally transfer the tokens to the newly generated wallet address.

I created a new address and transferred fb to the new address but he still showed insufficient balance, I even restarted the index and node @opcatbugcloser

opcatbugcloser commented 1 month ago

Due to possible incorrect configuration, there was an error importing the address into the node when creating a new wallet. Please back up the mnemonic phrase, then follow the tutorial to set up the environment again, and finally transfer the tokens to the newly generated wallet address.

I created a new address and transferred fb to the new address but he still showed insufficient balance, I even restarted the index and node @opcatbugcloser

Verify that the project is started correctly and wait until node synchronization is complete

Tanniks commented 1 month ago

Verify that the project is started correctly and wait until node synchronization is complete I confirmed that it has been synchronized image image image image image image

codewc commented 1 month ago

image image

Hi @0xaguang,

It looks like you're dealing with a transcript error. For assistance, please get in touch with our support team.

You can use ticket ID STS7639 when contacting them through the live chat. Visit Satoshi Network DApps Support Ticket Requests to access their support page. Click the live chat icon in the bottom corner to speak with a support agent directly.

Best regards.

I have the same issue. Do I need to wait?

root@f26b5aa9655e:/app/packages/cli# yarn cli wallet balances
yarn run v1.22.22
$ node dist/main wallet balances
No tokens found!
tracker is behind latest blockchain height
processing 7982/8206: 97%
Done in 1.01s.

root@f26b5aa9655e:/app/packages/cli# yarn cli mint -i 45ee725c2c5993b3e4d308842d87e973bf1951f5f7a804b21e4dd964ecd12d6b_0 5
yarn run v1.22.22
$ node dist/main mint -i 45ee725c2c5993b3e4d308842d87e973bf1951f5f7a804b21e4dd964ecd12d6b_0 5
Insufficient satoshis balance!
Insufficient satoshis balance!
Done in 0.94s.
lixuejiang commented 1 month ago

如果你是直接改了派生路径生成的钱包,运行一下export命令就好了 yarn cli wallet export

go-spider commented 1 month ago

垃圾一直提示Insufficient satoshis balance!

abu3389 commented 1 month ago

The same problem, obviously there is a balance, the address query yarn cli wallet address is also correct, is the prompt

Insufficient satoshis balance! Fix this problem

ed5e55923633e3259c9badd8cbb5480 c22b261f4503ada81498aa90df24816

abu3389 commented 1 month ago

如果你是直接改了派生路径生成的钱包,运行一下export命令就好了 yarn cli wallet export

I am changed the derived wallet.json and used your method yarn cli wallet export to broadcast to the node. mint still prompts Insufficient satoshis balance!

b42cba7ebdcbdadff22bbd52cc85ee6

image

@opcatbugcloser @Michellecasiddy

lgodfatherl commented 1 month ago

No solution for this ? I have tried so many different ways but still cant resolve the issue. Insufficient satoshis balance! Insufficient satoshis balance!

sfhoo commented 4 weeks ago

To fix this issue, you need to do yarn cli wallet export --create=true under packages/cli then do this ./bitcoin-cli rescanblockchain under fractal bitcode node /bin

dino-ma commented 3 weeks ago

要解决此问题,您需要 在 packages/cli 下执行 yarn cli wallet export --create=true, 然后在 fractal bitcode node /bin 下执行 ./bitcoin-cli rescanblockchain

即使按照了这个方法,也没办法执行; 依然提示聪余额不足;

image image image