Login
Discover
Waves
Decks
Upgrade
Login
Signup
Topics
New
Trending
Hot
New
New
Trending
Hot
New
Controversial
Rising
Promoted
cleos
oflyhigh
HIVE CN 中文社区
Sunday, October 9, 2022 11:14 AM
解决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
Wednesday, December 18, 2019 10:21 AM
每天进步一点点:使用cleos 广播事务
最近需要执行一些EOS上的操作,但是遗憾的cleos并不支持直接进行这类操作,于是就想该如何让cleos能完成这项任务呢? (图源 :pixabay) 为了方便,我们已转账为例,cleos支持如下转账命令 cleos transfer [OPTIONS] sender recipient amount [memo] 但是对其它命令而言,并不存在transfer这个指令,该如何去用cleos执行呢?
$ 23.352
232
6
oflyhigh
cn
Tuesday, June 11, 2019 1:28 AM
EOS修改账户私钥
闲来无事时,突然想起我的EOS钱包里还有一笔巨款,倍感担忧,万一私钥泄露,导致我巨款被盗,可肿么办? (图源 :pexels.com) 尤其是创建账户时,我对EOS的各种机制还不甚了解,Owner 和Active 都是用的相同的密钥,至于我都再哪贴过私钥,更是不记得了。 所以我觉得有必要更新一下我的账户私钥啦。 查看账户权限 首先在区块链浏览器上看一下我的账户: 嗯,果然用的是相同的密钥😳
$ 19.491
167
1
eosinsider
cleos
Tuesday, October 9, 2018 3:05 AM
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
$ 0.000
1
3
no-advice
LeoFinance
Thursday, August 7, 2025 5:28 PM
Promoted
The Weekly ETH Price Guessing Game
Hello Leo-Family, Welcome to the Weekly ETH Guessing Game! As of August 7th, 2025, Ethereum (ETH) continues to show impressive strength, closing the week with a sharp rally and now trading just above $3,800.
$ 2.840
128
35
20
blowist
eosio
Sunday, September 16, 2018 3:00 PM
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
$ 0.000
5
2
1
leander
cleos
Sunday, September 16, 2018 7:54 AM
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
$ 0.000
2
owdin.network
kr
Tuesday, September 4, 2018 2:37 PM
[OWDIN] 팀에서 cleos를 좀더 편하게 쓰기 위한 툴을 공개합니다. (zsh 용 cleos completion 툴)
안녕하세요. OWDIN 입니다. 저희 팀에서 스마트 컨트랙트 개발을 하면서 작은 툴들을 개발하고 있습니다. cleos 쓰시는 분들꼐서 좀 더 편리하게 사용하실 수 있도록 zsh 용 cleos completion 툴을 만들었습니다!! 탭키를 눌러서 자동완성을 시키거나 명령어 설명/사용법을 확인하실 수 있습니다. 아래 Github 링크의 readme를 들어가시면,
$ 13.143
18
5
2
rudijs
eos
Monday, August 27, 2018 1:37 PM
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
$ 0.000
1
ieronimus
aiart
Saturday, August 9, 2025 9:00 PM
Promoted
Dark Symphony of Anonymity
"Dark Symphony of Anonymity", the very music we deserve
$ 0.008
16
2
ottomagic
eos
Tuesday, August 7, 2018 12:29 PM
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
$ 0.156
11
3
3
holcoin
kr
Wednesday, August 1, 2018 4:21 AM
cleos 이용 EOS 계정 키 변경 (key change) 하기 ⑥ in Docker(window)
cleos 를 이용해서 EOS 계정(Account)에 매칭된 EOS Public key 를 변경하는 명령어에 대한 내용이며 또한 멀티서명(multisig)계정을 만드려면 반드시 알아야 할 명령어 입니다. 계정 vs EOS 공개키 EOS 계정과 EOS 공개키는 아래 그림처럼 소유자키, 액티비키 2개의 공개키로 구성될 수 있습니다. 샘플
$ 0.780
5
1
1
holcoin
kr
Wednesday, June 27, 2018 1:45 AM
cleos 이용 EOS 토큰 전송 (transfer token in EOS) 하기 ⑤ in Docker(window)
cleos 를 이용하여 최근 속속 에어드랍이 되고 있는 EOS 의 토큰을 전송하는 명령어에 대한 내용입니다. 용어 이해 컨트랙트 계정(Contract Account) , 컨트랙트 이름(Contract Name) 으로 명칭되는 용어는 이더리움과 비교하여 설명하면 ERC20 Token Address = Contract Account, ERC20
$ 0.108
4
3
1
oflyhigh
eos
Tuesday, June 26, 2018 1:22 AM
EOS 操作小波折
这是发生在前两天的事情啦,挺有意思的,一直想记录一下,但是整天胡乱忙碌就推迟到今天了。 (图源 :pixabay) 话说一天我一个朋友微信上和我说:“O哥,我从不良商家那买了个EOS账户,结果奸商没给代理CPU和NET,导致这个号啥也干不了。你能否用你的EOS代理点嘛?”
$ 50.317
141
15
wiseagent
LeoFinance
Tuesday, August 5, 2025 1:15 AM
Promoted
Are you afraid of heights?
This publication was also writen in SPANISH and PORTUGUESE. U-Today Once upon a time, it was a project that many people didn't believe in and that was, is, and most likely will still be, the target of
$ 8.348
346
4
4
brianphobos
dlive
Monday, June 25, 2018 6:25 PM
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
$ 2.231
46
1
joaomontenegro
eos
Tuesday, June 19, 2018 6:51 AM
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
$ 0.000
1
5
raymetz100
eos
Friday, June 15, 2018 3:46 PM
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
$ 0.057
4
7
holcoin
kr
Friday, June 15, 2018 7:31 AM
cleos 이용 EOS UnStaked (undelegate) 하기 ④ in Docker(window)
cleos 를 이용하여 Staked 된 EOS 수량을 다시 Unstaked 수량으로 전환 시키는 명령어에 대해서 설명 합니다. 용어 이해 다소 생소한 용어들이 등장해서 용어에 대한 정리를 먼저 설명 해보면, EOS 토큰을 보유하고 있지만, 용도에 따라서 EOS 토큰 상태를 구분해 놓은 것으로 이해 하시면 됩니다. Unstaked : 전송(출금) 및 Stake
$ 0.231
9
2
3
skiptvads
Movies & TV Shows
Tuesday, August 5, 2025 5:54 PM
Promoted
A Minecraft Movie (2025) - Just as Random as the Game - REVIEW
Source Looking back at the whole experience of watching A Minecraft Movie I gotta say this thing is exactly what you would expect from Warner Brothers taking one of the biggest video game properties in
$ 5.265
144
3
2
holcoin
kr
Friday, June 15, 2018 3:03 AM
cleos 이용 EOS 전송(transfer)하기 ③ in Docker(window)
cleos 를 이용해서 전송(transfer) 하는 명령어에 대해서 설명 합니다. 스팀잇(steemit)의 전송 방식과 같다고 할 수 있으며 명령어만 안다면 매우 간단 합니다. Docker Install for Window(도커 설치 원도우) cleos 이용 EOS 투표(voting)하기 ① in
$ 0.363
12
5
holcoin
kr
Friday, June 15, 2018 1:32 AM
cleos 이용 EOS 신규계정(newaccount) 만들기 ② in Docker(window)
cleos 를 사용하는 가장 쉬운 방법은 Docker(도커) 를 이용하는 것이므로, 도커를 설치하면 EOS 지갑,투표등 기능은 명령어만 배우면 끝 입니다. Docker Install for Window(도커 설치 원도우) cleos 이용 EOS 투표(voting)하기 ① in Docker(window) EOS genesis
$ 0.558
10
3
3
holcoin
kr
Thursday, June 14, 2018 9:13 AM
cleos 이용 EOS 투표(voting)하기 ① in Docker(window)
Docker(도커)를 정상적으로 설치 했다면, eosio 공식툴인 cleos 를 이용하여 투표하는 방법에 관한 설명 입니다. Docker(도커)를 설치하지 않았다면, Docker 설치 글을 참고로 Docker 먼저 설치 해야 합니다. Docker Install for Window(도커 설치 원도우) STEP 1 원도우 단축 아이콘 Docker
$ 3.528
12
7
5
holcoin
kr
Tuesday, June 12, 2018 3:31 PM
Docker Install for Window(도커 설치 원도우)
EOS BP 후보에 대한 투표를 하는 방법으로 "cleos" 을 이용하면 보안에 장점이 있지만, 리눅스(Linux)를 사용해보지 않았다면 다소 낯선 방식일 수 있습니다. cleos 을 이용하기 위해서 Docker 라는 프로그램을 설치하여, 이 Docker 프로그램 내에서 cleos 이용을 쉽게 접근 할수 있으므로 관심 있는 분들은 경험을
$ 2.370
9
1
2
Top communities
Create decentralized community