比特幣Bitcoin,以太幣ETH,達世幣Dash,挖礦與電腦軟硬體
2024 七月 27, 下午 04:48 *
歡迎光臨, 訪客. 請先 登入註冊一個帳號.

請輸入帳號, 密碼以及預計登入時間
新聞: ======
2024/03/05
台灣 失聯移工(逃逸外籍勞工), 先破 10萬人 ???
or
比特幣Bitcoin BTC, 先破 10萬 鎂 ???
---
The end ?

台灣 行蹤不明的外籍移工人數
2024年1月 :  85947 名
2023年1月 :  80643 名
2022年1月 :  56878 名
---
========
[公告]本網站 在近幾個月 有 網路爬蟲bot 大量收集本站資料庫 搞到 流量超過, 跳出 超出上限的錯誤頁面,
若發生此現象,請在下個月1日 再來逛,謝謝。
(本站沒有閒置資金,無法再去增加虛擬主機的流量)
========

因應 電信公司 即將關閉3G訊號。

所以,4G手機的設定,
若是之前沒有開啟 VOLTE功能的,要記得開啟。
(不然,會無法撥打 接收 電話)

方法就是 手機 點選 設定(齒輪的符號)
[設定]---[行動網路]--- (點選要開啟的電信sim卡 --- 開啟VOLTE
=====

https://twitter.com/chu2free
===
 
   首頁   說明 登入 註冊  
頁: 1
  列印  
作者 主題: VTC p2pool軟體 參數  (閱讀 6142 次)
苦勞礦工
工友
Lv: 5
******
文章: 2,075


« 於: 2014 三月 23, 下午 04:41 »

VTC p2pool軟體 參數

F:\p2pool-VTC>run_p2pool.py -h
usage: run_p2pool.py [-h] [--version]
                     [--net {bitcoin,execoin,gpucoin,litecoin,tenfivecoin,vertcoin}]
                     [--testnet] [--debug] [-a ADDRESS] [--datadir DATADIR]
                     [--logfile LOGFILE] [--merged MERGED_URLS]
                     [--give-author DONATION_PERCENTAGE] [--iocp]
                     [--irc-announce] [--no-bugreport] [--p2pool-port PORT]
                     [-n ADDR[:PORT]] [--disable-upnp] [--max-conns CONNS]
                     [--outgoing-conns CONNS] [--disable-advertise]
                     [-w PORT or ADDR:PORT] [-f FEE_PERCENTAGE]
                     [--bitcoind-address BITCOIND_ADDRESS]
                     [--bitcoind-rpc-port BITCOIND_RPC_PORT]
                     [--bitcoind-rpc-ssl]
                     [--bitcoind-p2p-port BITCOIND_P2P_PORT]
                     [BITCOIND_RPCUSERPASS [BITCOIND_RPCUSERPASS ...]]

p2pool (version unknown 7032706f6f6c2d565443)

optional arguments:
  -h, --help            show this help message and exit
  --version             show program's version number and exit
  --net {bitcoin,execoin,gpucoin,litecoin,tenfivecoin,vertcoin}
                        use specified network (default: bitcoin)
  --testnet             use the network's testnet
  --debug               enable debugging mode
  -a ADDRESS, --address ADDRESS
                        generate payouts to this address (default: <address
                        requested from bitcoind>)
  --datadir DATADIR     store data in this directory (default: <directory
                        run_p2pool.py is in>/data)
  --logfile LOGFILE     log to this file (default: data/<NET>/log)
  --merged MERGED_URLS  call getauxblock on this url to get work for merged
                        mining (example:
                        http://ncuser:ncpass@127.0.0.1:10332/)
  --give-author DONATION_PERCENTAGE
                        donate this percentage of work towards the development
                        of p2pool (default: 1.0)
  --iocp                use Windows IOCP API in order to avoid errors due to
                        large number of sockets being open
  --irc-announce        announce any blocks found on
                        irc://irc.freenode.net/#p2pool
  --no-bugreport        disable submitting caught exceptions to the author
  --disable-upnp        don't attempt to use UPnP to forward p2pool's P2P port
                        from the Internet to this computer
  --disable-advertise   don't advertise local IP address as being available
                        for incoming connections. useful for running a dark
                        node, along with multiple -n ADDR's and --outgoing-
                        conns 0

p2pool interface:
  --p2pool-port PORT    use port PORT to listen for connections (forward this
                        port from your router!) (default: bitcoin:9333,
                        execoin:9986, gpucoin:9451, litecoin:9338,
                        tenfivecoin:10569, vertcoin:9346)
  -n ADDR[:PORT], --p2pool-node ADDR[:PORT]
                        connect to existing p2pool node at ADDR listening on
                        port PORT (defaults to default p2pool P2P port) in
                        addition to builtin addresses
  --max-conns CONNS     maximum incoming connections (default: 40)
  --outgoing-conns CONNS
                        outgoing connections (default: 6)

worker interface:
  -w PORT or ADDR:PORT, --worker-port PORT or ADDR:PORT
                        listen on PORT on interface with ADDR for RPC
                        connections from miners (default: all interfaces,
                        bitcoin:9332, execoin:9173, gpucoin:9404,
                        litecoin:9327, tenfivecoin:10579, vertcoin:9171)
  -f FEE_PERCENTAGE, --fee FEE_PERCENTAGE
                        charge workers mining to their own bitcoin address (by
                        setting their miner's username to a bitcoin address)
                        this percentage fee to mine on your p2pool instance.
                        Amount displayed at http://127.0.0.1:WORKER_PORT/fee
                        (default: 0)

bitcoind interface:
  --bitcoind-address BITCOIND_ADDRESS
                        connect to this address (default: 127.0.0.1)
  --bitcoind-rpc-port BITCOIND_RPC_PORT
                        connect to JSON-RPC interface at this port (default:
                        bitcoin:8332, execoin:9988, gpucoin:9026,
                        litecoin:9332, tenfivecoin:10510, vertcoin:5888 <read
                        from bitcoin.conf if password not provided>)
  --bitcoind-rpc-ssl    connect to JSON-RPC interface using SSL
  --bitcoind-p2p-port BITCOIND_P2P_PORT
                        connect to P2P interface at this port (default:
                        bitcoin:8333, execoin:9989, gpucoin:8623,
                        litecoin:9333, tenfivecoin:10511, vertcoin:5889 <read
                        from bitcoin.conf if password not provided>)
  BITCOIND_RPCUSERPASS  bitcoind RPC interface username, then password, space-
                        separated (only one being provided will cause the
                        username to default to being empty, and none will
                        cause P2Pool to read them from bitcoin.conf)

F:\p2pool-VTC>
已記錄

歡迎轉載我的發文,授權方式 : CC BY-SA 4.0 ,請註明來源為:
http://killvirus.org
---
頁: 1
  列印  
 
前往:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.21 | SMF © 2006-2008, Simple Machines Valid XHTML 1.0! Valid CSS!