This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(15:13:57) ○ [adam@zippy] ~/tdex-daemon t market list | |
=========*** Market ***========== | |
LBTC-8aec | |
LBTC-c290 (selected) | |
(15:13:57) ○ [adam@zippy] ~/tdex-daemon td listmarket | |
{ | |
"markets": [ | |
{ | |
"market": { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Severe error: (Sia v1.5.3, Release: release) Siafile 'home/user/adamphotos/20190420_173046.jpg' has a health of 0.85 and redundancy of 1.3 | |
goroutine 21531 [running]: | |
runtime/debug.Stack(0x8b, 0x100, 0xc003bfdcb0) | |
/usr/local/go/src/runtime/debug/stack.go:24 +0x9d | |
runtime/debug.PrintStack() | |
/usr/local/go/src/runtime/debug/stack.go:16 +0x22 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Severe error: (Sia v1.5.3, Release: release) Siafile 'home/user/coinos-05-05-20-00:22:52.sql' has a health of 1 and redundancy of 1 | |
goroutine 21531 [running]: | |
runtime/debug.Stack(0x7e, 0xc0, 0xc000190880) | |
/usr/local/go/src/runtime/debug/stack.go:24 +0x9d | |
runtime/debug.PrintStack() | |
/usr/local/go/src/runtime/debug/stack.go:16 +0x22 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
lightning | |
#!/bin/bash | |
export PATH=$PATH:/home/adam/data/openwrt/staging_dir/toolchain-arm_cortex-a9+vfpv3_gcc-8.3.0_musl_eabi/bin | |
export STAGING_DIR=/home/adam/data/openwrt/staging_dir/toolchain-arm_cortex-a9+vfpv3_gcc-8.3.0_musl_eabi | |
export target_host=arm-openwrt-linux-muslgnueabi | |
export AR=$target_host-ar | |
export AS=$target_host-as | |
export CC=$target_host-gcc | |
export CXX=$target_host-g++ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#if defined(__GNUC__) | |
#define MUST_USE_STRUCT __attribute__((warn_unused)) | |
#else | |
#define MUST_USE_STRUCT | |
#endif | |
#if defined(__GNUC__) | |
#define MUST_USE_RES __attribute__((warn_unused_result)) | |
#else | |
#define MUST_USE_RES | |
#endif |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var FFI = require('ffi'), | |
ArrayType = require('ref-array'), | |
Struct = require('ref-struct'), | |
ref = require('ref'); | |
var voidPtr = ref.refType(ref.types.void); | |
exports.CONSTANTS = { | |
'LDKChannelMonitorUpdateErr': { | |
LDKChannelMonitorUpdateErr_TemporaryFailure: 0, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"routes": [ | |
{ | |
"total_time_lock": 647134, | |
"total_fees": "0", | |
"total_amt": "123", | |
"hops": [ | |
{ | |
"chan_id": "623016273653989377", | |
"chan_capacity": "125000", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"txid": "bed115ce7e35f9a3e2b522e80c7bae3d24004a0a7c2e8f767e4b42a0cf365e43", | |
"hash": "34f7ca3cd8be2aaf95186816642604e8a37c48cb53cf65397dda076f6708d69b", | |
"wtxid": "34f7ca3cd8be2aaf95186816642604e8a37c48cb53cf65397dda076f6708d69b", | |
"withash": "caf195c29894282505dbcf9af36f526b07a6689b5b8b7ebf0dbf1ea983bef837", | |
"version": 2, | |
"size": 433, | |
"vsize": 346, | |
"weight": 1384, | |
"locktime": 0, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[exit_client.exits.cascadia_north] | |
description = "Cascadia North" | |
message = "Registration OK" | |
registration_port = 4875 | |
state = "Registered" | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
clients |