Pages:
Author

Topic: [ANN][DOGE] Dogecoin - very currency many coin - v1.10.0 - page 40. (Read 3099334 times)

hero member
Activity: 1638
Merit: 507
The snake which cannot cast its skin has to die
https://prnt.sc/xz4hi4

As seen here on my system same thing 97% cpu but only one on of my cores Smiley So it's 97% out of 400% of my cpu is being used (I have 4 cores)

How many connections do you serve with your configuration?

I have now set maxconnections to 10, and my one core load has dropped to around 50%. The totalbytessent rises fast, so I believe the the cpu load is needed to serve the connections. In this case it's nearly impossible to serve 500 connections simultaniosly.

I have a limit of 5 TByte monthly internet traffic, and try to increase it. Doge alone will fill my traffic limit quickly.

Either way unless you are using 600% of your total cpu resources, You shouldn't worry, using max % of just one core is nothing. You're way below the threshold. And changing the number of clients you're connected with does indeed indicate there's more cpu load congruent with network usage. So that's normal.

 You do however have a bigger concern with the data cap on your service plan. That needs to be addressed sooner than later. So either connect with less nodes, or change your traffic limit. Firstly keep an eye on how much data transfer occurs over say a few days, then you can determine how much you'll need and make adjustments from there. Keep in mind every new node that might connect with you to do a full sync will probably average you at least 44 gigabytes or more a day (depending what your upload speed is). Which is also something else you should be able to limit, Rather than the number of connections but actually slow down your upload rates Wink
legendary
Activity: 1876
Merit: 1003
DOGE still does not give up their positions, perhaps in the near future we will see another growth ,it will be interesting to watch this  Wink

It's not easy for any large cap coin to stay on high position without any use case or mass adoption at the moment there is only manipulation going on and big whales are dumping their bags on noobs. When this hype will be over than people will remember this pump as nightmare because this is not an organic growth.
jr. member
Activity: 81
Merit: 5
https://prnt.sc/xz4hi4

As seen here on my system same thing 97% cpu but only one on of my cores Smiley So it's 97% out of 400% of my cpu is being used (I have 4 cores)

How many connections do you serve with your configuration?

I have now set maxconnections to 10, and my one core load has dropped to around 50%. The totalbytessent rises fast, so I believe the the cpu load is needed to serve the connections. In this case it's nearly impossible to serve 500 connections simultaniosly.

I have a limit of 5 TByte monthly internet traffic, and try to increase it. Doge alone will fill my traffic limit quickly.
hero member
Activity: 1638
Merit: 507
The snake which cannot cast its skin has to die
https://prnt.sc/xz4hi4

As seen here on my system same thing 97% cpu but only one on of my cores Smiley So it's 97% out of 400% of my cpu is being used (I have 4 cores)
hero member
Activity: 1638
Merit: 507
The snake which cannot cast its skin has to die
I'm finished for this time. My host 103.243.173.214:22556 has 32 maxconnections, a response time (ping) far lower than 1 second, and uses one complete core of the cpu. I will let it untouched this way. From 29 active connections only 5 are current, the remaining has to catch up. This perhaps explains the high cpu load. My system uses a nvme ssd, this is no bottleneck, waiting time for drive access is very low.

hmm usually high cpu load is during block downloading/syncing/verifying transactions, but you are also only using one cpu (4 cores i assume?). If you have the available memory, set your `dbcache=2000` in the dogecoin.conf file. this significantly helps with syncing. and reduces usage of the storage drive, keeping more data in ram.

I have configured dbcache=2048 for all testing now. Even with only 15 maxconnections I have a full load on one core:
Code:
# output of top(1)
top - 06:00:14 up 48 days, 13:46,  5 users,  load average: 2.27, 2.40, 2.34
Tasks: 252 total,   1 running, 251 sleeping,   0 stopped,   0 zombie
%Cpu(s):  9.1 us,  1.7 sy,  6.7 ni, 78.5 id,  0.4 wa,  0.0 hi,  3.7 si,  0.0 st
MiB Mem :  64225.1 total,    446.5 free,  20889.6 used,  42889.0 buff/cache
MiB Swap:  17360.0 total,  12809.9 free,   4550.1 used.  43043.0 avail Mem

    PID USER      PR  NI    VIRT    RES    SHR S  %CPU  %MEM     TIME+ COMMAND
4164700 doge      20   0 2666100   1.2g 132444 S  98.4   1.9  11:48.79 dogecoind

I have a 6 core 12 thread host. I don't want more cpu usage by one wallet daemon, so this is ok for me, more load is unwanted.



