Bitcoin Forum
September 11, 2026, 10:17:12 AM *
News: Latest Bitcoin Core release: 31.1 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: Quick Start Gorgona Stheno  (Read 82 times)
open-reserve (OP)
Newbie
*
Offline

Activity: 18
Merit: 0


View Profile
May 08, 2026, 04:57:12 PM
 #1

Quick Start Gorgona Stheno

- Run the following command to create and start the container:
- Use the same command to update, it your personal settings will not be deleted.

Code:
sudo docker pull perynfr/gorgona_stheno:latest && \
sudo docker rm -f gorgona_stheno && \
sudo docker run -d \
  --name gorgona_stheno \
  --network host \
  --restart unless-stopped \
  -v /etc/gorgona:/etc/gorgona \
  -v /var/lib/gorgona:/var/lib/gorgona \
  perynfr/gorgona_stheno:latest && \
sudo docker image prune -f

example content:
📊 *Bitcoin Parser Report*
━━━━━━━━━━━━━━━━━━━━
✅ *Status:* Sync Completed
🧱 *Blocks:* 948485 ➔ 948485
📑 *Total Txs:* 3,072
💰 *Total Volume:* 8,125.91 BTC
💎 *Avg Volume:* 8,125.91 BTC/blk
⏱️ *Duration:* 26.9 sec
🚀 *Avg Speed:* 26.91 s/block
━━━━━━━━━━━━━━━━━━━━
🕒 UTC: 2026-05-08 16:47:13

https://talkimg.com/images/2026/05/08/UJkaha.png
NotFuzzyWarm
Legendary
*
Offline

Activity: 4480
Merit: 3561


Evil beware: We have waffles!


View Profile
May 08, 2026, 10:49:21 PM
 #2

You need to link to where you got that code from.
I found it here https://forum.proxmox.com/threads/announce-gorgona-notification-bridge-for-proxmox-ve.183282/post-851630 just copying it is plagerism and you can be banned for that.
That said a description of what the code does and is for would be nice...

- For bitcoin to succeed the community must police itself -    My info useful? Donations welcome!  3NtFuzyWREGoDHWeMczeJzxFZpiLAFJXYr
 -Sole remaining active Primary developer of cgminer, Kano's repo is here  Discord support invite at https://kano.is/
-Support Sidehacks miner development. Donations to:   1BURGERAXHH6Yi6LRybRJK7ybEm5m5HwTr
open-reserve (OP)
Newbie
*
Offline

Activity: 18
Merit: 0


View Profile
May 13, 2026, 12:06:08 PM
Last edit: May 14, 2026, 09:08:44 PM by open-reserve
 #3

https://youtu.be/oyzwiag1Fcc

I wrote the code myself, so you can rest assured on that front
open-reserve (OP)
Newbie
*
Offline

Activity: 18
Merit: 0


View Profile
May 15, 2026, 12:22:39 PM
 #4

Gorgona Stheno v1.2.3
feat: implement dynamic theme support (Light, Catppuccin, Tokyo Night)
Code:
sudo docker pull perynfr/gorgona_stheno:latest && \
sudo docker rm -f gorgona_stheno && \
sudo docker run -d \
  --name gorgona_stheno \
  --network host \
  --restart unless-stopped \
  -v /etc/gorgona:/etc/gorgona \
  -v /var/lib/gorgona:/var/lib/gorgona \
  perynfr/gorgona_stheno:latest && \
sudo docker image prune -f && \
sleep 1 && sudo docker logs gorgona_stheno 2>&1 | grep "#"
open-reserve (OP)
Newbie
*
Offline

Activity: 18
Merit: 0


View Profile
September 10, 2026, 02:53:15 PM
 #5

In Gorgona 3.4.8 a substantial set of infrastructure improvements has been released. The server is no longer tied to hardcoded paths: all directories are now configurable. The parameters data_dir, conf_dir and log_file provide flexible control over the location of the database, peer cache, certificates and logs. This is especially useful for deployments in Docker, on embedded devices, or in corporate environments with their own data placement standards.

The second important change is the -c / --conf startup flag, which allows specifying an alternative path to the configuration file. This opens the way to running multiple gorgonad instances on a single machine with isolated state, which is convenient for testing, staging environments and building local mesh clusters. Hot reload via SIGHUP also works correctly with a custom configuration, so reconfiguration no longer requires a process restart.

In the same release the hash-chain logic has been significantly refined. After vacuum and after loading the database from disk the chain is now fully recomputed and becomes deterministic. All nodes that hold the same set of alerts always obtain identical prev_hash, curr_hash and last_hash values. This eliminates divergences that previously appeared because of different order of removal of expired records on different nodes.

Protection against Full Sync storms has also been strengthened. Cooldowns for repeated full synchronisations and a mechanism that prevents parallel heavy sync operations with multiple peers at the same time have been introduced. As a result, when an already synchronised node starts, the number of unnecessary BACKFILL operations is sharply reduced, and memory and CPU consumption when working with several peers becomes noticeably more stable.

Taken together these changes make the behaviour of the mesh network more predictable and resilient as the number of nodes and the volume of data grow.

Detailed technical documentation is available at:
https://github.com/psqlmaster/gorgona

You can explore the system through the control panel here:
https://46.138.247.148:8000/
Login credentials:
Username: demo
Password: demo
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!