JoinMarket-Org / joinmarket-clientserver

Bitcoin CoinJoin implementation with incentive structure to convince people to take part
GNU General Public License v3.0
717 stars 175 forks source link

Fidelity bond not announced to the market #952

Closed BitcoinWukong closed 3 years ago

BitcoinWukong commented 3 years ago

In my testing, I see that my fidelity bond can be displayed correctly by wallet-tool, but not visible on ob-watcher website. I'll see if there is a way to reproduce this issue.

AdamISZ commented 3 years ago

I have been testing it on an off for a couple of weeks; can't reproduce that (i.e. I do see it in ob-watcher). Feel free to add any details you think might be relevant.

AdamISZ commented 3 years ago

Oh, obvious question: Do you see [INFO] Announcing fidelity bond coin... in your output/log?

BitcoinWukong commented 3 years ago

Hmm... Strange, now I do see my fidelity bond in the market.

I don't know what went wrong previously.

Here is what I did:

  1. I checked out v0.9.0 instead of master and did another install.sh
  2. I switched IRC from Tor to clear net in the cfg file.

After these 2 operations, I see that fidelity bond is announced successfully.

I then switched back from clear net to Tor, and it's still announced successfully.

Can't reproduce this problem anymore.

BitcoinWukong commented 3 years ago

I do notice there is a "Signature expiry height" in the "Fidelity Bonds" page.

And I believe my fidelity bond's original Signature created from about 2 weeks ago have expired already, now I see a new "Signature expiry height" on my fidelity bond.

Could this be the reason that causing my fidelity bond disappearing from the market?

BitcoinWukong commented 3 years ago

Oh, obvious question: Do you see [INFO] Announcing fidelity bond coin... in your output/log?

Yes, I verified in the log file, I do see the Announcing fidelity bond coin... in them.

I'll close this issue for now, and reopen it if I can reproduce it in the future.

AdamISZ commented 3 years ago

Was it just not yet confirmed?

BitcoinWukong commented 3 years ago

Was it just not yet confirmed?

No, it was deposited about 2 weeks ago and I was able to see my fidelity bond at the beginning, and I just noticed today that somehow it disappeared.