Crates.io | okspiel |
lib.rs | okspiel |
version | 0.4.0 |
source | src |
created_at | 2021-06-11 00:42:16.556597 |
updated_at | 2021-06-11 00:42:16.556597 |
description | Desktop application to handle remotely multiple Okcash full node wallets |
homepage | https://github.com/dancespiele/okspiel |
repository | https://github.com/dancespiele/okspiel |
max_upload_size | |
id | 408778 |
size | 173,088 |
Desktop application to handle remotely multiple Okcash full node wallets
For now only is tested in Linux but should work in Mac. In Windows could be not however working for compatibility is part of the Road Map
From terminal:
cargo install okspiel
Execute okspiel
in you terminal
listen=1
server=1
daemon=1
whitelist=[IP_WHERE_IS_THE_OKSPIEL]
rpcallowip=[IP_WHERE_IS_THE_OKSPIEL]
You need to include .env
in the root folder of your project with the next variables:
URL=[Your domain]
ACCOUNT=[Your account name of your wallet]
RPCUSER=[the user of the rpc of your wallet]
RPCPASSWORD=[the password of the rpc of your wallet]
PHRASE=[the phrase of your wallet]
ADDRESS_TO_SEND_TEST_AMOUNT=[address for receiving test transaction]
After .env
file is included, go to okspiel sources with the terminal and execute cargo test
Warning: there is a test for send transaction that will send a quantity of 0,01 $OK + fees to the address that you set in ADDRESS_TO_SEND_TEST_AMOUNT
Once that Okspiel is running for the first time the app create a hide folder in your home directory which calls .okspiel
Please if you find some bug or you have suggestions open an issue or ping me in Okcash discord general channel
If you want to support my contribution with Okcash ecosystem you can send tips to @spielcrypto in Discord
or you can send Okcash to the address PMRhm1Zkt8fgBWjK6GKviXuTTr5ftEdQtx
Thanks for your support!
Okspiel is MIT licensed. See license