mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 09:36:41 -04:00
renterd is an advanced Sia renter engineered by the Sia Foundation. Designed to cater to both casual users seeking straightforward data storage and developers requiring a robust API for building apps on Sia. hostd is an advanced Sia host solution created by the Sia Foundation, designed to enhance the experience for storage providers within the Sia network. Tailored for both individual and large-scale storage providers, hostd boasts a user-friendly interface and a robust API, empowering providers to efficiently manage their storage resources and revenue. hostd incorporates an embedded web-UI, simplifying deployment and enabling remote management capabilities, ensuring a smooth user experience across a diverse range of devices. walletd is the flagship Sia wallet, suitable for miners, exchanges, and everyday hodlers. Its client-server architecture gives you the flexibility to access your funds from anywhere, on any device, without compromising the security of your private keys. The server is agnostic, so you can derive those keys from a 12-word seed phrase, a legacy (siad) 28-word phrase, a Ledger hardware wallet, or another preferred method. Like other Foundation node software, walletd ships with a slick embedded UI, but developers can easily build headless integrations leveraging its powerful JSON API. Whether you're using a single address or millions, walletd scales to your needs. WWW: https://sia.tech/software/hostd WWW: https://sia.tech/software/renterd WWW: https://sia.tech/software/walletd PR: 285367
22 lines
531 B
Go
22 lines
531 B
Go
--- build/meta.go.orig 2025-03-11 14:55:31 UTC
|
|
+++ build/meta.go
|
|
@@ -1,5 +1,5 @@
|
|
// Code generated by go generate; DO NOT EDIT.
|
|
-// This file was generated by go generate at 2024-08-12T08:54:43-07:00.
|
|
+// This file was generated by go generate at 2025-03-11T15:05:35+01:00.
|
|
package build
|
|
|
|
//go:generate go run gen.go
|
|
@@ -9,9 +9,9 @@ const (
|
|
)
|
|
|
|
const (
|
|
- commit = "?"
|
|
- version = "?"
|
|
- buildTime = 0
|
|
+ commit = "ec7e9c70"
|
|
+ version = "v2.0.1"
|
|
+ buildTime = %%BUILDTIME%%
|
|
)
|
|
|
|
// Commit returns the commit hash of hostd
|