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
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
rpcuser=rpcuser2
rpcpassword=rpcpassword2
rpcallowip=127.0.0.1
gen=0
server=1
daemon=1
rpcport=rpcport2
port=port2
algo=sha256
datadir=/location/digibyte2/
thank you so much, that worked perfectly! Didn't know about the datadir in the conf file.
I have to get some more RAM for my setup though, running two wallets takes up a lot of resources. but when that is sorted out I will be up and running with two P2pools
For now only one pool is running, check it out if you want, stability is my objective here. Several blocks are being found