Comment
Author: Admin | 2025-04-28
PhoenixMax Ravencoin Pool - v1.0.1 Special EditionHighly Efficient Mining Pool for Ravencoin!ScreenshotsHomeNode Open Mining Portal consists of 3 main modules:ProjectLinkPhoenixMax Ravencoin Poolhttps://github.com/Racing1/phoenixmax-ravencoin-poolPhoenixMax Ravencoin Stratumhttps://github.com/Racing1/phoenixmax-ravencoin-stratumPhoenixMax Ravencoin Hashinghttps://github.com/Racing1/phoenixmax-ravencoin-hashingRequirementsNOTE: These requirements will be installed in the install section!Ubuntu Server 18.04.* LTSCoin daemonNode Version ManagerNode 8.1.7Process Manager 2 / pm2Redis ServerntpInstall RavenCoin Daemon ~/.raven/raven.confecho "rpcpassword=pass1" >> ~/.raven/raven.confecho "prune=550" >> ~/.raven/raven.confecho "daemon=1" >> ~/.raven/raven.conf./ravend./raven-cli getnewaddress">adduser poolusermod -aG sudo poolsu - poolsudo apt install wgetwget https://github.com/RavenProject/Ravencoin/releases/download/v4.3.2.1/raven-4.3.2.1-x86_64-linux-gnu.zipunzip raven-4.3.2.1-x86_64-linux-gnu.ziprm raven*zipcd linuxtar -xvf raven-4.3.2.1-x86_64-linux-gnu.tar.gzrm raven*gzcd raven-4.3.2.1/binmkdir -p ~/.raven/touch ~/.raven/raven.confecho "rpcuser=user1" > ~/.raven/raven.confecho "rpcpassword=pass1" >> ~/.raven/raven.confecho "prune=550" >> ~/.raven/raven.confecho "daemon=1" >> ~/.raven/raven.conf./ravend./raven-cli getnewaddressExample output: RNs3ne88DoNEnXFTqUrj6zrYejeQpcj4jk - it is the address of your pool, you need to remember it and specify it in the configuration file pool_configs/ravencoin.json../raven-cli getaddressesbyaccount ""Information about pool wallet address../raven-cli getwalletinfoGet more information../raven-cli getblockcountInformation about synchronization of blocks in the main chain.Other helpfull commands.Install Poolsudo apt install git -ycd ~git config --global http.https://gopkg.in.followRedirects truegit clone https://github.com/Racing1/phoenixmax-ravencoin-pool.gitcd phoenixmax-ravencoin-pool/./install.shConfigure PoolChange "stratumHost": "raven.phoenixmax.org", to your IP or DNS in file config.json:cd ~/phoenixmax-ravencoin-poolnano config.json{ "poolname": "Ravencoin Pool", "devmode": false, "devmodePayMinimim": 0.25, "devmodePayInterval": 120, "logips": true, "anonymizeips": true, "ipv4bits": 16, "ipv6bits": 16, "defaultCoin": "ravencoin", "poollogo": "/website/static/img/poollogo.png", "discord": "Join our #mining channel on Discord: ", "discordlink": "https://discord.gg/", "pagetitle": "Ravencoin Pool - 0.5 % Fees Promo - Run By Professionals", "pageauthor": "PhoenixMax", "pagedesc": "A reliable, low fee, easy to use mining pool for Ravencoin! Get started mining today!", "pagekeywds": "GPU,CPU,Hash,Hashrate,Cryptocurrency,Crypto,Mining,Pool,Ravencoin,Easy,Simple,How,To", "btcdonations": "1GXEm97T5iXAeYHBj2GuL3TKKRpkNas4Qt", "ltcdonations": "LWBZWLmjqeQFnMqS9NctcdSx3TEYHyzfGz", "rvndonations": "RNs3ne88DoNEnXFTqUrj6zrYejeQpcj4jk", "logger" : { "level" : "debug", "file" : "/home/pool/jamps-ravencoin-pool/logs/ravencoin_debug.log" }, "cliHost": "127.0.0.1", "cliPort": 17117, "clustering": { "enabled": false, "forks": "auto" }, "defaultPoolConfigs": { "blockRefreshInterval": 400, "jobRebroadcastTimeout": 25, "connectionTimeout": 600, "emitInvalidBlockHashes": false, "validateWorkerUsername": true, "tcpProxyProtocol": false, "banning": { "enabled": true, "time": 600, "invalidPercent": 50, "checkThreshold": 500, "purgeInterval": 300 }, "redis": { "host": "127.0.0.1", "port": 6379 } }, "website": { "enabled": true, "sslenabled": false, "sslforced": false, "host": "0.0.0.0", "port": 80, "sslport":
Add Comment