Who can make FAUCET PEERCOIN WEBSITE?

It will be easier for others to help you if you report details of what errors you got, for example what you did and what happened, what error message you got.

So i have many cloud servers, but i dont know how to use ruby.

I made faucet, and first problem was wallet rpc-information. So i downloaded new wallet (PPcoin) and made ppcoin.conf in app/data…etc

contect is:
listen=1
server=1
daemon=1
rpcuser=peercoin
rpcpassword=myownpasshere!
rpcallowip=*
rpcport=9050
rpcconnect=127.0.0.1

these setting are in faucet config.php also but faucet says “Cannot seem to connect at the moment, please come back later!”

I tried SOCK4 setting and enabled it, then i didnt get any connections for my wallet so i took it off.

Maybe your wallet is not sync’ed yet. The server part of wallet may not respond to rpc call if it is initializing. By the way rpcallowip=* can be dangerous if you have a weak password.

I know * can be dangerous. But my pass is very strong, and i can modify things more when i get it work first. Wallet been updated over 24hours now and still not connecting…thats littlebit weird.

Also tried ruby on rails hosting platforms, but too hard to get things up when i dont have any skills with ruby.

Edit: btw i tried port 9902 and no luck, so what port is right one?

[quote=“M4ketech, post:44, topic:1066”]Wallet been updated over 24hours now and still not connecting…thats littlebit weird.
Edit: btw i tried port 9902 and no luck, so what port is right one?[/quote]

try addnode these in your conf file
“addr” : “107.150.33.20:9901”,
“addr” : “173.255.226.52:9901”,
“addr” : “72.51.28.206:9901”,
“addr” : “24.155.228.230:9901”,
“addr” : “91.64.26.77:9901”,
“addr” : “76.20.40.89:9901”,
“addr” : “60.240.136.98:9901”,
“addr” : “24.64.97.145:9901”,

Edit: whoops, I misread the topic. The Peercoin main net’s port is 9902.

Peercoin’s default Testnet RPC port is 9904.

Hey, why not make a faucet basing on reddit tip bot (/u/ppctip from r/PeercoinTippingBot)?