Bitcoin Forum
May 30, 2024, 03:38:52 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 ... 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 [87] 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 ... 463 »
1721  Bitcoin / Electrum / Re: issues with electrum : Broadcasting Error message on: March 30, 2021, 01:56:38 PM
It turns out https://mempool.space/ you can no longer watch it once it shows inaccurately.
Probably not the case.
http://163.172.57.208/getmempoolinfo.txt. will dynamically update there? Can I go look for when there will be 1 Satoshi byte?
I update it via a script every 5 minutes, but I'll lower it. Probably wouldn't matter as long as the update interval is somewhat reasonable.

I'll say that your method will have limited effectiveness, if you consider the current situation. Being able to broadcast your transaction entails that the total mempool will be less than 90~100vMB or so depending on overheads. When you're able to broadcast it, it'll probably be when there are only 1 sat/vbyte transactions left in the mempool and all of the others were mined by a miner. This definitely won't happen overnight and even if miners were to mine successive blocks, which is unlikely to be sufficient, there is little chance of your 1 sat/vbyte transaction (currently there is 90vMB+ of transactions paying 2sat/vbyte or more) being confirmed even if it gets relayed. After it gets relayed, if the minmempoolfee increases at the slightest, your 1sat/vbyte transaction would be evicted again and the whole process repeats.

Just to put things into perspective and help you manage your optimism.
1722  Bitcoin / Electrum / Re: Electrum doesn't show rewarded coins on: March 30, 2021, 12:06:33 PM
By P2PK transactions you mean the input AND the ouput? They both (or more) must be p2pk addresses in order to not show it? Because I can see that two out of the three transactions above are normally shown on electrum and since the address is P2PKH, all of its outputs are P2PK. You probably mean something different, that I'll kindly ask you to explain it more.
Public keys are not technically addresses as addresses are the hash of the public key.

Let's establish some things first for clarity. 1M311YjWBuHbZhLDynBKFCTXosJe7d2Boi did not exist in 2009; Satoshi (or whichever miner who mined that block) did not send the Bitcoins to a Bitcoin address but to a public key. Blockexplorers tend to oversimplify this and associate public keys with the corresponding addresses had it been expressed as an address. You can check it yourself by decoding the raw transaction and see that it is infact a P2PK transaction.

Blockexplorers will associate P2PK transactions to the corresponding addresses and that is fine. But, in the case of Electrum, your query to the server would be your watch-only address which is not a public key. Since Electrum nodes only fetch the transactions related to that script hash (ie. the two transactions shown) as they do not do what blockexplorers usually do, you would only see the transactions that are sent to and from that address, not public key.

Are both of the following transactions P2PK?

1) P2PKH Address A ---> 1 BTC ---> P2PKH Address B.
2) Non-P2PKH Address A ---> 1 BTC ---> P2PKH Address B.
No. P2PK is Pay-to-Public-Key which means you're not specifying the outputs as an address but rather an ECDSA public key.
1723  Bitcoin / Electrum / Re: issues with electrum : Broadcasting Error message on: March 30, 2021, 09:58:01 AM
Now shows on the site https://mempool.space/ that the minimal fee is 1 satoshi \ byte but still cannot send the transaction - the same error.
Nope, it's not or perhaps their settings is slightly different.

Both Statoshi and my nodes are indicating it to be slightly more than 1.9sat/vbyte. You can check my node's info for something that indicates the default settings and thus the general node population: http://163.172.57.208/getmempoolinfo.txt.

I would probably expect it to be purged again after the TX volume rises by the mid week, if that happens just broadcast it again. Don't think ~2sat/vbyte has any chance for a confirmation given the current situation.
1724  Bitcoin / Electrum / Re: Electrum doesn't show rewarded coins on: March 30, 2021, 09:50:40 AM
-snip-
But then I tried importing a rewarded address from a random block. For example, I imported this one: 1M311YjWBuHbZhLDynBKFCTXosJe7d2Boi (rewarded address for block 23231)

Its balance is 50.00001094 BTC (3 unspent outputs including the block reward). This is what it'll show you if you import it on electrum:
-snip-
Electrum doesn't display P2PK transactions, and the earlier coinbase transactions are all P2PK transactions.

When you're importing a watch-only address, Electrum looks for the transactions which is related to you through it's script hash derived from the address. P2PK transactions are thus not related to that scripthash and not shown.
1725  Bitcoin / Bitcoin Technical Support / Re: bitcoind - what is it doing? on: March 29, 2021, 10:23:00 PM
What command do I run to see your code message below?
when i run   
Code:
./bitcoind -help
   there is no option for "progress"
