Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add faucet support #3

Open
wants to merge 7 commits into
base: op-es
Choose a base branch
from
Open

add faucet support #3

wants to merge 7 commits into from

Conversation

blockchaindevsh
Copy link

The faucet can be run like this:

go run cmd/faucet/{faucet.go,website.go} --wsrpc ws://65.109.20.29:8546 --faucet.name Quarkchain --account.json faucet.json --account.pass faucet_pass.txt --loglevel 0 --noauth --faucet.amount 1000 --noauth --ethrpc https://rpc.eth.gateway.fm

@blockchaindevsh blockchaindevsh force-pushed the feature/faucet branch 2 times, most recently from 29e8047 to 7f57225 Compare September 28, 2024 01:32
@@ -5,7 +5,7 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">

<title>QuarkChain L2: Authenticated Faucet</title>
<title>Super World Computer: Authenticated Faucet</title>
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Super World Computer: Alpha Testnet Authenticated Fauct

@@ -56,13 +56,13 @@
<div class="container">
<div class="row" style="margin-bottom: 16px;">
<div class="col-lg-12">
<h1 style="text-align: center;"><i class="fa fa-bath" aria-hidden="true"></i> QuarkChain L2 Authenticated Faucet</h1>
<h1 style="text-align: center;"><i class="fa fa-bath" aria-hidden="true"></i> Super World Computer Authenticated Faucet</h1>
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Super World Computer: Alpha Testnet Authenticated Fauct

@@ -93,7 +93,7 @@ <h1 style="text-align: center;"><i class="fa fa-bath" aria-hidden="true"></i> Qu
<div class="row" style="margin-top: 32px;">
<div class="col-lg-12">
<h3>How does this work?</h3>
<p>This QKC faucet is running on the QuarkChain L2 network. To prevent malicious actors from exhausting all available funds or accumulating enough QKC to mount long running spam attacks, requests are tied to Ethereum mainnet accounts. Anyone having at least 0.01 ETH in Ethereum mainnet may request funds within the permitted limits.</p>
<p>This QKC faucet is running on the Super World Computer. To prevent malicious actors from exhausting all available funds or accumulating enough QKC to mount long running spam attacks, requests are tied to Ethereum mainnet accounts. Anyone having at least 0.01 ETH in Ethereum mainnet may request funds within the permitted limits.</p>
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This faucet is running on the Super World Computer Chain.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants