create_wallet(config('app.xmr_wallet_name'), ''); // Creates a new wallet named memes with no passphrase. Comment this line and edit the next line to use your own wallet } catch (\Exception $e) { dump($e->getMessage()); } } }