HashHound / Dogemone

Dogemone is a Privacy Blockchain following the Cryptonote protocol implementation.
https://dogemone.online/
Other
2 stars 0 forks source link

DOGEMONE.CONF #25

Open says112 opened 5 days ago

says112 commented 5 days ago

Hello! WHY DOESN'T THE WALLET SUPPORT THESE SETTINGS TO RUN IT ON A MINING POOL?

server=1 daemon=1 listen=1 rpcuser=yiimprpc rpcpassword= rpcport=53000 rpcthreads=64 rpcallowip=127.0.0.1

onlynet=ipv4

maxconnections=125

HashHound commented 5 days ago

This is not based on bitcoin, you have to run ./walletd --bind-port 53000 --bind-ip 127.0.0.1 for using the wallet daemon.

says112 commented 5 days ago

Это не основано на биткойнах, вам нужно запустить ./walletd --rpc-bind-port 53000 --rpc-bind-ip 127.0.0.1 для использования демона кошелька.

Снимок экрана от 2024-11-08 11-56-06 Gives errors.

HashHound commented 5 days ago

sorry, it was wrong flag, here are the options, Common Options: -c [ --config ] arg configuration file -h [ --help ] produce this help message and exit --local start with local node (remote is default) --testnet testnet mode --version Output version information --data-dir arg (=C:\Users\thana\AppData\Roaming/dogemone) Specify data directory --bind-address arg (=127.0.0.1) payment service bind address --bind-port arg (=16000) payment service bind port --bind-port-ssl arg (=16100) payment service bind port ssl --rpc-user arg Username to use with the RPC server. If empty, no server authorization will be done --rpc-password arg Password to use with the RPC server. If empty, no server authorization will be done --rpc-ssl-enable Enable SSL for RPC service --rpc-chain-file arg (=rpc_server.crt) SSL chain file --rpc-key-file arg (=rpc_server.key) SSL key file -w [ --container-file ] arg container file -p [ --container-password ] arg container password --change-password arg change container password and exit -g [ --generate-container ] generate new container file with one wallet and exit --view-key arg generate a container with this secret key view --spend-key arg generate a container with this secret spend key --mnemonic-seed arg generate a container with this mnemonic seed --deterministic generate a container with deterministic keys. View key is generated from spend key of the first address -d [ --daemon ] run as daemon in Unix or as service in Windows --register-service register service and exit (Windows only) --unregister-service unregister service and exit (Windows only) -l [ --log-file ] arg log file --server-root arg server root. The service will use it as working directory. Don't set it if don't want to change it --log-level arg log level --scan-height arg The height to begin scanning a wallet from

Remote Node Options: --daemon-address arg (=127.0.0.1) daemon address --daemon-port arg (=53000) daemon port

Local Node Options: --p2p-bind-ip arg (=0.0.0.0) Interface for p2p network protocol --p2p-bind-port arg (=49200) Port for p2p network protocol --p2p-external-port arg (=0) External port for p2p network protocol (if port forwarding used with NAT) --allow-local-ip Allow local ip add to peer list, mostly in debug purposes --add-peer arg Manually add peer to local peerlist --add-priority-node arg Specify list of peers to connect to and attempt to keep the connection open --add-exclusive-node arg Specify list of peers to connect to only. If this option is given the options add-priority-node and seed-node are ignored --seed-node arg Connect to a node to retrieve peer addresses, and disconnect --ban-list arg Specify ban list file, one IP address per line --hide-my-port Do not announce yourself as peerlist candidate

says112 commented 5 days ago

It’s still not clear how to launch it?

says112 commented 5 days ago

Снимок экрана от 2024-11-08 12-44-05

says112 commented 5 days ago

Снимок экрана от 2024-11-08 13-12-59

HashHound commented 4 days ago

you have generate a container file in order to use walletd

says112 commented 4 days ago

I launched the wallet but the pool says there is no connection. Снимок экрана от 2024-11-09 12-19-01 Снимок экрана от 2024-11-09 12-29-16

HashHound commented 3 days ago

launch the wallet as in process node, run with --local

says112 commented 3 days ago

What port rpc does it have? I installed 49200 and ap rpc 0.0.0.0 does not work. Снимок экрана от 2024-11-10 11-02-45 Снимок экрана от 2024-11-10 11-02-56