Ah ok, I have to point out something for you in what you indicated:  I have a 6 core 12 thread host. This is crucial point. That means the 100% load, is actually only 1 core being used of your cpu. If you were using all the cores it would be showing 600% usage not 100. This is how Linux delineates % cpu usage, by cores not the cpu unit as a whole.

So 100% = 1 core

You can see this better using the program HTOP: sudo apt install htop, it will also show you the affinity as well (number of cores the program is allowed access to), which you can change easily with htop.
member
Activity: 486
Merit: 12
Zettelkasten Dev
elon had this to say about DOGE when he was on clubhouse recently:

https://twitter.com/Beasterbxe/status/1356131712477114369



 Cheesy Cheesy Cheesy Cheesy Cheesy
newbie
Activity: 7
Merit: 0
Please, give me dogecoin nodes list v1.14.2! Thanks!

Admin:

AikaPool

Hello, why does the system not send our dogecoin earnings. Why don't you pay?

User ID : rukabilgisayar
Mail : [email protected]
jr. member
Activity: 81
Merit: 5
I'm finished for this time. My host 103.243.173.214:22556 has 32 maxconnections, a response time (ping) far lower than 1 second, and uses one complete core of the cpu. I will let it untouched this way. From 29 active connections only 5 are current, the remaining has to catch up. This perhaps explains the high cpu load. My system uses a nvme ssd, this is no bottleneck, waiting time for drive access is very low.

hmm usually high cpu load is during block downloading/syncing/verifying transactions, but you are also only using one cpu (4 cores i assume?). If you have the available memory, set your `dbcache=2000` in the dogecoin.conf file. this significantly helps with syncing. and reduces usage of the storage drive, keeping more data in ram.

I have configured dbcache=2048 for all testing now. Even with only 15 maxconnections I have a full load on one core:
Code:
# output of top(1)
top - 06:00:14 up 48 days, 13:46,  5 users,  load average: 2.27, 2.40, 2.34
Tasks: 252 total,   1 running, 251 sleeping,   0 stopped,   0 zombie
%Cpu(s):  9.1 us,  1.7 sy,  6.7 ni, 78.5 id,  0.4 wa,  0.0 hi,  3.7 si,  0.0 st
MiB Mem :  64225.1 total,    446.5 free,  20889.6 used,  42889.0 buff/cache
MiB Swap:  17360.0 total,  12809.9 free,   4550.1 used.  43043.0 avail Mem

    PID USER      PR  NI    VIRT    RES    SHR S  %CPU  %MEM     TIME+ COMMAND
4164700 doge      20   0 2666100   1.2g 132444 S  98.4   1.9  11:48.79 dogecoind

I have a 6 core 12 thread host. I don't want more cpu usage by one wallet daemon, so this is ok for me, more load is unwanted.

My daemon mostly is some blocks behind the current block. The connected hosts are lagging too. My last block is 3589562, the current one from blockchair is 3589563. I'm nearly current, but the load stays near 100%.
Code:
$ ./dogecoin-cli getpeerinfo | grep startingheight
    "startingheight": 3589535,
    "startingheight": 4688,
    "startingheight": 13904,
    "startingheight": 15676,
    "startingheight": 3589458,
    "startingheight": 536920,
    "startingheight": 3589489,
    "startingheight": 3589509,
    "startingheight": 3589550,
    "startingheight": 3589407,
    "startingheight": 28951,
    "startingheight": 4552,

I have a 64 GByte host, and only 1/3 of the memory is used, the remaining is drive cache.

Can this info explain the high load? totalbytessent is incredible high in comparison to totalbytesrecv. And the sent counter rises quickly, after a few minutes it's 1 GByte more.
Code:
$ ./dogecoin-cli getnettotals
{
  "totalbytesrecv": 8300980,
  "totalbytessent": 4952289892,
  "timemillis": 1612177939714,
  "uploadtarget": {
    "timeframe": 86400,
    "target": 0,
    "target_reached": false,
    "serve_historical_blocks": true,
    "bytes_left_in_cycle": 0,
    "time_left_in_cycle": 0
  }
}

