tx.py 57 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565156615671568156915701571157215731574157515761577157815791580158115821583158415851586158715881589159015911592159315941595159615971598159916001601160216031604160516061607160816091610
  1. #!/usr/bin/env python3
  2. #
  3. # mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution
  4. # Copyright (C)2013-2019 The MMGen Project <mmgen@tuta.io>
  5. #
  6. # This program is free software: you can redistribute it and/or modify
  7. # it under the terms of the GNU General Public License as published by
  8. # the Free Software Foundation, either version 3 of the License, or
  9. # (at your option) any later version.
  10. #
  11. # This program is distributed in the hope that it will be useful,
  12. # but WITHOUT ANY WARRANTY; without even the implied warranty of
  13. # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  14. # GNU General Public License for more details.
  15. #
  16. # You should have received a copy of the GNU General Public License
  17. # along with this program. If not, see <http://www.gnu.org/licenses/>.
  18. """
  19. tx.py: Transaction routines for the MMGen suite
  20. """
  21. import sys,os,json
  22. from stat import *
  23. from mmgen.common import *
  24. from mmgen.obj import *
  25. wmsg = lambda k: {
  26. 'addr_in_addrfile_only': """
  27. Warning: output address {} is not in the tracking wallet, which means
  28. its balance will not be tracked. You're strongly advised to import the address
  29. into your tracking wallet before broadcasting this transaction.
  30. """.strip(),
  31. 'addr_not_found': """
  32. No data for {pnm} address {{}} could be found in either the tracking
  33. wallet or the supplied address file. Please import this address into your
  34. tracking wallet, or supply an address file for it on the command line.
  35. """.strip().format(pnm=g.proj_name),
  36. 'addr_not_found_no_addrfile': """
  37. No data for {pnm} address {{}} could be found in the tracking wallet.
  38. Please import this address into your tracking wallet or supply an address file
  39. for it on the command line.
  40. """.strip().format(pnm=g.proj_name),
  41. }[k]
  42. def strfmt_locktime(num,terse=False):
  43. # Locktime itself is an unsigned 4-byte integer which can be parsed two ways:
  44. #
  45. # If less than 500 million, locktime is parsed as a block height. The transaction can be
  46. # added to any block which has this height or higher.
  47. # MMGen note: s/this height or higher/a higher block height/
  48. #
  49. # If greater than or equal to 500 million, locktime is parsed using the Unix epoch time
  50. # format (the number of seconds elapsed since 1970-01-01T00:00 UTC). The transaction can be
  51. # added to any block whose block time is greater than the locktime.
  52. if num == None:
  53. return '(None)'
  54. elif num >= 5 * 10**6:
  55. return ' '.join(time.strftime('%c',time.gmtime(num)).split()[1:])
  56. elif num > 0:
  57. return '{}{}'.format(('block height ','')[terse],num)
  58. else:
  59. die(2,"'{}': invalid locktime value!".format(num))
  60. def mmaddr2coinaddr(mmaddr,ad_w,ad_f):
  61. # assume mmaddr has already been checked
  62. coin_addr = ad_w.mmaddr2coinaddr(mmaddr)
  63. if not coin_addr:
  64. if ad_f:
  65. coin_addr = ad_f.mmaddr2coinaddr(mmaddr)
  66. if coin_addr:
  67. msg(wmsg('addr_in_addrfile_only').format(mmaddr))
  68. if not (opt.yes or keypress_confirm('Continue anyway?')):
  69. sys.exit(1)
  70. else:
  71. die(2,wmsg('addr_not_found').format(mmaddr))
  72. else:
  73. die(2,wmsg('addr_not_found_no_addrfile').format(mmaddr))
  74. return CoinAddr(coin_addr)
  75. def segwit_is_active(exit_on_error=False):
  76. d = g.rpch.getblockchaininfo()
  77. if d['chain'] == 'regtest':
  78. return True
  79. if ( 'bip9_softforks' in d
  80. and 'segwit' in d['bip9_softforks']
  81. and d['bip9_softforks']['segwit']['status'] == 'active'):
  82. return True
  83. if g.test_suite:
  84. return True
  85. if exit_on_error:
  86. die(2,'Segwit not active on this chain. Exiting')
  87. else:
  88. return False
  89. def addr2pubhash(addr):
  90. return g.proto.verify_addr(addr,addr.hex_width,return_dict=True)['hex']
  91. def addr2scriptPubKey(addr):
  92. return {
  93. 'p2pkh': '76a914' + addr2pubhash(addr) + '88ac',
  94. 'p2sh': 'a914' + addr2pubhash(addr) + '87',
  95. 'bech32': g.proto.witness_vernum_hex + '14' + addr2pubhash(addr)
  96. }[addr.addr_fmt]
  97. def scriptPubKey2addr(s):
  98. if len(s) == 50 and s[:6] == '76a914' and s[-4:] == '88ac':
  99. return g.proto.pubhash2addr(s[6:-4],p2sh=False),'p2pkh'
  100. elif len(s) == 46 and s[:4] == 'a914' and s[-2:] == '87':
  101. return g.proto.pubhash2addr(s[4:-2],p2sh=True),'p2sh'
  102. elif len(s) == 44 and s[:4] == g.proto.witness_vernum_hex + '14':
  103. return g.proto.pubhash2bech32addr(s[4:]),'bech32'
  104. else:
  105. raise NotImplementedError('Unknown scriptPubKey ({})'.format(s))
  106. class DeserializedTX(dict,MMGenObject):
  107. """
  108. Parse a serialized Bitcoin transaction
  109. For checking purposes, additionally reconstructs the raw (unsigned) tx hex from signed tx hex
  110. """
  111. def __init__(self,txhex):
  112. def bytes2int(bytes_le):
  113. if bytes_le[-1] & 0x80: # sign bit is set
  114. die(3,"{}: Negative values not permitted in transaction!".format(bytes_le[::-1].hex()))
  115. return int(bytes_le[::-1].hex(),16)
  116. def bytes2coin_amt(bytes_le):
  117. return g.proto.coin_amt(bytes2int(bytes_le) * g.proto.coin_amt.min_coin_unit)
  118. def bshift(n,skip=False,sub_null=False):
  119. ret = tx[self.idx:self.idx+n]
  120. self.idx += n
  121. if sub_null:
  122. self.raw_tx += b'\x00'
  123. elif not skip:
  124. self.raw_tx += ret
  125. return ret
  126. # https://bitcoin.org/en/developer-reference#compactsize-unsigned-integers
  127. # For example, the number 515 is encoded as 0xfd0302.
  128. def readVInt(skip=False):
  129. s = tx[self.idx]
  130. self.idx += 1
  131. if not skip: self.raw_tx.append(s)
  132. vbytes_len = 1 if s < 0xfd else 2 if s == 0xfd else 4 if s == 0xfe else 8
  133. if vbytes_len == 1:
  134. return s
  135. else:
  136. vbytes = tx[self.idx:self.idx+vbytes_len]
  137. self.idx += vbytes_len
  138. if not skip: self.raw_tx += vbytes
  139. return int(vbytes[::-1].hex(),16)
  140. def make_txid(tx_bytes):
  141. return sha256(sha256(tx_bytes).digest()).digest()[::-1].hex()
  142. self.idx = 0
  143. self.raw_tx = bytearray()
  144. tx = bytes.fromhex(txhex)
  145. d = { 'version': bytes2int(bshift(4)) }
  146. has_witness = tx[self.idx] == 0
  147. if has_witness:
  148. u = bshift(2,skip=True).hex()
  149. if u != '0001':
  150. raise IllegalWitnessFlagValue("'{}': Illegal value for flag in transaction!".format(u))
  151. d['num_txins'] = readVInt()
  152. d['txins'] = MMGenList([{
  153. 'txid': bshift(32)[::-1].hex(),
  154. 'vout': bytes2int(bshift(4)),
  155. 'scriptSig': bshift(readVInt(skip=True),sub_null=True).hex(),
  156. 'nSeq': bshift(4)[::-1].hex()
  157. } for i in range(d['num_txins'])])
  158. d['num_txouts'] = readVInt()
  159. d['txouts'] = MMGenList([{
  160. 'amount': bytes2coin_amt(bshift(8)),
  161. 'scriptPubKey': bshift(readVInt()).hex()
  162. } for i in range(d['num_txouts'])])
  163. for o in d['txouts']:
  164. o['address'] = scriptPubKey2addr(o['scriptPubKey'])[0]
  165. if has_witness:
  166. # https://github.com/bitcoin/bips/blob/master/bip-0141.mediawiki
  167. # A non-witness program (defined hereinafter) txin MUST be associated with an empty
  168. # witness field, represented by a 0x00.
  169. d['txid'] = make_txid(tx[:4] + tx[6:self.idx] + tx[-4:])
  170. d['witness_size'] = len(tx) - self.idx + 2 - 4 # add len(marker+flag), subtract len(locktime)
  171. for txin in d['txins']:
  172. if tx[self.idx] == 0:
  173. bshift(1,skip=True)
  174. continue
  175. txin['witness'] = [
  176. bshift(readVInt(skip=True),skip=True).hex() for item in range(readVInt(skip=True)) ]
  177. else:
  178. d['txid'] = make_txid(tx)
  179. d['witness_size'] = 0
  180. if len(tx) - self.idx != 4:
  181. raise TxHexParseError('TX hex has invalid length: {} extra bytes'.format(len(tx)-self.idx-4))
  182. d['lock_time'] = bytes2int(bshift(4))
  183. d['unsigned_hex'] = self.raw_tx.hex()
  184. dict.__init__(self,d)
  185. class MMGenTxIO(MMGenListItem):
  186. vout = MMGenListItemAttr('vout',int,typeconv=False)
  187. _amt = MMGenImmutableAttr('amt',None,no_type_check=True,typeconv=False)
  188. label = MMGenListItemAttr('label','TwComment',reassign_ok=True)
  189. mmid = MMGenListItemAttr('mmid','MMGenID')
  190. addr = MMGenImmutableAttr('addr','CoinAddr')
  191. confs = MMGenListItemAttr('confs',int,typeconv=True) # confs of type long exist in the wild, so convert
  192. txid = MMGenListItemAttr('txid','CoinTxID')
  193. have_wif = MMGenListItemAttr('have_wif',bool,typeconv=False,delete_ok=True)
  194. valid_attrs_extra = {'amt'}
  195. # Setting self.amt is runtime-dependent, so make it a property
  196. # Make underlying self._amt an MMGenImmutableAttr to prevent reassignment
  197. @property
  198. def amt(self):
  199. if type(self._amt) != g.proto.coin_amt:
  200. raise ValueError('{}: invalid coin_amt type (must be {})'.format(type(self._amt),g.proto.coin_amt))
  201. return self._amt
  202. @amt.setter
  203. def amt(self,val):
  204. if type(val) != g.proto.coin_amt:
  205. raise ValueError('{}: invalid coin_amt type (must be {})'.format(type(val),g.proto.coin_amt))
  206. self._amt = val
  207. class MMGenTxInput(MMGenTxIO):
  208. scriptPubKey = MMGenListItemAttr('scriptPubKey','HexStr')
  209. sequence = MMGenListItemAttr('sequence',int,typeconv=False)
  210. class MMGenTxOutput(MMGenTxIO):
  211. is_chg = MMGenListItemAttr('is_chg',bool,typeconv=False)
  212. class MMGenTxInputList(list,MMGenObject):
  213. desc = 'transaction inputs'
  214. member_type = 'MMGenTxInput'
  215. def convert_coin(self,verbose=False):
  216. if verbose:
  217. msg('{}:'.format(self.desc.capitalize()))
  218. for i in self:
  219. d = i.__dict__
  220. d['amt'] = g.proto.coin_amt(d['amt'])
  221. def check_coin_mismatch(self):
  222. for i in self:
  223. if type(i.amt) != g.proto.coin_amt:
  224. die(2,'Coin mismatch in transaction: amount {} not of type {}!'.format(i.amt,g.proto.coin_amt))
  225. # Lexicographical Indexing of Transaction Inputs and Outputs
  226. # https://github.com/bitcoin/bips/blob/master/bip-0069.mediawiki
  227. def sort_bip69(self):
  228. from struct import pack
  229. self.sort(key=lambda a: bytes.fromhex(a.txid) + pack('>i',a.vout))
  230. class MMGenTxOutputList(MMGenTxInputList):
  231. desc = 'transaction outputs'
  232. member_type = 'MMGenTxOutput'
  233. def sort_bip69(self):
  234. from struct import pack
  235. self.sort(key=lambda a: pack('>q',a.amt.toSatoshi()) + bytes.fromhex(addr2scriptPubKey(a.addr)))
  236. class MMGenTX(MMGenObject):
  237. def __new__(cls,*args,**kwargs):
  238. return MMGenObject.__new__(altcoin_subclass(cls,'tx','MMGenTX'))
  239. ext = 'rawtx'
  240. raw_ext = 'rawtx'
  241. sig_ext = 'sigtx'
  242. txid_ext = 'txid'
  243. desc = 'transaction'
  244. fee_fail_fs = 'Network fee estimation for {c} confirmations failed ({t})'
  245. no_chg_msg = 'Warning: Change address will be deleted as transaction produces no change'
  246. rel_fee_desc = 'satoshis per byte'
  247. rel_fee_disp = 'satoshis per byte'
  248. txview_hdr_fs = 'TRANSACTION DATA\n\nID={i} ({a} {c}) UTC={t} RBF={r} Sig={s} Locktime={l}\n'
  249. txview_hdr_fs_short = 'TX {i} ({a} {c}) UTC={t} RBF={r} Sig={s} Locktime={l}\n'
  250. txview_ftr_fs = 'Total input: {i} {d}\nTotal output: {o} {d}\nTX fee: {a} {c}{r}\n'
  251. txview_ftr_fs_short = 'In {i} {d} - Out {o} {d}\nFee {a} {c}{r}\n'
  252. usr_fee_prompt = 'Enter transaction fee: '
  253. fee_is_approximate = False
  254. fn_fee_unit = 'satoshi'
  255. view_sort_orders = ('addr','raw')
  256. dfl_view_sort_order = 'addr'
  257. msg_low_coin = 'Selected outputs insufficient to fund this transaction ({} {} needed)'
  258. msg_no_change_output = """
  259. ERROR: No change address specified. If you wish to create a transaction with
  260. only one output, specify a single output address with no {} amount
  261. """.strip()
  262. msg_non_mmgen_inputs = """
  263. NOTE: This transaction includes non-{pnm} inputs, which makes the signing
  264. process more complicated. When signing the transaction, keys for non-{pnm}
  265. inputs must be supplied to '{pnl}-txsign' in a file with the '--keys-from-file'
  266. option.
  267. Selected non-{pnm} inputs: {{}}""".strip().format(pnm=g.proj_name,pnl=g.proj_name.lower())
  268. def __init__(self,filename=None,metadata_only=False,caller=None,quiet_open=False):
  269. self.inputs = MMGenTxInputList()
  270. self.outputs = MMGenTxOutputList()
  271. self.send_amt = g.proto.coin_amt('0') # total amt minus change
  272. self.fee = g.proto.coin_amt('0')
  273. self.hex = '' # raw serialized hex transaction
  274. self.label = MMGenTXLabel('')
  275. self.txid = ''
  276. self.coin_txid = ''
  277. self.timestamp = ''
  278. self.chksum = ''
  279. self.fmt_data = ''
  280. self.fn = ''
  281. self.blockcount = 0
  282. self.chain = None
  283. self.coin = None
  284. self.dcoin = None
  285. self.caller = caller
  286. self.locktime = None
  287. if filename:
  288. self.parse_tx_file(filename,metadata_only=metadata_only,quiet_open=quiet_open)
  289. if metadata_only: return
  290. self.check_pubkey_scripts()
  291. self.check_sigs() # marks the tx as signed
  292. # repeat with sign and send, because coin daemon could be restarted
  293. self.check_correct_chain(on_fail='die')
  294. def check_correct_chain(self,on_fail='return'):
  295. assert on_fail in ('return','die'),"'{}': invalid value for 'on_fail'".format(on_fail)
  296. m = 'Transaction is for {}, but current chain is {}!'.format(self.chain,g.chain)
  297. bad = self.chain and g.chain and self.chain != g.chain
  298. if bad and hasattr(g.proto,'chain_name'):
  299. bad = self.chain != g.proto.chain_name
  300. if bad:
  301. msg(m) if on_fail == 'return' else die(2,m)
  302. return not bad
  303. def add_output(self,coinaddr,amt,is_chg=None):
  304. self.outputs.append(MMGenTxOutput(addr=coinaddr,amt=amt,is_chg=is_chg))
  305. def get_chg_output_idx(self):
  306. ch_ops = [x.is_chg for x in self.outputs]
  307. try:
  308. return ch_ops.index(True)
  309. except ValueError:
  310. return None
  311. def update_output_amt(self,idx,amt):
  312. o = self.outputs[idx].__dict__
  313. o['amt'] = amt
  314. self.outputs[idx] = MMGenTxOutput(**o)
  315. def update_change_output(self,change_amt):
  316. chg_idx = self.get_chg_output_idx()
  317. if change_amt == 0:
  318. msg(self.no_chg_msg)
  319. self.del_output(chg_idx)
  320. else:
  321. self.update_output_amt(chg_idx,g.proto.coin_amt(change_amt))
  322. def del_output(self,idx):
  323. self.outputs.pop(idx)
  324. def sum_outputs(self,exclude=None):
  325. if not len(self.outputs): return g.proto.coin_amt('0')
  326. olist = self.outputs if exclude == None else \
  327. self.outputs[:exclude] + self.outputs[exclude+1:]
  328. return g.proto.coin_amt(sum(e.amt for e in olist))
  329. def add_mmaddrs_to_outputs(self,ad_w,ad_f):
  330. a = [e.addr for e in self.outputs]
  331. d = ad_w.make_reverse_dict(a)
  332. if ad_f:
  333. d.update(ad_f.make_reverse_dict(a))
  334. for e in self.outputs:
  335. if e.addr and e.addr in d:
  336. e.mmid,f = d[e.addr]
  337. if f: e.label = f
  338. def check_dup_addrs(self,io_str):
  339. assert io_str in ('inputs','outputs')
  340. addrs = [e.addr for e in getattr(self,io_str)]
  341. if len(addrs) != len(set(addrs)):
  342. die(2,'{}: duplicate address in transaction {}'.format(attr,io_str))
  343. def update_txid(self):
  344. self.txid = MMGenTxID(make_chksum_6(bytes.fromhex(self.hex)).upper())
  345. def create_raw(self):
  346. i = [{'txid':e.txid,'vout':e.vout} for e in self.inputs]
  347. if self.inputs[0].sequence:
  348. i[0]['sequence'] = self.inputs[0].sequence
  349. o = {e.addr:e.amt for e in self.outputs}
  350. self.hex = HexStr(g.rpch.createrawtransaction(i,o))
  351. self.update_txid()
  352. # returns true if comment added or changed
  353. def add_comment(self,infile=None):
  354. if infile:
  355. self.label = MMGenTXLabel(get_data_from_file(infile,'transaction comment'))
  356. else: # get comment from user, or edit existing comment
  357. m = ('Add a comment to transaction?','Edit transaction comment?')[bool(self.label)]
  358. if keypress_confirm(m,default_yes=False):
  359. while True:
  360. s = MMGenTXLabel(my_raw_input('Comment: ',insert_txt=self.label))
  361. if s:
  362. lbl_save = self.label
  363. self.label = s
  364. return (True,False)[lbl_save == self.label]
  365. else:
  366. msg('Invalid comment')
  367. return False
  368. def edit_comment(self):
  369. return self.add_comment(self)
  370. def get_fee_from_tx(self):
  371. return self.sum_inputs() - self.sum_outputs()
  372. def has_segwit_inputs(self):
  373. return any(i.mmid and i.mmid.mmtype in ('S','B') for i in self.inputs)
  374. def compare_size_and_estimated_size(self):
  375. est_vsize = self.estimate_size()
  376. d = g.rpch.decoderawtransaction(self.hex)
  377. vsize = d['vsize'] if 'vsize' in d else d['size']
  378. vmsg('\nSize: {}, Vsize: {} (true) {} (estimated)'.format(d['size'],vsize,est_vsize))
  379. m1 = 'Estimated transaction vsize is {:1.2f} times the true vsize\n'
  380. m2 = 'Your transaction fee estimates will be inaccurate\n'
  381. m3 = 'Please re-create and re-sign the transaction using the option --vsize-adj={:1.2f}'
  382. # allow for 5% error
  383. ratio = float(est_vsize) / vsize
  384. if not (0.95 < ratio < 1.05):
  385. raise BadTxSizeEstimate((m1+m2+m3).format(ratio,1/ratio))
  386. # https://bitcoin.stackexchange.com/questions/1195/how-to-calculate-transaction-size-before-sending
  387. # 180: uncompressed, 148: compressed
  388. def estimate_size_old(self):
  389. if not self.inputs or not self.outputs: return None
  390. return len(self.inputs)*180 + len(self.outputs)*34 + 10
  391. # https://bitcoincore.org/en/segwit_wallet_dev/
  392. # vsize: 3 times of the size with original serialization, plus the size with new
  393. # serialization, divide the result by 4 and round up to the next integer.
  394. # TODO: results differ slightly from actual transaction size
  395. def estimate_size(self):
  396. if not self.inputs or not self.outputs: return None
  397. sig_size = 72 # sig in DER format
  398. pubkey_size_uncompressed = 65
  399. pubkey_size_compressed = 33
  400. def get_inputs_size():
  401. # txid vout [scriptSig size (vInt)] scriptSig (<sig> <pubkey>) nSeq
  402. isize_common = 32 + 4 + 1 + 4 # txid vout [scriptSig size] nSeq = 41
  403. input_size = {
  404. 'L': isize_common + sig_size + pubkey_size_uncompressed, # = 180
  405. 'C': isize_common + sig_size + pubkey_size_compressed, # = 148
  406. 'S': isize_common + 23, # = 64
  407. 'B': isize_common + 0 # = 41
  408. }
  409. ret = sum(input_size[i.mmid.mmtype] for i in self.inputs if i.mmid)
  410. # We have no way of knowing whether a non-MMGen addr is compressed or uncompressed until
  411. # we see the key, so assume compressed for fee-estimation purposes. If fee estimate is
  412. # off by more than 5%, sign() aborts and user is instructed to use --vsize-adj option
  413. return ret + sum(input_size['C'] for i in self.inputs if not i.mmid)
  414. def get_outputs_size():
  415. # output bytes = amt: 8, byte_count: 1+, pk_script
  416. # pk_script bytes: p2pkh: 25, p2sh: 23, bech32: 22
  417. return sum({'p2pkh':34,'p2sh':32,'bech32':31}[o.addr.addr_fmt] for o in self.outputs)
  418. # https://github.com/bitcoin/bips/blob/master/bip-0141.mediawiki
  419. # The witness is a serialization of all witness data of the transaction. Each txin is
  420. # associated with a witness field. A witness field starts with a var_int to indicate the
  421. # number of stack items for the txin. It is followed by stack items, with each item starts
  422. # with a var_int to indicate the length. Witness data is NOT script.
  423. # A non-witness program txin MUST be associated with an empty witness field, represented
  424. # by a 0x00. If all txins are not witness program, a transaction's wtxid is equal to its txid.
  425. def get_witness_size():
  426. if not self.has_segwit_inputs(): return 0
  427. wf_size = 1 + 1 + sig_size + 1 + pubkey_size_compressed # vInt vInt sig vInt pubkey = 108
  428. return sum((1,wf_size)[bool(i.mmid) and i.mmid.mmtype in ('S','B')] for i in self.inputs)
  429. isize = get_inputs_size()
  430. osize = get_outputs_size()
  431. wsize = get_witness_size()
  432. # TODO: compute real varInt sizes instead of assuming 1 byte
  433. # old serialization: [nVersion] [vInt][txins][vInt][txouts] [nLockTime]
  434. old_size = 4 + 1 + isize + 1 + osize + 4
  435. # marker = 0x00, flag = 0x01
  436. # new serialization: [nVersion][marker][flag][vInt][txins][vInt][txouts][witness][nLockTime]
  437. new_size = 4 + 1 + 1 + 1 + isize + 1 + osize + wsize + 4 \
  438. if wsize else old_size
  439. ret = (old_size * 3 + new_size) // 4
  440. dmsg('\nData from estimate_size():')
  441. dmsg(' inputs size: {}, outputs size: {}, witness size: {}'.format(isize,osize,wsize))
  442. dmsg(' size: {}, vsize: {}, old_size: {}'.format(new_size,ret,old_size))
  443. return int(ret * float(opt.vsize_adj)) if hasattr(opt,'vsize_adj') and opt.vsize_adj else ret
  444. # coin-specific fee routines
  445. def get_relay_fee(self):
  446. kb_fee = g.proto.coin_amt(g.rpch.getnetworkinfo()['relayfee'])
  447. ret = kb_fee * self.estimate_size() // 1024
  448. vmsg('Relay fee: {} {c}/kB, for transaction: {} {c}'.format(kb_fee,ret,c=g.coin))
  449. return ret
  450. # convert absolute BTC fee to satoshis-per-byte using estimated size
  451. def fee_abs2rel(self,abs_fee,to_unit=None):
  452. unit = getattr(g.proto.coin_amt,to_unit or 'min_coin_unit')
  453. return int(abs_fee // unit // self.estimate_size())
  454. def get_rel_fee_from_network(self):
  455. try:
  456. ret = g.rpch.estimatesmartfee(opt.tx_confs)
  457. fee_per_kb = ret['feerate'] if 'feerate' in ret else -2
  458. fe_type = 'estimatesmartfee'
  459. except:
  460. fee_per_kb = g.rpch.estimatefee() if g.coin=='BCH' and g.rpch.daemon_version >= 190100 \
  461. else g.rpch.estimatefee(opt.tx_confs)
  462. fe_type = 'estimatefee'
  463. return fee_per_kb,fe_type
  464. # given tx size, rel fee and units, return absolute fee
  465. def convert_fee_spec(self,tx_size,units,amt,unit):
  466. self.usr_rel_fee = None # TODO
  467. return g.proto.coin_amt(int(amt)*tx_size*getattr(g.proto.coin_amt,units[unit])) \
  468. if tx_size else None
  469. # given network fee estimate in BTC/kB, return absolute fee using estimated tx size
  470. def fee_est2abs(self,fee_per_kb,fe_type=None):
  471. tx_size = self.estimate_size()
  472. ret = g.proto.coin_amt(fee_per_kb) * opt.tx_fee_adj * tx_size // 1024
  473. if opt.verbose:
  474. msg('{} fee for {} confirmations: {} {}/kB'.format(fe_type.upper(),opt.tx_confs,fee_per_kb,g.coin))
  475. msg('TX size (estimated): {}'.format(tx_size))
  476. return ret
  477. def convert_and_check_fee(self,tx_fee,desc='Missing description'):
  478. abs_fee = self.process_fee_spec(tx_fee,self.estimate_size(),on_fail='return')
  479. if abs_fee == None:
  480. # we shouldn't be calling this if tx size is unknown
  481. m = "'{}': cannot convert {} to {} because transaction size is unknown"
  482. assert False, m.format(tx_fee,self.rel_fee_desc,g.coin)
  483. elif abs_fee == False:
  484. m = "'{}': invalid TX fee (not a {} amount or {} specification)"
  485. msg(m.format(tx_fee,g.coin,self.rel_fee_desc))
  486. return False
  487. elif abs_fee > g.proto.max_tx_fee:
  488. m = '{} {c}: {} fee too large (maximum fee: {} {c})'
  489. msg(m.format(abs_fee,desc,g.proto.max_tx_fee,c=g.coin))
  490. return False
  491. elif abs_fee < self.get_relay_fee():
  492. m = '{} {c}: {} fee too small (below relay fee of {} {c})'
  493. msg(m.format(str(abs_fee),desc,str(self.get_relay_fee()),c=g.coin))
  494. return False
  495. else:
  496. return abs_fee
  497. # non-coin-specific fee routines
  498. # given tx size and absolute fee or fee spec, return absolute fee
  499. # relative fee is N+<first letter of unit name>
  500. def process_fee_spec(self,tx_fee,tx_size,on_fail='throw'):
  501. import re
  502. units = {u[0]:u for u in g.proto.coin_amt.units}
  503. pat = r'([1-9][0-9]*)({})'.format('|'.join(units.keys()))
  504. if g.proto.coin_amt(tx_fee,on_fail='silent'):
  505. return g.proto.coin_amt(tx_fee)
  506. elif re.match(pat,tx_fee):
  507. return self.convert_fee_spec(tx_size,units,*re.match(pat,tx_fee).groups())
  508. else:
  509. if on_fail == 'return':
  510. return False
  511. elif on_fail == 'throw':
  512. assert False, "'{}': invalid tx-fee argument".format(tx_fee)
  513. def get_usr_fee_interactive(self,tx_fee=None,desc='Starting'):
  514. abs_fee = None
  515. while True:
  516. if tx_fee:
  517. abs_fee = self.convert_and_check_fee(tx_fee,desc)
  518. if abs_fee:
  519. m = ('',' (after {}x adjustment)'.format(opt.tx_fee_adj))[opt.tx_fee_adj != 1]
  520. p = '{} TX fee{}: {}{} {} ({} {})\n'.format(
  521. desc,
  522. m,
  523. ('','≈')[self.fee_is_approximate],
  524. abs_fee.hl(),
  525. g.coin,
  526. pink(str(self.fee_abs2rel(abs_fee))),
  527. self.rel_fee_disp)
  528. if opt.yes or keypress_confirm(p+'OK?',default_yes=True):
  529. if opt.yes: msg(p)
  530. return abs_fee
  531. tx_fee = my_raw_input(self.usr_fee_prompt)
  532. desc = 'User-selected'
  533. def get_fee_from_user(self,have_estimate_fail=[]):
  534. if opt.tx_fee:
  535. desc = 'User-selected'
  536. start_fee = opt.tx_fee
  537. else:
  538. desc = 'Network-estimated'
  539. fee_per_kb,fe_type = self.get_rel_fee_from_network()
  540. if fee_per_kb < 0:
  541. if not have_estimate_fail:
  542. msg(self.fee_fail_fs.format(c=opt.tx_confs,t=fe_type))
  543. have_estimate_fail.append(True)
  544. start_fee = None
  545. else:
  546. start_fee = self.fee_est2abs(fee_per_kb,fe_type)
  547. return self.get_usr_fee_interactive(start_fee,desc=desc)
  548. def delete_attrs(self,desc,attr):
  549. for e in getattr(self,desc):
  550. if hasattr(e,attr): delattr(e,attr)
  551. # inputs methods
  552. def copy_inputs_from_tw(self,tw_unspent_data):
  553. self.inputs = MMGenTxInputList()
  554. MMGenTxInput() # throwaway instance to initialize cls.valid_attrs
  555. for d in tw_unspent_data:
  556. t = MMGenTxInput(**{attr:getattr(d,attr) for attr in d.__dict__ if attr in MMGenTxInput.valid_attrs})
  557. if d.twmmid.type == 'mmgen': t.mmid = d.twmmid # twmmid -> mmid
  558. self.inputs.append(t)
  559. def get_input_sids(self):
  560. return set(e.mmid.sid for e in self.inputs if e.mmid)
  561. def get_output_sids(self):
  562. return set(e.mmid.sid for e in self.outputs if e.mmid)
  563. def sum_inputs(self):
  564. return sum(e.amt for e in self.inputs)
  565. def add_timestamp(self):
  566. self.timestamp = make_timestamp()
  567. def get_hex_locktime(self):
  568. return int(bytes.fromhex(self.hex[-8:])[::-1].hex(),16)
  569. def set_hex_locktime(self,val):
  570. assert type(val) == int,'locktime value not an integer'
  571. self.hex = self.hex[:-8] + bytes.fromhex('{:08x}'.format(val))[::-1].hex()
  572. def get_blockcount(self):
  573. return int(g.rpch.getblockcount())
  574. def add_blockcount(self):
  575. self.blockcount = self.get_blockcount()
  576. def format(self):
  577. self.inputs.check_coin_mismatch()
  578. self.outputs.check_coin_mismatch()
  579. def amt_to_str(d):
  580. return {k: (str(d[k]) if k == 'amt' else d[k]) for k in d}
  581. coin_id = '' if g.coin == 'BTC' else g.coin + ('' if g.coin == g.dcoin else ':'+g.dcoin)
  582. lines = [
  583. '{}{} {} {} {} {}{}'.format(
  584. (coin_id+' ' if coin_id else ''),
  585. self.chain.upper() if self.chain else 'Unknown',
  586. self.txid,
  587. self.send_amt,
  588. self.timestamp,
  589. self.blockcount,
  590. ('',' LT={}'.format(self.locktime))[bool(self.locktime)]
  591. ),
  592. self.hex,
  593. repr([amt_to_str(e.__dict__) for e in self.inputs]),
  594. repr([amt_to_str(e.__dict__) for e in self.outputs])
  595. ]
  596. if self.label:
  597. lines.append(baseconv.b58encode(self.label.encode()))
  598. if self.coin_txid:
  599. if not self.label: lines.append('-') # keep old tx files backwards compatible
  600. lines.append(self.coin_txid)
  601. self.chksum = make_chksum_6(' '.join(lines))
  602. self.fmt_data = '\n'.join([self.chksum] + lines)+'\n'
  603. assert len(self.fmt_data) <= g.max_tx_file_size,(
  604. 'Transaction file size exceeds limit ({} bytes)'.format(g.max_tx_file_size))
  605. def get_non_mmaddrs(self,desc):
  606. return {i.addr for i in getattr(self,desc) if not i.mmid}
  607. def sign(self,tx_num_str,keys): # return True or False; don't exit or raise exception
  608. if self.marked_signed():
  609. msg('Transaction is already signed!')
  610. return False
  611. if not self.check_correct_chain(on_fail='return'):
  612. return False
  613. if (self.has_segwit_inputs() or self.has_segwit_outputs()) and not g.proto.cap('segwit'):
  614. ymsg("TX has Segwit inputs or outputs, but {} doesn't support Segwit!".format(g.coin))
  615. return False
  616. self.check_pubkey_scripts()
  617. qmsg('Passing {} key{} to {}'.format(len(keys),suf(keys,'s'),g.proto.daemon_name))
  618. if self.has_segwit_inputs():
  619. from mmgen.addr import KeyGenerator,AddrGenerator
  620. kg = KeyGenerator('std')
  621. ag = AddrGenerator('segwit')
  622. keydict = MMGenDict([(d.addr,d.sec) for d in keys])
  623. sig_data = []
  624. for d in self.inputs:
  625. e = {k:getattr(d,k) for k in ('txid','vout','scriptPubKey','amt')}
  626. e['amount'] = e['amt']
  627. del e['amt']
  628. if d.mmid and d.mmid.mmtype == 'S':
  629. e['redeemScript'] = ag.to_segwit_redeem_script(kg.to_pubhex(keydict[d.addr]))
  630. sig_data.append(e)
  631. msg_r('Signing transaction{}...'.format(tx_num_str))
  632. wifs = [d.sec.wif for d in keys]
  633. try:
  634. ret = g.rpch.signrawtransactionwithkey(self.hex,wifs,sig_data,g.proto.sighash_type) \
  635. if 'sign_with_key' in g.rpch.caps else \
  636. g.rpch.signrawtransaction(self.hex,sig_data,wifs,g.proto.sighash_type)
  637. except Exception as e:
  638. msg(yellow('This is not the BCH chain.\nRe-run the script without the --coin=bch option.'
  639. if 'Invalid sighash param' in e.args[0] else e.args[0]))
  640. return False
  641. if not ret['complete']:
  642. msg('failed\n{} returned the following errors:'.format(g.proto.daemon_name.capitalize()))
  643. msg(repr(ret['errors']))
  644. return False
  645. try:
  646. self.hex = HexStr(ret['hex'])
  647. self.compare_size_and_estimated_size()
  648. dt = DeserializedTX(self.hex)
  649. self.check_hex_tx_matches_mmgen_tx(dt)
  650. self.coin_txid = CoinTxID(dt['txid'],on_fail='raise')
  651. self.check_sigs(dt)
  652. if not self.coin_txid == g.rpch.decoderawtransaction(ret['hex'])['txid']:
  653. raise BadMMGenTxID('txid mismatch (after signing)')
  654. msg('OK')
  655. return True
  656. except Exception as e:
  657. if g.traceback:
  658. import traceback
  659. ymsg('\n'+''.join(traceback.format_exception(*sys.exc_info())))
  660. try: m = '{}'.format(e.args[0])
  661. except: m = repr(e.args[0])
  662. msg('\n'+yellow(m))
  663. return False
  664. def mark_raw(self):
  665. self.desc = 'transaction'
  666. self.ext = self.raw_ext
  667. def mark_signed(self): # called ONLY by check_sigs()
  668. self.desc = 'signed transaction'
  669. self.ext = self.sig_ext
  670. def marked_signed(self,color=False):
  671. ret = self.desc == 'signed transaction'
  672. return (red,green)[ret](str(ret)) if color else ret
  673. # check that a malicious, compromised or malfunctioning coin daemon hasn't altered hex tx data:
  674. # does not check witness or signature data
  675. def check_hex_tx_matches_mmgen_tx(self,deserial_tx):
  676. m = 'A malicious or malfunctioning coin daemon or other program may have altered your data!'
  677. lt = deserial_tx['lock_time']
  678. if lt != int(self.locktime or 0):
  679. m2 = 'Transaction hex locktime ({}) does not match MMGen transaction locktime ({})\n{}'
  680. raise TxHexMismatch(m2.format(lt,self.locktime,m))
  681. def check_equal(desc,hexio,mmio):
  682. if mmio != hexio:
  683. msg('\nMMGen {}:\n{}'.format(desc,pformat(mmio)))
  684. msg('Hex {}:\n{}'.format(desc,pformat(hexio)))
  685. m2 = '{} in hex transaction data from coin daemon do not match those in MMGen transaction!\n'
  686. raise TxHexMismatch((m2+m).format(desc.capitalize()))
  687. seq_hex = [int(i['nSeq'],16) for i in deserial_tx['txins']]
  688. seq_mmgen = [i.sequence or g.max_int for i in self.inputs]
  689. check_equal('sequence numbers',seq_hex,seq_mmgen)
  690. d_hex = sorted((i['txid'],i['vout']) for i in deserial_tx['txins'])
  691. d_mmgen = sorted((i.txid,i.vout) for i in self.inputs)
  692. check_equal('inputs',d_hex,d_mmgen)
  693. d_hex = sorted((o['address'],g.proto.coin_amt(o['amount'])) for o in deserial_tx['txouts'])
  694. d_mmgen = sorted((o.addr,o.amt) for o in self.outputs)
  695. check_equal('outputs',d_hex,d_mmgen)
  696. uh = deserial_tx['unsigned_hex']
  697. if str(self.txid) != make_chksum_6(bytes.fromhex(uh)).upper():
  698. raise TxHexMismatch('MMGen TxID ({}) does not match hex transaction data!\n{}'.format(self.txid,m))
  699. def check_pubkey_scripts(self):
  700. for n,i in enumerate(self.inputs,1):
  701. addr,fmt = scriptPubKey2addr(i.scriptPubKey)
  702. if i.addr != addr:
  703. if fmt != i.addr.addr_fmt:
  704. m = 'Address format of scriptPubKey ({}) does not match that of address ({}) in input #{}'
  705. msg(m.format(fmt,i.addr.addr_fmt,n))
  706. m = 'ERROR: Address and scriptPubKey of transaction input #{} do not match!'
  707. die(3,(m+'\n {:23}{}'*3).format(n, 'address:',i.addr,
  708. 'scriptPubKey:',i.scriptPubKey,
  709. 'scriptPubKey->address:',addr ))
  710. # check signature and witness data
  711. def check_sigs(self,deserial_tx=None): # return False if no sigs, raise exception on error
  712. txins = (deserial_tx or DeserializedTX(self.hex))['txins']
  713. has_ss = any(ti['scriptSig'] for ti in txins)
  714. has_witness = any('witness' in ti and ti['witness'] for ti in txins)
  715. if not (has_ss or has_witness):
  716. return False
  717. fs = "Hex TX has {} scriptSig but input is of type '{}'!"
  718. for n in range(len(txins)):
  719. ti,mmti = txins[n],self.inputs[n]
  720. if ti['scriptSig'] == '' or ( len(ti['scriptSig']) == 46 and # native P2WPKH or P2SH-P2WPKH
  721. ti['scriptSig'][:6] == '16' + g.proto.witness_vernum_hex + '14' ):
  722. assert 'witness' in ti, 'missing witness'
  723. assert type(ti['witness']) == list and len(ti['witness']) == 2, 'malformed witness'
  724. assert len(ti['witness'][1]) == 66, 'incorrect witness pubkey length'
  725. assert mmti.mmid, fs.format('witness-type','non-MMGen')
  726. assert mmti.mmid.mmtype == ('S','B')[ti['scriptSig']==''],(
  727. fs.format('witness-type',mmti.mmid.mmtype))
  728. else: # non-witness
  729. if mmti.mmid:
  730. assert mmti.mmid.mmtype not in ('S','B'), fs.format('signature in',mmti.mmid.mmtype)
  731. assert not 'witness' in ti, 'non-witness input has witness'
  732. # sig_size 72 (DER format), pubkey_size 'compressed':33, 'uncompressed':65
  733. assert (200 < len(ti['scriptSig']) < 300), 'malformed scriptSig' # VERY rough check
  734. self.mark_signed()
  735. return True
  736. def has_segwit_outputs(self):
  737. return any(o.mmid and o.mmid.mmtype in ('S','B') for o in self.outputs)
  738. def is_in_mempool(self):
  739. return 'size' in g.rpch.getmempoolentry(self.coin_txid,on_fail='silent')
  740. def is_in_wallet(self):
  741. ret = g.rpch.gettransaction(self.coin_txid,on_fail='silent')
  742. if 'confirmations' in ret and ret['confirmations'] > 0:
  743. return ret['confirmations']
  744. else:
  745. return False
  746. def is_replaced(self):
  747. if self.is_in_mempool(): return False
  748. ret = g.rpch.gettransaction(self.coin_txid,on_fail='silent')
  749. if not 'bip125-replaceable' in ret or not 'confirmations' in ret or ret['confirmations'] > 0:
  750. return False
  751. return -ret['confirmations'] + 1,ret # 1: replacement in mempool, 2: replacement confirmed
  752. def is_in_utxos(self):
  753. return 'txid' in g.rpch.getrawtransaction(self.coin_txid,True,on_fail='silent')
  754. def get_status(self,status=False):
  755. if self.is_in_mempool():
  756. if status:
  757. d = g.rpch.gettransaction(self.coin_txid,on_fail='silent')
  758. brs = 'bip125-replaceable'
  759. r = '{}replaceable'.format(('NOT ','')[brs in d and d[brs]=='yes'])
  760. t = d['timereceived']
  761. m = 'Sent {} ({} h/m/s ago)'
  762. b = m.format(time.strftime('%c',time.gmtime(t)),secs_to_dhms(int(time.time()-t)))
  763. if opt.quiet:
  764. msg('Transaction is in mempool')
  765. else:
  766. msg('TX status: in mempool, {}\n{}'.format(r,b))
  767. else:
  768. msg('Warning: transaction is in mempool!')
  769. elif self.is_in_wallet():
  770. confs = self.is_in_wallet()
  771. die(0,'Transaction has {} confirmation{}'.format(confs,suf(confs,'s')))
  772. elif self.is_in_utxos():
  773. die(2,red('ERROR: transaction is in the blockchain (but not in the tracking wallet)!'))
  774. else:
  775. ret = self.is_replaced() # ret[0]==1: replacement in mempool, ret[0]==2: replacement confirmed
  776. if ret and ret[0]:
  777. m1 = 'Transaction has been replaced'
  778. m2 = ('',', and the replacement TX is confirmed')[ret[0]==2]
  779. msg('{}{}!'.format(m1,m2))
  780. if not opt.quiet:
  781. msg('Replacing transactions:')
  782. rt = ret[1]['walletconflicts']
  783. for t,s in [(tx,'size' in g.rpch.getmempoolentry(tx,on_fail='silent')) for tx in rt]:
  784. msg(' {}{}'.format(t,('',' in mempool')[s]))
  785. die(0,'')
  786. def confirm_send(self):
  787. m1 = ("Once this transaction is sent, there's no taking it back!",'')[bool(opt.quiet)]
  788. m2 = 'broadcast this transaction to the {} network'.format(g.chain.upper())
  789. m3 = ('YES, I REALLY WANT TO DO THIS','YES')[bool(opt.quiet or opt.yes)]
  790. confirm_or_raise(m1,m2,m3)
  791. msg('Sending transaction')
  792. def send(self,prompt_user=True,exit_on_fail=False):
  793. if not self.marked_signed():
  794. die(1,'Transaction is not signed!')
  795. self.check_correct_chain(on_fail='die')
  796. self.check_pubkey_scripts()
  797. self.check_hex_tx_matches_mmgen_tx(DeserializedTX(self.hex))
  798. if self.has_segwit_outputs() and not segwit_is_active() and not g.bogus_send:
  799. m = 'Transaction has MMGen Segwit outputs, but this blockchain does not support Segwit'
  800. die(2,m+' at the current height')
  801. if self.get_fee_from_tx() > g.proto.max_tx_fee:
  802. die(2,'Transaction fee ({}) greater than {} max_tx_fee ({} {})!'.format(
  803. self.get_fee_from_tx(),g.proto.name.capitalize(),g.proto.max_tx_fee,g.coin))
  804. self.get_status()
  805. if prompt_user: self.confirm_send()
  806. ret = None if g.bogus_send else g.rpch.sendrawtransaction(self.hex,on_fail='return')
  807. from mmgen.rpc import rpc_error,rpc_errmsg
  808. if rpc_error(ret):
  809. errmsg = rpc_errmsg(ret)
  810. if 'Signature must use SIGHASH_FORKID' in errmsg:
  811. m = 'The Aug. 1 2017 UAHF has activated on this chain.'
  812. m += "\nRe-run the script with the --coin=bch option."
  813. elif 'Illegal use of SIGHASH_FORKID' in errmsg:
  814. m = 'The Aug. 1 2017 UAHF is not yet active on this chain.'
  815. m += "\nRe-run the script without the --coin=bch option."
  816. elif '64: non-final' in errmsg:
  817. m2 = "Transaction with locktime '{}' can't be included in this block!"
  818. m = m2.format(strfmt_locktime(self.get_hex_locktime()))
  819. else:
  820. m = errmsg
  821. msg(yellow(m))
  822. msg(red('Send of MMGen transaction {} failed'.format(self.txid)))
  823. if exit_on_fail: sys.exit(1)
  824. return False
  825. else:
  826. if g.bogus_send:
  827. m = 'BOGUS transaction NOT sent: {}'
  828. else:
  829. assert ret == self.coin_txid, 'txid mismatch (after sending)'
  830. m = 'Transaction sent: {}'
  831. self.desc = 'sent transaction'
  832. msg(m.format(self.coin_txid.hl()))
  833. self.add_timestamp()
  834. self.add_blockcount()
  835. return True
  836. def write_txid_to_file(self,ask_write=False,ask_write_default_yes=True):
  837. fn = '{}[{}].{}'.format(self.txid,self.send_amt,self.txid_ext)
  838. write_data_to_file(fn,self.coin_txid+'\n','transaction ID',
  839. ask_write=ask_write,
  840. ask_write_default_yes=ask_write_default_yes)
  841. def create_fn(self):
  842. tl = self.get_hex_locktime()
  843. tn = ('','.testnet')[g.proto.is_testnet()]
  844. self.fn = '{}{}[{!s}{}{}]{x}{}.{}'.format(
  845. self.txid,
  846. ('-'+g.dcoin,'')[g.coin=='BTC'],
  847. self.send_amt,
  848. ('',',{}'.format(self.fee_abs2rel(
  849. self.get_fee_from_tx(),to_unit=self.fn_fee_unit))
  850. )[self.is_replaceable()],
  851. ('',',tl={}'.format(tl))[bool(tl)],
  852. tn,self.ext,
  853. x='-α' if g.debug_utf8 else '')
  854. def write_to_file( self,
  855. add_desc='',
  856. ask_write=True,
  857. ask_write_default_yes=False,
  858. ask_tty=True,
  859. ask_overwrite=True):
  860. if ask_write == False: ask_write_default_yes = True
  861. if not self.fmt_data: self.format()
  862. if not self.fn: self.create_fn()
  863. write_data_to_file(self.fn,self.fmt_data,self.desc+add_desc,
  864. ask_overwrite=ask_overwrite,
  865. ask_write=ask_write,
  866. ask_tty=ask_tty,
  867. ask_write_default_yes=ask_write_default_yes)
  868. def view_with_prompt(self,prompt=''):
  869. prompt += ' (y)es, (N)o, pager (v)iew, (t)erse view'
  870. reply = prompt_and_get_char(prompt,'YyNnVvTt',enter_ok=True)
  871. if reply and reply in 'YyVvTt':
  872. self.view(pager=reply in 'Vv',terse=reply in 'Tt')
  873. def view(self,pager=False,pause=True,terse=False):
  874. o = self.format_view(terse=terse)
  875. if pager: do_pager(o)
  876. else:
  877. msg_r(o)
  878. from mmgen.term import get_char
  879. if pause:
  880. get_char('Press any key to continue: ')
  881. msg('')
  882. # def is_replaceable_from_rpc(self):
  883. # dec_tx = g.rpch.decoderawtransaction(self.hex)
  884. # return None < dec_tx['vin'][0]['sequence'] <= g.max_int - 2
  885. def is_replaceable(self):
  886. return self.inputs[0].sequence == g.max_int - 2
  887. def format_view_body(self,blockcount,nonmm_str,max_mmwid,enl,terse,sort):
  888. if sort not in self.view_sort_orders:
  889. m = '{!r}: invalid transaction view sort order. Valid options: {}'
  890. die(1,m.format(sort,','.join(self.view_sort_orders)))
  891. def format_io(desc):
  892. io = getattr(self,desc)
  893. ip = desc == 'inputs'
  894. out = desc.capitalize() + ':\n' + enl
  895. addr_w = max(len(e.addr) for e in io)
  896. confs_per_day = 60*60*24 // g.proto.secs_per_block
  897. io_sorted = {
  898. # prepend '/' (sorts before '0') to ensure non-MMGen addrs are displayed first
  899. 'addr': lambda: sorted(io,key=lambda o: o.mmid.sort_key if o.mmid else '/'+o.addr),
  900. 'raw': lambda: io
  901. }[sort]
  902. for n,e in enumerate(io_sorted()):
  903. if ip and blockcount:
  904. confs = e.confs + blockcount - self.blockcount
  905. days = int(confs // confs_per_day)
  906. if e.mmid:
  907. mmid_fmt = e.mmid.fmt(
  908. width=max_mmwid,
  909. encl='()',
  910. color=True,
  911. append_chars=('',' (chg)')[bool(not ip and e.is_chg and terse)],
  912. append_color='green')
  913. else:
  914. mmid_fmt = MMGenID.fmtc(nonmm_str,width=max_mmwid,color=True)
  915. if terse:
  916. out += '{:3} {} {} {} {}\n'.format(n+1,
  917. e.addr.fmt(color=True,width=addr_w),
  918. mmid_fmt,e.amt.hl(),g.dcoin)
  919. else:
  920. icommon = [
  921. ((n+1,'')[ip],'address:',e.addr.fmt(color=True,width=addr_w) + ' '+mmid_fmt),
  922. ('','comment:',e.label.hl() if e.label else ''),
  923. ('','amount:','{} {}'.format(e.amt.hl(),g.dcoin))]
  924. items = [(n+1, 'tx,vout:','{},{}'.format(e.txid,e.vout))] + icommon + [
  925. ('','confirmations:','{} (around {} days)'.format(confs,days) if blockcount else '')
  926. ] if ip else icommon + [
  927. ('','change:',green('True') if e.is_chg else '')]
  928. out += '\n'.join([('{:>3} {:<8} {}'.format(*d)) for d in items if d[2]]) + '\n\n'
  929. return out
  930. md = {'raw':'raw','addr':'address'}
  931. m = 'Displaying inputs and outputs in {} sort order'.format(md[sort])
  932. return m + ('\n\n','\n')[terse] + format_io('inputs') + format_io('outputs')
  933. def format_view_rel_fee(self,terse):
  934. return ' ({} {})\n'.format(
  935. pink(str(self.fee_abs2rel(self.get_fee_from_tx()))),
  936. self.rel_fee_disp)
  937. def format_view_abs_fee(self):
  938. return g.proto.coin_amt(self.get_fee_from_tx()).hl()
  939. def format_view_verbose_footer(self):
  940. ts = len(self.hex)//2 if self.hex else 'unknown'
  941. out = 'Transaction size: Vsize {} (estimated), Total {}'.format(self.estimate_size(),ts)
  942. if self.marked_signed():
  943. ws = DeserializedTX(self.hex)['witness_size']
  944. out += ', Base {}, Witness {}'.format(ts-ws,ws)
  945. return out + '\n'
  946. def format_view(self,terse=False,sort=dfl_view_sort_order):
  947. blockcount = None
  948. if g.proto.base_coin != 'ETH':
  949. try:
  950. rpc_init()
  951. blockcount = self.get_blockcount()
  952. except:
  953. pass
  954. def get_max_mmwid(io):
  955. if io == self.inputs:
  956. sel_f = lambda o: len(o.mmid) + 2 # len('()')
  957. else:
  958. sel_f = lambda o: len(o.mmid) + (2,8)[bool(o.is_chg)] # + len(' (chg)')
  959. return max(max([sel_f(o) for o in io if o.mmid] or [0]),len(nonmm_str))
  960. nonmm_str = '(non-{} address)'.format(g.proj_name)
  961. max_mmwid = max(get_max_mmwid(self.inputs),get_max_mmwid(self.outputs))
  962. out = (self.txview_hdr_fs,self.txview_hdr_fs_short)[bool(terse)].format(
  963. i=self.txid.hl(),
  964. a=self.send_amt.hl(),
  965. c=g.dcoin,
  966. t=self.timestamp,
  967. r=(red('False'),green('True'))[self.is_replaceable()],
  968. s=self.marked_signed(color=True),
  969. l=(green('None'),orange(strfmt_locktime(self.locktime,terse=True)))[bool(self.locktime)])
  970. if self.chain != 'mainnet':
  971. out += green('Chain: {}\n'.format(self.chain.upper()))
  972. if self.coin_txid:
  973. out += '{} TxID: {}\n'.format(g.coin,self.coin_txid.hl())
  974. enl = ('\n','')[bool(terse)]
  975. out += enl
  976. if self.label:
  977. out += 'Comment: {}\n{}'.format(self.label.hl(),enl)
  978. out += self.format_view_body(blockcount,nonmm_str,max_mmwid,enl,terse=terse,sort=sort)
  979. out += (self.txview_ftr_fs,self.txview_ftr_fs_short)[bool(terse)].format(
  980. i=self.sum_inputs().hl(),
  981. o=self.sum_outputs().hl(),
  982. a=self.format_view_abs_fee(),
  983. r=self.format_view_rel_fee(terse),
  984. d=g.dcoin,c=g.coin)
  985. if opt.verbose: out += self.format_view_verbose_footer()
  986. return out # TX label might contain non-ascii chars
  987. def check_txfile_hex_data(self):
  988. self.hex = HexStr(self.hex,on_fail='raise')
  989. def parse_tx_file(self,infile,metadata_only=False,quiet_open=False):
  990. def eval_io_data(raw_data,desc):
  991. from ast import literal_eval
  992. try:
  993. d = literal_eval(raw_data)
  994. except:
  995. if desc == 'inputs' and not quiet_open:
  996. ymsg('Warning: transaction data appears to be in old format')
  997. import re
  998. d = literal_eval(re.sub(r"[A-Za-z]+?\(('.+?')\)",r'\1',raw_data))
  999. assert type(d) == list,'{} data not a list!'.format(desc)
  1000. if not (desc == 'outputs' and g.proto.base_coin == 'ETH'): # ETH txs can have no outputs
  1001. assert len(d),'no {}!'.format(desc)
  1002. for e in d: e['amt'] = g.proto.coin_amt(e['amt'])
  1003. io,io_list = (
  1004. (MMGenTxOutput,MMGenTxOutputList),
  1005. (MMGenTxInput,MMGenTxInputList)
  1006. )[desc=='inputs']
  1007. return io_list([io(**e) for e in d])
  1008. tx_data = get_data_from_file(infile,self.desc+' data',quiet=quiet_open)
  1009. try:
  1010. desc = 'data'
  1011. assert len(tx_data) <= g.max_tx_file_size,(
  1012. 'Transaction file size exceeds limit ({} bytes)'.format(g.max_tx_file_size))
  1013. tx_data = tx_data.splitlines()
  1014. assert len(tx_data) >= 5,'number of lines less than 5'
  1015. assert len(tx_data[0]) == 6,'invalid length of first line'
  1016. self.chksum = HexStr(tx_data.pop(0),on_fail='raise')
  1017. assert self.chksum == make_chksum_6(' '.join(tx_data)),'file data does not match checksum'
  1018. if len(tx_data) == 6:
  1019. assert len(tx_data[-1]) == 64,'invalid coin TxID length'
  1020. desc = '{} TxID'.format(g.proto.name.capitalize())
  1021. self.coin_txid = CoinTxID(tx_data.pop(-1),on_fail='raise')
  1022. if len(tx_data) == 5:
  1023. # rough check: allow for 4-byte utf8 characters + base58 (4 * 11 / 8 = 6 (rounded up))
  1024. assert len(tx_data[-1]) < MMGenTXLabel.max_len*6,'invalid comment length'
  1025. c = tx_data.pop(-1)
  1026. if c != '-':
  1027. desc = 'encoded comment (not base58)'
  1028. comment = baseconv.b58decode(c).decode('utf8')
  1029. assert comment != False,'invalid comment'
  1030. desc = 'comment'
  1031. self.label = MMGenTXLabel(comment,on_fail='raise')
  1032. desc = 'number of lines' # four required lines
  1033. metadata,self.hex,inputs_data,outputs_data = tx_data
  1034. assert len(metadata) < 100,'invalid metadata length' # rough check
  1035. metadata = metadata.split()
  1036. if metadata[-1].find('LT=') == 0:
  1037. desc = 'locktime'
  1038. self.locktime = int(metadata.pop()[3:])
  1039. self.coin = metadata.pop(0) if len(metadata) == 6 else 'BTC'
  1040. if ':' in self.coin:
  1041. self.coin,self.dcoin = self.coin.split(':')
  1042. if len(metadata) == 5:
  1043. t = metadata.pop(0)
  1044. self.chain = (t.lower(),None)[t=='Unknown']
  1045. desc = 'metadata (4 items minimum required)'
  1046. txid,send_amt,self.timestamp,blockcount = metadata
  1047. desc = 'txid in metadata'
  1048. self.txid = MMGenTxID(txid,on_fail='raise')
  1049. desc = 'send amount in metadata'
  1050. self.send_amt = UnknownCoinAmt(send_amt) # temporary, for 'metadata_only'
  1051. desc = 'block count in metadata'
  1052. self.blockcount = int(blockcount)
  1053. if metadata_only: return
  1054. desc = 'send amount in metadata'
  1055. self.send_amt = g.proto.coin_amt(send_amt,on_fail='raise')
  1056. desc = 'transaction hex data'
  1057. self.check_txfile_hex_data()
  1058. # the following ops will all fail if g.coin doesn't match self.coin
  1059. desc = 'coin type in metadata'
  1060. assert self.coin == g.coin,self.coin
  1061. desc = 'inputs data'
  1062. self.inputs = eval_io_data(inputs_data,'inputs')
  1063. desc = 'outputs data'
  1064. self.outputs = eval_io_data(outputs_data,'outputs')
  1065. except Exception as e:
  1066. die(2,'Invalid {} in transaction file: {}'.format(desc,e.args[0]))
  1067. # test doesn't work for Ethereum: test and mainnet addrs have same format
  1068. if not self.chain and not self.inputs[0].addr.is_for_chain('testnet'):
  1069. self.chain = 'mainnet'
  1070. if self.dcoin: self.set_g_token()
  1071. def process_cmd_arg(self,arg,ad_f,ad_w):
  1072. def add_output_chk(addr,amt,err_desc):
  1073. if not amt and self.get_chg_output_idx() != None:
  1074. die(2,'ERROR: More than one change address listed on command line')
  1075. if is_mmgen_id(addr) or is_coin_addr(addr):
  1076. coin_addr = mmaddr2coinaddr(addr,ad_w,ad_f) if is_mmgen_id(addr) else CoinAddr(addr)
  1077. self.add_output(coin_addr,g.proto.coin_amt(amt or '0'),is_chg=not amt)
  1078. else:
  1079. die(2,"{}: invalid {} '{}'".format(addr,err_desc,','.join((addr,amt)) if amt else addr))
  1080. if ',' in arg:
  1081. addr,amt = arg.split(',',1)
  1082. add_output_chk(addr,amt,'coin argument in command-line argument')
  1083. else:
  1084. add_output_chk(arg,None,'command-line argument')
  1085. def process_cmd_args(self,cmd_args,ad_f,ad_w):
  1086. for a in cmd_args: self.process_cmd_arg(a,ad_f,ad_w)
  1087. if self.get_chg_output_idx() == None:
  1088. die(2,( 'ERROR: No change output specified',
  1089. self.msg_no_change_output.format(g.dcoin))[len(self.outputs) == 1])
  1090. if not segwit_is_active() and self.has_segwit_outputs():
  1091. fs = '{} Segwit address requested on the command line, but Segwit is not active on this chain'
  1092. rdie(2,fs.format(g.proj_name))
  1093. if not self.outputs:
  1094. die(2,'At least one output must be specified on the command line')
  1095. def get_outputs_from_cmdline(self,cmd_args):
  1096. from mmgen.addr import AddrList,AddrData
  1097. addrfiles = [a for a in cmd_args if get_extension(a) == AddrList.ext]
  1098. cmd_args = set(cmd_args) - set(addrfiles)
  1099. ad_f = AddrData()
  1100. for a in addrfiles:
  1101. check_infile(a)
  1102. ad_f.add(AddrList(a))
  1103. ad_w = AddrData(source='tw')
  1104. self.process_cmd_args(cmd_args,ad_f,ad_w)
  1105. self.add_mmaddrs_to_outputs(ad_w,ad_f)
  1106. self.check_dup_addrs('outputs')
  1107. def select_unspent(self,unspent):
  1108. prompt = 'Enter a range or space-separated list of outputs to spend: '
  1109. while True:
  1110. reply = my_raw_input(prompt).strip()
  1111. if reply:
  1112. selected = AddrIdxList(fmt_str=','.join(reply.split()),on_fail='return')
  1113. if selected:
  1114. if selected[-1] <= len(unspent):
  1115. return selected
  1116. msg('Unspent output number must be <= {}'.format(len(unspent)))
  1117. def check_sufficient_funds(self,inputs_sum,foo):
  1118. if self.send_amt > inputs_sum:
  1119. msg(self.msg_low_coin.format(self.send_amt-inputs_sum,g.coin))
  1120. return False
  1121. return True
  1122. def get_change_amt(self):
  1123. return self.sum_inputs() - self.send_amt - self.fee
  1124. def warn_insufficient_chg(self,change_amt):
  1125. msg(self.msg_low_coin.format(g.proto.coin_amt(-change_amt).hl(),g.coin))
  1126. def final_inputs_ok_msg(self,change_amt):
  1127. m = 'Transaction produces {} {} in change'
  1128. return m.format(g.proto.coin_amt(change_amt).hl(),g.coin)
  1129. def select_unspent_cmdline(self,unspent):
  1130. sel_nums = []
  1131. for i in opt.inputs.split(','):
  1132. ls = len(sel_nums)
  1133. if is_mmgen_id(i):
  1134. for j in range(len(unspent)):
  1135. if unspent[j].twmmid == i:
  1136. sel_nums.append(j+1)
  1137. elif is_coin_addr(i):
  1138. for j in range(len(unspent)):
  1139. if unspent[j].addr == i:
  1140. sel_nums.append(j+1)
  1141. else:
  1142. die(1,"'{}': not an MMGen ID or coin address".format(i))
  1143. ldiff = len(sel_nums) - ls
  1144. if ldiff:
  1145. sel_inputs = ','.join([str(i) for i in sel_nums[-ldiff:]])
  1146. ul = unspent[sel_nums[-1]-1]
  1147. mmid_disp = ' (' + ul.twmmid + ')' if ul.twmmid.type == 'mmgen' else ''
  1148. msg('Adding input{}: {} {}{}'.format(suf(ldiff),sel_inputs,ul.addr,mmid_disp))
  1149. else:
  1150. die(1,"'{}': address not found in tracking wallet".format(i))
  1151. return set(sel_nums) # silently discard duplicates
  1152. def get_inputs_from_user(self,tw):
  1153. while True:
  1154. us_f = ('select_unspent','select_unspent_cmdline')[bool(opt.inputs)]
  1155. sel_nums = getattr(self,us_f)(tw.unspent)
  1156. msg('Selected output{}: {}'.format(suf(sel_nums,'s'),' '.join(map(str,sel_nums))))
  1157. sel_unspent = tw.MMGenTwOutputList([tw.unspent[i-1] for i in sel_nums])
  1158. inputs_sum = sum(s.amt for s in sel_unspent)
  1159. if not self.check_sufficient_funds(inputs_sum,sel_unspent):
  1160. continue
  1161. non_mmaddrs = [i for i in sel_unspent if i.twmmid.type == 'non-mmgen']
  1162. if non_mmaddrs and self.caller != 'txdo':
  1163. msg(self.msg_non_mmgen_inputs.format(
  1164. ', '.join(sorted({a.addr.hl() for a in non_mmaddrs}))))
  1165. if not (opt.yes or keypress_confirm('Accept?')):
  1166. continue
  1167. self.copy_inputs_from_tw(sel_unspent) # makes self.inputs
  1168. self.fee = self.get_fee_from_user()
  1169. change_amt = self.get_change_amt()
  1170. if change_amt >= 0: # TODO: show both ETH and token amts remaining
  1171. p = self.final_inputs_ok_msg(change_amt)
  1172. if opt.yes or keypress_confirm(p+'. OK?',default_yes=True):
  1173. if opt.yes: msg(p)
  1174. return change_amt
  1175. else:
  1176. self.warn_insufficient_chg(change_amt)
  1177. def check_fee(self):
  1178. assert self.sum_inputs() - self.sum_outputs() <= g.proto.max_tx_fee
  1179. def update_send_amt(self,change_amt):
  1180. if not self.send_amt:
  1181. self.send_amt = change_amt
  1182. def create(self,cmd_args,locktime,do_info=False):
  1183. assert type(locktime) == int
  1184. if opt.comment_file: self.add_comment(opt.comment_file)
  1185. if not do_info: self.get_outputs_from_cmdline(cmd_args)
  1186. do_license_msg()
  1187. from mmgen.tw import TwUnspentOutputs
  1188. tw = TwUnspentOutputs(minconf=opt.minconf)
  1189. if not opt.inputs:
  1190. tw.view_and_sort(self)
  1191. tw.display_total()
  1192. if do_info: sys.exit(0)
  1193. self.send_amt = self.sum_outputs()
  1194. msg('Total amount to spend: {}'.format(
  1195. ('Unknown','{} {}'.format(self.send_amt.hl(),g.dcoin))[bool(self.send_amt)]
  1196. ))
  1197. change_amt = self.get_inputs_from_user(tw)
  1198. self.update_change_output(change_amt)
  1199. self.update_send_amt(change_amt)
  1200. if g.proto.base_proto == 'Bitcoin':
  1201. self.inputs.sort_bip69()
  1202. self.outputs.sort_bip69()
  1203. # do this only after inputs are sorted
  1204. if opt.rbf: self.inputs[0].sequence = g.max_int - 2 # handles the locktime case too
  1205. elif locktime: self.inputs[0].sequence = g.max_int - 1
  1206. if not opt.yes:
  1207. self.add_comment() # edits an existing comment
  1208. self.create_raw() # creates self.hex, self.txid
  1209. if g.proto.base_proto == 'Bitcoin' and locktime:
  1210. msg('Setting nlocktime to {}!'.format(strfmt_locktime(locktime)))
  1211. self.set_hex_locktime(locktime)
  1212. self.update_txid()
  1213. self.locktime = locktime
  1214. self.add_timestamp()
  1215. self.add_blockcount()
  1216. self.chain = g.chain
  1217. self.check_fee()
  1218. qmsg('Transaction successfully created')
  1219. if not opt.yes:
  1220. self.view_with_prompt('View decoded transaction?')
  1221. class MMGenBumpTX(MMGenTX):
  1222. def __new__(cls,*args,**kwargs):
  1223. return MMGenTX.__new__(altcoin_subclass(cls,'tx','MMGenBumpTX'),*args,**kwargs)
  1224. min_fee = None
  1225. bump_output_idx = None
  1226. def __init__(self,filename,send=False):
  1227. super(MMGenBumpTX,self).__init__(filename)
  1228. if not self.is_replaceable():
  1229. die(1,"Transaction '{}' is not replaceable".format(self.txid))
  1230. # If sending, require tx to have been signed
  1231. if send:
  1232. if not self.marked_signed():
  1233. die(1,"File '{}' is not a signed {} transaction file".format(filename,g.proj_name))
  1234. if not self.coin_txid:
  1235. die(1,"Transaction '{}' was not broadcast to the network".format(self.txid))
  1236. self.coin_txid = ''
  1237. self.mark_raw()
  1238. def check_bumpable(self):
  1239. if not [o.amt for o in self.outputs if o.amt >= self.min_fee]:
  1240. die(1,'Transaction cannot be bumped.' +
  1241. '\nAll outputs have less than the minimum fee ({} {})'.format(self.min_fee,g.coin))
  1242. def choose_output(self):
  1243. chg_idx = self.get_chg_output_idx()
  1244. init_reply = opt.output_to_reduce
  1245. while True:
  1246. if init_reply == None:
  1247. m = 'Choose an output to deduct the fee from (Hit ENTER for the change output): '
  1248. reply = my_raw_input(m) or 'c'
  1249. else:
  1250. reply,init_reply = init_reply,None
  1251. if chg_idx == None and not is_int(reply):
  1252. msg("Output must be an integer")
  1253. elif chg_idx != None and not is_int(reply) and reply != 'c':
  1254. msg("Output must be an integer, or 'c' for the change output")
  1255. else:
  1256. idx = chg_idx if reply == 'c' else (int(reply) - 1)
  1257. if idx < 0 or idx >= len(self.outputs):
  1258. msg('Output must be in the range 1-{}'.format(len(self.outputs)))
  1259. else:
  1260. o_amt = self.outputs[idx].amt
  1261. cs = ('',' (change output)')[chg_idx == idx]
  1262. p = 'Fee will be deducted from output {}{} ({} {})'.format(idx+1,cs,o_amt,g.coin)
  1263. if o_amt < self.min_fee:
  1264. msg('Minimum fee ({} {c}) is greater than output amount ({} {c})'.format(
  1265. self.min_fee,o_amt,c=g.coin))
  1266. elif opt.yes or keypress_confirm(p+'. OK?',default_yes=True):
  1267. if opt.yes: msg(p)
  1268. self.bump_output_idx = idx
  1269. return idx
  1270. def set_min_fee(self):
  1271. self.min_fee = self.sum_inputs() - self.sum_outputs() + self.get_relay_fee()
  1272. def update_fee(self,op_idx,fee):
  1273. self.update_output_amt(op_idx,self.sum_inputs()-self.sum_outputs(exclude=op_idx)-fee)
  1274. def convert_and_check_fee(self,tx_fee,desc):
  1275. ret = super(MMGenBumpTX,self).convert_and_check_fee(tx_fee,desc)
  1276. if ret < self.min_fee:
  1277. msg('{} {c}: {} fee too small. Minimum fee: {} {c} ({} {})'.format(
  1278. ret,desc,self.min_fee,self.fee_abs2rel(self.min_fee.hl()),self.rel_fee_desc,c=g.coin))
  1279. return False
  1280. output_amt = self.outputs[self.bump_output_idx].amt
  1281. if ret >= output_amt:
  1282. msg('{} {c}: {} fee too large. Maximum fee: <{} {c}'.format(ret.hl(),desc,output_amt.hl(),c=g.coin))
  1283. return False
  1284. return ret
  1285. class MMGenSplitTX(MMGenTX):
  1286. def get_outputs_from_cmdline(self,mmid): # TODO: check that addr is empty
  1287. from mmgen.addr import AddrData
  1288. ad_w = AddrData(source='tw')
  1289. if is_mmgen_id(mmid):
  1290. coin_addr = mmaddr2coinaddr(mmid,ad_w,None) if is_mmgen_id(mmid) else CoinAddr(mmid)
  1291. self.add_output(coin_addr,g.proto.coin_amt('0'),is_chg=True)
  1292. else:
  1293. die(2,'{}: invalid command-line argument'.format(mmid))
  1294. self.add_mmaddrs_to_outputs(ad_w,None)
  1295. if not segwit_is_active() and self.has_segwit_outputs():
  1296. fs = '{} Segwit address requested on the command line, but Segwit is not active on this chain'
  1297. rdie(2,fs.format(g.proj_name))
  1298. def get_split_fee_from_user(self):
  1299. if opt.rpc_host2:
  1300. g.rpc_host = opt.rpc_host2
  1301. if opt.tx_fees:
  1302. opt.tx_fee = opt.tx_fees.split(',')[1]
  1303. try:
  1304. rpc_init(reinit=True)
  1305. except:
  1306. ymsg('Connect to {} daemon failed. Network fee estimation unavailable'.format(g.coin))
  1307. return self.get_usr_fee_interactive(opt.tx_fee,'User-selected')
  1308. return super(type(self),self).get_fee_from_user()
  1309. def create_split(self,mmid):
  1310. self.outputs = self.MMGenTxOutputList()
  1311. self.get_outputs_from_cmdline(mmid)
  1312. while True:
  1313. change_amt = self.sum_inputs() - self.get_split_fee_from_user()
  1314. if change_amt >= 0:
  1315. p = 'Transaction produces {} {} in change'.format(change_amt.hl(),g.coin)
  1316. if opt.yes or keypress_confirm(p+'. OK?',default_yes=True):
  1317. if opt.yes: msg(p)
  1318. break
  1319. else:
  1320. self.warn_insufficient_chg(change_amt)
  1321. self.update_output_amt(0,change_amt)
  1322. self.send_amt = change_amt
  1323. if not opt.yes:
  1324. self.add_comment() # edits an existing comment
  1325. self.create_raw() # creates self.hex, self.txid
  1326. self.add_timestamp()
  1327. self.add_blockcount() # TODO
  1328. self.chain = g.chain
  1329. assert self.sum_inputs() - self.sum_outputs() <= g.proto.max_tx_fee
  1330. qmsg('Transaction successfully created')
  1331. if not opt.yes:
  1332. self.view_with_prompt('View decoded transaction?')