You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 28, 2021. It is now read-only.
##### LINK : fatal error LNK1158: cannot run 'rc.exe'
94
94
Rc.exe is the [Microsoft Resource Compiler](https://docs.microsoft.com/en-us/windows/desktop/menurc/resource-compiler). It's distributed with the [Windows SDK](https://developer.microsoft.com/en-US/windows/downloads/windows-10-sdk) and is required for generating the Visual Studio solution file. It can be found in the following directory: ```%ProgramFiles(x86)%\Windows Kits\<OS major version>\bin\<OS full version>\<arch>\```
95
95
96
-
If you hit this error, adding the directory to your path (and launching a new command prompt) should fix the issue.
96
+
If you hit this error, adding the directory to your path (and launching a new command prompt) should fix the issue.
97
97
98
98
## Contribute
99
99
@@ -139,33 +139,33 @@ CLIENT MODE (default):
139
139
--private <name> Use a private chain
140
140
--test Testing mode; disable PoW and provide test rpc interface
141
141
--config <file> Configure specialised blockchain using given JSON information
142
-
142
+
143
143
-o [ --mode ] <full/peer> Start a full node or a peer node (default: full)
144
-
144
+
145
145
--ipc Enable IPC server (default: on)
146
146
--ipcpath <path> Set .ipc socket path (default: data directory)
147
147
--no-ipc Disable IPC server
148
148
--admin <password> Specify admin session key for JSON-RPC (default: auto-generated and printed at start-up)
149
149
-K [ --kill ] Kill the blockchain first
150
150
-R [ --rebuild ] Rebuild the blockchain from the existing database
151
151
--rescue Attempt to rescue a corrupt database
152
-
152
+
153
153
--import-presale <file> Import a pre-sale key; you'll need to specify the password to this key
154
154
-s [ --import-secret ] <secret> Import a secret key into the key store
155
155
-S [ --import-session-secret ] <secret> Import a secret session into the key store
156
156
--master <password> Give the master password for the key store; use --master "" to show a prompt
157
157
--password <password> Give a password for a private key
158
-
158
+
159
159
CLIENT TRANSACTING:
160
160
--ask <wei> Set the minimum ask gas price under which no transaction will be mined (default: 20000000000)
161
161
--bid <wei> Set the bid gas price to pay for transactions (default: 20000000000)
162
162
--unsafe-transactions Allow all transactions to proceed without verification; EXTREMELY UNSAFE
163
-
163
+
164
164
CLIENT MINING:
165
165
-a [ --address ] <addr> Set the author (mining payout) address (default: auto)
166
166
-m [ --mining ] <on/off/number> Enable mining; optionally for a specified number of blocks (default: off)
167
167
--extra-data arg Set extra data for the sealed blocks
168
-
168
+
169
169
CLIENT NETWORKING:
170
170
-b [ --bootstrap ] Connect to the default Ethereum peer servers (default unless --no-discovery used)
171
171
--no-bootstrap Do not connect to the default Ethereum peer servers (default only when --no-discovery is used)
@@ -181,10 +181,10 @@ CLIENT NETWORKING:
181
181
Types:
182
182
default Attempt connection when no other peers are available and pinning is disabled
0 commit comments