vanhbakaa / Paws

Python bot for Paws telegram bot. Join here
https://t.me/PAWSOG_bot/PAWS?startapp=sc9bGaHz
MIT License
43 stars 11 forks source link

pls add a option to disconnect wallet #8

Open Rollagit opened 2 weeks ago

Rollagit commented 2 weeks ago

pls add a option to disconnect wallet because when I enter the recovery key into Tonkeeper, another wallet with a different specification is shown. and also i add 50 wallet and script connect all 50 accounts but it only show 2 wallet in used_wallets.json

Thank you sir.

Rollagit commented 2 weeks ago

pls add a option to disconnect wallet because when I enter the recovery key into Tonkeeper, another wallet with a different specification is shown. and also i add 50 wallet and script connect all 50 accounts but it only show 2 wallet in used_wallets.json Thank you sir.

It sounds like you're facing some challenges with Tonkeeper. For disconnecting a wallet, you typically should be able to find an option in the settings or account section of the app. If it’s not there, consider reaching out to their support for guidance.

Regarding the issue with adding 50 wallets and only seeing 2 in used_wallets.json, it might be worth checking if there are any limitations on the number of wallets that can be displayed or if there's an error in the script you're using. Make sure the script is correctly configured to handle all 50 accounts. If the problem persists, checking the Tonkeeper documentation or support might provide more insights. Let me know if you need more help! @Rollagit

script has problem because 50 accounts with 50 different wallet have been selected but in used_wallets.json only 2 wallet shown

And also, when I enter that wallet pharse keys of account into Tonekeeper, they are different addresse . Please add a disconnect option for wallet task in the script, if wallet is connected = True then disconnect the wallet from account then we can connect it later manually.

Rollagit commented 2 weeks ago

pls add a option to disconnect wallet because when I enter the recovery key into Tonkeeper, another wallet with a different specification is shown. and also i add 50 wallet and script connect all 50 accounts but it only show 2 wallet in used_wallets.json Thank you sir.

It sounds like you're facing some challenges with Tonkeeper. For disconnecting a wallet, you typically should be able to find an option in the settings or account section of the app. If it’s not there, consider reaching out to their support for guidance. Regarding the issue with adding 50 wallets and only seeing 2 in used_wallets.json, it might be worth checking if there are any limitations on the number of wallets that can be displayed or if there's an error in the script you're using. Make sure the script is correctly configured to handle all 50 accounts. If the problem persists, checking the Tonkeeper documentation or support might provide more insights. Let me know if you need more help! @Rollagit

script has problem because 50 accounts with 50 different wallet have been selected but in used_wallets.json only 2 wallet shown And also, when I enter that wallet pharse keys of account into Tonekeeper, they are different addresse . Please add a disconnect option for wallet task in the script, if wallet is connected = True then disconnect the wallet from account then we can connect it later manually.

It sounds like your script is having issues recognizing all 50 accounts, which is why only 2 wallets are appearing in used_wallets.json. You might want to review the logic in the script to ensure it loops through all accounts correctly and that there are no filters or conditions preventing the others from being added.

For the disconnect option, you can implement a check in your script. Here’s a basic example of how you might structure it:

if (walletConnected) {
    // Code to disconnect the wallet
    disconnectWallet();
    walletConnected = false; // Update the status
}

Make sure to replace disconnectWallet() with the actual function or method you use to disconnect the wallet in your application. This way, you can manage the wallet connection status and reconnect manually later. Let me know if you need more help with this!

i dont know how to add because youre code sended is js and this is python and i know python a little only pls update the code for disconnect the wallet if you owner of this repo Thankyou so much

Rollagit commented 2 weeks ago

pls add a option to disconnect wallet because when I enter the recovery key into Tonkeeper, another wallet with a different specification is shown. and also i add 50 wallet and script connect all 50 accounts but it only show 2 wallet in used_wallets.json Thank you sir.

It sounds like you're facing some challenges with Tonkeeper. For disconnecting a wallet, you typically should be able to find an option in the settings or account section of the app. If it’s not there, consider reaching out to their support for guidance. Regarding the issue with adding 50 wallets and only seeing 2 in used_wallets.json, it might be worth checking if there are any limitations on the number of wallets that can be displayed or if there's an error in the script you're using. Make sure the script is correctly configured to handle all 50 accounts. If the problem persists, checking the Tonkeeper documentation or support might provide more insights. Let me know if you need more help! @Rollagit

script has problem because 50 accounts with 50 different wallet have been selected but in used_wallets.json only 2 wallet shown And also, when I enter that wallet pharse keys of account into Tonekeeper, they are different addresse . Please add a disconnect option for wallet task in the script, if wallet is connected = True then disconnect the wallet from account then we can connect it later manually.

It sounds like your script is having issues recognizing all 50 accounts, which is why only 2 wallets are appearing in used_wallets.json. You might want to review the logic in the script to ensure it loops through all accounts correctly and that there are no filters or conditions preventing the others from being added.

For the disconnect option, you can implement a check in your script. Here’s a basic example of how you might structure it:

if (walletConnected) {
    // Code to disconnect the wallet
    disconnectWallet();
    walletConnected = false; // Update the status
}

Make sure to replace disconnectWallet() with the actual function or method you use to disconnect the wallet in your application. This way, you can manage the wallet connection status and reconnect manually later. Let me know if you need more help with this!

i dont know how to add because youre code sended is js and this is python and i know python a little only pls update the code for disconnect the wallet if you owner of this repo Thankyou so much