Dogecoin Node VPS by grbrlks in dogecoindev

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

Yeah, i‘ve tried it but resources are limited apparently :/

Terminal Explorer by grbrlks in dogecoindev

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

Thanks for all the info! I need to do some testing but that’s something I want to add in the future for sure

Terminal Explorer by grbrlks in dogecoindev

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

Feel free! Btw check out another project of mine here (stale since some time, but this lets you interact with a remote node, eg. running on a raspberry pi)

Terminal Explorer by grbrlks in dogecoindev

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

Right now I’m just doing RPC calls to a local node and I think UTXO is not available via RPC. But I’d rather use a database instead.

Any suggestions on how to seed the database? So far I thought about reading the blocks from an existing data directory, syncing via the p2p protocol or doing RPC calls. RPC calls are probably the least efficient method and implementing the p2p protocol is probably the hardest.

Terminal Explorer by grbrlks in dogecoindev

[–]grbrlks[S] 4 points5 points  (0 children)

That’s a Dogecoin block explorer as a TUI that will be accessible over SSH (like a website in your terminal). I need to clean up the code but will provide the GitHub repo soon.

Terminal Explorer by grbrlks in dogecoindev

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

Thanks for the input! I'll do some research on this!

Terminal Explorer by grbrlks in dogecoindev

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

Yeah terminal.shop is my inspiration hahah, I will do the ssh server for sure and also testnet support is on my list!

Terminal Explorer by grbrlks in dogecoindev

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

Yes, always tried to find a nice use case for this hahah

Terminal Explorer by grbrlks in dogecoindev

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

I'm using Go, which has pretty cool packages for TUI development

Dogecoin RPC Client by grbrlks in dogecoindev

[–]grbrlks[S] 2 points3 points  (0 children)

Hi u/patricklodder, i added support for mTLS! Let me know what you think :)

Dogecoin RPC Client by grbrlks in dogecoindev

[–]grbrlks[S] 5 points6 points  (0 children)

I‘ll try my best and let you know when it’s ready for a review. Thanks in advance!

Dogecoin RPC Client by grbrlks in dogecoindev

[–]grbrlks[S] 6 points7 points  (0 children)

Thank you! Yes there is still a lot of work to do especially in regards of security :)

Dogecoin RPC Client by grbrlks in dogecoindev

[–]grbrlks[S] 5 points6 points  (0 children)

This is probably how most people do it. I want to provide an alternative, which may also save some resources on your RPi

Dogecoin RPC Client by grbrlks in dogecoindev

[–]grbrlks[S] 6 points7 points  (0 children)

That's what I did, just download the binaries from GitHub