1 2017-05-24 01:56:10 <kallewoof> luke-jr: Done. (Also gave you push access in case I missed something.)
 2 2017-05-24 05:01:09 <RainMan28> hello
 3 2017-05-24 05:01:45 <RainMan28> i have my bitcoin core wallet set to pay a tx fee of 331 satoshis/Byte, but when it sends certain transactions it sends with a much higher fee (547 sat/B). Does anyone know why this would happen?
 4 2017-05-24 05:03:34 <RainMan28> could it be because the transaction size is too small and its considered dust or something?
 5 2017-05-24 06:38:02 <wumpus> RainMan28: you used paytxfee?
 6 2017-05-24 06:39:46 <wumpus> yes, it might have been below the minimum for your own mempool to accept it
 7 2017-05-24 06:40:29 <wumpus> you can check 'mempoolminfee' in the `getmempoolinfo` RPC
 8 2017-05-24 20:48:08 <Agro> <Agro>	so i was reading up about elliptic curve cryptography, is the reason that it is possible to derive the public key from the private key that the public point is fixed for bitcoin? from what i've read, i think i understand that there is a constant base point defined as part of secp256k1
 9 2017-05-24 21:16:26 <goatpig> that's G
10 2017-05-24 21:16:35 <goatpig> the curve's origin point
11 2017-05-24 21:18:48 <Agro> got it, thanks