Post
Topic
Board Announcements (Altcoins)
Re: [ANN] [MAGA] Magacoin - Build the Wall! -- NO PREMINE | NO ICO/CROWDFUND
by
magatoshi
on 15/07/2017, 21:58:06 UTC
Win-64 Release of the miner crashes upon opening for myself.

Are there any logs? Please report them to Github.

rpcallowip=0.0.0.0/0

that will allow all IPs
Please do not use 0.0.0.0/0 as that allows everyone on the global internet (assuming you are NAT/port forwarding) to execute RPC calls against your client which is a very big security risk. Instead, I'd recommend that you hardcode all other IPs individually; if not on your private network, use their public IP, ie.

rpcallowip=127.0.0.1
rpcallowip=8.8.8.8
rpcallowip=192.168.1.0/24


MAGA