1 2017-08-27 04:41:53 0|meshcollider|https://github.com/bitcoin/bitcoin/issues/11134#issuecomment-325175820 are there any PRs for implementing stuff like this yet
2 2017-08-27 04:42:10 0|meshcollider|(change to segwit addresses)
3 2017-08-27 04:44:46 0|meshcollider|does it still need to be implemented or just reviewed
4 2017-08-27 05:10:14 0|bitcoin-git|[13bitcoin] 15achow101 opened pull request #11169: [GUI] Make tabs toolbar no longer have a context menu (06master...06rm-hide-tabs) 02https://github.com/bitcoin/bitcoin/pull/11169
5 2017-08-27 10:17:45 0|bitcoin-git|[13bitcoin] 15rawodb opened pull request #11170: Add label support to "addwitnessaddress" (06master...06pr/rpc_addwitnessaddress) 02https://github.com/bitcoin/bitcoin/pull/11170
6 2017-08-27 12:52:54 0|RK_|Z
7 2017-08-27 12:58:17 0|Guest68832|I just sent a tx with 0.15rc2 and used a custom fee of 0.00021234 BTC per kB (= 21.234 sat/Byte), but blockexplorers show me a fee of 14.321 sat/Byte now... what's wrong here?
8 2017-08-27 12:58:40 0|Guest68832|tx 728b5edbc55c52dab4e693d6edf8d81cd8557abfd358ab8e2208ae828f958598
9 2017-08-27 13:12:29 0|gagvd|Hi guys
10 2017-08-27 13:27:42 0|modi|hello everybody
11 2017-08-27 13:30:13 0|gagvd|Heloo
12 2017-08-27 13:37:46 0|morcos|Guest68832: It's a segwit transaction, so you paid 21.234 sat/byte of _virtual size_ which is really the only thing that matters. the fact that it is 14.321 sat/B of actual on-wire size is irrelevant
13 2017-08-27 13:38:27 0|morcos|the consensus limit is virtual size (just weight / 4) and the mining algorithm prioritizes by fee per virtual size
14 2017-08-27 13:45:51 0|modi|JOIN
15 2017-08-27 14:01:40 0|Guest68832|Thanks morcos. Is there a block explorer that shows sat/byte of virtual size for segwit tx?
16 2017-08-27 14:16:55 0|morcos|Guest60956: I've noticed that blockchain.info has something called "fee / weight unit" which you can see is 1/4 of your 21.234
17 2017-08-27 14:17:49 0|morcos|weight unit probably makes more sense than virtual size, but virtual size exists to keep things backwards compatible. a non segwit tx has virtual size = actual size
18 2017-08-27 14:19:53 0|morcos|4 * virtual_size = weight = actual_size + 3 * base_size (base_size is everything non-witness)
19 2017-08-27 14:48:34 0|wallet42|will other data structures also get an bech32hrp? like private keys, or xpub/xpriv stuff?
20 2017-08-27 16:54:18 0|sipa|wallet42: working on it
21 2017-08-27 16:55:11 0|sipa|wallet42: bech32's checksum isn't very good for longer lengths
22 2017-08-27 18:19:33 0|jonasschnelli|gmaxwell: most possible problem of a not-appearing GUI is probably persisted windows coordinates outside of the screen boundaries.
23 2017-08-27 18:20:05 0|jonasschnelli|could be fixed by checking the screen bounds against the QSettings coords
24 2017-08-27 18:21:12 0|jonasschnelli|-resetguisettings will just evict all user based Qt overrides (and things like window coordinates)
25 2017-08-27 18:29:56 0|gmaxwell|jonasschnelli: it might be good to check...
26 2017-08-27 18:40:57 0|jonasschnelli|Yes. we should do this (it's a priority thing)
27 2017-08-27 22:20:27 0|bitcoin-git|13bitcoin/06master 1437c4362 15danra: Trivial: Documentation fixes for CVectorWriter ctors
28 2017-08-27 22:20:27 0|bitcoin-git|[13bitcoin] 15MarcoFalke pushed 2 new commits to 06master: 02https://github.com/bitcoin/bitcoin/compare/7fd49d01dc2e...a084767b40c0
29 2017-08-27 22:20:28 0|bitcoin-git|13bitcoin/06master 14a084767 15MarcoFalke: Merge #11155: Trivial: Documentation fixes for CVectorWriter ctors...
30 2017-08-27 22:21:08 0|bitcoin-git|[13bitcoin] 15MarcoFalke closed pull request #11155: Trivial: Documentation fixes for CVectorWriter ctors (06master...06patch-8) 02https://github.com/bitcoin/bitcoin/pull/11155
31 2017-08-27 22:27:02 0|bitcoin-git|13bitcoin/06master 14946638d 15danra: Improve versionbits_computeblockversion test code consistency...
32 2017-08-27 22:27:02 0|bitcoin-git|[13bitcoin] 15MarcoFalke pushed 2 new commits to 06master: 02https://github.com/bitcoin/bitcoin/compare/a084767b40c0...ede386c2193f
33 2017-08-27 22:27:03 0|bitcoin-git|13bitcoin/06master 14ede386c 15MarcoFalke: Merge #11160: Improve versionbits_computeblockversion test code consistency...
34 2017-08-27 22:27:37 0|bitcoin-git|[13bitcoin] 15MarcoFalke closed pull request #11160: Improve versionbits_computeblockversion test code consistency (06master...06patch-9) 02https://github.com/bitcoin/bitcoin/pull/11160