fly
fly
/src/primitives/transaction.h inline void SerializationOp(Stream& s, Operation ser_action) { READWRITE(nValue); READWRITE(txType); switch (txType) { case 1: labelLen = devoteLabel.size(); READWRITE(labelLen); if (labelLen > 0) { READWRITE(devoteLabel); } break; case 2: case...
IPC is based on the UTXO model. So txid is needed to create new transactions. If ZCBQz2e1a62zw7HvhqzcYxsxdE7Gz4aGK2Bu is yours, you can use "Vout": 0. If ZCBhQ9JkxMKDkUmsAVuaMdPGuNFBsFMXVUPh is yours, you can...
Your transaction format is correct. But createrawtransaction is online . If offline you need have a online node. 1 At the online node use importaddress to add the address. 2...
It is related to the number of bytes occupied by the transaction ---Original--- From: "PrettyCherish" Date: Mon, Jul 15, 2019 18:38 PM To: "IPCChain/ipchain"; Cc: "Subscribed"; Subject: [IPCChain/ipchain] Transaction Fees...
It is about the number of vin and vout in the transaction. ---Original--- From: "PrettyCherish" Date: Mon, Jul 15, 2019 19:37 PM To: "IPCChain/ipchain"; Cc: "Comment";"fly"; Subject: Re: [IPCChain/ipchain] Transaction...
It is my pleasure. ---Original--- From: "PrettyCherish" Date: Tue, Jul 16, 2019 19:16 PM To: "IPCChain/ipchain"; Cc: "Comment";"fly"; Subject: Re: [IPCChain/ipchain] Transaction Fees (#9) Oh,thank you very much! — You...
At the path of "src/qt".
It is compiling GUI VERSION and NON GUI VERSION at the same time. V0.1.5 version is no change at the old rpc interface. You can get it at https://github.com/IPCChain/ipchain/releases/download/v0.1.4/ipchain-0.1.4-x86_64-nogui-ubuntu1604-linux.tar.gz .
Please reference document "Building IPChain Core" of the path https://github.com/IPCChain/ipchain/blob/master/README.md .
The address is not yours. @Rui2guo