I followed your advises, and we'll see if someone will reply in some way.
Thanks
I was curious so i decided to open
https://bobwallet.github.io/ and trying it (without deposit, obviously). Here's what i found:
1. When i click "Start BTC", my browser ask me to download file "bob_backup.txt" which contain public and private seed (i'm not sure what it means), which could be used to restore your Bitcoin if you still have the file.
2. The page make request
https://tbtc.bobwallet.fun and looks like it's been down for long time. It might be the cause CoinJoin process cannot be done.
Edit: this is the content of bob_backup.txt that i downloaded.
{"settings":{"version":"0.2.3","routeTab":"Public","publicSeed":"change ability asset bullet color urge mad twice tobacco polar where robot","privateSeed":"change ability asset bullet color urge mad twice tobacco polar where robot","publicIndex":0,"privateIndex":0,"changeIndex":0,"serverAddress":"https://tbtc.bobwallet.fun","chain":"tBTC","lastBackup":1603618430000,"successfulRounds":0,"failedRounds":0,"totalFees":0,"feesPerByte":null,"created":1603618429400},"completedRounds":[]}
Tidy version :
{
"settings": {
"version": "0.2.3",
"routeTab": "Public",
"publicSeed": "change ability asset bullet color urge mad twice tobacco polar where robot",
"privateSeed": "change ability asset bullet color urge mad twice tobacco polar where robot",
"publicIndex": 0,
"privateIndex": 0,
"changeIndex": 0,
"serverAddress": "https://tbtc.bobwallet.fun",
"chain": "tBTC",
"lastBackup": 1603618430000,
"successfulRounds": 0,
"failedRounds": 0,
"totalFees": 0,
"feesPerByte": null,
"created": 1603618429400
},
"completedRounds": []
}
If you notice, BobWallet choose testnet by default. But the mainnet behave similarry with testnet, with one difference where it makes request to
https://btc.bobwallet.fun instead.