Login
Discover
Waves
Communities
Login
Signup
Topics
#cleos
Global
Trending
Hot
New
Top
#cleos
New
Top communities
Create your community
latest #cleos created topics | Ecency
oflyhigh
HIVE CN 中文社区
2022-10-09 11:14
解决cleos在Ubuntu 22.04上找不到依赖库的问题
在之前折腾系统升级的过程中,我发现一个问题,测试机升级至Ubuntu 22.04 LTS后,老版本的cleos无法执行。 (图源 :pixabay) cleos出错 出错系统如下: cleos: error while loading shared libraries: libssl.so.1.1: cannot open shared object file: No such file or directory
$ 64.191
243
9
oflyhigh
cn
2019-12-18 10:21
每天进步一点点:使用cleos 广播事务
最近需要执行一些EOS上的操作,但是遗憾的cleos并不支持直接进行这类操作,于是就想该如何让cleos能完成这项任务呢? (图源 :pixabay) 为了方便,我们已转账为例,cleos支持如下转账命令 cleos transfer [OPTIONS] sender recipient amount [memo] 但是对其它命令而言,并不存在transfer这个指令,该如何去用cleos执行呢?
$ 23.352
232
6
oflyhigh
cn
2019-06-11 01:28
EOS修改账户私钥
闲来无事时,突然想起我的EOS钱包里还有一笔巨款,倍感担忧,万一私钥泄露,导致我巨款被盗,可肿么办? (图源 :pexels.com) 尤其是创建账户时,我对EOS的各种机制还不甚了解,Owner 和Active 都是用的相同的密钥,至于我都再哪贴过私钥,更是不记得了。 所以我觉得有必要更新一下我的账户私钥啦。 查看账户权限 首先在区块链浏览器上看一下我的账户: 嗯,果然用的是相同的密钥😳
eosinsider
cleos
2018-10-09 03:05
Using Chintai with CLEOS to earn EOS in your sleep!
This is a "how to" guide for anyone interested in leasing out EOS tokens on Chintai with CLEOS. Prerequisites: -CLEOS installed on your machine -Unstaked EOS tokens in an account with key in
senses18
Town Square
2026-08-13 14:07
Published via Ecency
Promoted
FROM FRANCIS BACON TO HIVE: HOW RETIREMENT GAVE ME A NEW HOBBY
A sentence I encountered as a 10-year-old has found a new meaning in my retirement. “Reading maketh a full man; conference a ready man; and writing an exact man.” (Francis Bacon) Some words follow us through
blowist
eosio
2018-09-16 15:00
!
Low reputation account with an unverified outbound link, Reveal content
eosio build
environment: google cloud flatform computer engine custom(vCPU 2ea, 8GB memory) CPU faltform: Intel Haswell 1.eosio BUILD at ubuntu 18.04 $ apt-get update $ apt-get install libcurl4-gnutls-dev libexpat1-dev
leander
cleos
2018-09-16 07:54
EOS developer on MacOS - Create wallets, accounts and save in the local EOS blockchain
eos branch: dawn-v4.2.0 Starting EOS : Terminal $ cd ~/Documents/eos // cd to the directory where all EOS files are $ nodeos -e -p eosio --plugin eosio::chain_api_plugin --plugin eosio::history_api_plugin
owdin.network
kr
2018-09-04 14:37
[OWDIN] 팀에서 cleos를 좀더 편하게 쓰기 위한 툴을 공개합니다. (zsh 용 cleos completion 툴)
안녕하세요. OWDIN 입니다. 저희 팀에서 스마트 컨트랙트 개발을 하면서 작은 툴들을 개발하고 있습니다. cleos 쓰시는 분들꼐서 좀 더 편리하게 사용하실 수 있도록 zsh 용 cleos completion 툴을 만들었습니다!! 탭키를 눌러서 자동완성을 시키거나 명령어 설명/사용법을 확인하실 수 있습니다. 아래 Github 링크의 readme를 들어가시면,
rudijs
eos
2018-08-27 13:37
!
Low reputation account with an unverified outbound link, Reveal content
Manage your EOS account keys with Docker, cleos and keosd
Overview How to change/manage your EOS keys (owner/active) from the command line using the official Docker image from EOSIO. This is a very techincal post, if you prefer a UI you could check out the greymass
forykw
sick
2026-08-19 14:31
Promoted
I have never been the first... 🤩🤔😪😜🤯😷🧐🤓🫣
Ok ok ok... WTF is this!? 🤣 @forkyishere (IS not yet sick) blog?! WHAT? I am so confused right now... WAIT!!! I promise you it will make sense! Why not yet sick? Recently, NZ has been invaded by Influenza
ottomagic
eos
2018-08-07 12:29
!
Low reputation account with an unverified outbound link, Reveal content
How to create a separate EOS permission for voting using cleos
For added security I decided to create a new account permission called 'vote' which I will be using to place my votes with. It will only have the authority to use the voteproducer action in the eosio system
holcoin
kr
2018-08-01 04:21
cleos 이용 EOS 계정 키 변경 (key change) 하기 ⑥ in Docker(window)
cleos 를 이용해서 EOS 계정(Account)에 매칭된 EOS Public key 를 변경하는 명령어에 대한 내용이며 또한 멀티서명(multisig)계정을 만드려면 반드시 알아야 할 명령어 입니다. 계정 vs EOS 공개키 EOS 계정과 EOS 공개키는 아래 그림처럼 소유자키, 액티비키 2개의 공개키로 구성될 수 있습니다. 샘플
holcoin
kr
2018-06-27 01:45
cleos 이용 EOS 토큰 전송 (transfer token in EOS) 하기 ⑤ in Docker(window)
cleos 를 이용하여 최근 속속 에어드랍이 되고 있는 EOS 의 토큰을 전송하는 명령어에 대한 내용입니다. 용어 이해 컨트랙트 계정(Contract Account) , 컨트랙트 이름(Contract Name) 으로 명칭되는 용어는 이더리움과 비교하여 설명하면 ERC20 Token Address = Contract Account, ERC20
oflyhigh
eos
2018-06-26 01:22
EOS 操作小波折
这是发生在前两天的事情啦,挺有意思的,一直想记录一下,但是整天胡乱忙碌就推迟到今天了。 (图源 :pixabay) 话说一天我一个朋友微信上和我说:“O哥,我从不良商家那买了个EOS账户,结果奸商没给代理CPU和NET,导致这个号啥也干不了。你能否用你的EOS代理点嘛?”
dead-pets
dead-pets
2026-08-21 12:54
Promoted
027. Sounds Good
Dead Pets Society is a passion project of @honeydue and @godfish. It is about yearning for the other. About the desire to subvert meanings and look at the world through different eyes. To see things anew.
brianphobos
dlive
2018-06-25 18:25
How To Connect To The EOS Mainnet and Jungle Testnet Through The Command Line
There isn't a lot of information out there about how to connect to the EOS Mainnet and the Jungle Testnet. Hopefully this video can give you some insight on how to use cleos and also how to get your
joaomontenegro
eos
2018-06-19 06:51
!
Low reputation account with an unverified outbound link, Reveal content
Tutorial: EOS accounts and wallets using cleos
Creating the Wallet and the Keys A wallet can store several keys that can be used to sign transactions. Wallets are protected by a password. Creating the wallet and the keys can be done with your machine
raymetz100
eos
2018-06-15 15:46
EOS cleos Docker Windows walkthrough
This is how to vote, create new EOS named accounts, and transfer EOS between them using Windows 10 and tools from EOSIO only. No third party software is used to modify the blockchain. I have one 5 EOS
holcoin
kr
2018-06-15 07:31
cleos 이용 EOS UnStaked (undelegate) 하기 ④ in Docker(window)
cleos 를 이용하여 Staked 된 EOS 수량을 다시 Unstaked 수량으로 전환 시키는 명령어에 대해서 설명 합니다. 용어 이해 다소 생소한 용어들이 등장해서 용어에 대한 정리를 먼저 설명 해보면, EOS 토큰을 보유하고 있지만, 용도에 따라서 EOS 토큰 상태를 구분해 놓은 것으로 이해 하시면 됩니다. Unstaked : 전송(출금) 및 Stake
dlmmqb
Scrobble.life
2026-08-22 12:35
Promoted
[Movie] Judaai, a Wife Traded Her Husband for Wealth
Watching the Bollywood movie Judaai with my future mother-in-law led to funny moments and real talks on marriage.
holcoin
kr
2018-06-15 03:03
cleos 이용 EOS 전송(transfer)하기 ③ in Docker(window)
cleos 를 이용해서 전송(transfer) 하는 명령어에 대해서 설명 합니다. 스팀잇(steemit)의 전송 방식과 같다고 할 수 있으며 명령어만 안다면 매우 간단 합니다. Docker Install for Window(도커 설치 원도우) cleos 이용 EOS 투표(voting)하기 ① in
holcoin
kr
2018-06-15 01:32
cleos 이용 EOS 신규계정(newaccount) 만들기 ② in Docker(window)
cleos 를 사용하는 가장 쉬운 방법은 Docker(도커) 를 이용하는 것이므로, 도커를 설치하면 EOS 지갑,투표등 기능은 명령어만 배우면 끝 입니다. Docker Install for Window(도커 설치 원도우) cleos 이용 EOS 투표(voting)하기 ① in Docker(window) EOS genesis
holcoin
kr
2018-06-14 09:13
cleos 이용 EOS 투표(voting)하기 ① in Docker(window)
Docker(도커)를 정상적으로 설치 했다면, eosio 공식툴인 cleos 를 이용하여 투표하는 방법에 관한 설명 입니다. Docker(도커)를 설치하지 않았다면, Docker 설치 글을 참고로 Docker 먼저 설치 해야 합니다. Docker Install for Window(도커 설치 원도우) STEP 1 원도우 단축 아이콘 Docker
holcoin
kr
2018-06-12 15:31
Docker Install for Window(도커 설치 원도우)
EOS BP 후보에 대한 투표를 하는 방법으로 "cleos" 을 이용하면 보안에 장점이 있지만, 리눅스(Linux)를 사용해보지 않았다면 다소 낯선 방식일 수 있습니다. cleos 을 이용하기 위해서 Docker 라는 프로그램을 설치하여, 이 Docker 프로그램 내에서 cleos 이용을 쉽게 접근 할수 있으므로 관심 있는 분들은 경험을
Older →