الحجج و الأوامر#

يمكن تحديد جميع خيارات سطر الأوامر (فيما عدا datadir- و -conf ) في ملف التوصيف ، كما يمكن تحديد جميع خيارات ملفات التهيئة في سطر الأوامر. تتجاوز خيارات سطر الأوامر القيم المحددة في ملف التهيئة. ملف التهيئة هو قائمة من أزواج setting = value ، واحدة لكل سطر ، مع التعليقات الاختيارية التي تبدأ بالحرف #.

لا يتم إنشاء ملف التكوين تلقائيًا ؛ يمكنك إنشاؤه باستخدام محرر النص العادي المفضل لديك. بشكل افتراضي ، ستبحث dash-qt (أو dashd) عن ملف اسمه dash.conf في دليل بيانات الشرطة ، ولكن قد يتم تغيير كل من دليل البيانات ومسار ملف التهيئة باستخدام الأمر datadir و -conf الحجج الخطية.

المنصة

المسار إلى مجلد البيانات

المسار النموذجي لملف التكوين

لينكس

~/

/home/username/.dashcore/dash.conf

ماك

~/Library/Application Support/

/Users/username/Library/Application Support/DashCore/dash.conf

ويندوز

%APPDATA%

(Vista-10) C:\Users\username\AppData\Roaming\DashCore\dash.conf

(2000-XP) C:\Documents and Settings\username\Application Data\DashCore\dash.conf

ملاحظة: في حالة تشغيل داش في وضع testnet ، سيتم إلحاق المجلد الفرعي testnet3 بدليل البيانات تلقائيًا.

وسائط سطر الأوامر#

Detailed information for all command line arguments can be found at the following links to the Dash Core developer documentation site:

أوامر RCP#

تحذير

Wallet-related RPCs require using the -rpcwallet option when more than one wallet file is loaded. This is to ensure the RPC command is executed using the correct wallet. See the Core developer documentation for additional information.

Detailed documentation for all available RPC commands is accessible via the Dash Core developer documentation RPC page. For full documentation of arguments, results and examples, type help ( "command" ) to view full details at the console. You can enter commands either from Tools > Console in the QT wallet, or using dash-cli for headless wallets and dashd.