Bitcoin Forum
September 29, 2024, 05:58:51 PM *
News: Latest Bitcoin Core release: 27.1 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 ... 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 [178] 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 ... 323 »
3541  Bitcoin / Bitcoin Technical Support / Re: Please help me with the issue of unlocking bitcoin core wallet. on: February 02, 2021, 02:28:21 AM
-snip-
Thank you very much for your help, I have found the problem, and I will try my best to help others in the future!
Hmm, that's odd.
If that was the issue, you shouldn't be getting the "method not found (code-32601)" error; instead, it should be returning 'help' for walletpassphrase command if there's a 'space' in your password or a 'blank error message' / 'invalid command line' if there's an invalid character when you didn't add the quotation marks.

Anyways, good that it's now solved at the end although there are inconsistencies in this thread.
3542  Bitcoin / Bitcoin Technical Support / Re: Please help me with the issue of unlocking bitcoin core wallet. on: February 01, 2021, 12:16:25 PM
Based from the hint above, do you somehow have a disablewallet=1 entry in your bitcoin.conf file or as an additional start parameter in your shortcut?
Because disabling the wallet will make 'wallet RPC commands' like walletpassphrase disabled.
After I downloaded the Bitcoin core wallet, no other operations have been performed. If I disable it, how can I find out?  Then how to unban it?  I'm a novice, please!
The most noticeable one is the GUI, there will be no wallet UI, just the 'Console', 'Information', 'Peer' and 'Network traffic' tabs.

To re-enable the wallet (if disablewallet is the culprit):
Check your Bitcoin data directory (location) if there's a "bitcoin.conf" file inside it, if there is, open it using a text editor and check if there's a disablewallet=1 line.
For a possible added start parameter, if you're on Windows and running using a shortcut, check its properties and look for -disablewallet at the end of the Target, if there is, remove it.
3543  Bitcoin / Bitcoin Technical Support / Re: Please help me with the issue of unlocking bitcoin core wallet. on: February 01, 2021, 09:52:38 AM
This is how I do it, but it doesn't work!  I unlocked it without synchronizing the blockchain.
Those commands will work whether your node is synchronized, disconnected or not.

Based from the hint above, do you somehow have a disablewallet=1 entry in your bitcoin.conf file or as an additional start parameter in your shortcut?
Because disabling the wallet will make 'wallet RPC commands' like walletpassphrase disabled.
3544  Bitcoin / Bitcoin Technical Support / Re: Please help me with the issue of unlocking bitcoin core wallet. on: February 01, 2021, 05:28:01 AM
When I created the bitcoin core disconnected wallet, the password could not be unlocked, and the prompt: method not found (code-32601).
Whenever you see that "prompt" 'method not found', it's most likely that you've typed an incorrect command.
Check for typo in walletpassphrase then use the format posted in the above post.
3545  Bitcoin / Electrum / Re: New release: Electrum-4.0.9 on: February 01, 2021, 04:39:13 AM
Is it only me that dont have the "Fees" under tools - preferences then before Fees

I want to change to set fees manually, any help?
have you imported the private key(s) of the input(s) of the transaction that you want to replace in this thread: /index.php?topic=5313492.msg56235634?
If so, you can easily send it back to yourself using "Cancel transaction" or perform RBF using "Increase fee" right-click options in the history tab.
The total fee however can't be edited using those options, the best you can do is to set the 'fee slider' to "static".
3546  Bitcoin / Bitcoin Technical Support / Re: Abandon Transaction / must send back to same address? on: February 01, 2021, 04:08:39 AM
and now when sent i cant find it on the address or transaction id and the money have been withdrawn from the core wallet, thought it was going to be simple to send money back and forth to binance
Maybe you've followed an old tutorial about fee bumping using abandon transaction back when there's no "Increase transaction fee" option like this one for Bitcoin Core v0.13.2.
Because what you're trying to do is basically what that option is, and its the "simple method".

Info: Abandoning the transaction wont delete it from other node's mempool so if you've sent another transaction to the same recipient but didn't used any of the inputs of the txn that you want to replace, then it won't be replaced, it's like you've sent to that address twice.

Anyways, if you decided to use "Increase transaction fee" and you want to set the new fee rate manually, you can use the console instead.
Use the command bumpfee and add the option fee_rate to set the new fee rate in BTC/kvB.
Example:
Code:
bumpfee 0de258---TXID---571076 "{\"fee_rate\":0.00012}"

yea its good now, but the new transaction still still missing, i dont understand this at all, gone over 2h and cant even find in blockchain explorer even too paid for up to 3 hours
Your transaction maybe not yet broadcast or had errors.
3547  Bitcoin / Bitcoin Technical Support / Re: Abandon Transaction / must send back to same address? on: January 31, 2021, 10:16:05 AM
I forgot to mention, if ever those 2 missing transactions didn't show up after a few days, you can do a rescan command.
In the console, use rescanblockchain and Bitcoin core will rescan for your wallet transactions (it'll be slow but it wont download anything unless your node is pruned)

Also, your new transaction must have at least one input from your "low-fee transaction" or it wont replace it.
That's why I've suggested to use coin-control.
3548  Bitcoin / Bitcoin Technical Support / Re: Abandon Transaction / must send back to same address? on: January 31, 2021, 09:57:13 AM
Many thanks, took me 4 hours to figure out how to use config and abandon the payment with to low fee, will never make that mistake again... so now i will send to binance 0.4 btc with higher fee, i want it to get there within 24 hour always when i send the money

what option should i take? 60min 2hour?
You're in the right timing since the current average fee is quite low, try any recommended fee that's not under 10sat/vB and not higher than your target confirmation time.

BTW, you could have used right-click option: "Increase transaction fee" in the transactions tab   Wink

it didnt work with the other command walletbroadcast=0, then i tried zapwallett and then i could abandon the sent that was yet unconfirmed, so now i got all money back in the core wallet except from 2 transactions (strange? about 130 usd each)
Since you've used zapwallettxes, all of your wallet's transactions were removed and Bitcoin core is currently looking for them from your local copy of the blockchain.
Don't worry, those will be back after a few hours.
3549  Bitcoin / Bitcoin Technical Support / Re: Abandon Transaction / must send back to same address? on: January 31, 2021, 09:50:38 AM
You can send it to any address that you want as long as the fee is higher than the previous transaction, at least an additional 1sat/vB would suffice.
You may also need to use "coin control" to select the same input(s) if there are other unspent transaction outputs in your wallet.
To enable it, tick "Settings->Options->Wallet tab->Enable coin control feature", that will enable the "Inputs" option in the send tab.

edit/ my core wallet are very slow as well after doing this, gets not responding all the time
Your wallet may have been rescanning for those "zapped" transactions, and it's quite resource heavy.

May I ask your goal by using zapwallettxes?
3550  Bitcoin / Bitcoin Technical Support / Re: Signed raw transaction on: January 30, 2021, 04:40:48 AM
Is there an easy way to get the signed raw transaction on bitcoin core, electrum wallet or any other popular wallets before or without broadcasting the transaction to the network?
Is the original query still up?
In Bitcoin Core, adding walletbroadcast=0 to your bitcoin.conf file will enable you to create wallet transactions without sending it to your own mempool.

If you use the GUI, simply create a transaction using the send tab but when you click "send", it wont be sent to the network or even your mempool (the transaction will have a Status: 0/unconfirmed, not in memory pool).
Then you can use "Right-click->Copy raw transaction" on the particular transaction to get its signed RAW transaction.

In Bitcoin-cli, sendto will simply create a transaction but wont send it to your mempool; but since it's in the wallet, you can use gettransaction to get its signed raw transaction.
3551  Bitcoin / Electrum / Re: Electrum Wallet - Max Button Does Nothing on: January 30, 2021, 04:21:28 AM
-snip-
Clicked Max button.
Both BTC and GBP get filled with zero.
Have you "frozen" any address or coin in their particular tabs?
Frozen addresses and coins will be highlighted with blue, coin's highlight will be under 'output point'. Check those tabs if there're blue highlights.

If so, you should right-click on an address/coin and select "Unfreeze address" or "Unfreeze coin" depending on what's frozen.
3552  Economy / Web Wallets / Re: Brute force a blockchain.com wallet on: January 30, 2021, 03:22:39 AM
I didn't understand why OP mentioned brute force in his wallet seems he had a wallet ID and the 12 words seed -snip-
He doesn't have the 12-word recovery phrase, all he mentioned in the OP is a 8-12 possible characters of the password.

Plus he posted this:
No, he doesn't remember the seed phrase, he did not write it down. So, the only way is probably the brute force.
3553  Bitcoin / Bitcoin Technical Support / Re: $200 dollars reward for helping me fix my issue on: January 30, 2021, 03:17:58 AM
I have 21 bch a total of around $9,000 dollars that Is missing due to this mistake. I thank everyone who is trying to help me figure this out and whoever leads me to recovering this I will pay them generously.
No one can really help you if it's in Coinbase, not even their customer support because of the address' script type incompatibility between 'Bitcoin Cash' and the 'Bitcoin'.
I had asked in your previous thread of what "Coinbase" your coins were sent to.

Alternatively, the first characters of the address where it was sent should give the info if it's recoverable or not.
Does it start with '3' or '1', 'bc1' is out of the question since BCH can't be sent to it?
3554  Bitcoin / Bitcoin Technical Support / Re: $200 dollars reward for helping me fix my issue on: January 29, 2021, 06:34:27 AM
You didn't replied to your previous thread. If you can't find it, Mods moved it to 'Exchanges' board (link).
Because if it's 'Coinbase', not 'Coinbase Wallet', there's no point in reproducing the issue.

These are the wallets' links:
Which one?
3555  Bitcoin / Bitcoin Technical Support / Re: Unconfirmed transaction & wrong adress appearing ***REWARD 200 USD*** on: January 29, 2021, 03:00:45 AM
I think its because of old hdd and small amount of ram (only 4 gb)?

Can I simply copy wallet.dat from old pc to my iMac (with SSD and 12 gb of ram) to make the process faster?
If you decided to do that, you should increase the database cache of Bitcoin core in your iMac to about 6GB to further increase the sync speed.
The option is in "Settings->Options->Size of database cache" just below 'prune', setting it to 5722 should provide significant sync speed boost.
You need to restart Core for the changes to take effect.
3556  Bitcoin / Bitcoin Technical Support / Re: Broadcasting transactions and privacy on: January 29, 2021, 02:29:07 AM
Yes, only your own (the built-in wallet) transactions. The node's functions like transaction relay wont be affected by walletbroadcast=0
3557  Bitcoin / Bitcoin Technical Support / Re: Broadcasting transactions and privacy on: January 28, 2021, 04:22:02 AM
If you're using the GUI, Bitcoin-qt, you can view those outbound peers in "Window->Peers", select an outbound peer and look at the right pane.
You'll notice that both "Sent" and "Received" are both actively updated, so it's as said above.

The configuration/bitcoin.conf entry that falls under your concern is blocksonly (info).
3558  Bitcoin / Electrum / Re: Server returned an error when broadcasting the transaction on: January 28, 2021, 03:56:20 AM
I will try unchecking connect to server automatically and selecting another server.  Is the bubble supposed to remain green?
It the connection icon didn't even change, you might have improperly selected a server.
The right way is to right-click on your selected server then select "Use as server" from the right-click menu.
3559  Economy / Exchanges / Re: Sent bch to btc wallet. Help please REWARD on: January 28, 2021, 03:38:43 AM
I sent bch from bitcoin.com app to btc address via coinbase app. I made a huge mistake. Can I get my bch back and how? Please help.  REWARD
What particular Coinbase app? "Coinbase Wallet" or "Coinbase"?
Because the latter is a custodial wallet plus exchange and the former is a non-custodial wallet.

If Coinbase, then do the instructions above about contacting their support.

If it's Coinbase Wallet, you can restore by importing your Recovery Phrase to Electron Cash (https://electroncash.org/) or other clients that supports BIP39.
That's the 12-words that you need to take note during wallet creation;
for Electron, use the options, "Standard->I already have a seed->paste it->change the derivation path into m/44'/0'/0'  "
Finish creating the wallet, wait for the block headers download in the background and the wallet's balance will be updated.
3560  Bitcoin / Bitcoin Technical Support / Re: LOG for errors on: January 27, 2021, 05:07:48 PM
I want to have a real node, doing real things. Why do i need this testnet?
I dunno, bitcoin.conf is empty by default so you might have set it unintentionally.
Also, depending on your use-case, you might not be needing the other entries that you've added to the config file.

BTW, aside from deletion, commenting the line will disable it just like what you did in rpcuser and rpcpassword.
Pages: « 1 ... 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 [178] 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 ... 323 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!