I'm running a "waves custom node" for testing purposes. Could anyone want to set up Node and join without the need for "faucet"

I’m running a “waves custom node” for testing purposes. Could anyone want to set up Node and join without the need for “faucet”.
Node was installed from the following source
(faster generation of blocks 60 sec interval, rewards 5 waves)
https://github.com/wavesplatform/private-node-docker-imag to
node version: 1.1.4
node: http://144.91.84.27:6869/
explorer: http://144.91.84.27:8080/

conf file

waves {
directory = /opt/waves

logging-level = DEBUG

blockchain {
type: CUSTOM
custom {
address-scheme-character: “R”
functionality {
feature-check-blocks-period = 5
blocks-for-feature-activation = 5
allow-temporary-negative-until: 0
allow-invalid-payment-transactions-by-timestamp: 0
require-sorted-transactions-after: 0
generation-balance-depth-from-50-to-1000-after-height: 0
minimal-generating-balance-after: 0
allow-transactions-from-future-until: 0
allow-unissued-assets-until: 0
require-payment-unique-id-after: 0
allow-invalid-reissue-in-same-block-until-timestamp: 0
allow-multiple-lease-cancel-transaction-until-timestamp: 0
reset-effective-balances-at-height: 1
allow-leased-balance-transfer-until: 0
block-version-3-after-height: 0
pre-activated-features = {
1 = 0
2 = 0
3 = 0
4 = 0
5 = 0
6 = 0
7 = 0
8 = 0
9 = 0
10 = 0
11 = 0
12 = 0
13 = 0
14 = 2
}
double-features-periods-after-height = 1000000000
max-transaction-time-back-offset = 120m
max-transaction-time-forward-offset = 90m
}
genesis {
average-block-delay: 60s
initial-base-target: 1240
timestamp: 1566817216027
block-timestamp: 1566817216027
signature: “4WNhR15xizRv3uYwaXgtMzuvQ8ukKKimoDSp19ms3W3UU9XHgFo8q5jgcnWYKkJ7qtam9g5i5kLr6g38iJe8Fdgh”
initial-balance: 10000000000000000
transactions = [
{recipient: “3M4qwDomRabJKLZxuXhwfqLApQkU592nWxF”, amount: 10000000000000000}
]
}
rewards {
term = 6
initial = 600000000
min-increment = 50000000
voting-interval = 3
}
}
}

rewards.desired = 500000000

network {
bind-address = “144.91.84.27”
port = 6860
known-peers = []
node-name = “md”
declared-address = “144.91.84.27:6860”

traffic-logger {
  ignore-tx-messages = [1, 2, 20, 21, 22, 24, 26, 27, 28]
  ignore-rx-messages = ${waves.network.traffic-logger.ignore-tx-messages}
}

}

wallet {
seed = “”
password = “”
}

rest-api {
enable = yes
bind-address = “0.0.0.0”
port = 6869
api-key-hash = “BNejVjPAWUrXJTqNrTboGPENAJt9PXnmfdtBgMSgs1u3”
}

miner {
interval-after-last-block-then-generation-is-allowed = 999d
max-transactions-in-micro-block = 500
micro-block-interval = 1500ms
min-micro-block-age = 0s
quorum = 0
}
}

kamon.enable = no
metrics.enable = no

include “local.conf”