ct_xmrwallet.py 29 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913
  1. #!/usr/bin/env python3
  2. #
  3. # MMGen Wallet, a terminal-based cryptocurrency wallet
  4. # Copyright (C)2013-2025 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. test.cmdtest_d.ct_xmrwallet: xmrwallet tests for the cmdtest.py test suite
  20. """
  21. import sys, os, time, re, atexit, asyncio, shutil
  22. from subprocess import run, PIPE
  23. from collections import namedtuple
  24. from mmgen.util import msg, fmt, async_run, capfirst, is_int, die, list_gen
  25. from mmgen.util2 import port_in_use
  26. from mmgen.obj import MMGenRange
  27. from mmgen.amt import XMRAmt
  28. from mmgen.addrlist import ViewKeyAddrList, KeyAddrList, AddrIdxList
  29. from ..include.common import (
  30. cfg,
  31. omsg,
  32. oqmsg_r,
  33. ok,
  34. imsg,
  35. imsg_r,
  36. write_data_to_file,
  37. read_from_file,
  38. silence,
  39. end_silence,
  40. strip_ansi_escapes
  41. )
  42. from .common import get_file_with_ext
  43. from .ct_base import CmdTestBase
  44. # atexit functions:
  45. def stop_daemons(self):
  46. for v in self.users.values():
  47. v.md.stop()
  48. def stop_miner_wallet_daemon(self):
  49. async_run(self.users['miner'].wd_rpc.stop_daemon())
  50. def kill_proxy(cls, args):
  51. if sys.platform in ('linux', 'darwin'):
  52. omsg(f'Killing SSH SOCKS server at localhost:{cls.socks_port}')
  53. cmd = ['pkill', '-f', ' '.join(args)]
  54. run(cmd)
  55. class CmdTestXMRWallet(CmdTestBase):
  56. """
  57. Monero wallet operations
  58. """
  59. networks = ('xmr',)
  60. passthru_opts = ()
  61. tmpdir_nums = [29]
  62. dfl_random_txs = 3
  63. color = True
  64. socks_port = 49237
  65. # Bob’s daemon is stopped via process kill, not RPC, so put Bob last in list:
  66. # user sid autosign shift kal_range add_coind_args
  67. user_data = (
  68. ('miner', '98831F3A', False, 130, '1-2', []),
  69. ('alice', 'FE3C6545', False, 150, '1-4', []),
  70. ('bob', '1378FC64', False, 140, None, ['--restricted-rpc']),
  71. )
  72. tx_relay_user = 'bob'
  73. datadir_base = os.path.join('test', 'daemons', 'xmrtest')
  74. cmd_group = (
  75. ('daemon_version', 'checking daemon version'),
  76. ('gen_kafiles_miner_alice', 'generating key-address files for Miner and Alice'),
  77. ('create_wallets_miner', 'creating Monero wallets (Miner)'),
  78. ('set_label_miner', 'setting an address label (Miner, primary account)'),
  79. ('mine_initial_coins', 'mining initial coins'),
  80. ('create_wallets_alice', 'creating Monero wallets (Alice)'),
  81. ('fund_alice', 'sending funds'),
  82. ('check_bal_alice', 'mining, checking balance'),
  83. ('sync_wallets_all', 'syncing all wallets'),
  84. ('new_account_alice', 'creating a new account (Alice)'),
  85. ('new_account_alice_label', 'creating a new account (Alice, with label)'),
  86. ('new_address_alice', 'creating a new address (Alice)'),
  87. ('new_address_alice_label', 'creating a new address (Alice, with label)'),
  88. ('remove_label_alice', 'removing an address label (Alice, subaddress)'),
  89. ('set_label_alice', 'setting an address label (Alice, subaddress)'),
  90. ('sync_wallets_selected', 'syncing selected wallets'),
  91. ('sweep_to_wallet', 'sweeping to new account in another wallet'),
  92. ('sweep_to_account', 'sweeping to specific account in same wallet'),
  93. ('sweep_to_wallet_account', 'sweeping to specific account in another wallet'),
  94. ('sweep_to_wallet_account_proxy', 'sweeping to specific account in another wallet (via TX relay + proxy)'),
  95. ('sweep_to_same_account_noproxy', 'sweeping to same account (via TX relay, no proxy)'),
  96. ('transfer_to_miner_proxy', 'transferring funds to Miner (via TX relay + proxy)'),
  97. ('transfer_to_miner_noproxy', 'transferring funds to Miner (via TX relay, no proxy)'),
  98. ('transfer_to_miner_create1', 'transferring funds to Miner (create TX)'),
  99. ('transfer_to_miner_send1', 'transferring funds to Miner (send TX via proxy)'),
  100. ('transfer_to_miner_create2', 'transferring funds to Miner (create TX)'),
  101. ('transfer_to_miner_send2', 'transferring funds to Miner (send TX, no proxy)'),
  102. ('sweep_create_and_send', 'sweeping to new account (create TX + send TX, in stages)'),
  103. ('list_wallets_all', 'listing wallets'),
  104. ('stop_daemons', 'stopping all wallet and coin daemons'),
  105. )
  106. def __init__(self, trunner, cfgs, spawn):
  107. CmdTestBase.__init__(self, trunner, cfgs, spawn)
  108. if trunner is None:
  109. return
  110. from mmgen.protocol import init_proto
  111. self.proto = init_proto(cfg, 'XMR', network='mainnet')
  112. self.extra_opts = ['--wallet-rpc-password=passw0rd']
  113. self.init_users()
  114. self.init_daemon_args()
  115. for v in self.users.values():
  116. run(['mkdir', '-p', v.udir])
  117. self.tx_relay_daemon_parm = 'localhost:{}'.format(self.users[self.tx_relay_user].md.rpc_port)
  118. self.tx_relay_daemon_proxy_parm = (
  119. self.tx_relay_daemon_parm + f':127.0.0.1:{self.socks_port}') # must be IP, not 'localhost'
  120. if not cfg.no_daemon_stop:
  121. atexit.register(stop_daemons, self)
  122. atexit.register(stop_miner_wallet_daemon, self)
  123. if not cfg.no_daemon_autostart:
  124. stop_daemons(self)
  125. time.sleep(0.2)
  126. if os.path.exists(self.datadir_base):
  127. shutil.rmtree(self.datadir_base)
  128. os.makedirs(self.datadir_base)
  129. self.start_daemons()
  130. self.init_proxy()
  131. self.balance = None
  132. # init methods
  133. @classmethod
  134. def init_proxy(cls, external_call=False):
  135. def start_proxy():
  136. if external_call or not cfg.no_daemon_autostart:
  137. run(a+b2)
  138. omsg(f'SSH SOCKS server started, listening at localhost:{cls.socks_port}')
  139. debug_file = os.path.join('' if external_call else cls.datadir_base, 'txrelay-proxy.debug')
  140. a = ['ssh', '-x', '-o', 'ExitOnForwardFailure=True', '-D', f'localhost:{cls.socks_port}']
  141. b0 = ['-o', 'PasswordAuthentication=False']
  142. b1 = ['localhost', 'true']
  143. b2 = ['-fN', '-E', debug_file, 'localhost']
  144. if port_in_use(cls.socks_port):
  145. omsg(f'Port {cls.socks_port} already in use. Assuming SSH SOCKS server is running')
  146. else:
  147. cp = run(a+b0+b1, stdout=PIPE, stderr=PIPE)
  148. err = cp.stderr.decode()
  149. if err:
  150. omsg(err)
  151. if cp.returncode == 0:
  152. start_proxy()
  153. elif 'onnection refused' in err:
  154. die(2, fmt("""
  155. The SSH daemon must be running and listening on localhost in order to test
  156. XMR TX relaying via SOCKS proxy. If sshd is not running, please start it.
  157. Otherwise, add the line 'ListenAddress 127.0.0.1' to your sshd_config, and
  158. then restart the daemon.
  159. """, indent=' '))
  160. elif 'ermission denied' in err:
  161. msg(fmt(f"""
  162. In order to test XMR TX relaying via SOCKS proxy, it’s desirable to enable
  163. SSH to localhost without a password, which is not currently supported by
  164. your configuration. Your possible courses of action:
  165. 1. Continue by answering 'y' at this prompt, and enter your system password
  166. at the following prompt;
  167. 2. Exit the test here, add your user SSH public key to your user
  168. 'authorized_keys' file, and restart the test; or
  169. 3. Exit the test here, start the SSH SOCKS proxy manually by entering the
  170. following command, and restart the test:
  171. {' '.join(a+b2)}
  172. """, indent=' ', strip_char='\t'))
  173. from mmgen.ui import keypress_confirm
  174. if keypress_confirm(cfg, 'Continue?'):
  175. start_proxy()
  176. else:
  177. die(1, 'Exiting at user request')
  178. else:
  179. die(2, fmt(f"""
  180. Please start the SSH SOCKS proxy by entering the following command:
  181. {' '.join(a+b2)}
  182. Then restart the test.
  183. """, indent=' '))
  184. if not (external_call or cfg.no_daemon_stop):
  185. atexit.unregister(kill_proxy)
  186. atexit.register(kill_proxy, cls, a + b2)
  187. return True
  188. def init_users(self):
  189. from mmgen.daemon import CoinDaemon
  190. from mmgen.proto.xmr.daemon import MoneroWalletDaemon
  191. from mmgen.proto.xmr.rpc import MoneroRPCClient, MoneroWalletRPCClient
  192. self.users = {}
  193. tmpdir_num = self.tmpdir_nums[0]
  194. ud = namedtuple('user_data', [
  195. 'sid',
  196. 'mmwords',
  197. 'autosign',
  198. 'udir',
  199. 'datadir',
  200. 'kal_range',
  201. 'kafile',
  202. 'walletfile_fs',
  203. 'addrfile_fs',
  204. 'md',
  205. 'md_rpc',
  206. 'wd',
  207. 'wd_rpc',
  208. 'add_coind_args',
  209. ])
  210. # kal_range must be None, a single digit, or a single hyphenated range
  211. for (
  212. user,
  213. sid,
  214. autosign,
  215. shift,
  216. kal_range,
  217. add_coind_args) in self.user_data:
  218. tmpdir = os.path.join('test', 'tmp', str(tmpdir_num))
  219. udir = os.path.join(tmpdir, user)
  220. datadir = os.path.join(self.datadir_base, user)
  221. md = CoinDaemon(
  222. cfg = cfg,
  223. proto = self.proto,
  224. test_suite = True,
  225. port_shift = shift,
  226. opts = ['online'],
  227. datadir = datadir
  228. )
  229. md_rpc = MoneroRPCClient(
  230. cfg = cfg,
  231. proto = self.proto,
  232. host = 'localhost',
  233. port = md.rpc_port,
  234. user = None,
  235. passwd = None,
  236. test_connection = False,
  237. daemon = md,
  238. )
  239. wd = MoneroWalletDaemon(
  240. cfg = cfg,
  241. proto = self.proto,
  242. test_suite = True,
  243. wallet_dir = udir,
  244. user = 'foo',
  245. passwd = 'bar',
  246. port_shift = shift,
  247. monerod_addr = f'127.0.0.1:{md.rpc_port}',
  248. )
  249. wd_rpc = MoneroWalletRPCClient(
  250. cfg = cfg,
  251. daemon = wd,
  252. test_connection = False,
  253. )
  254. if autosign:
  255. kafile_suf = 'vkeys'
  256. fn_stem = 'MoneroWatchOnlyWallet'
  257. kafile_dir = self.asi_online.xmr_dir
  258. else:
  259. kafile_suf = 'akeys'
  260. fn_stem = 'MoneroWallet'
  261. kafile_dir = udir
  262. self.users[user] = ud(
  263. sid = sid,
  264. mmwords = f'test/ref/{sid}.mmwords',
  265. autosign = autosign,
  266. udir = udir,
  267. datadir = datadir,
  268. kal_range = kal_range,
  269. kafile = f'{kafile_dir}/{sid}-XMR-M[{kal_range}].{kafile_suf}',
  270. walletfile_fs = f'{udir}/{sid}-{{}}-{fn_stem}',
  271. addrfile_fs = f'{udir}/{sid}-{{}}-{fn_stem}.address.txt',
  272. md = md,
  273. md_rpc = md_rpc,
  274. wd = wd,
  275. wd_rpc = wd_rpc,
  276. add_coind_args = add_coind_args,
  277. )
  278. def init_daemon_args(self):
  279. common_args = ['--p2p-bind-ip=127.0.0.1', '--fixed-difficulty=1', '--regtest'] # --rpc-ssl-allow-any-cert
  280. for u in self.users:
  281. other_ports = [self.users[u2].md.p2p_port for u2 in self.users if u2 != u]
  282. node_args = [f'--add-exclusive-node=127.0.0.1:{p}' for p in other_ports]
  283. self.users[u].md.usr_coind_args = (
  284. common_args
  285. + node_args
  286. + self.users[u].add_coind_args)
  287. # cmd_group methods
  288. def daemon_version(self):
  289. rpc_port = self.users['miner'].md.rpc_port
  290. return self.spawn('mmgen-tool', ['--coin=xmr', f'--rpc-port={rpc_port}', 'daemon_version'])
  291. def gen_kafiles_miner_alice(self):
  292. return self.gen_kafiles(['miner', 'alice'])
  293. def gen_kafiles(self, users):
  294. for user, data in self.users.items():
  295. if not user in users:
  296. continue
  297. run(['mkdir', '-p', data.udir])
  298. run(f'rm -f {data.kafile}', shell=True)
  299. t = self.spawn(
  300. 'mmgen-keygen', [
  301. '-q', '--accept-defaults', '--coin=xmr',
  302. f'--outdir={data.udir}', data.mmwords, data.kal_range
  303. ],
  304. extra_desc = f'({capfirst(user)})')
  305. t.read()
  306. t.ok()
  307. t.skip_ok = True
  308. return t
  309. def create_wallets_miner(self):
  310. return self.create_wallets('miner')
  311. def create_wallets_alice(self):
  312. return self.create_wallets('alice')
  313. def create_wallets(self, user, wallet=None, add_opts=[], op='create'):
  314. assert wallet is None or is_int(wallet), 'wallet arg'
  315. data = self.users[user]
  316. stem_glob = data.walletfile_fs.format(wallet or '*')
  317. for glob in (
  318. stem_glob,
  319. stem_glob + '.keys',
  320. stem_glob + '.address.txt'):
  321. run(f'rm -f {glob}', shell=True)
  322. t = self.spawn(
  323. 'mmgen-xmrwallet',
  324. [f'--wallet-dir={data.udir}']
  325. + self.extra_opts
  326. + (self.autosign_opts if data.autosign else [])
  327. + add_opts
  328. + [op]
  329. + ([] if data.autosign else [data.kafile])
  330. + [wallet or data.kal_range]
  331. )
  332. for i in MMGenRange(wallet or data.kal_range).items:
  333. write_data_to_file(
  334. cfg,
  335. self.users[user].addrfile_fs.format(i),
  336. t.expect_getend('Address: '),
  337. quiet = True
  338. )
  339. return t
  340. def new_addr_alice(self, spec, cfg, expect, kafile=None):
  341. data = self.users['alice']
  342. t = self.spawn(
  343. 'mmgen-xmrwallet',
  344. self.extra_opts
  345. + [f'--wallet-dir={data.udir}']
  346. + [f'--daemon=localhost:{data.md.rpc_port}']
  347. + (['--no-start-wallet-daemon'] if cfg in ('continue', 'stop') else [])
  348. + (['--no-stop-wallet-daemon'] if cfg in ('start', 'continue') else [])
  349. + ['new', (kafile or data.kafile), spec])
  350. t.expect(expect, 'y', regex=True)
  351. return t
  352. na_idx = 1
  353. def new_account_alice(self):
  354. return self.new_addr_alice(
  355. '4',
  356. 'start',
  357. r'Creating new account for wallet .*4.* with label .*‘xmrwallet new account .*y/N\): ')
  358. def new_account_alice_label(self):
  359. return self.new_addr_alice(
  360. '4,Alice’s new account',
  361. 'continue',
  362. r'Creating new account for wallet .*4.* with label .*‘Alice’s new account .*y/N\): ')
  363. def new_address_alice(self):
  364. return self.new_addr_alice(
  365. '4:2',
  366. 'continue',
  367. r'Creating new address for wallet .*4.*, account .*#2.* with label .*‘xmrwallet new address .*y/N\): ')
  368. def new_address_alice_label(self):
  369. return self.new_addr_alice(
  370. '4:2,Alice’s new address',
  371. 'stop',
  372. r'Creating new address for wallet .*4.*, account .*#2.* with label .*‘Alice’s new address .*y/N\): ')
  373. async def mine_initial_coins(self):
  374. self.spawn(msg_only=True, extra_desc='(opening wallet)')
  375. await self.open_wallet_user('miner', 1)
  376. ok()
  377. # NB: a large balance is required to avoid ‘insufficient outputs’ error
  378. return await self.mine_chk('miner', 1, 0, lambda x: x.ub > 2000, 'unlocked balance > 2000')
  379. async def fund_alice(self, wallet=1, amt=1234567891234):
  380. self.spawn(msg_only=True, extra_desc='(transferring funds from Miner wallet)')
  381. await self.transfer(
  382. 'miner',
  383. amt,
  384. read_from_file(self.users['alice'].addrfile_fs.format(wallet)),
  385. )
  386. return 'ok'
  387. async def check_bal_alice(self, wallet=1, bal='1.234567891234'):
  388. return await self.mine_chk(
  389. 'alice', wallet, 0,
  390. lambda x: str(x.ub) == bal, f'unlocked balance == {bal}',
  391. random_txs = self.dfl_random_txs
  392. )
  393. def set_label_miner(self):
  394. return self.set_label_user('miner', '1:0:0,"Miner’s new primary account label [1:0:0]"', 'updated')
  395. def remove_label_alice(self):
  396. return self.set_label_user('alice', '4:2:2,""', 'removed', add_opts=['--full-address'])
  397. def set_label_alice(self):
  398. return self.set_label_user('alice', '4:2:2,"Alice’s new subaddress label [4:2:2]"', 'set')
  399. def set_label_user(self, user, label_spec, expect, add_opts=[]):
  400. data = self.users[user]
  401. cmd_opts = [f'--wallet-dir={data.udir}', f'--daemon=localhost:{data.md.rpc_port}']
  402. t = self.spawn(
  403. 'mmgen-xmrwallet',
  404. self.extra_opts
  405. + add_opts
  406. + cmd_opts
  407. + ['label', data.kafile, label_spec]
  408. )
  409. t.expect('(y/N): ', 'y')
  410. t.expect(f'Label successfully {expect}')
  411. return t
  412. def sync_wallets_all(self):
  413. return self.sync_wallets('alice', add_opts=['--rescan-blockchain', '-Ee'])
  414. def sync_wallets_selected(self):
  415. return self.sync_wallets('alice', wallets='1-2,4', add_opts=['--full-address'])
  416. def list_wallets_all(self):
  417. return self.sync_wallets('alice', op='list', add_opts=['-Ee', '--full-address'])
  418. def sync_wallets_alice(self):
  419. return self.sync_wallets('alice')
  420. def sync_wallets_bob(self):
  421. return self.sync_wallets('bob')
  422. def sync_wallets_miner(self):
  423. return self.sync_wallets('miner')
  424. def sync_wallets(self, user, op='sync', wallets=None, add_opts=[], bal_chk_func=None):
  425. data = self.users[user]
  426. if data.autosign:
  427. self.insert_device_online()
  428. cmd_opts = list_gen(
  429. [f'--wallet-dir={data.udir}'],
  430. [f'--daemon=localhost:{data.md.rpc_port}'],
  431. )
  432. t = self.spawn(
  433. 'mmgen-xmrwallet',
  434. self.extra_opts
  435. + cmd_opts
  436. + (self.autosign_opts if data.autosign else [])
  437. + add_opts
  438. + [op]
  439. + ([] if data.autosign else [data.kafile])
  440. + ([wallets] if wallets else [])
  441. )
  442. wlist = AddrIdxList(fmt_str=wallets) if wallets else MMGenRange(data.kal_range).items
  443. for n, wnum in enumerate(wlist, 1):
  444. t.expect('ing wallet {}/{} ({})'.format(
  445. n,
  446. len(wlist),
  447. os.path.basename(data.walletfile_fs.format(wnum)),
  448. ))
  449. if op in ('view', 'listview'):
  450. t.expect('Wallet height: ')
  451. else:
  452. t.expect('Chain height: ')
  453. t.expect('Wallet height: ')
  454. res = strip_ansi_escapes(t.expect_getend('Balance: '))
  455. if bal_chk_func:
  456. m = re.match(r'(\S+) Unlocked balance: (\S+)', res, re.DOTALL)
  457. amts = [XMRAmt(amt) for amt in m.groups()]
  458. assert bal_chk_func(n, *amts), f'balance check for wallet {n} failed!'
  459. if data.autosign:
  460. t.read()
  461. self.remove_device_online()
  462. return t
  463. def do_op(
  464. self,
  465. op,
  466. user,
  467. arg2,
  468. tx_relay_parm = None,
  469. no_relay = False,
  470. use_existing = False,
  471. add_opts = [],
  472. add_desc = None,
  473. do_ret = False):
  474. data = self.users[user]
  475. cmd_opts = list_gen(
  476. [f'--wallet-dir={data.udir}'],
  477. [f'--outdir={data.udir}', not data.autosign],
  478. [f'--daemon=localhost:{data.md.rpc_port}'],
  479. [f'--tx-relay-daemon={tx_relay_parm}', tx_relay_parm],
  480. ['--no-relay', no_relay and not data.autosign],
  481. )
  482. add_desc = (', ' + add_desc) if add_desc else ''
  483. t = self.spawn(
  484. 'mmgen-xmrwallet',
  485. self.extra_opts
  486. + cmd_opts
  487. + add_opts
  488. + (self.autosign_opts if data.autosign else [])
  489. + [op]
  490. + ([] if data.autosign else [data.kafile])
  491. + [arg2],
  492. extra_desc = f'({capfirst(user)}{add_desc})')
  493. if op == 'sign':
  494. return t
  495. if op in ('sweep', 'sweep_all'):
  496. desc = 'address' if re.match(r'.*:\d+$', arg2) else 'account'
  497. t.expect(rf'Create new {desc} .* \(y/N\): ', ('y', 'n')[use_existing], regex=True)
  498. if use_existing:
  499. t.expect(rf'to last existing {desc} .* \(y/N\): ', 'y', regex=True)
  500. dtype = 'unsigned' if data.autosign else 'signed'
  501. t.expect(f'Save {dtype} transaction? (y/N): ', 'y')
  502. t.written_to_file(f'{dtype.capitalize()} transaction')
  503. if not no_relay:
  504. t.expect(f'Relay {op} transaction? (y/N): ', 'y')
  505. get_file_with_ext(self.users[user].udir, 'sigtx', delete_all=True)
  506. t.read()
  507. return t if do_ret else t.ok()
  508. def sweep_to_wallet(self):
  509. self.do_op('sweep', 'alice', '1:0,2')
  510. return self.mine_chk('alice', 2, 1, lambda x: x.ub > 1, 'unlocked balance > 1')
  511. def sweep_to_account(self):
  512. self.do_op('sweep', 'alice', '2:1,2:0', use_existing=True)
  513. return self.mine_chk('alice', 2, 0, lambda x: x.ub > 1, 'unlocked balance > 1')
  514. def sweep_to_wallet_account(self):
  515. self.do_op('sweep', 'alice', '2:0,3:0', use_existing=True, add_opts=['-Ee', '--full-address'])
  516. return self.mine_chk('alice', 3, 0, lambda x: x.ub > 1, 'unlocked balance > 1')
  517. def sweep_to_wallet_account_proxy(self):
  518. self.do_op('sweep', 'alice', '3:0,2:1', self.tx_relay_daemon_proxy_parm, add_opts=['--priority=3', '-Ee'])
  519. return self.mine_chk('alice', 2, 1, lambda x: x.ub > 1, 'unlocked balance > 1')
  520. def sweep_to_same_account_noproxy(self):
  521. self.do_op('sweep', 'alice', '2:1', self.tx_relay_daemon_parm)
  522. return self.mine_chk('alice', 2, 1, lambda x: x.ub > 0.9, 'unlocked balance > 0.9')
  523. async def transfer_to_miner_proxy(self):
  524. addr = read_from_file(self.users['miner'].addrfile_fs.format(2))
  525. amt = '0.135'
  526. self.do_op('transfer', 'alice', f'2:1:{addr},{amt}', self.tx_relay_daemon_proxy_parm)
  527. await self.stop_wallet_user('miner')
  528. await self.open_wallet_user('miner', 2)
  529. await self.mine_chk('miner', 2, 0, lambda x: str(x.ub) == amt, f'unlocked balance == {amt}')
  530. ok()
  531. return await self.mine_chk('alice', 2, 1, lambda x: x.ub > 0.9, 'unlocked balance > 0.9')
  532. async def transfer_to_miner_noproxy(self):
  533. addr = read_from_file(self.users['miner'].addrfile_fs.format(2))
  534. self.do_op('transfer', 'alice', f'2:1:{addr},0.0995', self.tx_relay_daemon_parm, add_opts=['--full-address'])
  535. await self.mine_chk('miner', 2, 0, lambda x: str(x.ub) == '0.2345', 'unlocked balance == 0.2345')
  536. ok()
  537. return await self.mine_chk('alice', 2, 1, lambda x: x.ub > 0.9, 'unlocked balance > 0.9')
  538. def transfer_to_miner_create(self, amt):
  539. get_file_with_ext(self.users['alice'].udir, 'sigtx', delete_all=True)
  540. addr = read_from_file(self.users['miner'].addrfile_fs.format(2))
  541. return self.do_op('transfer', 'alice', f'2:1:{addr},{amt}', no_relay=True, do_ret=True, add_opts=['-Ee'])
  542. def transfer_to_miner_create1(self):
  543. return self.transfer_to_miner_create('0.0111')
  544. def transfer_to_miner_create2(self):
  545. return self.transfer_to_miner_create('0.0012')
  546. def relay_tx(self, relay_opt, add_desc=None):
  547. user = 'alice'
  548. data = self.users[user]
  549. add_desc = (', ' + add_desc) if add_desc else ''
  550. t = self.spawn(
  551. 'mmgen-xmrwallet',
  552. self.extra_opts
  553. + [relay_opt, 'relay', get_file_with_ext(data.udir, 'sigtx')],
  554. extra_desc = f'(relaying TX, {capfirst(user)}{add_desc})')
  555. t.expect('Relay transaction? ', 'y')
  556. t.read()
  557. t.ok()
  558. return t
  559. async def transfer_to_miner_send1(self):
  560. self.relay_tx(f'--tx-relay-daemon={self.tx_relay_daemon_proxy_parm}', add_desc='via proxy')
  561. await self.mine_chk('miner', 2, 0, lambda x: str(x.ub) == '0.2456', 'unlocked balance == 0.2456')
  562. ok()
  563. return await self.mine_chk('alice', 2, 1, lambda x: x.ub > 0.9, 'unlocked balance > 0.9')
  564. async def transfer_to_miner_send2(self):
  565. self.relay_tx(f'--tx-relay-daemon={self.tx_relay_daemon_parm}', add_desc='no proxy')
  566. await self.mine_chk('miner', 2, 0, lambda x: str(x.ub) == '0.2468', 'unlocked balance == 0.2468')
  567. ok()
  568. return await self.mine_chk('alice', 2, 1, lambda x: x.ub > 0.9, 'unlocked balance > 0.9')
  569. async def sweep_create_and_send(self):
  570. get_file_with_ext(self.users['alice'].udir, 'sigtx', delete_all=True)
  571. self.do_op('sweep_all', 'alice', '2:1,3', no_relay=True, use_existing=True)
  572. ok()
  573. self.relay_tx(f'--tx-relay-daemon={self.tx_relay_daemon_parm}')
  574. min_bal = XMRAmt('0.9')
  575. return await self.mine_chk('alice', 3, 0, lambda x: x.ub > min_bal, f'bal > {min_bal}')
  576. # wallet methods
  577. async def open_wallet_user(self, user, wnum):
  578. data = self.users[user]
  579. if data.autosign:
  580. self.insert_device_online()
  581. self.do_mount_online()
  582. silence()
  583. kal = (ViewKeyAddrList if data.autosign else KeyAddrList)(
  584. cfg = cfg,
  585. proto = self.proto,
  586. infile = data.kafile,
  587. skip_chksum_msg = True,
  588. key_address_validity_check = False)
  589. end_silence()
  590. if data.autosign:
  591. self.do_umount_online()
  592. self.remove_device_online()
  593. self.users[user].wd.start(silent=not (cfg.exact_output or cfg.verbose))
  594. return data.wd_rpc.call(
  595. 'open_wallet',
  596. filename = os.path.basename(data.walletfile_fs.format(wnum)),
  597. password = kal.entry(wnum).wallet_passwd)
  598. async def stop_wallet_user(self, user):
  599. await self.users[user].wd_rpc.stop_daemon(silent=not (cfg.exact_output or cfg.verbose))
  600. return 'ok'
  601. # mining methods
  602. async def mine5(self):
  603. return await self.mine(5)
  604. async def _get_height(self):
  605. u = self.users['miner']
  606. for _ in range(20):
  607. try:
  608. return u.md_rpc.call('get_last_block_header')['block_header']['height']
  609. except Exception as e:
  610. if 'onnection refused' in str(e):
  611. omsg(f'{e}\nMonerod appears to have crashed. Attempting to restart...')
  612. await asyncio.sleep(5)
  613. u.md.restart()
  614. await asyncio.sleep(5)
  615. await self.start_mining()
  616. else:
  617. raise
  618. die(2, 'Restart attempt limit exceeded')
  619. async def mine10(self):
  620. return await self.mine(10)
  621. async def mine30(self):
  622. return await self.mine(30)
  623. async def mine100(self):
  624. return await self.mine(100)
  625. async def mine(self, nblks):
  626. start_height = height = await self._get_height()
  627. imsg(f'Height: {height}')
  628. imsg_r(f'Mining {nblks} blocks...')
  629. await self.start_mining()
  630. while height < start_height + nblks:
  631. await asyncio.sleep(2)
  632. height = await self._get_height()
  633. imsg_r('.')
  634. ret = await self.stop_mining()
  635. imsg('done')
  636. imsg(f'Height: {height}')
  637. return 'ok' if ret == 'OK' else False
  638. async def start_mining(self):
  639. data = self.users['miner']
  640. addr = read_from_file(data.addrfile_fs.format(1)) # mine to wallet #1, account 0
  641. for _ in range(20):
  642. # NB: threads_count > 1 provides no benefit and leads to connection errors with MSWin/MSYS2
  643. ret = data.md_rpc.call_raw(
  644. 'start_mining',
  645. do_background_mining = False, # run mining in background or foreground
  646. ignore_battery = True, # ignore battery state (on laptop)
  647. miner_address = addr, # account address to mine to
  648. threads_count = 1) # number of mining threads to run
  649. status = self.get_status(ret)
  650. if status == 'OK':
  651. return True
  652. elif status == 'BUSY':
  653. await asyncio.sleep(5)
  654. omsg('Daemon busy. Attempting to start mining...')
  655. else:
  656. die(2, f'Monerod returned status {status}')
  657. die(2, 'Max retries exceeded')
  658. async def stop_mining(self):
  659. ret = self.users['miner'].md_rpc.call_raw('stop_mining')
  660. return self.get_status(ret)
  661. async def mine_chk(
  662. self,
  663. user,
  664. wnum,
  665. account,
  666. test,
  667. test_desc,
  668. test2 = None,
  669. test2_desc = None,
  670. random_txs = None,
  671. return_bal = False):
  672. """
  673. - open destination wallet
  674. - optionally create and broadcast random TXs
  675. - start mining
  676. - mine until funds appear in wallet
  677. - stop mining
  678. - close wallet
  679. """
  680. async def send_random_txs():
  681. from mmgen.tool.api import tool_api
  682. t = tool_api(cfg)
  683. t.init_coin('XMR', 'mainnet')
  684. t.usr_randchars = 0
  685. imsg_r('Sending random transactions: ')
  686. for i in range(random_txs):
  687. await self.transfer(
  688. 'miner',
  689. 123456789,
  690. t.randpair()[1],
  691. )
  692. imsg_r(f'{i+1} ')
  693. oqmsg_r('+')
  694. await asyncio.sleep(0.5)
  695. imsg('')
  696. def print_balance(dest, bal_info):
  697. imsg('Total balances in {}’s wallet {}, account #{}: {} (total), {} (unlocked)'.format(
  698. capfirst(dest.user),
  699. dest.wnum,
  700. dest.account,
  701. bal_info.b.hl(),
  702. bal_info.ub.hl(),
  703. ))
  704. async def get_balance(dest, count):
  705. data = self.users[dest.user]
  706. data.wd_rpc.call('refresh')
  707. if count and not count % 20:
  708. data.wd_rpc.call('rescan_blockchain')
  709. ret = data.wd_rpc.call('get_accounts')['subaddress_accounts'][dest.account]
  710. d_tup = namedtuple('bal_info', ['b', 'ub'])
  711. return d_tup(
  712. b = XMRAmt(ret['balance'], from_unit='atomic'),
  713. ub = XMRAmt(ret['unlocked_balance'], from_unit='atomic'))
  714. # start execution:
  715. self.do_msg(extra_desc =
  716. (f'sending {random_txs} random TXs, ' if random_txs else '') +
  717. f'mining, checking wallet {user}:{wnum}:{account}')
  718. dest = namedtuple(
  719. 'dest_info', ['user', 'wnum', 'account', 'test', 'test_desc', 'test2', 'test2_desc'])(
  720. user, wnum, account, test, test_desc, test2, test2_desc)
  721. if dest.user != 'miner':
  722. await self.open_wallet_user(dest.user, dest.wnum)
  723. bal_info_start = await get_balance(dest, 0)
  724. chk_bal_chg = dest.test(bal_info_start) == 'chk_bal_chg'
  725. if random_txs:
  726. await send_random_txs()
  727. await self.start_mining()
  728. h = await self._get_height()
  729. imsg_r(f'Chain height: {h} ')
  730. max_iterations, min_height = (300, 64) if sys.platform == 'win32' else (50, 300)
  731. verbose = False
  732. for count in range(max_iterations):
  733. bal_info = await get_balance(dest, count)
  734. if h > min_height:
  735. if dest.test(bal_info) is True or (chk_bal_chg and bal_info.ub != bal_info_start.ub):
  736. imsg('')
  737. oqmsg_r('+')
  738. print_balance(dest, bal_info)
  739. if dest.test2:
  740. assert dest.test2(bal_info) is True, f'test failed: {dest.test2_desc} ({bal_info})'
  741. break
  742. await asyncio.sleep(2)
  743. h = await self._get_height()
  744. if count > 12: # something might have gone wrong, so be more verbose
  745. if not verbose:
  746. imsg('')
  747. imsg_r(f'Height: {h}, ')
  748. print_balance(dest, bal_info)
  749. verbose = True
  750. else:
  751. imsg_r(f'{h} ')
  752. oqmsg_r('+')
  753. else:
  754. die(2, f'Timeout exceeded, balance {bal_info.ub!r}')
  755. await self.stop_mining()
  756. if user != 'miner':
  757. await self.stop_wallet_user(dest.user)
  758. return bal_info if return_bal else 'ok'
  759. # util methods
  760. def get_status(self, ret):
  761. if ret['status'] != 'OK':
  762. imsg('RPC status: {}'.format(ret['status']))
  763. return ret['status']
  764. def do_msg(self, extra_desc=None):
  765. self.spawn(msg_only=True, extra_desc=f'({extra_desc})' if extra_desc else None)
  766. async def transfer(self, user, amt, addr):
  767. return self.users[user].wd_rpc.call('transfer', destinations=[{'amount':amt, 'address':addr}])
  768. # daemon start/stop methods
  769. def start_daemons(self):
  770. for v in self.users.values():
  771. run(['mkdir', '-p', v.datadir])
  772. v.md.start()
  773. def stop_daemons(self):
  774. self.spawn(msg_only=True)
  775. if cfg.no_daemon_stop:
  776. omsg('[not stopping daemons at user request]')
  777. else:
  778. omsg('')
  779. stop_daemons(self)
  780. atexit.unregister(stop_daemons)
  781. stop_miner_wallet_daemon(self)
  782. atexit.unregister(stop_miner_wallet_daemon)
  783. return 'silent'