Bitcoin Forum
July 01, 2024, 07:56:03 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 ... 115 116 117 118 119 120 121 122 123 124 125 126 127 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 ... 311 »
3281  Bitcoin / Development & Technical Discussion / Re: About getnewaddress RPC API on: February 06, 2021, 03:26:02 AM
It's to do with the "keypool"... the system used to maintain 100 keys in a "pool", modern versions of Bitcoin Core have a pool of 1000... -snip-
I'm pretty sure this is exactly how it works in Dogecoin. Does newest Bitcoin RPC work the same way?
In Bitcoin core whether it's RPC or the GUI, the change will be sent to a "change address" derived from a different hdkeypath m/0'/1'/.
And those wont be used as "receiving" addresses nor return in getnewaddress command.

In addition to HCP's reply, just like "receiving address", Bitcoin core has a reserve keypool for the change addresses that consist of 1000 key pairs.
So there's a total of 2000 reserved keys.
3282  Bitcoin / Electrum / Re: Sweeping from a non-custodial wallet. on: February 05, 2021, 04:49:27 AM
Any idea what the other two strings mean? It seems to have worked just using the third one.
The other one with 66 characters is the public key, in compressed format. It should start with either '2' or '3'.
3283  Bitcoin / Electrum / Re: Mempool min fee on: February 04, 2021, 04:10:24 AM
So there is no relation between the broadcasting and the blockexplorer feature? I know each website is differente, -snip-
According to this: https://bitcoin.stackexchange.com/a/96070,
Broadcast is related to the node's "Min Transaction Relay Fee" setting, but will increase if the node's mempool size reached maximum.

Quote from: Csmiami
but when I manually broadcasted on blockcypher, I did see the transaction on their explorer. It was later (today) when I went to check again and it couldn't be found.
Perhaps their min relay fee is actually higher at that time and your transaction wasn't really relayed/broadcast, you can try to re-broadcast it now and check the 'I' icon "Confidence" rating to see how many nodes have accepted your txn.
They will even accept 0.5 sat/vB txn but you'll notice that it's dropped after a while, try it  Smiley

But the error message that you're getting from blockchain(com) if your 'native SegWit' txn has 1-2sat/vB fee is still because of their erroneous computation of the fee rate whether their mempool's size it at max or not; if higher, it's the combination of both.

I don't consider Blockcypher's explorer that accurate: https://live.blockcypher.com/btc/tx/6520a0cdd0e36df5d377852736c35b2a4ae31934f4473650207a06c36cf8d98c/.

Transaction is obviously non-final but it got broadcasted to their explorer anyways. Seems like they're omitting some checks before pushing the TX. Blockexplorers are not a reliable source of information when it comes to propagation, even if you can see it on a blockexplorer, it doesn't mean that it has a good propagation.
AFAIK, Blockcypher accepts non-standard transactions, that includes txns below their min relay fee and other 'issues' but will fail to relay them to most nodes, usually, they will drop it after a day or a few hours.
(just saved in their blockexplorer database, not relayed perhaps?)
3284  Bitcoin / Electrum / Re: Mempool min fee on: February 03, 2021, 06:23:28 AM
-snip-
I'd understand if it's Blockchain.com, they're very terrible at what they do.

But in the case of Coinb.in, would that still be the case? -snip-
I guess not.
Honestly I haven't reviewed that online wallet, but upon fiddling with the clickable options, I've found this: https://status.coinb.in/
Their Min Transaction Relay Fee is currently set to 10sat/vB, so the error in coinb.in is for a different reason, the "other 2" however may still be the "sat/B vs sat/vB" case.
3285  Bitcoin / Electrum / Re: Mempool min fee on: February 03, 2021, 04:03:59 AM
Edit 2: Alright, took 3 different websited but I was finally able to broadcast the damm tx.... blockchain.info came back with the same error, but blockcypher did broadcast without any bitching
I guess your transaction is SegWit and the fee rate is about 1-2sat/vB right?
Those services (like blockchain.com) computes the raw size of your transaction making the total fee rate in sat/B less than 1sat/B (not virtual Bytes), so they return with that error.

You can paste the TXID of the already broadcast transaction in the explorer of those sites that rejected it and you'll the that your fee rate is lower than minimum standard (only to them).
3286  Bitcoin / Bitcoin Technical Support / Re: the payment has not been transmitted yet on: February 03, 2021, 03:53:59 AM
They received the money in binance.!
The balance in the app is correct, 0,  what happens with the "pending" transaction, how can i delete it?
So it's the lack of confirmations when you last checked then  Smiley

You mean "pending" in Bitcoin Wallet app? Check ranochigo's reply above for possible network sync issues.
3287  Bitcoin / Electrum / Re: Electrum Wallet 4.0.9 and Android app on: February 03, 2021, 03:43:37 AM
Is this possible?
You just have to remember these:
  • If it's an "Imported" wallet, you can add more keys (for Imported) or addresses (for Imported watch-only) in the already-created wallet using the options explained above.
  • If it' an HD wallet like "Standard", "2FA" or "Multisig", you can't add more keys/address aside from deriving your keys beyond the gap limit.
3288  Bitcoin / Bitcoin Technical Support / Re: the payment has not been transmitted yet on: February 03, 2021, 03:30:17 AM
The transaction's output was already spent and it looks like a deposit to a centralized service for having too many inputs in the transaction that spent it.
Most of those service only credits the user's funds once the transaction has 6 confirmations, some less.
Yours have more than enough now. Have you checked your balance recently?

-posted before I notice the reply above, but still relevant-
3289  Bitcoin / Bitcoin Technical Support / Re: Please help me with the issue of unlocking bitcoin core wallet. on: February 02, 2021, 12:34:00 PM
Hmm, that's odd.
If that was the issue, you shouldn't be getting the "method not found (code-32601)" error; -snip-
Given the OPs location and comments, it is possibly related to the use of non-Latin characters (ie. Chinese) in the passphrase... and the way that the system is parsing it... TBH, I'm not surprised it might be something as simple as using ' instead of "...
Even so, there're some inconsistencies because if there's some something wrong with the passphrase and there's no quotation mark, the result should be the 'help' for walletpassphrase.
Instead, he said it's "method not found (code-32601)".
So I guess if it's the keyboard's fault, he may have used "Pin Yin" when typing the walletpassphrase command at the time when he posted the OP.

Then somehow solved that first issue by using a different keyboard format, copy pasting the command or other.
3290  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.
3291  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.
3292  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.
3293  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.
3294  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".
3295  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.
3296  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.
3297  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.
3298  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?
3299  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.
3300  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.
Pages: « 1 ... 115 116 117 118 119 120 121 122 123 124 125 126 127 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 ... 311 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!