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
========================== | |
[Unit] | |
Description=monad | |
After=network.target | |
[Service] | |
ExecStart=/home/tamatama/go/bin/monad | |
ExecStop=/home/tamatama/go/bin/monactl stop | |
User=tamatama | |
LimitNOFILE=8192 |
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
rpcuser=rpcuser | |
rpcpass=rpcpass |
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
[Application Options] | |
; pool側で証明書の指定がよく分からないのでとりあえず | |
noservertls=1 | |
; ------------------------------------------------------------------------------ | |
; Bitcoin wallet settings | |
; ------------------------------------------------------------------------------ | |
; Use testnet (cannot be used with simnet=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
[Application Options] | |
; ------------------------------------------------------------------------------ | |
; Data settings | |
; ------------------------------------------------------------------------------ | |
; The directory to store data such as the block chain and peer addresses. The | |
; block chain takes several GB, so this location must have a lot of free space. | |
; The default is ~/.monad/data on POSIX OSes, $LOCALAPPDATA/Btcd/data on Windows, | |
; ~/Library/Application Support/Btcd/data on Mac OS, and $home/monad/data on |
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
mm😊Mined by |
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
{ | |
"bits": "1a4a5b13", | |
"curtime": 1544816288, | |
"height": 1522955, | |
"previousblockhash": "f94fd2abdf71c172bf92e10d41c2cdc99562b2561c4f1e1dd381eaf1b311c938", | |
"sigoplimit": 80000, | |
"sizelimit": 4000000, | |
"weightlimit": 4000000, | |
"transactions": [ | |
{ |
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
対応済み | |
Bitbank https://app.bitbank.cc/trade/mona_jpy | |
BitFlyer https://bitflyer.com/ja-jp/ex/monaprice | |
Bittrex https://international.bittrex.com/Market/Index?MarketName=BTC-MONA | |
CryptoBridge https://wallet.crypto-bridge.org/market/BRIDGE.MONA_BRIDGE.BTC | |
Fisco https://fcce.jp/trade_mona_jpy | |
対応未確認 | |
Upbit https://upbit.com/exchange?code=CRIX.UPBIT.BTC-MONA | |
TradeSatoshi https://tradesatoshi.com/Exchange?market=MONA_BTC |
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
upstream websocket { | |
server localhost:9141; | |
} | |
server { | |
listen 443 ssl; | |
ssl on; | |
ssl_certificate /yourcertspath/certs/yourcert.pem; | |
ssl_certificate_key /yourcertspath/certs/yourcert.key; | |
server_name yoursitedomain.com; |
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
現在monacoindの開発についてはテクノブレイク・フォン・モナーバウム(以下ワタナベ氏)が一任しています。 | |
連絡は基本取らないようですが、問題等あればPullRequest及びissueをgithubにて出すことで対応してもらうことは可能です。 | |
monacoinの開発と言うのは何を指すのか?と言いますと基本的には周辺環境の開発を指します。 | |
coind自体以外の互換コア開発(monad(golang実装),monacoinj(Java実装)など)についてはワタナベ氏以外が行っています。 | |
誰に許可を取って開発していいか分からないと言うのはありますが、許可を取る必要は特にありません。 | |
しいて言うならば、他のウォレット等との互換性を保つための取り決めは守ったほうが良いかなと言うところでしょうか。 | |
他のコインも含めて大体はここに書いてあります。 | |
https://github.com/satoshilabs/slips |