-
@0pcom commented on Oct 24, 2018
I've long been familiar with this line from the CX description
"CX will be used to create anything from websites..."
As an operator and maintainer of official…
-
**Describe the bug**
Downloaded .zip of code from https://github.com/skycoin/cx and extracted it. Running cx-setup dirrectly from folder closes console window in few seconds, even after removing NEX …
-
With the binary release of 0.3.0 on amd64; I upgraded from 0.2.3 via the skywire package I maintain in the Arch User Repos
```
[user@linux ~]$ cat /etc/skywire-visor.json
{
"version": "v1.0.0"…
0pcom updated
4 years ago
-
Nothing appears when the daemon is started, even with `-log-level=debug`, until I tried the curl command below;
```
$ skycoin-hw-daemon -log-level=debug
[2019-10-29T15:42:50-05:00] ERROR [daemon-ap…
0pcom updated
5 years ago
-
The main aim is to allow to port the Skywire Visor and the skysocks to Android with as little modifications to the codebase as possible because it would be great if we did not have to maintain two sep…
-
@mpsido commented on Sep 27, 2018
Context: if we flash an official trezor firmware on the device, the first thing it does is lock the Memory Process Unit so that there is no way to change the bootl…
-
**Feature description**
Document `make docs`
**Is your feature request related to a problem? Please describe.**
No mention to `make docs` target in project README .
**Describe the solution y…
-
Documentation:
https://github.com/bitcoin/bips/blob/master/bip-0032.mediawiki
https://github.com/bitcoin/bips/blob/master/bip-0044.mediawiki
Libraries:
https://github.com/tyler-smith/go-bip32 - …
-
As described here: https://github.com/skycoin/skycoin/blob/develop/src/api/README.md#get-address-affected-transactions
The mobile wallets uses this api to fetch tx-history for a wallet. This potent…
-
According to the help and docs, enable-api-sets should support "ALL":
`flag.StringVar(&c.EnabledAPISets, "enable-api-sets", c.EnabledAPISets, "enable API set. Options are **ALL**, READ, STATUS, WAL…