TrueBlocks / trueblocks-core

The main repository for the TrueBlocks system
https://trueblocks.io
GNU General Public License v3.0
1.05k stars 194 forks source link

Getting Started with TrueBlocks #3700

Closed Pfed-prog closed 1 month ago

Pfed-prog commented 1 month ago

https://trueblocks.io/docs/install/install-core/

golang-go package absolutely does not pass cmake and make stages from the installation guide even though it is 1.18.0

the logs asked me to install the latest go version

Very good tutorial on go installation https://www.digitalocean.com/community/tutorials/how-to-install-go-on-ubuntu-20-04

Pfed-prog commented 1 month ago

Found config https://github.com/TrueBlocks/trueblocks-core/blob/3f8eaf44105d4272fa89ca7b1a1d67162ee6dd0d/src/other/install/trueBlocks.toml

chifra config command to query the config, but not sure how to edit

Pfed-prog commented 1 month ago

https://github.com/TrueBlocks/trueblocks-docs/issues/231 found config

tjayrush commented 1 month ago

Hi. Thanks so much for your issue.

Can you be a little bit more descriptive? Did the build fail? How did you fix it?

Also, if the build worked, you can type chifra config edit to edit the config file.

tjayrush commented 1 month ago

Any suggestions you can make will be helpful. THanks.

Pfed-prog commented 1 month ago

The build failed because i decided to take a shorter path and installed golang-go apt package. Latest go version probably would be a better solution. I am not sure. The build logs asked for effectively the latest version.

$CONFIG/trueBlocks.toml somewhat disoriented me. I also got completely different outputs for chifra config --paths.

I did not notice for some reason that chifra config had further arguments. I have received outputs from chifra config and went to search solutions on Google and GitHub.

image

I can not really use chifra config edit, maybe output trueBlocks.toml with chifra config --paths?

tjayrush commented 1 month ago

Thanks so much for your feedback. We'll save this issue and try to incorporate some of your suggestions.

Pfed-prog commented 1 month ago

chifra --help --verbose provides

Error: unknown flag: --verbose

https://github.com/TrueBlocks/trueblocks-core/tree/master/bin

image
Pfed-prog commented 1 month ago
image

Go version:

image image
tjayrush commented 1 month ago

we made numerous changes related to how chifra starts up. Hopefully this wlil be fixed. Please re-open if not.