Bitcoin Forum
May 24, 2024, 02:05:07 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 [2] 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 ... 102 »
21  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][DOGE] Dogecoin - very currency many coin - v1.10.0 on: February 10, 2021, 03:19:17 PM
Who #BTFD Wink
22  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][DOGE] Dogecoin - very currency many coin - v1.10.0 on: February 09, 2021, 12:45:34 PM
Who let the dogs out, who who who who Cheesy
23  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][DOGE] Dogecoin - very currency many coin - v1.10.0 on: February 07, 2021, 03:15:15 PM
Seems the Dog has been unleashed Cheesy
24  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][DOGE] Dogecoin - very currency many coin - v1.10.0 on: February 05, 2021, 01:43:52 PM
For those looking for a good list of active dogecoin peers:

In linux you can  get the list from blockchair's api and make a nice clean list in a text file using this command:

Code:
wget -q api.blockchair.com/dogecoin/nodes -O - | egrep -o '[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}' > dogecoinNodeList.txt && sed -i "s/^/addnode=/" dogecoinNodeList.txt && cat dogecoinNodeList.txt | tee -a dogecoin.conf

EDIT: Improved the command.

FYI run this within the dogecoin data directory. As it will put the new list of peers directly into your dogecoin.conf file !
25  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][DOGE] Dogecoin - very currency many coin - v1.10.0 on: February 03, 2021, 12:57:16 AM
Quote
There's some chatter going on in discord about february 4th... not too sure on the specifics, but potential another run. Could be in any direction tho lol


Which discord are you referring to ? May I have the link of it ?

Cheers

From DOGECOIN discord:  https://discord.gg/R4sXQDr6gQ

This message was posted in dogecointothemoon:

Josh'sDiscordDumpToday at 4:45 PM
Theres a lot of smaller groups planning for 4th from what ive seen
and its likely there will be more influx of users and cash after deposits settle in on robinhood
26  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][DOGE] Dogecoin - very currency many coin - v1.10.0 on: February 03, 2021, 12:54:35 AM
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


My hoster wants to have 65 USD for every 5 TByte of bandwidth, 1900 USD monthly for a flat, much to high in my opinion. I'm sorry, but I have stopped the doge service.

I will think about opening my home router for incoming connections, and use private computers for it. But for security reasons I have to reflect about it carefully, it will take some time.

if you use your own home based systems. I would recommend you run the node on a computer that you're NOT using for anything else, and just make sure it's got a good firewall running. and whatever you do make sure that the dogecoin's rpc ports are closed from the public side.
27  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][DOGE] Dogecoin - very currency many coin - v1.10.0 on: February 01, 2021, 03:04:45 PM
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
28  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][DOGE] Dogecoin - very currency many coin - v1.10.0 on: February 01, 2021, 01:33:39 PM
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)
29  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][DOGE] Dogecoin - very currency many coin - v1.10.0 on: February 01, 2021, 01:28:48 PM
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.
30  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][DOGE] Dogecoin - very currency many coin - v1.10.0 on: February 01, 2021, 04:24:39 AM
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.
31  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][DOGE] Dogecoin - very currency many coin - v1.10.0 on: February 01, 2021, 04:19:59 AM
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.
32  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][DOGE] Dogecoin - very currency many coin - v1.10.0 on: January 31, 2021, 06:54:15 PM
Doge is running !
33  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][DOGE] Dogecoin - very currency many coin - v1.10.0 on: January 30, 2021, 09:50:39 PM
As most of us expected the price is now tanking. The question is will we ever see this happen again in the future or maybe even next week as there is still some chatter going around social media that its not over. What do you all think? will we see another pump like the one we just saw or it will never happen again? I know one thing and that is I got it completely wrong as I never thought doge could break 100 sats again. Still doge never broke its ATH when priced in sats and I think that this will never happen because there is just too much supply out there however I could be wrong like I was with doge not breaking 100 sats.

There's some chatter going on in discord about february 4th... not too sure on the specifics, but potential another run. Could be in any direction tho lol
34  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][DOGE] Dogecoin - very currency many coin - v1.10.0 on: January 30, 2021, 09:18:08 PM
Would be nice if the OP get's updated too for the latest wallet(s) versions/bootstrap, etc.
35  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][DOGE] Dogecoin - very currency many coin - v1.10.0 on: January 30, 2021, 09:14:23 PM
I think I read somewhere that the old DOGE multi-bit wallet is still working,maybe that would be a better alternative than to download the whole blockchain for anybody that is interested in doing it.

On the issue I initiated on the repo it was provided a newer bootstrap that is being seeded from discord servers:

https://dogecoin.gg/dogecoin-bootstrap-2021-01-29.torrent

This one is about 44GB

Funny you mention it I just came across it in the discord, it's here:

https://multidoge.org/
36  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][DOGE] Dogecoin - very currency many coin - v1.10.0 on: January 30, 2021, 06:32:43 PM
Where's the bootstrap?HuhHuh      Having a hard time finding one that doesn't look illegitimate, surprising..... 

https://bootstrap.sochain.com/

This one works

works, but is pretty old. (only 12 GByte size)

You can quickly gauge whether bootstrap-file is the right one:
Right now it should be approximately 44 Gigabyte big

On the issue I initiated on the repo it was provided a newer bootstrap that is being seeded from discord servers:

https://dogecoin.gg/dogecoin-bootstrap-2021-01-29.torrent

This one is about 44GB
37  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][DOGE] Dogecoin - very currency many coin - v1.10.0 on: January 30, 2021, 06:11:24 PM
https://disboard.org/servers/tag/dogecoin

Discord Dogecoin servers, come join fellow shibes !
38  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][DOGE] Dogecoin - very currency many coin - v1.10.0 on: January 30, 2021, 05:52:47 PM
Where's the bootstrap?HuhHuh      Having a hard time finding one that doesn't look illegitimate, surprising..... 

https://bootstrap.sochain.com/

This one works
39  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][DOGE] Dogecoin - very currency many coin - v1.10.0 on: January 30, 2021, 04:19:56 PM
You gotta have the biggest balls of them all if ya still hodl'n right now  Kiss
40  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][DOGE] Dogecoin - very currency many coin - v1.10.0 on: January 30, 2021, 10:54:42 AM
Yes dogees if you are running a wallet, please please open the gates let the dogs in and keep it goin as a full node ! (meaning allowing other wallets to connect to yours !

EDIT: this will significantly improve network performance and reliability
Pages: « 1 [2] 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 ... 102 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!