View btc-mainnet.service
[Unit] | |
Description=Bitcoin Node Mainnet | |
[Service] | |
User=bitcoind | |
Group=bitcoind | |
ExecStart=/usr/bin/bitcoind -server -rpcuser=username -rpcpassword=password -datadir=/home/bitcoind/.bitcoin -rpcbind=127.0.0.1 -rpcworkqueue=64 | |
PIDFile=/home/bitcoind/bitcoin.pid | |
WorkingDirectory=/home/bitcoind |
View test_tokenlist.json
{ | |
"name": "Test token list", | |
"timestamp": "2020-08-25T12:00:15+00:00", | |
"keywords": [ | |
"axion" | |
], | |
"version": { | |
"major": 0, | |
"minor": 0, | |
"patch": 0 |
View pion_tokenlist
{ | |
"name": "Pion token list", | |
"timestamp": "2020-08-25T12:00:15+00:00", | |
"keywords": [ | |
"axion" | |
], | |
"version": { | |
"major": 0, | |
"minor": 0, | |
"patch": 0 |
View tokenlist.json
{ | |
"name": "Axion token list", | |
"timestamp": "2020-08-25T12:00:15+00:00", | |
"keywords": [ | |
"axion" | |
], | |
"version": { | |
"major": 0, | |
"minor": 0, | |
"patch": 0 |
View gist:6b56827763cb5c72139d1e01cf87da80
0x09c8CB55EfD34f89B21C43cE7d4D4c4dAB87D45b |
View x230_fhd_5.3.11.patch
diff -ruN v5.3.11/drivers/acpi/pci_root.c v5.3.11-patched/drivers/acpi/pci_root.c | |
--- v5.3.11/drivers/acpi/pci_root.c 2020-02-11 14:12:53.191125461 +0300 | |
+++ v5.3.11-patched/drivers/acpi/pci_root.c 2020-02-11 14:50:38.568736161 +0300 | |
@@ -505,7 +505,7 @@ | |
} else { | |
decode_osc_control(root, "OS requested", requested); | |
decode_osc_control(root, "platform willing to grant", control); | |
- dev_info(&device->dev, "_OSC failed (%s); disabling ASPM\n", | |
+ dev_info(&device->dev, "_OSC failed (%s); we keep ASPM on anyway\n", | |
acpi_format_exception(status)); |
View .bashrc
# ~/.bashrc: executed by bash(1) for non-login shells. | |
# see /usr/share/doc/bash/examples/startup-files (in the package bash-doc) | |
# for examples | |
# If not running interactively, don't do anything | |
case $- in | |
*i*) ;; | |
*) return;; | |
esac |
View .gitignore
/RealtyTime/API_methods/settings_local.py | |
processed_models/ |
View abi.json
{ | |
"entrys": [ | |
{ | |
"outputs": [ | |
{ | |
"type": "bool" | |
} | |
], | |
"constant": true, | |
"name": "CONTINUE_MINTING", |
View docker-compose.yml
version: '2' | |
services: | |
db: | |
image: mariadb:10.1 | |
environment: | |
MYSQL_ROOT_PASSWORD: your_mysql_root_password | |
MYSQL_USER: your_filerun_username | |
MYSQL_PASSWORD: your_filerun_password | |
MYSQL_DATABASE: your_filerun_database |
NewerOlder