在nicehash租算力挖币
二月 23rd, 2018
for x11 I used 5th
for quark must have been gone with like 250 gh so 0.25 th/s
for neoscrypt good value is at least 500mh or 1gh
for skein i used 100Gh/s
二月 23rd, 2018
for x11 I used 5th
for quark must have been gone with like 250 gh so 0.25 th/s
for neoscrypt good value is at least 500mh or 1gh
for skein i used 100Gh/s
二月 20th, 2018
http://ccminer.org/preview/ccminer-hsr-alexis-x86-cuda8.7z
http://ccminer.org/preview/ccminer-hsr-alexis-x86-cuda8.7z
ccminer-phi-1.0.zip
ccminer-820-cuda91-x64.zip
Claymore.s.Dual.ETH.DRC.PASC.AMD.NVIDIA.GPU.Miner.v11.0.zip
zm_0.5.8_win.zip
0.3.4b/0.3.4b.7z
ccminer-xevan/ccminer_x86.7z
Alexis78-1.0/ccminer-polytimos.7z
v2.2-tpruvot/ccminer-x86-2.2.7z
Windows/hsrminer_neoscrypt.exe
2.2.4-tpruvot/ccminer-x64-2.2.4-cuda9.7z
2.2.4-tpruvot/ccminer-x86-2.2.4-cuda9.7z
v2.4.2/xmrig-nvidia-2.4.2-cuda9-win64.zip
一月 24th, 2018
卖家有100朵鲜花,必须在一天内卖完,否则花就谢了。首先,卖家设定最高价为每朵100元,每两个小时降价10元。拍卖开始后没有人竞价。过了两个小时,降到每朵90元时,有个竞买人竞价。如果他买100朵,则拍卖到此结束,此竞买人成为买受人,100朵鲜花以每朵90元成交。如果他只买70朵,那么剩下的30朵继续拍卖。如果一天过去了,不再有人竞价,那么拍卖的结果是唯一的竞买人成为买受人,以每朵90元的成交价买走70朵花。但是,如果过了两小时又有人来竞买剩下的30朵花,而价格为每朵80元。这时结束拍卖,两个竞买人都成为买受人,都以每朵80元的价格成交。
十二月 28th, 2017
ZILLIQA (Blockchain)
https://www.zilliqa.com/
Token Price: 1 ZIL = 0.0061 USD (0.0000084656 ETH)
Whitelist: YES
GoNetwork (Blockchain Service)
https://gonetwork.co/
Ticker: GOT Token type: ERC20 Total Tokens: 100,000,000 Available for Token Sale: 50%
Whitelist: YES
Bluzelle (Cloud Storage)
https://bluzelle.com/
Token Price: 1 BLZ = 0.12 USD
Whitelist: YES
Nucleus.Vision (Blockchain Service)
https://www.nucleus.vision/
Token Price: 1 NCASH = 0.0100 USD
Whitelist: YES
Thekey.vip (Verification)
https://www.thekey.vip/
Token Price: 1 TKY = 0.0134 USD (0.000001 BTC)
Whitelist: YES
SCRY.INFO (Blockchain Service)
https://www.scry.info/
Token Price: 1 DDD = 0.11 USD (0.00015 ETH)
Whitelist:
Orchid Protocol (Blockchain Service)
https://orchidprotocol.com/
TOKEN SALE: PERIOD ISN’T SET
Ticker: ORCHID Token type: ERC20
Accepts: ETH
Ontology Network (Blockchain Service)
https://ont.io/
TOKEN SALE: PERIOD ISN’T SET
Ticker: ONT Token type: ERC20
Accepts: ETH
DFINITY (Cloud Storage)
https://dfinity.org/
TOKEN SALE: PERIOD ISN’T SET
Ticker: TBA Token type: OWN WALLET Sold on pre-sale: 4,000,000 USD
Accepts: ETH
QunQun
https://qunqun.io
【项目概述】:
QunQun是基于区块链的激励型社区平台。在QunQun上,人们可以无需任何编码和部署即可轻松创建属于自己的主题社区。人们通过运营自己的QunQun社区,或者参与其他社区贡献内容,均可获得来自QunQun奖励池的Token激励。
销售细节待定。
Wowoo
http://wowoonet.com/
17/01/2018 04:00:00 UTC – 17/02/2018
Start Bonus: 20% – Raised: Ƀ0
十二月 27th, 2017
不加仓,不抛售,不听任何内幕消息,也不被任何利好利空忽悠。炒币,修炼的是一颗宁静的心,见破发脸不绿,见暴涨面不红。管它谁家分叉,谁家空投,管它谁家上交易所,谁家改名字,都岿然不动。放眼望去,炒币众生上蹿下跳,皆是虚妄。人生到头一场空,炒币不为赚钱,只为用钱修行。阿弥陀佛,善哉善哉。
十二月 17th, 2017
In JavaScript, window.location or simply location object is used to get information about the location of the current web page (document) and also to modify it. The following is a list of possible ways that can be used as a JavaScript redirect:
// Sets the new location of the current window.
window.location = “https://www.example.com”;
// Sets the new href (URL) for the current window.
window.location.href = “https://www.example.com”;
// Assigns a new URL to the current window.
window.location.assign(“https://www.example.com”);
// Replaces the location of the current window with the new one.
window.location.replace(“https://www.example.com”);
// Sets the location of the current window itself.
self.location = “https://www.example.com”;
// Sets the location of the topmost window of the current window.
top.location = “https://www.example.com”;