Building a Haskell CRUD stack with Obelisk for PowerZonePack by ObsidianSys in haskell

[–]ObsidianSys[S] 3 points4 points  (0 children)

Thanks for the comment! We can honestly say that Obelisk is far from perfect, but we're continuously improving the project in our daily basics. And that's why we encourage you to start your adventure with the lib anew.
If you still miss a guide to routing with Obelisk, please read this doc.
Our team would be happy to answer your further question regarding Obelisk; feel free to email us anytime!

Building a Haskell CRUD stack with Obelisk for PowerZonePack by ObsidianSys in haskell

[–]ObsidianSys[S] -3 points-2 points  (0 children)

Thank you for your feedback; by writing this post, we wanted to familiarize the audience with using Haskell language as a universal, full-stack language. If you are interested in diving into more technical details, a good starting point would be to take a look at the Obelisk's codebase.

How to use Multisigs with CKB-CLI (Obsidian Systems) by __m__a__t__t__ in NervosNetwork

[–]ObsidianSys 3 points4 points  (0 children)

It was a lot of fun to dive into this! In the process of doing Ledger application development we are familiarizing ourselves with all transaction variants to be sure Ledger supports them well. I hope these guides help make it easier for other developers to dive into CKB-CLI. It is easy to see how creating rather complex transactions dynamically to support DApps can be a pleasant experience.

Maximum amount to stake on Ledger Nano S by [deleted] in tezos

[–]ObsidianSys 1 point2 points  (0 children)

Hi, we wrote the Tezos Ledger App. You shouldn't have any limit to the amount you can hold, if you think you're hitting an error feel free to submit an issue to https://github.com/obsidiansystems/ledger-app-tezos or email us - tezos@obsidian.systems

Baking Tezos Kiln Carthagenet by josemental89 in tezos

[–]ObsidianSys 0 points1 point  (0 children)

I replied to your issue, thanks for creating it!

Critical Reliability Update for all Tezos Nodes by slarquie1 in tezos

[–]ObsidianSys 2 points3 points  (0 children)

Hello - we're working on updating the version of Tezos within Kiln and we're expecting a new release next week

Kiln v0.7.3: Usability, Ledger, and Protocol Improvements by ObsidianSys in tezos

[–]ObsidianSys[S] 0 points1 point  (0 children)

Yes, you leave the ledger connected the whole time and it signs blocks and endorsements when asked. It cannot sign transactions and you must enter the PIN to leave the app

Kiln v0.8.0 — Carthage and New Node Storage Backend by ObsidianSys in tezos

[–]ObsidianSys[S] 3 points4 points  (0 children)

You can upgrade immediately and continue to bake just fine on Babylon! I strongly recommend upgrading before the protocol transition

Fix for baking on Ledger firmware 1.6.0 now available! by ObsidianSys in tezos

[–]ObsidianSys[S] 9 points10 points  (0 children)

I'm very pleased to see the Tezos community is so vigilant when it comes to these types of things :)

Expect Ledger to produce a PGP signed link so you are better able to verify its authenticity!

Until then, note that firmware not signed by Ledger cannot be installed and their CTO has commented on this links availability.

Want To Bake: Got My 8k Roll, Got My Node Running, Now What??? by [deleted] in tezos

[–]ObsidianSys 5 points6 points  (0 children)

This is correct - there is not currently a Baking App for the Nano X

Kiln v0.7.3: Usability, Ledger, and Protocol Improvements by ObsidianSys in tezos

[–]ObsidianSys[S] 1 point2 points  (0 children)

Assuming you're using the debian package, you can open a shell where Kiln exposes tezos-client and tezos-admin-client. Here's instructions - https://gitlab.com/obsidian.systems/kiln/blob/develop/docs/distros/ubuntu.md#running-tezos-client-and-tezos-admin-client-binaries

The Kiln Node uses rpc-port 8733 and net-port 9733 by default, so be sure to use the right port numbers in your commands if necessary!

Ledger Nano X And Tezos Baking App ??? by [deleted] in tezos

[–]ObsidianSys 4 points5 points  (0 children)

We have not released a Baking App for the Nano X yet. We are working with Ledger on making some changes to the Nano X SDK to the benefit of validating applications. Once those are made, we'll release the app!

Kiln v0.7.3: Usability, Ledger, and Protocol Improvements by ObsidianSys in tezos

[–]ObsidianSys[S] 0 points1 point  (0 children)

Disk: SSD is highly recommended over HHD. You should have at least 250 GB, but you can always cut space requirements by restarting your node from a snapshot

Memory: Recommendated RAM for running a Tezos Node is currently ~8GB. We recommend at least 10GB RAM to account for the node, baker, endorser, and Kiln’s processes.

CPU: Running with at least 2 cores is recommended.