That output is usually displayed after the user runs bitcoind, or at least that's the case for me on Linux distros. It basically outputs the logs that you would see on debug.log onto command line and is usually just it accepting new blocks or peers activity. You can see it by opening the debug.log as a text file that is located in the same directory as the blocks. Default directory for Mac is ~/Library/Application Support/Bitcoin/.
5. If i press CNTRL-C in my bitcoin/src directory where the bitcoind file is I get no response except a new terminal prompt
If you want to get the status, try ./bitcoin-cli getblockchaininfo for the synchronization progress.
1726  Other / Meta / Re: Password Visible Option on: March 29, 2021, 10:16:41 PM
Don't really think most people actually has that much difficulty when typing passwords? Bitcointalk doesn't usually add the tiny features frequently but it would be fairly easy to do so.

Instead of asking the forum, why don't you just get a tampermonkey script that would toggle the password's visibility?
1727  Bitcoin / Bitcoin Discussion / Re: Large percentage of Americans still don't understand how bitcoin works on: March 29, 2021, 03:29:46 PM
Institutional adoption is by no means a suitable indicator of mainstream adoption. It just means that its volatility nature allows some riskier firms to venture into crypto. While it isn't very hard to learn the basics of Bitcoin, which by the way would give you quite some insight if you can read the whitepaper, it just doesn't make sense for the general population to use it. There isn't really any viable and widespread real life use as of now and possibly in the near future.
1728  Bitcoin / Bitcoin Discussion / Re: I went big into Bitcoin and Ethereum... on: March 29, 2021, 12:55:43 PM
Hello Gang,
New guy here.
About 2 weeks ago I purchased $50,000 of Bitcoin and Ethereum thru Coinbase.
It's all sitting in the Coinbase wallet with a 2 step verification to get access.

I just ordered a Trezor 1 cold wallet. Might take a few days to get here.
How safe is the Coinbase wallet for holding my stuff?
I've read that their site is actually very secure.

Thanks for any info!
Not really. 2FA only serves to protect the user from external threats and assuming that the site doesn't have any loopholes in terms of social engineering and other vulnerabilities.

Coinbase may seem secure but so did most of the exchanges before they got hacked. They are known to have outrageous policies which allows them to freeze your coins and track your transactions whenever they want. You won't know how secure it is until something happens. Trezor is a hardware wallet which mainly defeats the threats through malware and to an extent physical attacks as well. They are not a cold wallet. I consider hardware wallets to be mostly more secure than web wallets; 2FA can only protect you so much and it doesn't always fare that well against malware in the first place.
1729  Bitcoin / Hardware wallets / Re: If Trezor's servers go down, what would happen to wallets w/ 25th password? on: March 29, 2021, 12:48:08 PM
If you need to connect to any server for wallet seed creation then your hardware wallet can send your wallet seed to any third part or not trust its security.
Same reason why people urge others to run a local instance of their wallet instead of having to connect to something that can be changed at a whim without any of the user's authorization.
Trezor's servers go down and there is no way to send coins people can use any other software.
There is[1]. It isn't necessary for the user to use SatoshiLabs' servers, they can run their own and be perfectly fine.

[1] https://wiki.trezor.io/User_manual:Running_a_local_instance_of_Trezor_Wallet_backend_(Blockbook)
1730  Bitcoin / Electrum / Re: Electrum wallet moved, not working. Best course of action? on: March 29, 2021, 02:35:02 AM
After restoring ( i was going to move the file but had issues and just did a restore) to win8, Electrum loaded fine with my seed info and I did a single send transaction that worked. It has been several months since I used Electrum and now I have what I explained in post of receives and change in a list that says its connected to server. No history and 0 balance.
Did you select the correct wallet file to open? So you're saying that you've restored the wallet using the seed months ago, left it there and you can't see anything on it now?


I see the 2fas auth is only used for spending from the wallet.
Did you create a 2FA wallet in the first place?
Will it hurt to restore my wallet again? Should I move the files from the current installation location of Electrum if and when I restore?
Nope, it's fine. Just go to File and New/Restore and select the options to restore your seed.
1731  Bitcoin / Bitcoin Technical Support / Re: Mining against bitcoind stratum issues on: March 28, 2021, 11:28:23 PM
Thanks.  My linux bitcoind server is almost done syncing, will look into 0.19.1 when it finishes.  My question though would be how do mining pools do this?
Most of them probably don't rely completely on Bitcoin Core and builds the block using their own implementation. Most mining pool don't use GBT but stratum instead.

Unless you're able to see how the pool functions, you probably won't know if the problem exists for them and what their remedy is. Since the error exists due to the fact that they expect the coinbase flags, they can just add it at the end before feeding it to the miners.
1732  Bitcoin / Hardware wallets / Re: If Trezor's servers go down, what would happen to wallets w/ 25th password? on: March 28, 2021, 10:17:15 PM
Most of them will work without.

Many of the HW wallet, or wallets in general uses BIP39 to generate their seed phrase. The method for them to generate the seed passphrase is completely transparent and it is not difficult to obtain the private keys from that directly. Even if they use a different standard like Electrum, you'll probably be able to figure out how it's done by looking at the codes, the extract the private keys yourself.
1733  Bitcoin / Bitcoin Technical Support / Re: Mining against bitcoind stratum issues on: March 28, 2021, 04:13:06 PM
Thanks for the information.  I read through that link but cannot figure out if this is a bug or intentional?
Intentional, the mining client should modify their client to remove the flags as it isn't in use anyways. I think neither BFGminer nor CGminers are in active development anymore?
Do you know if 0.19.1 can be successfully dropped into an existing .bitcoin profile as to not have to download the whole blockchain again?
There isn't any (only the peers.dat will be discarded, if I'm not wrong) compatibility issues, if that is what you mean.
1734  Bitcoin / Bitcoin Technical Support / Re: Mining against bitcoind stratum issues on: March 28, 2021, 02:50:52 PM
Just a little insight: I was interested in using my spare unused 2Pacs for some solomining. It was working with 0.19.1 but it broke after updating to 0.20.0 and I was looking at the code and figured out that this pull request was causing the problem[1]. If you want to mine with 0.21.0/0.20.X instead, then you'll probably have to either modify your mining client somehow to ignore that missing part in the scriptsig and compile it.

SoloMining with 0.19.1 is perfectly fine, if you don't want to complicate things.


[1] https://github.com/bitcoin/bitcoin/pull/17519
1735  Bitcoin / Bitcoin Discussion / Re: P2TR can make people that are using multisig wallets to increase on: March 28, 2021, 11:50:19 AM
I do not know much about taproot, but there is a transaction vsize calculator I have seen some months ago that included taproot transactions, according to the calculation I made by using it, P2WSH (segwit) transactions are still slightly lower to that of P2TR (taproot), this makes me think that because if this, segwit transactions will still be lower, but P2TR transactions will be best for multisig transactions because using Schnorr signature, multisig transactions will be indistinguishable from a wallet using one private key. But, as for P2PKH (legacy) and PSH (nested segwit) transactions, the vsizes are higher if compared to P2TR using the calculator.
Shouldn't you be comparing P2WPKH to P2TR instead? Eitherways, both of them are showing that TR has a lower raw size for me (99vbytes vs 109vbytes). Taproot is specifically designed for signature aggregation which is largely beneficial for P2WSH, 166.25 vbytes for TR vs 357.75 vbytes for P2WSH. If Musig is your main focus, you'll reap more benefits by using TR by the lower size as well as better privacy.

The calculator is also open source.
What has this got to do with your post? Should be fairly easy to breakdown the components to get the total size anyways.

1736  Bitcoin / Wallet software / Re: Which wallets offer the lowest transaction fees to send BTC ? on: March 28, 2021, 11:33:25 AM
If you could give a range where the fee falls within , between x and y ....
As we have mentioned in the thread, the fees is dictated by the user with most wallets and the fees that you're paying acts as an incentive for miners to mine your transaction over the others (transactions with higher fee rates are usually prioritized by the miners.

You are free to pay as much or as little as you want (>1 satoshi/vbyte) which can be configured for most wallet. Typically, the fees can fall within 7 satoshis/vbyte to 150 satoshis/vbyte for a reasonable time for it to be included in a block throughout the week. The general trend is that the fees are lower during the weekends. You are better off trying to optimize your spending habits by consolidating inputs and using segwit to reduce the fees as opposed to trying to find a better wallet. Wallet that offers the same address type (segwit/legacy) has no difference if you're paying the same fee rate.
1737  Bitcoin / Bitcoin Discussion / Re: P2TR can make people that are using multisig wallets to increase on: March 28, 2021, 09:31:23 AM
This is an advantage only if your design demands it. For example a company that has to have multiple signers with equal control, a 2of3 escrow,... otherwise the complication it adds is a disadvantage for normal usages not to mention that multi-sig transactions are bigger in size (Schnorr solves this but the complication remains).
Does Taproot reduce overall transaction size for non musig? I did remember that TR TXes are smaller than Segwit TXes by about 20bytes 10 bytes or so for a 1 input -> 1 output.

