Bitcoin Forum
May 04, 2024, 10:07:34 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 2 3 4 5 6 7 [8]  All
  Print  
Author Topic: Wasabi Wallet 1.0 Is Released  (Read 3959 times)
This is a self-moderated topic. If you do not want to be moderated by the person who started this topic, create a new topic.
kaicrypzen
Hero Member
*****
Offline Offline

Activity: 1344
Merit: 656



View Profile
April 13, 2021, 01:09:28 PM
 #141

Can the person receiving it create a CPFP transaction or is it to an exchange / business?

I could ask for that, so this means they would need to spend the output from the unconfirmed transaction with a higher fee and send it to one of their addresses, right?

There are paid transaction accelerators out there and some free ones that might help.

Yes I've seen some of those but they charge way too much. Do you have some that you could recommend?

How low a fee did you use? The fees have dropped below 10/sat b a few times over the last few weeks.

It was lower than that. At some point I hoped for it to get purged but it didn't, so it's not low enough for it to get purged but not high enough to get confirmed...



The default setting on the reference client is 2 weeks not 3 days (at least, it's 2 weeks in the version i'm running, which is not 0.21.0, but still i'm running a relatively recent version)...

Indeed, I found this https://github.com/bitcoin/bitcoin/pull/9312, so it appears 3 days was the old value and now it's 2 weeks.

So, if you stop rebroadcasting, most (but not all) nodes should have dropped your transaction after 2 weeks...

I'm not intentionally rebroadcasting but it seems to be happening, https://live.blockcypher.com displays a received field for transactions and for my transaction it's regularly updated. Do you know how I can know the whereabouts of the rebroadcasts, what triggers them and how many times and when my transaction was rebroadcasted?

1714860454
Hero Member
*
Offline Offline

Posts: 1714860454

View Profile Personal Message (Offline)

Ignore
1714860454
Reply with quote  #2

1714860454
Report to moderator
You get merit points when someone likes your post enough to give you some. And for every 2 merit points you receive, you can send 1 merit point to someone else!
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714860454
Hero Member
*
Offline Offline

Posts: 1714860454

View Profile Personal Message (Offline)

Ignore
1714860454
Reply with quote  #2

1714860454
Report to moderator
mocacinno
Legendary
*
Offline Offline

Activity: 3388
Merit: 4919


https://merel.mobi => buy facemasks with BTC/LTC


View Profile WWW
April 13, 2021, 01:48:47 PM
 #142

--snip--

I could ask for that, so this means they would need to spend the output from the unconfirmed transaction with a higher fee and send it to one of their addresses, right?
yes.
I actually wrote a tutorial a while back on how to execute an cpfp as a sender using electrum. For a receiver, it's actually more or less the same... If you point them towards this thread: https://bitcointalk.org/index.php?topic=5285192 they can ask for help in case they don't succeed (depends on which wallet they're using tough... It might require them to export private key(s) from their current wallet and import them into electrum if they want to follow the walktrough... In which case they need to be extra carefull not to compromise their keys)

Yes I've seen some of those but they charge way too much. Do you have some that you could recommend?
I've seen good things from viabtc... They have a free and a payed accelerator service, and they're legit... They own a pretty big pool, so they're able to deliver what they promise

It was lower than that. At some point I hoped for it to get purged but it didn't, so it's not low enough for it to get purged but not high enough to get confirmed...
Pruning happens if the limit of the mempool is over the limit set by the node operator OR if the unconfirmed transaction is older than x hours (default 2 weeks). So it should be pruned from most mempools in 2 weeks no matter what the feerate was



I'm not intentionally rebroadcasting but it seems to be happening, https://live.blockcypher.com displays a received field for transactions and for my transaction it's regularly updated. Do you know how I can know the whereabouts of the rebroadcasts, what triggers them and how many times and when my transaction was rebroadcasted?

To be honest, i have no idear if wasabi automatically rebroadcasts transactions... Maybe you can restore your wasabi wallet from seed by creating a new wallet but re-using the same seed... Not reopening the original wallet untill the transaction has been dropped.
It's also possible you keep rebroadcasting the transaction by your efforts to fix the issue tough... For example: sometimes people start using those "free" rebroadcasting websites because they think it'll fix their problem, but all those sites do is fetch the raw transaction and rebroadcast it, making it harder to double spend or to require more time to wait untill the transaction dissapears from most mempools.

█▀▀▀











█▄▄▄
▀▀▀▀▀▀▀▀▀▀▀
e
▄▄▄▄▄▄▄▄▄▄▄
█████████████
████████████▄███
██▐███████▄█████▀
█████████▄████▀
███▐████▄███▀
████▐██████▀
█████▀█████
███████████▄
████████████▄
██▄█████▀█████▄
▄█████████▀█████▀
███████████▀██▀
████▀█████████
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
c.h.
▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
▀▀▀█











▄▄▄█
▄██████▄▄▄
█████████████▄▄
███████████████
███████████████
███████████████
███████████████
███░░█████████
███▌▐█████████
█████████████
███████████▀
██████████▀
████████▀
▀██▀▀
kaicrypzen
Hero Member
*****
Offline Offline

Activity: 1344
Merit: 656



View Profile
April 13, 2021, 02:28:04 PM
Last edit: April 13, 2021, 02:47:31 PM by kaicrypzen
 #143

I could ask for that, so this means they would need to spend the output from the unconfirmed transaction with a higher fee and send it to one of their addresses, right?

yes.
I actually wrote a tutorial a while back on how to execute an cpfp as a sender using electrum. For a receiver, it's actually more or less the same... If you point them towards this thread: https://bitcointalk.org/index.php?topic=5285192 they can ask for help in case they don't succeed (depends on which wallet they're using tough... It might require them to export private key(s) from their current wallet and import them into electrum if they want to follow the walktrough... In which case they need to be extra carefull not to compromise their keys)

Great thanks, I'll refer them to that if needed.

Yes I've seen some of those but they charge way too much. Do you have some that you could recommend?

I've seen good things from viabtc... They have a free and a payed accelerator service, and they're legit... They own a pretty big pool, so they're able to deliver what they promise

Yes I know about their free service but it requires a minimum fee which my transaction doesn't have. So I guess I'll have to use their paid service if I don't succeed in getting the receiver to perform a CPFP. Thanks.

Pruning happens if the limit of the mempool is over the limit set by the node operator OR if the unconfirmed transaction is older than x hours (default 2 weeks). So it should be pruned from most mempools in 2 weeks no matter what the feerate was

Provided it's not rebroadcasted...

To be honest, i have no idear if wasabi automatically rebroadcasts transactions... Maybe you can restore your wasabi wallet from seed by creating a new wallet but re-using the same seed... Not reopening the original wallet untill the transaction has been dropped.
It's also possible you keep rebroadcasting the transaction by your efforts to fix the issue tough... For example: sometimes people start using those "free" rebroadcasting websites because they think it'll fix their problem, but all those sites do is fetch the raw transaction and rebroadcast it, making it harder to double spend or to require more time to wait untill the transaction dissapears from most mempools.

Yes that's why I didn't use those "free" accelerators. The only transactions I intentionally broadcasted were my double spending attempts. However I haven't kept my wallet shut down for 2 weeks so either it might be rebroadcasting in the background or some other service which I have no control over is doing it...

dkbit98
Legendary
*
Offline Offline

Activity: 2226
Merit: 7121



View Profile WWW
April 20, 2021, 09:03:41 AM
 #144

Please update Wasabi wallet to latest version v1.1.12.8 if you want to  avoid compatibility issue especially connected with Trezor Model T hardware wallet that has latest firmware v2.3.5.
Wasabi devs fixed this and few other bugs and minor issues with recovery words and tor, and you can read more about it in github release notes:
https://github.com/zkSNACKs/WalletWasabi/releases

.
.HUGE.
▄██████████▄▄
▄█████████████████▄
▄█████████████████████▄
▄███████████████████████▄
▄█████████████████████████▄
███████▌██▌▐██▐██▐████▄███
████▐██▐████▌██▌██▌██▌██
█████▀███▀███▀▐██▐██▐█████

▀█████████████████████████▀

▀███████████████████████▀

▀█████████████████████▀

▀█████████████████▀

▀██████████▀▀
█▀▀▀▀











█▄▄▄▄
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
.
CASINSPORTSBOOK
▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
▀▀▀▀█











▄▄▄▄█
Pages: « 1 2 3 4 5 6 7 [8]  All
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!