1 2018-02-15 02:03:47 <esotericnonsense> can anyone recommend a good VPS provider that offers spinning rust? it feels like I should be able to pay say $10-$40 pm range to get a 1TB hdd sitting there for me. bitcoin dev work is a total pain in the arse with ssd providers
 2 2018-02-15 02:09:24 <chachasmooth_> does each UTxO P2PKH-script's public key's according private need to sign the raw transaction?
 3 2018-02-15 02:09:40 <chachasmooth_> i.e. if I construct a transaction with two UTxO-inputs (both to different addresses), do I need to sign the raw transaction using two private keys?
 4 2018-02-15 02:10:05 <esotericnonsense> chachasmooth_: yep
 5 2018-02-15 02:10:32 <chachasmooth_> esotericnonsense awesome! I finally understood the inner workings of Bitcoin :)
 6 2018-02-15 02:10:52 <esotericnonsense> chachasmooth_: chachaching
 7 2018-02-15 02:10:59 <chachasmooth_> ~ oh yeah ~
 8 2018-02-15 05:40:38 <mlz> esotericnonsense, hm.. i haven't seen a vps provider that would offer 1TB hdd for that price range
 9 2018-02-15 10:33:09 <wumpus> esotericnonsense: yes, online.net has some really nice offers
10 2018-02-15 10:34:19 <wumpus> esotericnonsense: for the 9E/month dedibox you can choose between can be 1TB harddisk or 120GB SSD
11 2018-02-15 10:35:42 <wumpus> I use them and they've been reliable. They even offer FreeBSD as OS option, FWIW.
12 2018-02-15 11:42:02 <drexl> Hi. version byte 0x05 maps to P2SH address prefix of '3' but in base58 it maps to '6'. What am i missing?
13 2018-02-15 12:43:44 <mmgen> drexl: you're not understanding how Bitcoin's base58 conversion works
14 2018-02-15 12:44:51 <mmgen> drexl: the prefix + address is all treated as a large number
15 2018-02-15 12:45:56 <mmgen> drexl: https://bitcoin.org/en/glossary/base58check
16 2018-02-15 13:17:14 <drexl> mmgen do I add the prefix before encoding? if yes how does that guarantee that it will start with '3' ?
17 2018-02-15 14:32:00 <esotericnonsense> wumpus: :o that sounds awesome. cheers
18 2018-02-15 15:23:06 <mmgen> drexl: it's all explained here: https://bitcoin.org/en/developer-reference
19 2018-02-15 15:23:22 <mmgen> drexl: scroll down to Address Conversion
20 2018-02-15 15:24:49 <mmgen> drexl: try it out yourself at the Python prompt and you'll see how the 0x05 prefix yields a '3'
21 2018-02-15 15:26:22 <mmgen> drexl: first try it with a hash of all zeroes, and then with a hash of all 'f's
22 2018-02-15 15:28:13 <mmgen> drexl: a base58 routine is provided on that page
23 2018-02-15 22:33:52 <kezimo> Proposal to devs: Incorporate the bittorent protocol to initial bitcoind syncing to increase download speeds
24 2018-02-15 22:33:59 <kezimo> ""1-8" active connections to bitcoin network." Why isn't this "(Bandwith saturating) connections to bitcoin network"
25 2018-02-15 22:36:57 <M1> answered in #bitcoin