Post
Topic
Board Bitcoin Technical Support
Merits 12 from 1 user
Re: A plea for help :)
by
Cricktor
on 08/07/2025, 18:28:26 UTC
⭐ Merited by LoyceV (12)
You can't even post code properly in [code][/code] tags which prevent that certain character sequences are gobbled up by the BBcode interpreter of the forum code. Ever thought for a second why there is a button to insert code tags? It has a purpose.

See the difference? You should've posted this
Code:
     raw['R_and168_140'] = [raw['R_bit168'][i] & raw['S_win140_8'][i] for i  in range(m)]
instead your ChatGPT code diarrhea has turned into this
     raw['R_and168_140'] = [raw['R_bit168'] & raw['S_win140_8'] for i  in range(m)]

Any occurence e.g. of [i] turns into subsequent italic text...     Well, whatever


When you used Electrum and have done about 200 outgoing transaction your coins don't necessarily sit in just one address derived from just one private key. But of course it depends on your usage pattern how your coins end up in one or more change addresses or other receive addresses of your wallet, if you received coins, too.