Testnet and devnets#
Testnet هو بلوكشين داش تعمل بشكل كامل مع استثناء مفتاح واحد لأنه يمكن إنشاء داش على الشبكة بحرية ، فإنه لا يوجد لديه قيمة. يمكن طلب هذه العملة ، المعروفة باسم tDASH ، من صنبور لمساعدة المطورين على اختبار إصدارات جديدة من داش ، بالإضافة إلى اختبار عمليات الشبكة باستخدام إصدارات متطابقة من البرنامج قبل تنفيذها على mainnet. هناك بعض الاختلافات الرئيسية الأخرى:
يعمل Testnet على المنفذ 19999 (بدلاً من 9999)
عناوين Testnet تبدأ بـ "y" بدلاً من "X" ، ADDRESSVERSION هي 140 (بدلاً من 76)
يتم حساب أرصدة Testnet في tDASH (بدلاً من داش)
بايت رأس رسالة بروتوكول هي 0xcee2caff (بدلاً من 0xbf0c6bbd)
يستخدم Bootstrapping بذور DNS مختلفة: test.dnsseed.masternode.io ، testnet-seed.darkcoin.qa ، testnet-seed.dashpay.io
يُظهر تشغيل داش كور في وضع testnet شاشة البداية باللون البرتقالي
لبدء تشغيل داش كور في وضع testnet ، ابحث عن ملف dash.conf وأدخل السطر التالي:
testnet = 1
With the release of Dash Core 12.3, Dash added support for a great new feature — named devnets. Devnets are developer networks that combine some aspects of testnet (the global and public testing network) and some aspects of regtest (the local-only regression testing mode that provides controlled block generation). Unlike testnet, multiple independent devnets can be created and coexist without interference. For practical documentation on how to use devnets, see the developer documentation or this blog post.
الأدوات و الروابط#
The links below were collected from various community sources and may not necessarily be online or functioning at any given time. Please join Dash Discord or the Dash Forum if you have a question relating to a specific service.
Test builds: dashpay/dash/pipelines
Bugtracker: dashpay/dash#new
المحادتات و المساعدة https://www.dash.org/forum/topic/testing.53/
الأدوات ماسترنود https://test.dashninja.pl/masternodes.html
Android wallet: dashpay/dash-wallet
Testnet for Bitcoin: https://en.bitcoin.it/wiki/Testnet
المنبع#
https://faucet.testnet.networks.dash.org - by Dash Core Group
http://faucet.test.dash.crowdnode.io - by CrowdNode
المستكشف#
الأماكن#
https://test.pool.dash.org [stratum+tcp://test.stratum.dash.org] - by flare
http://test.p2pool.dash.siampm.com [stratum+tcp://test.p2pool.dash.siampm.com:17903] by thelazier
http://p2pool.dashninja.pl:17903/static - by elbereth
http://test.p2pool.masternode.io:18998/static - by coingun
ماسترنود#
عادة ما يتبع تثبيت ماستىنود تحت testnet نفس الخطوات مثل دليل تتببث ماسترنود، ولكن مع بعض الاختلافات الرئيسية:
You will probably be running a development version of Dash instead of the stable release. See here for a list of builds, then choose the latest successful
develop
build and click Artifacts to view a list of binaries.عند فتح جدار الحماية ، يجب فتح المنفذ 19999 بدلاً من (أو بالإضافة إلى) 9999. استخدم هذا الأمر:
ufw allow 19999/ tcp
يجب تشغيل محفظة سطح المكتب في وضع testnet. أضف السطر التالي إلى dash.conf:
testnet = 1
عند إرسال الضمانات ، يمكنك الحصول على 1000 داش مجاناً من الصنبور (انظر أعلاه)
يجب أن يحدد ملف تهيئة ماسترنود أيضًا وضع testnet. أضف السطر التالي عند إعداد dash.conf على ماسترنود :
testnet = 1
بالنسبة إلى ماسترنود ، يجب أن يحتوي اسم المستخدم وكلمة المرور الخاصة بـ RPC على أحرف أبجدية رقمية فقط
When cloning sentinel, you may need to clone the development branch using the
-b
option, for example:git clone -b develop https://github.com/dashpay/sentinel.git
بمجرد تثبيت الحارس ، قم بتعديل
~\.dashcore/sentinel/sentinel.conf
، وعلق على خط mainnet و uncomment:network = testnet
ستتوقع المحفظة التي تحمل ضمانات ماسترنود العثور على الملف
masternode.conf
في~/.dashcore/testnet3/masternode.conf
بدلاً من~/.dashcore/masternode.conf
.
Testnet 0.16.0#
In June 2020, the Dash team announced the start of testing of the upcoming Dash 0.16.0 release. Extensive internal testing has already been done on the 0.16.0 code, but there are numerous bugs that can only be revealed with actual use by real people. The Dash team invites anybody who is interested to download the software and become active on testnet. This release includes:
Block reward reallocation
Core Wallet UI/UX Improvements
Quorum Signing Optimizations
Network Threading Improvement
Minimum Protocol Check
Bitcoin 0.16 and 0.17 Backports
المحادتات:
Testnet announcement: https://www.dash.org/forum/threads/v0-16-testing.50294/
Product brief: https://blog.dash.org/updated-product-brief-dash-core-release-v0-16-0-d3debdb6242e
Testnet tools: https://docs.dash.org/en/stable/developers/testnet.html
تتبع القضية: dashpay/dash#new
أحدث ثنائيات الاختبار:
Testnet 0.15.0#
In December 2019, the Dash team announced the start of testing of the upcoming Dash 0.15.0 release. Extensive internal testing has already been done on the 0.15.0 code, but there are numerous bugs that can only be revealed with actual use by real people. The Dash team invites anybody who is interested to download the software and become active on testnet. This release includes:
Bitcoin 0.15 backports
Removal of legacy code
المحادتات:
Testnet announcement: https://www.dash.org/forum/threads/v15-0-testing.49140/
Product brief: https://blog.dash.org/product-brief-dash-core-release-v0-15-0-acd7633a91ab
Testnet tools: https://docs.dash.org/en/stable/developers/testnet.html
تتبع القضية: dashpay/dash#new
أحدث ثنائيات الاختبار:
Testnet 0.14.0#
In March 2019, the Dash team announced the start of testing of the upcoming Dash 0.14.0 release. Extensive internal testing has already been done on the 0.14.0 code, but there are numerous bugs that can only be revealed with actual use by real people. The Dash team invites anybody who is interested to download the software and become active on testnet. This release includes:
LLMQ DKGs
LLMQ based ChainLocks
LLMQ based InstantSend
المحادتات:
Testnet announcement: https://www.dash.org/forum/threads/v14-0-testing.44047/
Product brief: https://blog.dash.org/product-brief-dash-core-release-v0-14-0-now-on-testnet-8f5f4ad45c96
Testnet tools: https://docs.dash.org/en/stable/developers/testnet.html
تتبع القضية: dashpay/dash#new
أحدث ثنائيات الاختبار:
Testnet 0.13.0#
In November 2018, the Dash team announced the start of testing of the upcoming Dash 0.13.0 release. Extensive internal testing has already been done on the 0.13.0 code, but there are numerous bugs that can only be revealed with actual use by real people. The Dash team invites anybody who is interested to download the software and become active on testnet. This release includes:
Automatic InstantSend for Simple Transactions
Deterministic Masternode List
3 Masternode Keys: Owner, Operator and Voting
Special Transactions
PrivateSend Improvements
المحادتات:
Testnet announcement: https://www.dash.org/forum/threads/v13-0-testing.41945/
Product brief: https://blog.dash.org/product-brief-dash-core-release-v0-13-0-5d7fddffb7ef
Testnet tools: https://docs.dash.org/en/stable/developers/testnet.html
تتبع القضية: dashpay/dash#new
أحدث ثنائيات الاختبار:
Testnet 0.12.3#
In June 2018, the Dash team announced the start of testing of the upcoming Dash 0.12.3 release. Extensive internal testing has already been done on the 0.12.2 code, but there are numerous bugs that can only be revealed with actual use by real people. The Dash team invites anybody who is interested to download the software and become active on testnet. This release includes:
اسمه Devnets ، لمساعدة المطورين بسرعة إنشاء devnets مستقلة متعددة
تنسيق جديد لتواقيع رسائل الشبكة
تحسينات نظام الحوكمة
التحسينات للإرسال المخفي
تغطي الفهارس الإضافية P2PK الآن
دعم العقد المبردة في الوضع البسيط
حوار معلومات ماسترنود جديد
المحادتات:
Testnet tools: https://docs.dash.org/en/stable/developers/testnet.html
تتبع القضية: dashpay/dash#new
أحدث ثنائيات الاختبار:
Testnet 0.12.2#
In October 2017, the Dash team announced the launch of a testnet for public testing of the upcoming 0.12.2 release of the Dash software. Extensive internal testing has already been done on the 0.12.2 code, but there are numerous bugs that can only be revealed with actual use by real people. The Dash team invites anybody who is interested to download the software and become active on testnet. This release includes:
تنفيذ DIP0001: dashpay/dips
تخفيض رسوم المعاملة بمقدار 10x (بما في ذلك رسوم الإرسال الفوري)
إصلاح الثغرة الأمنية في الإرسال الفوري
الكثير من إصلاحات الأخطاء الأخرى وتحسينات الأداء
يجب أن تكون محفظة HD التجريبية BIP39 / BIP44 التجريبية (تعطيلها بشكل افتراضي ، تعمل بكامل طاقتها ولكن لا يوجد واجهة مستخدم رسومية حتى الآن)
المحادتات:
المحادتات 12.2: https://www.dash.org/forum/threads/v12-2-testing.17412/
الأدوات: https://www.dash.org/forum/threads/testnet-tools-resources.1768/
تتبع القضية: dashpay/dash#new
أحدث بنيت بنجاح تطوير ثنائيات فرع:
Dash Core: dashpay/dash/pipelines
الحماية: dashpay/sentinel