yagna

An open platform and marketplace for distributed computations

GPL-3.0 License

Downloads
1.4K
Stars
355
Committers
47

Bot releases are hidden (Show)

yagna - v0.3.4-mkt-dece-alpha.0

Published by tworec about 4 years ago

The first glimpse at Yagna with Decentralized Marketplace.

Current OS support:

  • Ubuntu 16.04+
  • macOS 10.14+
  • Windows build was not tested yet.

Deb build manually as described here, but with second command changed to

cargo deb --deb-version $(git describe --tags)-$(git rev-parse --short HEAD) --no-build

Other packages (tgz's) were built manually as below.

cargo build --release \
  --no-default-features --features market-decentralized --features gnt-driver \
  -p yagna -p gftp -p ya-provider -p ya-exe-unit

For macOS

mkdir yagna_0.3.4-mkt-dece-alpha.0_macos
cp target/release/{yagna,ya-provider,gftp,exe-unit} yagna_0.3.4-mkt-dece-alpha.0_macos/
strip -x yagna_0.3.4-mkt-dece-alpha.0_macos/*
tar czvf yagna_0.3.4-mkt-dece-alpha.0_macos.tgz yagna_0.3.4-mkt-dece-alpha.0_macos/

For Ubuntu

mkdir yagna_0.3.4-mkt-dece-alpha.0_ubuntu
cp target/release/{yagna,ya-provider,gftp,exe-unit} yagna_0.3.4-mkt-dece-alpha.0_ubuntu/
strip -x yagna_0.3.4-mkt-dece-alpha.0_ubuntu/*
tar czvf yagna_0.3.4-mkt-dece-alpha.0_ubuntu.tgz yagna_0.3.4-mkt-dece-alpha.0_ubuntu/
yagna - v0.3.3-alpha.5

Published by tworec about 4 years ago

  • new IP for marketplace + net
yagna - v0.3.2a

Published by mfranciszkiewicz about 4 years ago

yagna - VM POC

Published by prekucki over 4 years ago