HodlOrava
Member
Offline
Activity: 120
Merit: 10
|
|
October 03, 2017, 04:29:01 AM Last edit: October 03, 2017, 01:21:34 PM by HodlOrava |
|
Anyone who has a reliable node at a fixed ip address, please message me if you'd like me to point the a dns addresses at your node to help with keeping the network robust for new users to get started.
Looks like many alt coins use modified Bitcoin seeder https://github.com/sipa/bitcoin-seeder . If that was forked for Hodlcoin we could easily run DNS seeders. DisasterFaster might run one for us?
|
|
|
|
M1ST3R
Member
Offline
Activity: 89
Merit: 10
|
|
October 03, 2017, 05:44:02 PM |
|
I'm quite new to bitcoin, hodlcoin etc networks but I'm trying to learn more. Looks like there is no DNS Seeds. Hodlcoin wallet has hardcoded "DNS seeds" but those seeds are actually just nodes. Only westcoast.hodlcoin.com and eastcoast.hodlcoin.com are working. vSeeds.push_back(CDNSSeedData("westcoast.hodlcoin.com", "westcoast.hodlcoin.com")); //West Coast vSeeds.push_back(CDNSSeedData("eastcoast.hodlcoin.com", "eastcoast.hodlcoin.com"));//East Coast vSeeds.push_back(CDNSSeedData("europe.hodlcoin.com", "europe.hodlcoin.com")); //Europe vSeeds.push_back(CDNSSeedData("asia.hodlcoin.com", "asia.hodlcoin.com"));//Asia vSeeds.push_back(CDNSSeedData("174.140.166.133","174.140.166.133"));//Hodl-lay-yee-hoo vSeeds.push_back(CDNSSeedData("54.201.171.55", "54.201.171.55")); vSeeds.push_back(CDNSSeedData("54.213.104.91", "54.213.104.91")); DNS seed should give a list of node addresses like bitcoin dns seed seed.bitcoin.sipa.be. nslookup seed.bitcoin.sipa.be Non-authoritative answer: Name: seed.bitcoin.sipa.be Addresses: 2001:0:9d38:6abd:281a:362b:a05a:69a4 2002:d2d3:6da5::d2d3:6da5 2001:0:4137:9e76:cb5:b1e:a3e4:52f1 .......... 128.79.2.48 46.101.236.112 193.138.218.38 5.199.134.67 13.93.6.133 5.101.140.194 172.110.8.233 94.230.153.4 80.233.141.86 49.2.147.201 13.113.109.33 5.9.106.77 71.93.161.226 13.228.170.183 77.21.109.150 96.20.227.39 24.21.123.250 5.196.211.87 153.215.15.204 177.204.64.200 94.28.163.45 43.229.76.56 106.15.186.248 213.174.156.83 If node is listening incoming connections you should get a response from port 1989. This can be tested by tcping https://elifulkerson.com/projects/tcping.php . C:\Windows\system32>tcping westcoast.hodlcoin.com 1989
Probing 96.44.157.195:1989/tcp - Port is open - time=208.603ms Probing 96.44.157.195:1989/tcp - Port is open - time=208.711ms Probing 96.44.157.195:1989/tcp - Port is open - time=205.467ms Probing 96.44.157.195:1989/tcp - Port is open - time=200.919ms
Ping statistics for 96.44.157.195:1989 4 probes sent. 4 successful, 0 failed. Approximate trip times in milli-seconds: Minimum = 200.919ms, Maximum = 208.711ms, Average = 205.925ms But if nodes eastcoast.hodlcoin.com and westcoast.hodlcoin.com are working why users cannot sync their wallets via those nodes? When you manually add other nodes syncing works. Mmh. westcoast.hodlcoin.com is running version "/HOdlcoin:3.0.0/". I added connect=46.4.64.68 connect=eastcoast.hodlcoin.com connect=westcoast.hodlcoin.com to my hodlcoin.conf to make my node hodlcoin.dy.fi always connect to those nodes. Thanks for this investigation. I've removed the westcoast and dead nodes and repointed them at some hopefully live nodes that should aid new users with connections. Anyone still running 3.0.0, please stop! Anyone who has a reliable node at a fixed ip address, please message me if you'd like me to point the a dns addresses at your node to help with keeping the network robust for new users to get started. Also, no, coin is not dead. :p Hi Freetrade, long time no post. It's good for us to get a blip from you now and then so we'll know that you're still on this project. Anyway, happy to hear from you.
|
|
|
|
smartboydk
|
|
October 04, 2017, 08:12:12 AM |
|
FreeTrade, good to see that you are still here and have not abandoned the project.
Dear Sir When price will be back I buy higher rate & noe to much small amount to much problem me & more losses now............help pls
|
|
|
|
DisasterFaster
|
|
October 05, 2017, 09:02:18 AM |
|
I'm quite new to bitcoin, hodlcoin etc networks but I'm trying to learn more. Looks like there is no DNS Seeds. Hodlcoin wallet has hardcoded "DNS seeds" but those seeds are actually just nodes. Only westcoast.hodlcoin.com and eastcoast.hodlcoin.com are working. vSeeds.push_back(CDNSSeedData("westcoast.hodlcoin.com", "westcoast.hodlcoin.com")); //West Coast vSeeds.push_back(CDNSSeedData("eastcoast.hodlcoin.com", "eastcoast.hodlcoin.com"));//East Coast vSeeds.push_back(CDNSSeedData("europe.hodlcoin.com", "europe.hodlcoin.com")); //Europe vSeeds.push_back(CDNSSeedData("asia.hodlcoin.com", "asia.hodlcoin.com"));//Asia vSeeds.push_back(CDNSSeedData("174.140.166.133","174.140.166.133"));//Hodl-lay-yee-hoo vSeeds.push_back(CDNSSeedData("54.201.171.55", "54.201.171.55")); vSeeds.push_back(CDNSSeedData("54.213.104.91", "54.213.104.91")); DNS seed should give a list of node addresses like bitcoin dns seed seed.bitcoin.sipa.be. nslookup seed.bitcoin.sipa.be Non-authoritative answer: Name: seed.bitcoin.sipa.be Addresses: 2001:0:9d38:6abd:281a:362b:a05a:69a4 2002:d2d3:6da5::d2d3:6da5 2001:0:4137:9e76:cb5:b1e:a3e4:52f1 .......... 128.79.2.48 46.101.236.112 193.138.218.38 5.199.134.67 13.93.6.133 5.101.140.194 172.110.8.233 94.230.153.4 80.233.141.86 49.2.147.201 13.113.109.33 5.9.106.77 71.93.161.226 13.228.170.183 77.21.109.150 96.20.227.39 24.21.123.250 5.196.211.87 153.215.15.204 177.204.64.200 94.28.163.45 43.229.76.56 106.15.186.248 213.174.156.83 If node is listening incoming connections you should get a response from port 1989. This can be tested by tcping https://elifulkerson.com/projects/tcping.php . C:\Windows\system32>tcping westcoast.hodlcoin.com 1989
Probing 96.44.157.195:1989/tcp - Port is open - time=208.603ms Probing 96.44.157.195:1989/tcp - Port is open - time=208.711ms Probing 96.44.157.195:1989/tcp - Port is open - time=205.467ms Probing 96.44.157.195:1989/tcp - Port is open - time=200.919ms
Ping statistics for 96.44.157.195:1989 4 probes sent. 4 successful, 0 failed. Approximate trip times in milli-seconds: Minimum = 200.919ms, Maximum = 208.711ms, Average = 205.925ms But if nodes eastcoast.hodlcoin.com and westcoast.hodlcoin.com are working why users cannot sync their wallets via those nodes? When you manually add other nodes syncing works. Mmh. westcoast.hodlcoin.com is running version "/HOdlcoin:3.0.0/". I added connect=46.4.64.68 connect=eastcoast.hodlcoin.com connect=westcoast.hodlcoin.com to my hodlcoin.conf to make my node hodlcoin.dy.fi always connect to those nodes. Thanks for this investigation. I've removed the westcoast and dead nodes and repointed them at some hopefully live nodes that should aid new users with connections. Anyone still running 3.0.0, please stop! Anyone who has a reliable node at a fixed ip address, please message me if you'd like me to point the a dns addresses at your node to help with keeping the network robust for new users to get started. Also, no, coin is not dead. :p FreeTRade - check your personal messages here I sent you the necessary node info for HOdl.
|
|
|
|
Onizuka3024
Newbie
Offline
Activity: 53
Merit: 0
|
|
October 06, 2017, 03:40:30 AM |
|
Hello guys.. Should i buy hodl coin? Project look great but progressing
|
|
|
|
DenisZabar
|
|
October 06, 2017, 10:56:02 AM |
|
Hello guys.. Should i buy hodl coin? Project look great but progressing Its cheap so why not spending couple of bucks/btc?
|
|
|
|
bitnod
|
|
October 07, 2017, 06:20:54 AM |
|
Hi guys,
need blockchain.rar update for wallet
thx
|
|
|
|
h0g0f0g0
|
|
October 07, 2017, 11:34:04 AM |
|
Honestly I am surprised to see some movement here. I believe the project is completely abandoned. As an old (bag)hodler I would certainly love this to come back to life, but not sure if we have community and devs out there. Is there anything I can do for this coin?
Is there a gpu miner already? How much you can mine with decent i7 these days?
|
|
|
|
bitnod
|
|
October 07, 2017, 04:43:44 PM |
|
Honestly I am surprised to see some movement here. I believe the project is completely abandoned. As an old (bag)hodler I would certainly love this to come back to life, but not sure if we have community and devs out there. Is there anything I can do for this coin?
Is there a gpu miner already? How much you can mine with decent i7 these days?
lol GPU no GPU coin I7 test !! since hardfork hodl revive ^^ I would create a fork hodl for a project, perfect for me, relaunched the community would be well
|
|
|
|
bitnod
|
|
October 07, 2017, 06:04:10 PM |
|
Honestly I am surprised to see some movement here. I believe the project is completely abandoned. As an old (bag)hodler I would certainly love this to come back to life, but not sure if we have community and devs out there. Is there anything I can do for this coin?
Is there a gpu miner already? How much you can mine with decent i7 these days?
everything is possible and depends on us for me a crypto must be Asic or GPU or CPU CPU = popular people ( all class ) check VRM This crypto has a future & even more since hardfork
|
|
|
|
bitnod
|
|
October 07, 2017, 06:26:24 PM |
|
problem with my worker
jump 26KH/s => 17 Kh/s => 30 KH/s .. many test.. impossible stability
use hodlminer wolf "main pool"
&
need : last update blockchain hodl (wallet windaub)
|
|
|
|
danXmas
Newbie
Offline
Activity: 33
Merit: 0
|
|
October 07, 2017, 07:03:59 PM |
|
The (or one of the) devs just stated (one page ago or so) that the project is still alive.
|
|
|
|
bitnod
|
|
October 07, 2017, 07:11:16 PM |
|
The (or one of the) devs just stated (one page ago or so) that the project is still alive.
info please I am French. I am working on a future community (PoW CPU + Token) and I would like to support Hodl ..... I watched for months (waiting for news) and today here for a good reason
|
|
|
|
Bit expert
Newbie
Offline
Activity: 42
Merit: 0
|
|
October 07, 2017, 07:16:46 PM |
|
How do you think is this project reliable?
|
|
|
|
danXmas
Newbie
Offline
Activity: 33
Merit: 0
|
|
October 07, 2017, 07:32:34 PM |
|
The (or one of the) devs just stated (one page ago or so) that the project is still alive.
info please I am French. I am working on a future community (PoW CPU + Token) and I would like to support Hodl ..... I watched for months (waiting for news) and today here for a good reason Some kind of update from the team would be great and an official slack/discord and telegram for additional discussions would be fantastic.
|
|
|
|
bitnod
|
|
October 07, 2017, 07:40:19 PM |
|
1: for hodl the Time (and always here) 2: Mining accessible to all (all classes)
"Algo only CPU has proved its stability"
the community is generally passionate and more involved. .....
I can make a slack no prob. today communication is very important I am adept slack .. we organize, redesign website .. if it interests DM me twitter @bitnod or here. I'm ready to move
|
|
|
|
danXmas
Newbie
Offline
Activity: 33
Merit: 0
|
|
October 07, 2017, 07:46:00 PM |
|
How do you think is this project reliable?
Hard to say, but it brings to mind an ancient parable about a squirrel community. 10 squirrels gathered nuts through autumn yet only Alpert Goodnhodl had enough nuts to comfortably last the winter. For wise old Alpert knew that as soon as the cold air hit his nut stash it would be to late, as they would begin to crack, and all the birds and others noobs would steal them away. So Alpert was sure to put some nuts away early just in case the season changed early.
|
|
|
|
bitnod
|
|
October 07, 2017, 07:49:09 PM |
|
How do you think is this project reliable?
Hard to say, but it brings to mind an ancient parable about a squirrel community. 10 squirrels gathered nuts through autumn yet only Alpert Goodnhodl had enough nuts to comfortably last the winter. For wise old Alpert knew that as soon as the cold air hit his nut stash it would be to late, as they would begin to crack, and all the birds and others noobs would steal them away. So Alpert was sure to put some nuts away early just in case the season changed early. Pretty !!!...beautiful
|
|
|
|
danXmas
Newbie
Offline
Activity: 33
Merit: 0
|
|
October 07, 2017, 07:57:47 PM |
|
1: for hodl the Time (and always here) 2: Mining accessible to all (all classes)
"Algo only CPU has proved its stability"
the community is generally passionate and more involved. .....
I can make a slack no prob. today communication is very important I am adept slack .. we organize, redesign website .. if it interests DM me twitter @bitnod or here. I'm ready to move
We should get something going soon. The slack on hodlcoin.com doesn't seem to work and we need a working slack/discord & telegram. Even if that means we make an unofficial one for now. I am interested in moving everything forward and I think others are as well. I can't do much today (about to sleep) but if you want to make a discord/slack or something, that might be a great start. I really do think we should have an official one though so if the team is listening.....!
|
|
|
|
bitnod
|
|
October 07, 2017, 08:05:50 PM |
|
1: for hodl the Time (and always here) 2: Mining accessible to all (all classes)
"Algo only CPU has proved its stability"
the community is generally passionate and more involved. .....
I can make a slack no prob. today communication is very important I am adept slack .. we organize, redesign website .. if it interests DM me twitter @bitnod or here. I'm ready to move
We should get something going soon. The slack on hodlcoin.com doesn't seem to work and we need a working slack/discord & telegram. Even if that means we make an unofficial one for now. I am interested in moving everything forward and I think others are as well. I can't do much today (about to sleep) but if you want to make a discord/slack or something, that might be a great start. I really do think we should have an official one though so if the team is listening.....! we need to think about it good night
|
|
|
|
|