Viewing a response to: @cryptominder/re-cryptominder-qtum-staking-tutorial-using-qtumd-on-a-raspberry-pi-3-20170914t033422408z
Can I suggest adding an alias to the .bashrc? Instead of typing : ```~/qtum-wallet/bin/qtum-cli```, we can add to ~/.bashrc: ```alias qtum-cli='~/qtum-wallet/bin/qtum-cli'``` That way, we can just execute qtum-cli from the wallet directory by typing: ```qtum-cli```
author | crazyhendrix |
---|---|
permlink | re-cryptominder-re-cryptominder-qtum-staking-tutorial-using-qtumd-on-a-raspberry-pi-3-20170923t061213334z |
category | qtum |
json_metadata | {"tags":["qtum"],"app":"steemit/0.1"} |
created | 2017-09-23 06:12:12 |
last_update | 2017-09-23 06:13:36 |
depth | 2 |
children | 3 |
last_payout | 2017-09-30 06:12:12 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 267 |
author_reputation | 40,280,930 |
root_title | "Qtum Staking Tutorial using qtumd on a Raspberry Pi 3" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,680,803 |
net_rshares | 0 |
Yes, or add `~/qtum-wallet/bin` into your `$PATH`. I should indeed have suggested it.
author | cryptominder |
---|---|
permlink | re-crazyhendrix-re-cryptominder-re-cryptominder-qtum-staking-tutorial-using-qtumd-on-a-raspberry-pi-3-20171012t013730665z |
category | qtum |
json_metadata | {"tags":["qtum"],"app":"steemit/0.1"} |
created | 2017-10-12 01:37:30 |
last_update | 2017-10-12 01:37:30 |
depth | 3 |
children | 0 |
last_payout | 2017-10-19 01:37:30 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 86 |
author_reputation | 32,892,869,283 |
root_title | "Qtum Staking Tutorial using qtumd on a Raspberry Pi 3" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 17,446,017 |
net_rshares | 0 |
I cant connect to my wallet using qtum-cli : $ ~/qtum-wallet/bin/qtum-cli getinfo error: couldn't connect to server: unknown (code -1) (make sure server is running and you are connecting to the correct RPC port) I know nothing about .cookie so I don't know what to do. Any help?
author | lorenzomyle |
---|---|
permlink | re-crazyhendrix-re-cryptominder-re-cryptominder-qtum-staking-tutorial-using-qtumd-on-a-raspberry-pi-3-20170926t192815492z |
category | qtum |
json_metadata | {"tags":["qtum"],"app":"steemit/0.1"} |
created | 2017-09-26 19:28:15 |
last_update | 2017-09-26 19:28:15 |
depth | 3 |
children | 1 |
last_payout | 2017-10-03 19:28:15 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 280 |
author_reputation | 0 |
root_title | "Qtum Staking Tutorial using qtumd on a Raspberry Pi 3" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 16,014,037 |
net_rshares | 0 |
The .cookie file gets created in the datadir (by default under `~/.qtum`) when `qtumd` starts up and RPC is enabled. You probably don't have `qtumd` running -- you can use `$ pgrep -a qtumd` to check (if that outputs nothing, then it isn't running).
author | cryptominder |
---|---|
permlink | re-lorenzomyle-re-crazyhendrix-re-cryptominder-re-cryptominder-qtum-staking-tutorial-using-qtumd-on-a-raspberry-pi-3-20171012t013940639z |
category | qtum |
json_metadata | {"tags":["qtum"],"app":"steemit/0.1"} |
created | 2017-10-12 01:39:39 |
last_update | 2017-10-12 01:39:39 |
depth | 4 |
children | 0 |
last_payout | 2017-10-19 01:39:39 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 250 |
author_reputation | 32,892,869,283 |
root_title | "Qtum Staking Tutorial using qtumd on a Raspberry Pi 3" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 17,446,159 |
net_rshares | 0 |