Bitcoin Forum
May 20, 2024, 11:28:17 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: Guide for using wallets in command line for linux/ubuntu  (Read 152 times)
mattbellme (OP)
Member
**
Offline Offline

Activity: 135
Merit: 10


View Profile
March 28, 2018, 12:59:01 PM
 #1

Hey, is there a guide somewhere on how to operate wallets in a linux environment?

▰   SEMUX   -   An innovative high-performance blockchain platform   ▰
■▬▬▬▬▬      Powered by Semux BFT consensus algorithm      ▬▬▬▬▬■
Github   -   Discord   -   Twitter   -   Telegram   -   Get Free Airdrop Now!
Joel_Jantsen
Legendary
*
Offline Offline

Activity: 1876
Merit: 1308

Get your game girl


View Profile
March 28, 2018, 01:01:32 PM
 #2

Hey, is there a guide somewhere on how to operate wallets in a linux environment?
Which wallet/coin ? As long your command line basics are clear,you shouldn't have too much trouble installing one.The basic principle of installation remains the same,make file and run the script.I will answer you in detail if you tell me what wallet and linux distro you're using.
mattbellme (OP)
Member
**
Offline Offline

Activity: 135
Merit: 10


View Profile
March 28, 2018, 02:01:16 PM
 #3

Hey, is there a guide somewhere on how to operate wallets in a linux environment?
Which wallet/coin ? As long your command line basics are clear,you shouldn't have too much trouble installing one.The basic principle of installation remains the same,make file and run the script.I will answer you in detail if you tell me what wallet and linux distro you're using.

Thanks I'm running haven https://havenprotocol.com/  on ubuntu, I have the daemon running and wallet setup but I can't figure out how to run commands like getinfo to show if wallet has synced

How do i run commands via cli?

▰   SEMUX   -   An innovative high-performance blockchain platform   ▰
■▬▬▬▬▬      Powered by Semux BFT consensus algorithm      ▬▬▬▬▬■
Github   -   Discord   -   Twitter   -   Telegram   -   Get Free Airdrop Now!
jseverson
Hero Member
*****
Offline Offline

Activity: 1834
Merit: 759


View Profile
March 28, 2018, 03:20:04 PM
Last edit: March 28, 2018, 03:31:32 PM by jseverson
 #4

Thanks I'm running haven https://havenprotocol.com/  on ubuntu, I have the daemon running and wallet setup but I can't figure out how to run commands like getinfo to show if wallet has synced

How do i run commands via cli?

Didn't it come with a guide? I don't think there are really any universal commands for command line wallets, so you would have to find that specifically for what you're using. You typically have to type the program name first, so something like

Code:
haven getinfo

...should work, assuming that haven is the correct program name, and that getinfo is a valid command for it. You may need a few more arguments for it though.

Alternatively, you could try and see if it has a manual to see its commands by typing

Code:
man haven

...again, assuming that haven is the correct program name.

Hope this helped!

elda34b
Sr. Member
****
Offline Offline

Activity: 910
Merit: 351


View Profile
March 28, 2018, 03:38:35 PM
 #5

-snip-

Thanks I'm running haven https://havenprotocol.com/  on ubuntu, I have the daemon running and wallet setup but I can't figure out how to run commands like getinfo to show if wallet has synced

How do i run commands via cli?

Just wanted to make sure, have you read this: https://github.com/havenprotocol/haven? There is guide already published there, you should try to run
Code:
./bin/havend --help
to search which code you needed.
Look at this https://github.com/havenprotocol/haven#running-havend for more details.
mattbellme (OP)
Member
**
Offline Offline

Activity: 135
Merit: 10


View Profile
March 29, 2018, 05:37:46 AM
 #6

OK I think im getting somewhere.

So do i always have to have the daemon running in the background to use the cli?

▰   SEMUX   -   An innovative high-performance blockchain platform   ▰
■▬▬▬▬▬      Powered by Semux BFT consensus algorithm      ▬▬▬▬▬■
Github   -   Discord   -   Twitter   -   Telegram   -   Get Free Airdrop Now!
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!