-
You should NEVER give your seed phrase or private key to anyone!!! As a user of both Keplr and Leap wallets in the Cosmos Ecosystem, I’ve encountered a common issue when trying to interact with decentralized applications (dApps) that require custom derivation paths. While Keplr supports this feature out-of-the-box, Leap wallet users are left wondering how to import their seed phrase with custom derivation path. In this article, we’ll explore the solution using Python’s hdwallet package. Before diving into the code, let’s briefly discuss the two approaches to importing wallets: seed phrases and private keys. While both methods work for…
-
The new project on the horizon in the Cosmos ecosystem – Drop, liquid staking protocol, as they say on X “Proud member of the “@LidoFinance Alliance.” To participate in Drop campaign everyone needs referral code, unfortunately I don’t have one but hope to grab it after some time. Project has launched testnet, it is simple and require staking and unstaking test $ATOM tokens. To get test $ATOM tokens you have to join Cosmos Hub discord and find the testnet-faucet channel, to request tokens by typing command and cosmos address: To get test $NEUTRON you have to join Neutron Telegram channel,…
-
I’ve decided to participate in RivalzAI testnet and met some challenges on my way to run additional rClient(s).After the announce of rClient CLI I’ve tried to add couple of nodes to farm points. The manual is straightforward but there are some extra steps depending on your system version and software on your machine. 1. Permission issue First error I’ve got after running npm i -g rivalz-node-cli was about permissions. Run sudo npm install is a security risk, more about it here. Solution is to change npm prefix settings where the npm will install global packages: You also have to include…
-
When managing servers sometime it’s needed to move files between remote hosts and local machines. It can be backup files, configs etc. One way it so setup Samba and connect to network storage and share files. Another way is to user CLI command “scp”Download file from remote host: Using ssh key Upload file to remove host
-
The idea for this blog was to write down and structure my personal experience. Some of there tasks I’ve tried to figure out how to achive it. And why didn’t I make it public if someone is struggling with particular problems. But anyway, at first I’ve started it on Ghost engine in Docker container. But after some time I’ve noticed that this process uses all RAM on Digital Ocean Droplet. Didn’t experienced problem like this with WordPress. The process of migrating was quick and smooth:1. export content from Ghost in JSON file;2. convert JSON to understandable to WordPress XLM with…
-
I withdraw USDT to KavaEVM and tried to sent them to Osmosis using Kava Transfer https://app.kava.io/transfer. And it failed. I’ve tried to use TFM. And it also failed.It is not the first time I’m using this approach and previous times all works as expected. I’ve described it in one of my previous post. Now if I’m trying to use Kava Transfer or TFM my USDT balance is zero. But if I open Keplr dashboard as well as Kava Scan it shows my USDT my wallet on Kava Chain (this is the point because I not straightaway understood which one of…
-
For every investor it is very important to manage invested funds, understanding gains and losses to be able to draw conclusions based on particular data. The most simple way is to use something like an Excel which is capable to make calculations. Using Google Docs isn’t smart idea but it is very useful in part of access from everywhere. Nextcloud along with OnlyOffice helped me with this issue, I’ve installed it locally on my OrangePI5 home server. It is accessible from everywhere when I connected to my home VPN and secure. First part is done. After all this setup and…
-
Ollama is a piece of software that allows to install and use large language models directly in cli. In addition to it web interface can be installed to have user experience like ChatGPT, as well as saved history of prompts etc. This is the list of supported models. Llama 3 8B 4.7GB Llama 370B 40GB Phi-3 3.8B 2.3GB Mistral 7B 4.1GB Neural Chat 7B 4.1GB Starling 7B 4.1GB Code Llama 7B 3.8GB Llama 2 Uncensored 7B 3.8GB LLaVA 7B Gemma 2B Gemma 7B Solar 10.7B 6.1GB At first I’ve tried to install it on my OrangePi3B 4-core CPU and 8gb…
-
Theta Network is the leading blockchain decentralized cloud for AI, media and entertainment. And to become a part of distributed computing is not so hard. There are UI clients to MacOS and Windows which can run locally, but there is one more way to launch it on Linux via Docker. The process is described here. The command to launch node looks like this. Very important thing is replacing <YOUR_PASSWORD> with secured password because you’ll need it to get access to your wallet. Here is some command that will help to figure out what’s going on and get some statistic. List…
-
NYM-wallet does not support Ledger hardware wallet. NYM as a company supports of Ledger Live but compile the nyxd binary doesn’t look really usable. I’ve created my personal Nym Mixnode but with a small amount of tokens it is really low possibility to be selected as active node in such competition. So the admin gave me advice advice to stake to some other active node. By the way NYM blockchain as a part of Cosmos ecosystem is supported by Keplr which works with Ledger Hardware Wallet. As I described in previous post How to buy NYM token on Osmosis I’ve tell how…
