1 2017-08-06 09:53:29 <ptolemaus> is it correct that if I send 200 btc from 1 input to 1 output there should be no different transaction fee than if I send 0.05 btc from 1 input to 1 output?
2 2017-08-06 10:09:58 <phantomcircuit> ptolemaus, yes
3 2017-08-06 10:18:30 <ptolemaus> thx
4 2017-08-06 18:58:25 <ptolemaus> how do I know if my RPC server already knows the input transactions and private keys for the passed transaction which needs to be signed?
5 2017-08-06 18:58:54 <ptolemaus> I want to sign a raw transaction but the API provides multiple possibilities.
6 2017-08-06 18:59:15 <ptolemaus> I do use CreateRawTransaction previously
7 2017-08-06 19:00:26 <arubi> you can tell if the wallet knows about the keys with the ismine command.  it accepts an address
8 2017-08-06 20:36:00 <arubi> ptolemaus, arg, it's "validateaddress" not ismine .  sorry
9 2017-08-06 22:34:36 <ptolemaus> arubi, thank you