This file contains 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
A | |
$ VIPSTARCOIN-cli getnewaddress | |
VMxaSi8q75DLG3S9dcJL2wcx3Kjyr8Ee1j | |
B | |
$ monacoin-cli getnewaddress | |
MJNSEvwMUjA3DyHpeVgJjwxuqgbY86743P | |
A | |
$ monaatomicswap --rpcuser=user --rpcpass=pass initiate MJNSEvwMUjA3DyHpeVgJjwxuqgbY86743P 0.1 |
This file contains 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
import glob | |
import re | |
import os | |
import json | |
import datetime | |
import pathlib | |
###### | |
# <注意> | |
# このスクリプトでは.を単なる文字として扱うため一部のVueファイルからは正しく生成することができません |
This file contains 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
#include <stdio.h> | |
#include <string.h> | |
#include <stdlib.h> | |
#include <ctype.h> | |
typedef struct slip { | |
int coinType; //slip-0044 coin type (https://github.com/satoshilabs/slips/blob/master/slip-0044.md) | |
char coinName[30]; // crypto currrency name (ex. Bitcoin) | |
char coinSymbol[10]; // crypto currency symbol (ex. BTC) | |
struct slip *prev; |
This file contains 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
<?xml version="1.0" encoding="UTF-8"?> | |
<manifest> | |
<project name="ISTweak/android_device_sony_dogo" path="device/sony/dogo" remote="github" revision="cm-13.0" /> | |
<project name="ISTweak/android_device_sony_fusion3-common" path="device/sony/fusion3-common" remote="github" revision="cm-13.0" /> | |
<project name="ISTweak/android_kernel_sony_apq8064" path="kernel/sony/apq8064" remote="github" revision="10.7.A.0.228" /> | |
<project name="CyanogenMod/android_device_qcom_common" path="device/qcom/common" remote="github" /> | |
<project name="CyanogenMod/android_hardware_sony_thermanager" path="hardware/sony/thermanager" remote="github" /> | |
<project name="CyanogenMod/android_external_busybox" path="external/busybox" remote="github" /> | |
<project name="CyanogenMod/android_external_stlport" path="external/stlport" remote="github" /> | |
<remove-project groups="pdk" name="CyanogenMod/android_bootable_recovery" path="bootable/recovery" /> |
This file contains 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
diff --git a/externals/stratum b/externals/stratum | |
--- a/externals/stratum | |
+++ b/externals/stratum | |
@@ -1 +1 @@ | |
-Subproject commit 8ba1b5fd8a802b981f31dace4cf920cfb4a3907c | |
+Subproject commit 8ba1b5fd8a802b981f31dace4cf920cfb4a3907c-dirty | |
diff --git a/lib/halfnode.py b/lib/halfnode.py | |
index 4ffc017..aca8cc8 100644 | |
--- a/lib/halfnode.py | |
+++ b/lib/halfnode.py |