-
-
Notifications
You must be signed in to change notification settings - Fork 353
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Help message lists wrong listening ports #34
Comments
Thank you so much, I will change it |
Fixed |
ultimaweapon
pushed a commit
that referenced
this issue
Apr 18, 2019
MacOS dev build failing - fixes
HysMagus
added a commit
that referenced
this issue
Oct 9, 2019
…ction (#731) * Update .gitignore * Update .gitignore * #26-local dev payment code 1 * #26-define bip47 class functions 1 * #26 get master pubkey 1 * #26-bip47 lib * #26 split bip47 class * Add paymentcode tab into wallet GUI * #26 update paymentcode add rpc & new classes * update server payment-codes & purpose add to wallet * add payment code ui * add bip47 skeleton * #34 new tab users code & copy button * define secret point of bip47 * #34 update payment code page * bip47 build success * adding files for SecretPoint * complete functions of SecretPoint modified: src/bip47/SecretPoint.cpp modified: src/bip47/SecretPoint.h modified: src/bip47/bip47_common.h * #34 font comments * remove print functions * #41 compile notifictaion tx * #41 update bip47 utiles * Public (#3) Update .gitignore * #26-local dev payment code 1 * #26-define bip47 class functions 1 * #26 get master pubkey 1 * #26-bip47 lib * #26 split bip47 class * Add paymentcode tab into wallet GUI * #26 update paymentcode add rpc & new classes * update server payment-codes & purpose add to wallet * add payment code ui * add bip47 skeleton * #34 new tab users code & copy button * define secret point of bip47 * #34 update payment code page * bip47 build success * adding files for SecretPoint * complete functions of SecretPoint modified: src/bip47/SecretPoint.cpp modified: src/bip47/SecretPoint.h modified: src/bip47/bip47_common.h * #34 font comments * remove print functions * Secret Point Generation * Notification Transaction * Uit Modifications
HysMagus
added a commit
that referenced
this issue
Oct 16, 2019
* Update .gitignore * Update .gitignore * #26-local dev payment code 1 * #26-define bip47 class functions 1 * #26 get master pubkey 1 * #26-bip47 lib * #26 split bip47 class * Add paymentcode tab into wallet GUI * #26 update paymentcode add rpc & new classes * update server payment-codes & purpose add to wallet * add payment code ui * add bip47 skeleton * #34 new tab users code & copy button * define secret point of bip47 * #34 update payment code page * bip47 build success * adding files for SecretPoint * complete functions of SecretPoint modified: src/bip47/SecretPoint.cpp modified: src/bip47/SecretPoint.h modified: src/bip47/bip47_common.h * #34 font comments * remove print functions * #41 compile notifictaion tx * #41 update bip47 utiles * bip47wallet updates * update origin bip47 to PaymentCode.h * remove unnecessory comments * #41 Bip47Wallet Update * #43 update bip47wallet init * #43initialsize bip47wallet * #38 Send Coin page with Paymentcode 1 * #38 SendCoin Page with PaymentCode 2 * #38 SendCoin Page with PaymentCode validator * #41 sendcoinsdialog update * update bip47 via masterhdkey * getNotificationAddress rpc + ui update 1 * fix Payment code validation * fix core dump problem on SecretPoint * update notification bug fix * #52 tx history paymentcode type
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The help message seen when running "./zcoind --help" lists the wrong default ports for -port option and -rpcport, creating confusion for users trying to learn how to run a secure full node.
The help message lists the default -port value as 8889, when in fact it appears the program listens on 8168.
The help message lists the default -rpcport value as 6888, when in fact it appears the program services rpc calls on port 8888.
The text was updated successfully, but these errors were encountered: