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
- Rustup (you can install from here https://www.rust-lang.org/learn/get-started)
- Okcash version 6.9.0.6 or last one
From terminal:
git clone https://github.com/dancespiele/okspiel.git
cd okspiel
cargo build --release
- Copy the binary from
okspiel/target/release/okspiel
to~/.cargo/bin
- Copy the assets folder from the root path project to
~/.okspiel
- Enjoy!
Execute okspiel
in you terminal
- Open the okcash config file of your wallet full node where you want to connect
- Include this:
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
- Connection to multiple wallets
- Wallet info, copy addresses and Send amount
- Migrate glow to wgpu
- Compatibility to another OS (only is tested in Linux)
- Create executables for different Linux distributions, Mac and Windows
- Improve UX
- List of transactions
- handler multiple accounts instead of only be possible to connect to one account
- Add and update phrase
- Create accounts
- Move amounts between accounts
- Backups
- Import wallets
- Okexplorer
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