how make own gitian-sigs end detached sigs?

0

How make own gitian-sigs end detached-sigs. I cannot find any useful info. Where i try see it's always start with "you already have .assert and .sig . but how they create ?

mraksoll

Posted 2017-08-11T03:44:28.927

Reputation: 27

Answers

0

Instructions for setting up a Gitian building environment are available at https://github.com/bitcoin/bitcoin/blob/master/doc/gitian-building.md. Instructions for performing the gitian builds for releases are available here: https://github.com/bitcoin/bitcoin/blob/master/doc/release-process.md

Andrew Chow

Posted 2017-08-11T03:44:28.927

Reputation: 40 910

I dint no see command to create own .assets ,this method say's how to create new sig from exist. But i want create only own.mraksoll 2017-08-11T18:13:28.550

The .asset files are created by the gbuild commands. There is no command which explicitly has .asset in it.Andrew Chow 2017-08-11T18:20:57.340

but what command add to build file for create asset's end then make sig with gpg :/ For sig assests with gpg need fist it create but gitian builder not create it if assets not existmraksoll 2017-08-11T18:26:01.637

You need to first build the binaries. You do that with the commands that begin with ./bin/gbuild. That command will also create the .assert files in your gitian.sigs directory. Then you sign those files with GPG. It will create those files; this is the exact process used for making the releases and their gitian sigs.Andrew Chow 2017-08-11T18:32:29.683