My host is ubuntu 20.04.1 LTS. The wallet comes from https://github.com/dogecoin/dogecoin/releases, file is dogecoin-1.14.2-x86_64-linux-gnu.tar.gz, md5sum is ecc01479161d3c872f0b725f184c8983.
sr. member
Activity: 1652
Merit: 382
DOGE still does not give up their positions, perhaps in the near future we will see another growth ,it will be interesting to watch this  Wink
hero member
Activity: 1638
Merit: 507
The snake which cannot cast its skin has to die
I'm finished for this time. My host 103.243.173.214:22556 has 32 maxconnections, a response time (ping) far lower than 1 second, and uses one complete core of the cpu. I will let it untouched this way. From 29 active connections only 5 are current, the remaining has to catch up. This perhaps explains the high cpu load. My system uses a nvme ssd, this is no bottleneck, waiting time for drive access is very low.

hmm usually high cpu load is during block downloading/syncing/verifying transactions, but you are also only using one cpu (4 cores i assume?). If you have the available memory, set your `dbcache=2000` in the dogecoin.conf file. this significantly helps with syncing. and reduces usage of the storage drive, keeping more data in ram.
hero member
Activity: 1638
Merit: 507
The snake which cannot cast its skin has to die
Been looking more into this SatoshiStreetBets on reddit, seems they also targeted the Silver commodity market (which I'm happy to see that my portfolio made some nice gains lol). And from checking the reddit forum they're still shilling Doge pretty hard, could be interesting next days/weeks ahead.

A lot of talk amongst them about best ways to buy doge through coinbase and binance. Funny nobody mentioned you can instant buy them on bittrex... a lot of noobs there from the looks of it.
jr. member
Activity: 81
Merit: 5
I'm finished for this time. My host 103.243.173.214:22556 has 32 maxconnections, a response time (ping) far lower than 1 second, and uses one complete core of the cpu. I will let it untouched this way. From 29 active connections only 5 are current, the remaining has to catch up. This perhaps explains the high cpu load. My system uses a nvme ssd, this is no bottleneck, waiting time for drive access is very low.
jr. member
Activity: 42
Merit: 4
Anyone know if poloniex will ever re-enable the wallets?

Currently 116 poloniex v 135 binance

I need to get my dogecoin out of that exchange, pronto!
jr. member
Activity: 81
Merit: 5
My host with 510 active connections has a response time in the magnitude order of a minute. Too high maxconnections could make it worse. I reduced it to 128 connections and observe it.
hero member
Activity: 1638
Merit: 507
The snake which cannot cast its skin has to die
Doge is running !
hero member
Activity: 2366
Merit: 838
Anyone know how to get a hold of him?
With Dogecoin, you don't need developers. It is a coin for fun but you can speculate it and get profit. It is not a joke. The pump 2 days ago proves that it is not a joke.

Many people regret that they did not buy Dogecoin when price is below or around 20 satoshis. Now they hope they will see that price again. They will see it again but the question, will they buy the coin when this price comes back? I believe they will hesitate, fear again and will regret later again.
jr. member
Activity: 81
Merit: 5
I have activated the fullnode, though it is about one day behind. maxconnections is 512. IP is
103.243.173.214:22556
Some competence here shall test it, thanks in advance.
jr. member
Activity: 81
Merit: 5
A blockchain download until yesterday can be found here. The README contains the md5 checksum. Enter the line in your Internet Browser for downloading. The archive is a 38 GByte size tar gzip, created on Linux. Perhaps it works under Windows, but I don't know.

Code:
ftp://185.150.190.19/chain-doge.dogecoin_v1.14.2_d21-01-30.tgz
ftp://185.150.190.19/README

A fullnode on a dedicated server will be available in a few hours.
jr. member
Activity: 133
Merit: 5
There's some chatter going on in discord about february 4th...

lol... any pump so far has never been announced or smelled beforehand.

the day after Einsteins usually come up with stories like:

"eeeeeh Musk tweeted a message starting with the letter D that was ther reason for the pump!!!"

"ehhhh Pamela Anderson bought a doge dog a month ago that must be the reson for the pump for sure!!!"

and so on

The hint was "fly me to the moon", was there a couple months almost.

28th was the full moon, wolf moon.

Doge was the rocket moon launcher. There are subtle clues in the underworld.
Buy the rumour, not the news as some say.

There is a underground network of people in the media that give these hints. If you ask they deny it but the clues are there if you catch into the talk.
sr. member
Activity: 840
Merit: 267
Chad Hodler since 2013
There's some chatter going on in discord about february 4th...

lol... any pump so far has never been announced or smelled beforehand.

the day after Einsteins usually come up with stories like:

"eeeeeh Musk tweeted a message starting with the letter D that was ther reason for the pump!!!"

"ehhhh Pamela Anderson bought a doge dog a month ago that must be the reson for the pump for sure!!!"

and so on
Pages:
Jump to: