Outlookへのメール送信に不具合が発生しております.Outlook以外のアドレスをご利用下さい.お問い合わせ頂いても返事が届かない可能性が高いです.
we cannot deliver e-mail for outlook. Please use another mail address.
エンクロージャーが燃えたため、修復に時間がかかり、サービスが止まっていました。お詫び申し上げます。

  Est. Avg. Time per Blockが非常に長い場合は,ブロック発見に長い時間がかかる可能性があります。分配までに時間がかかる可能性がありますことをご了承下さい。
  We are investingating issues in the backend. Your shares and hashrate are safe and we will fix things ASAP.

  • Findblocks disabled, new blocks will currently not show up in the frontend
  • Blockupdate disabled, blocks and transactions confirmations are delayed
  • Payouts disabled, you will not receive any coins to your offline wallet for the time being
  • Getting Started Guide

    1. アカウントの作成 Create account.

    • こちらから登録します。
    • Register here, or login if you already have account
    • マイナーのためのワーカーを作成します。Create a worker that will be used by the miner to login

    2. マイナーソフトウェアのダウンロード Download a miner.

      scrypt用のマイニングソフトウェアを用意します。[scrypt miner]で検索することで詳しい情報が見られます。

      以下に紹介するソフトウェアは最新かつ最速でない可能性があります。

    • sgminer: Scrypt GPU miner: Source/Windows_binary
    • NVIDIA Cudaminer: Download here
    • sha1coin-cpuminer: Source/Windows_Binary(sha1coin用だがscryptにも利用可)

    3. マイナーソフトウェアの設定 Configure your miner.

      コンソールから以下のように入力します。:

      Type the following into the console:

    • SGMiner
    • ./sgminer -k ckolivas -o stratum+tcp://jp.lapool.me:3005 -u Weblogin.WorkerName -p WorkerPassword

      (arebyp kernelがカスタムカーネルとして早いようです)

    • CGMiner
    • ./cgminer --scrypt -o stratum+tcp://jp.lapool.me:3005 -u Weblogin.WorkerName -p WorkerPassword
    • cpu-miner
    • ./minerd -a scrypt -o stratum+tcp://jp.lapool.me:3005 -u Weblogin.WorkerName -p WorkerPassword

      Windows利用の場合は,先頭の ./ を取り除いて実行して下さい。

      "-u Weblogin.Worker -p Worker password" を自身のアカウントに変更して下さい。例えば, "-u Steve.StevesWorker -p StevesWorkerPassword"のようにします。

      Windowsの場合バッチファイルに保存して実行します。Linux/MACの場合はシェルスクリプトに保存して実行すると便利です。

    4. Dogecoin受取アドレスの設定 Create a Dogecoin address to receive payments.

    • ウォレット を公式サイトからダウンロードし,受取アドレスを取得します。
    • Downloading the client & block chain: Download the Dogecoin client from here.

      Generate a new address and input it on your account page to receive payments.

    5. Advanced CGMiner settings / FAQ

    • Scrypt readme
    • Don't set intensity too high, I=11 is standard and safest. Higher intensity takes more GPU RAM. Check for hardware errors in CGMiner (HW). HW=0 is good, otherwise lower intensity.
    • Set shaders according to the readme (or look at your graphic cards specifications). CGMiner uses this value at first run to calculate thread-concurrency. Easiest way to get this optimized is to use same settings as others have used here: here.
    • There's also an interesting project which gives you a GUI for CGMiner. Windows only it seems.
    • Here's a great guide how to get up and running with Xubuntu.