自分ではやったことないのでよくわかりませんが、以下の箇所を変えて再起動すればよいと思う。
Last active
October 23, 2018 17:54
-
-
Save tomotomo9696/5d27ec520c37cbe4620f1f3f1ae257c1 to your computer and use it in GitHub Desktop.
bitzeny の coinbase に固有の文字列を埋め込んでるプールのリストです。insightで採掘者として表示できたりします。
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
[ | |
{ | |
"poolName":"寛永通宝", | |
"url":"https://portal.bitzenypool.work/", | |
"searchStrings":[ | |
"Kaneitsuho" | |
] | |
}, | |
{ | |
"poolName":"Daddy-Pool", | |
"url":"http://daddy-pool.work/", | |
"searchStrings":[ | |
"DaddyPool" | |
] | |
}, | |
{ | |
"poolName":"大人の自由研究", | |
"url":"https://ukkey3.space/bitzeny/", | |
"searchStrings":[ | |
"ukkey3" | |
] | |
}, | |
{ | |
"poolName":"WPOOL", | |
"url":"https://wpool.work/", | |
"searchStrings":[ | |
"WPOOL" | |
] | |
}, | |
{ | |
"poolName":"禅風", | |
"url":"https://zenpoo.nyem.net/", | |
"searchStrings":[ | |
"zenpoo" | |
] | |
}, | |
{ | |
"poolName":"うさぎコイン採掘所", | |
"url":"https://bunnymining.work/bitzeny/", | |
"searchStrings":[ | |
"bunnymining.work" | |
] | |
}, | |
{ | |
"poolName":"俺のプール", | |
"url":"https://bitzeny.mypool.tokyo/", | |
"searchStrings":[ | |
"OrenoPool" | |
] | |
}, | |
{ | |
"poolName":"ココアプール", | |
"url":"https://www.cocoapool.net/", | |
"searchStrings":[ | |
"cocoapool" | |
] | |
} | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment