good morning!!!!
Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
E
Erigon
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Harbor Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
a
Erigon
Commits
325785ab
Unverified
Commit
325785ab
authored
4 years ago
by
Alex Sharov
Committed by
GitHub
4 years ago
Browse files
Options
Downloads
Patches
Plain Diff
add net namespace (#974)
parent
c61f8a5b
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
README.md
+1
-1
1 addition, 1 deletion
README.md
cmd/rpcdaemon/Readme.md
+1
-1
1 addition, 1 deletion
cmd/rpcdaemon/Readme.md
cmd/rpctest/Readme.md
+2
-2
2 additions, 2 deletions
cmd/rpctest/Readme.md
docker-compose.yml
+1
-1
1 addition, 1 deletion
docker-compose.yml
with
5 additions
and
5 deletions
README.md
+
1
−
1
View file @
325785ab
...
...
@@ -110,7 +110,7 @@ it can run from a snapshot of a database for read-only calls.
```
> make rpcdaemon
> ./build/bin/rpcdaemon --chaindata ~/Library/TurboGeth/tg/chaindata --http.api=eth,debug
> ./build/bin/rpcdaemon --chaindata ~/Library/TurboGeth/tg/chaindata --http.api=eth,debug
,net
```
**For remote DB**
...
...
This diff is collapsed.
Click to expand it.
cmd/rpcdaemon/Readme.md
+
1
−
1
View file @
325785ab
...
...
@@ -8,7 +8,7 @@ it can run from a snapshot of a database for read-only calls. [Docs](./cmd/rpcda
```
> make rpcdaemon
> ./build/bin/rpcdaemon --chaindata ~/Library/TurboGeth/tg/chaindata --http.api=eth,debug
> ./build/bin/rpcdaemon --chaindata ~/Library/TurboGeth/tg/chaindata --http.api=eth,debug
,net
```
**For remote DB**
...
...
This diff is collapsed.
Click to expand it.
cmd/rpctest/Readme.md
+
2
−
2
View file @
325785ab
...
...
@@ -31,8 +31,8 @@ open plot.html
### Results from my Macbook:
start rpcdaemon with turbo_geth:
```
GODEBUG=remotedb.debug=1 go run ./cmd/tg --private.api.addr localhost:9997 --rpcport 8545 --rpc --rpcapi eth,debug --nodiscover
GODEBUG=remotedb.debug=1 go run ./cmd/rpcdaemon --rpcapi eth,debug --rpcport 9545 --private.api.addr 127.0.0.1:9997
GODEBUG=remotedb.debug=1 go run ./cmd/tg --private.api.addr localhost:9997 --rpcport 8545 --rpc --rpcapi eth,debug
,net
--nodiscover
GODEBUG=remotedb.debug=1 go run ./cmd/rpcdaemon --rpcapi eth,debug
,net
--rpcport 9545 --private.api.addr 127.0.0.1:9997
```
On simple requests
`eth_getBlockByNumber`
RPC Daemon looks well:
...
...
This diff is collapsed.
Click to expand it.
docker-compose.yml
+
1
−
1
View file @
325785ab
...
...
@@ -38,7 +38,7 @@ services:
rpcdaemon
:
image
:
turbo-geth:latest
command
:
rpcdaemon --private.api.addr="turbo-geth:9090" --http.addr="0.0.0.0" --http.vhosts="*" --http.corsdomain="*" --http.api="eth,debug"
command
:
rpcdaemon --private.api.addr="turbo-geth:9090" --http.addr="0.0.0.0" --http.vhosts="*" --http.corsdomain="*" --http.api="eth,debug
,net
"
ports
:
-
8545:8545
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment