HeeJin Lee

Results 13 comments of HeeJin Lee

I have similar issue. It seems that there's no gpu utilization. but, node is mining status as a prover. In my case, I built snarkos with below command. ``` cargo...

I've got GPU usage correctly after updated snarkos to the latest version. However, the posw performance did not improve significantly even with the GPU implementation. Is it known issue? or...

@ljedrz Could you please look into a solution for this issue?

### 1st phase > we already make some plugins for cosmos-sdk/tendermint based project and linux systems. trying to make first version of cosmos plugin with existed plugins, method, or systems...

## plugin list ``` ./vatz-plugin-cosmos └── plugin ├── chainstat │   ├── block_height │   ├── peer_count │   └── up └── hwstat ├── cpu ├── disk └── mem ```

## CI Build and Test with github action https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-go

> > ## plugin list > > ``` > > ./vatz-plugin-cosmos > > └── plugin > > ├── chainstat > > │   ├── block_height > > │   ├── peer_count >...

## 2022-10-11 `vatz-plugin-cosmoshub` Phase 1 Development ### PR list - https://github.com/dsrvlabs/vatz-plugin-cosmoshub/pull/7 - https://github.com/dsrvlabs/vatz-plugin-cosmoshub/pull/8 - https://github.com/dsrvlabs/vatz-plugin-cosmoshub/pull/12 ### Summary - Collect developed plugins and revised it with RPC API call. - Can...

## Phase2 development items - [x] All plugins combine in a module - https://github.com/dsrvlabs/vatz-plugin-cosmoshub/pull/13 - [x] refactoring current plugins with new module structure - https://github.com/dsrvlabs/vatz-plugin-cosmoshub/pull/16 - https://github.com/dsrvlabs/vatz-plugin-cosmoshub/pull/19 - [x] Test...

> @heejin-github I've installed following plugins > > * `vatz-plugin-sysutil` > * `vatz-plugin-cosmos-sdk` > > is there any command that you used pm2 or other method. start & stop plugins...