-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Parity 2.2.6-beta and musicoin issues. #10169
Comments
Are you certain you don't have any monitoring software querying your node? This looks like something is calling an rpc method on your node related to blocks, and requesting information from a pending block. |
I checked this. I even set: apis = ["eth","net"] and removed rpc and still the same issue. |
Getting rid of the rpc api from rpc doesn't disable rpc afaik? That would be a Could you please enable rpc logging with
|
2019-01-11 13:18:28 UTC IO Worker #3 INFO network Public node URL: enode://fc16922b7e5d261a5d33124914ca0fab37ed58bcf135aacd0fea8b67b1cc3df761f00b52403774fd63152fad69ba37dc8d7a69819a158e2f9c51b45b469e64be@45.43.30.3:38004 |
Welp looks like I stand corrected and you were correct. I did have a test pool that was pointing to the RPC port that I must of left running for months. Killed that at it is good to go. |
😅 |
Went from Parity version 1.10.9 to 2.2.6-beta. It did the DB migration from 12 to 13 and blooms to blooms-db just fine. I did this on ellaism, expanse, and ethereum classic as well without issues. After migration and startup I now get the following:
2019-01-11 12:02:40 UTC
Pending
is deprecated and may be removed in future versions. Falling back toLatest
2019-01-11 12:02:40 UTC
Pending
is deprecated and may be removed in future versions.2019-01-11 12:02:41 UTC
Pending
is deprecated and may be removed in future versions.2019-01-11 12:02:41 UTC
Pending
is deprecated and may be removed in future versions.2019-01-11 12:02:41 UTC
Pending
is deprecated and may be removed in future versions.2019-01-11 12:02:41 UTC
Pending
is deprecated and may be removed in future versions.This is repeated continuous until stopped. I wiped the DB to see if that was the issue. The error starts up immediately. I do not have my pool software running. This is just the initial Parity startup.
Config:
[parity]
chain = "musicoin"
base_path = "/pools/musicpool/paritymusic"
[network]
port = 38004
allow_ips = "public"
min_peers = 75
max_peers = 100
[rpc]
port = 18004
interface = "local"
apis = ["eth","net","parity","rpc"]
[websockets]
disable = true
[footprint]
pruning = "fast"
pruning_memory = 256
cache_size_db = 512
cache_size = 4096
[misc]
log_file = "/pools/musicpool/logs/parity.log"
color = false
[account]
unlock = ["]
password = ["/pools/musicpool/pass"]
[ui]
disable = true
[mining]
author = ""
The text was updated successfully, but these errors were encountered: