Bitcoin Forum
June 26, 2024, 04:13:12 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 [236] 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 »
  Print  
Author Topic: [ANN] Ħ [HODL] No Staking, 1% Standard Interest per Day, 750% APR For HOdlers  (Read 472799 times)
This is a self-moderated topic. If you do not want to be moderated by the person who started this topic, create a new topic.
HodlOrava
Member
**
Offline Offline

Activity: 120
Merit: 10


View Profile
October 03, 2017, 04:29:01 AM
Last edit: October 03, 2017, 01:21:34 PM by HodlOrava
 #4701

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?

FAQ, CPU Benchmarks, Nodes, Block files - http://hodlcoin.fi/
M1ST3R
Member
**
Offline Offline

Activity: 89
Merit: 10


View Profile
October 03, 2017, 05:44:02 PM
 #4702

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.
Code:
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.
Code:
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 .

Code:
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
Full Member
***
Offline Offline

Activity: 188
Merit: 100


View Profile
October 04, 2017, 08:12:12 AM
 #4703

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
Sr. Member
****
Offline Offline

Activity: 770
Merit: 264



View Profile
October 05, 2017, 09:02:18 AM
 #4704

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.
Code:
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.
Code:
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 .

Code:
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 Offline

Activity: 53
Merit: 0


View Profile
October 06, 2017, 03:40:30 AM
 #4705

Hello guys.. Should i buy hodl coin? Project look great but progressing  Undecided
DenisZabar
Sr. Member
****
Offline Offline

Activity: 614
Merit: 254



View Profile WWW
October 06, 2017, 10:56:02 AM
 #4706

Hello guys.. Should i buy hodl coin? Project look great but progressing  Undecided

Its cheap so why not spending couple of bucks/btc?

bitnod
Full Member
***
Offline Offline

Activity: 434
Merit: 101


View Profile WWW
October 07, 2017, 06:20:54 AM
 #4707

Hi guys,

need blockchain.rar update for wallet

thx
h0g0f0g0
Sr. Member
****
Offline Offline

Activity: 295
Merit: 250


View Profile
October 07, 2017, 11:34:04 AM
 #4708

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
Full Member
***
Offline Offline

Activity: 434
Merit: 101


View Profile WWW
October 07, 2017, 04:43:44 PM
 #4709

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
Full Member
***
Offline Offline

Activity: 434
Merit: 101


View Profile WWW
October 07, 2017, 06:04:10 PM
 #4710

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   Cheesy Cheesy
bitnod
Full Member
***
Offline Offline

Activity: 434
Merit: 101


View Profile WWW
October 07, 2017, 06:26:24 PM
 #4711

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 Offline

Activity: 33
Merit: 0


View Profile
October 07, 2017, 07:03:59 PM
 #4712

The (or one of the) devs just stated (one page ago or so) that the project is still alive.
bitnod
Full Member
***
Offline Offline

Activity: 434
Merit: 101


View Profile WWW
October 07, 2017, 07:11:16 PM
 #4713

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  Wink
Bit expert
Newbie
*
Offline Offline

Activity: 42
Merit: 0


View Profile
October 07, 2017, 07:16:46 PM
 #4714

How do you think is this project reliable?
danXmas
Newbie
*
Offline Offline

Activity: 33
Merit: 0


View Profile
October 07, 2017, 07:32:34 PM
 #4715

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  Wink



Some kind of update from the team would be great and an official slack/discord and telegram for additional discussions would be fantastic.
bitnod
Full Member
***
Offline Offline

Activity: 434
Merit: 101


View Profile WWW
October 07, 2017, 07:40:19 PM
 #4716

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 Offline

Activity: 33
Merit: 0


View Profile
October 07, 2017, 07:46:00 PM
 #4717

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
Full Member
***
Offline Offline

Activity: 434
Merit: 101


View Profile WWW
October 07, 2017, 07:49:09 PM
 #4718

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 Offline

Activity: 33
Merit: 0


View Profile
October 07, 2017, 07:57:47 PM
 #4719

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.....! Smiley
bitnod
Full Member
***
Offline Offline

Activity: 434
Merit: 101


View Profile WWW
October 07, 2017, 08:05:50 PM
 #4720

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.....! Smiley

we need to think about it
good night  Wink
Pages: « 1 ... 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 [236] 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 »
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!