Post
Topic
Board Announcements (Altcoins)
Re: ★★DigiByte|极特币★★[DGB]✔ Core v6.16.5.1 - DigiShield, DigiSpeed, Segwit
by
amarian12
on 29/08/2019, 17:33:46 UTC
Hi

Is it possible to host two p2pools, running Scrypt and SHA256, using different rpc and p2p ports, connecting to the same digibyte wallet running on the same machine?
Or if that is not possible, running two digibyte wallet digibyted, on the samen machine using different digibyte.conf files?
I cant find any info on this, google is not! my friend regarding this issue.

best regards

Lawzt
 


you need to run 2 wallets and 2 pools (yes you can run them on same server but you need to use different ports and different location for wallets)

./digibyted -conf=/location/digibyte1.conf -deprecatedrpc=accounts
./digibyted -conf=/location/digibyte2.conf -deprecatedrpc=accounts

where on conf you have:

on digibyte1.conf
Code:
rpcuser=rpcuser1
rpcpassword=rpcpassword1
rpcallowip=127.0.0.1
gen=0
server=1
daemon=1
rpcport=rpcport1
port=port1
algo=scrypt
datadir=/location/digibyte1/

and on digibyte2.conf

Code:
rpcuser=rpcuser2
rpcpassword=rpcpassword2
rpcallowip=127.0.0.1
gen=0
server=1
daemon=1
rpcport=rpcport2
port=port2
algo=sha256
datadir=/location/digibyte2/