i'm creating a wallet with the command createwallet nameofwallet then i go and load it with loadwallet c:/mywallet/ but i get this warning:
{
"name": "C:/Users/56947/AppData/Roaming/RaptoreumCore/wallet3/",
"warning": "Failed to create backup, error: boost::filesystem::copy_file: El nombre de archivo, el nombre de directorio o la sintaxis de la etiqueta del volumen no son correctos: "C:\Users\56947\AppData\Roaming\RaptoreumCore\wallet3\wallet.dat", "C:\Users\56947\AppData\Roaming\RaptoreumCore\backups\C:\Users\56947\AppData\Roaming\RaptoreumCore\wallet3.2024-02-29-03-43""
}
THEN i try with getwalletinfo and i get this:
error code: -19
error message:
Wallet file not specified (must request wallet RPC through /wallet/ uri-path).
Try adding "-rpcwallet=" option to raptoreum-cli command line.
What is going on???
i'm creating a wallet with the command createwallet nameofwallet then i go and load it with loadwallet c:/mywallet/ but i get this warning: { "name": "C:/Users/56947/AppData/Roaming/RaptoreumCore/wallet3/", "warning": "Failed to create backup, error: boost::filesystem::copy_file: El nombre de archivo, el nombre de directorio o la sintaxis de la etiqueta del volumen no son correctos: "C:\Users\56947\AppData\Roaming\RaptoreumCore\wallet3\wallet.dat", "C:\Users\56947\AppData\Roaming\RaptoreumCore\backups\C:\Users\56947\AppData\Roaming\RaptoreumCore\wallet3.2024-02-29-03-43"" } THEN i try with getwalletinfo and i get this: error code: -19 error message: Wallet file not specified (must request wallet RPC through /wallet/ uri-path).
Try adding "-rpcwallet=" option to raptoreum-cli command line.
What is going on???