需要帮助?

复制&粘贴然后准备就绪


NiceHash插件

插件可以免费嵌入您的网站或博客页面中。

查看您可以赚到多少


收益能力计算器

<iframe src="https://widget.nicehash.com/profcalc" width="400" height="350" scrolling="no" id="nhiframe"></iframe>

下一减半事件以及分叉事件倒计时


加密货币重大事件倒计时

<iframe src="https://widget.nicehash.com/countdown" width="100%" height="350" scrolling="no" id="nhiframe"></iframe>

减半事件倒计时


加密货币重大事件倒计时

<iframe src="https://widget.nicehash.com/countdown/zec-halving-2028-11-16-12-00" width="400" height="400" scrolling="no" id="nhiframe"></iframe>

整合小贴士



自动调整内容高度


<script>
	var nhiframe = document.getElementById('nhiframe');
	window.addEventListener('message', function(e) {
		// message that was passed from iframe page
		// check message content if you have other messages too
		let message = e.data;
		nhiframe.style.height = message.height + 'px';
	} , false);
</script>

				


响应式宽度


<style>
	iframe {
		width: 100%;
		max-width: 400px;
		border: 0;  /* remove default border */
	}
</style>

				


本地化


	Add ?lang=en to iframe src path to force specific language. Available languages are en, ru, zh, de, pt, es, fr, ja.