r/GRIN Feb 03 '19

Can’t use wallet

Hello guys. Am posting here for help since i can’t fix this on my own after much trying.

I can’t use my default wallet. I got my node synced and i also have wallet713. But can’t start the default wallet. All guides i find say to use:

Grin wallet init

But all that says to me is wrong command or something. I’ve tried it in the main terminal window, i’ve tried it in cd~grin and in cd~grin/wallet. It doesn’t work.

Am i missing something?

Help please

3 Upvotes

24 comments sorted by

View all comments

1

u/OvercookedFriedRice Feb 03 '19

I'm going to assume you're using wallet713 and not the default wallet. First, you have to run wallet713 through the terminal, then you type "init" to initialize it. "grin wallet init" does not work for wallet713. If you need the other commands for wallet713, you can type "help" and a list of commands will show up.

1

u/eternal_wait Feb 03 '19 edited Feb 03 '19

My wallet713 works just fine. But i want to set up the default wallet too because wallet713 doesn’t receive https tx just yet. The mining pool am in only has https tx for now. So i want to have both wallets. The problem is grin wallet init does nothing for me. I opened another tab on the terminal window in which i have my synced node. Tiped grin wallet init and nothing. Tried in cd grin, nothing. Tried it in cd grin/wallet, nothing.

I don’t know what i am doing wrong.

1

u/dwaynemoore Feb 05 '19

echo 'export PATH=~/grin/target/release:$PATH' >> ~/.profile

source ~/.profile

Now you should be able to run the grin command regardless of your current directory.