Do not comment on what you do not know, soft fork upgrade like segwit and taproot will first be implemented on bitcoin core, the implementation will be immediately after bitcoin community all support the activation. Like for taproot, the next stage they are is speedy trial in which miners will signal for support during certain short period of time, while if most miners signal for activation, the activation will then occur like three months time after the speedy trial.
Segwit was activated in 2017. Does Blockchain.com implement Segwit?

It is naive to think that just because Bitcoin Core implements something, then the rest of the community will follow suit. Soft fork makes it such that it doesn't have to be a mandatory upgrade and furthermore, there isn't any practical reason why wallets have to support Taproot. It does seems like you have a few misconceptions though.


Also, the maximum number of cosigners on electrum is 5, and also the maximum number of private key that can be set is 5, not 15.
It is 15.
1738  Bitcoin / Hardware wallets / Re: Sending Bigger Amounts of BTC on: March 28, 2021, 09:24:26 AM
Are people sending bigger amounts of btc now... almost always sending the recommended fee now?  Imagine someone sending like 0.05 or something huge like lbtc to coinbase or to someone. 
There is no such thing as recommended fee. The median fees are probably higher if the person wants it to be confirmed within a set period of time. I'd imagine transactions sending 0.05BTC is not rare at all.


I can't imagine someone paying the least amount of fees right to send it?    Like wouldn't most of you feel a bit nervous if you send a big amount of btc with a low fee?  How long does a transaction take now if you send using the nano ledger s now and paying the minimum amount in fees?  Would the transaction get stuck?  I recalled years ago I sent btc with electrum and paid the lowest fees and it took like a day or so until i went to that viabtc accelerator site to make it go faster.
If you're using the wallet's built in fees estimation, it is probably fairly conservative and does the job most of the time. Opt-in RBF will solve the problem and that is why it is a recommendation to have it enabled. If your fees are too low, it is easy to just replace it.

I got to wonder how much fees people are playing when they are sending like 5k or l0k worth of btc or more.  Would most use the average fee or pay a lot to make transaction go faster?
I'm not sure about the point of this question. Your choices of fees will only depend on your priority; do you want it to be confirmed ASAP or are you fine with waiting for a few more hours or days for it to confirm? I personally have pretty large transactions in terms of the total value with lower fees as they're mostly just consolidation and I don't actively spend it anyways. Just RBF it if you need it to be confirmed.
Has there been transactions stuck where it just go stuck though?
No transactions would get "stuck" forever.
1739  Bitcoin / Bitcoin Discussion / Re: P2TR can make people that are using multisig wallets to increase on: March 28, 2021, 12:14:58 AM
A little misconception, Multisig Wallets contains addresses that has a predefined N set of keys for which at least M of the keys must sign any transaction for them to be valid. A single wallet should not generate all of the keys.

MuSig is great if you're looking for a kind of contract that requires M parties to agree to a transaction out of N total parties. In terms of it's security, I would argue that using an airgapped wallet is enough. Having to transfer your raw TX through many devices only serves to complicate the matter somewhat. Definitely won't be sufficient for physical attacks, ie $5 wrench attack.

The signature aggregation will enhance the privacy as well.
1740  Bitcoin / Wallet software / Re: Which wallets offer the lowest transaction fees to send BTC ? on: March 27, 2021, 11:48:45 AM
Online wallets are generally not great if you're looking to minimize transaction fees, some of them don't implement segwit and some of the have poor fees estimation as well. Custodial wallets often charges their users more fees than necessary when sending Bitcoins. That is not the only reason why you shouldn't use them.

Transaction fees are not dependent on the wallet that you're using though it can be. Wherever possible, use Segwit (bc1) addresses to have the lowest fees or nested segwit if you want backwards compatibility. Electrum and Bitcoin Core both have decent fees estimation and features but you can also refer to mempool.space as a reference to adjust your fees as well.
Pages: « 1 ... 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 [87] 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 ... 463 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!