Author

Topic: [WDC] Worldcoin | 3.0 Flirtatious Ant Released! | Multicoin architecture - page 106. (Read 442449 times)

sr. member
Activity: 840
Merit: 250
port forwarding didn't work for me, neither did the addnodes options.  I had to download the peers.dat file in order to get it to sync up again.  yay coin of the future.  Tongue

I like the avatar Smiley
hero member
Activity: 714
Merit: 500
my WDC wallet has not synced. Left it open all day. I tried making a conf file and adding a few addnodes I found earlier in the thread but it didn't help maybe those nodes aren't being used now? Any ideas?

Forward port 11082 in your router



i just leave them to it if they wont even read the 1st page then its there problem the solution has been coverd loads of times
its even in the 1st post to make it easy but yet people still just dont read a few lines 

For anyone having connection issues, go into your .conf file and delete the addnodes they are no longer needed since the network is healthy, and will delay your sync. Also, make sure daemon=1 is in your .conf file if you are using one. Make sure port 11081 is unblocked. This is a very rare issue some users are experiencing, if the above still doesn't work, try these solutions below.

https://bitcointalksearch.org/topic/m.2200600 Post #1279
https://bitcointalksearch.org/topic/m.2203520 Post #1318

port forwarding didn't work for me, neither did the addnodes options.  I had to download the peers.dat file in order to get it to sync up again.  yay coin of the future.  Tongue
legendary
Activity: 1540
Merit: 1002
my WDC wallet has not synced. Left it open all day. I tried making a conf file and adding a few addnodes I found earlier in the thread but it didn't help maybe those nodes aren't being used now? Any ideas?

Forward port 11082 in your router



i just leave them to it if they wont even read the 1st page then its there problem the solution has been coverd loads of times
its even in the 1st post to make it easy but yet people still just dont read a few lines 

For anyone having connection issues, go into your .conf file and delete the addnodes they are no longer needed since the network is healthy, and will delay your sync. Also, make sure daemon=1 is in your .conf file if you are using one. Make sure port 11081 is unblocked. This is a very rare issue some users are experiencing, if the above still doesn't work, try these solutions below.

https://bitcointalksearch.org/topic/m.2200600 Post #1279
https://bitcointalksearch.org/topic/m.2203520 Post #1318
legendary
Activity: 1022
Merit: 1001
my WDC wallet has not synced. Left it open all day. I tried making a conf file and adding a few addnodes I found earlier in the thread but it didn't help maybe those nodes aren't being used now? Any ideas?

Forward port 11082 in your router

sr. member
Activity: 644
Merit: 250
Do you think its worth a shot at solo mining? I've been mining in a pool and I just decided this morning to give solo mining a shot; not sure if there is some threshold I should be at as far as hash rate, but considering the diff being pretty low I figured I would try my hand at solo.

It might pay off, but then it might not - just depends how lucky you are. Solo mining is much more like a lottery, even the slowest miners have a chance of submitting that magic hash.

K.
newbie
Activity: 13
Merit: 0
Do you think its worth a shot at solo mining? I've been mining in a pool and I just decided this morning to give solo mining a shot; not sure if there is some threshold I should be at as far as hash rate, but considering the diff being pretty low I figured I would try my hand at solo.
sr. member
Activity: 644
Merit: 250
newbie
Activity: 13
Merit: 0
Just make your config


rpcuser=******
rpcpassword=***********
rpcport=11082 (pretty much put here what you want)
daemon=1
server=1
gen=0
testnet=0
listen=0
maxconnections=100



you do not need all the other stuff anymore

I'm using this as my worldcoin.conf file and am trying to solo mine using cgminer. Do you not define an address for the coins to go to? Or will it automatically just go to my worldcoin-qt wallet?

It will go to your wallet automatically, as your wallet is acting as your server.

K.

Thanks!
sr. member
Activity: 644
Merit: 250
Just make your config


rpcuser=******
rpcpassword=***********
rpcport=11082 (pretty much put here what you want)
daemon=1
server=1
gen=0
testnet=0
listen=0
maxconnections=100



you do not need all the other stuff anymore

I'm using this as my worldcoin.conf file and am trying to solo mine using cgminer. Do you not define an address for the coins to go to? Or will it automatically just go to my worldcoin-qt wallet?

It will go to your wallet automatically, as your wallet is acting as your server.

K.
newbie
Activity: 13
Merit: 0
Just make your config


rpcuser=******
rpcpassword=***********
rpcport=11082 (pretty much put here what you want)
daemon=1
server=1
gen=0
testnet=0
listen=0
maxconnections=100



you do not need all the other stuff anymore

I'm using this as my worldcoin.conf file and am trying to solo mine using cgminer. Do you not define an address for the coins to go to? Or will it automatically just go to my worldcoin-qt wallet?
sr. member
Activity: 448
Merit: 250
yay... got a dude with 160mh/s at my pool. that made us go over 50% instantly. sorry for that.  Shocked
sr. member
Activity: 266
Merit: 250
HI GUYS. i am trying to compile the wallet with

Code:
make -f makefile.unix USE_UPNP=-
and i am getting this error. anyone can help Huh?

Code:
fatal error: boost/random/uniform_int_distribution.hpp: No such file or directory
compilation terminated.
make: *** [obj/main.o] Error 1

now i recompilled boost and i get this error

Code:
/usr/local/include/boost/filesystem/path.hpp:707: undefined reference to `boost::filesystem::path::m_append_separator_if_needed()'
/usr/local/include/boost/filesystem/path.hpp:710: undefined reference to `boost::filesystem::path::m_erase_redundant_separator(unsigned int)'
collect2: ld returned 1 exit status
make: *** [worldcoind] Error 1
sr. member
Activity: 336
Merit: 250
After leaving my client open for 3 days I finally got connections and updated.

Not sure why I was having so much trouble.
sr. member
Activity: 336
Merit: 250
Just make your config


rpcuser=******
rpcpassword=***********
rpcport=11082 (pretty much put here what you want)
daemon=1
server=1
gen=0
testnet=0
listen=0
maxconnections=100



you do not need all the other stuff anymore

I'll give that a shot
hero member
Activity: 728
Merit: 503
dApps Development Automation Platform
Just make your config


rpcuser=******
rpcpassword=***********
rpcport=11082 (pretty much put here what you want)
daemon=1
server=1
gen=0
testnet=0
listen=0
maxconnections=100



you do not need all the other stuff anymore
sr. member
Activity: 336
Merit: 250
my WDC wallet has not synced. Left it open all day. I tried making a conf file and adding a few addnodes I found earlier in the thread but it didn't help maybe those nodes aren't being used now? Any ideas?

This is my conf file :

rpcuser=******
rpcpassword=***********
rpcport=11082 (pretty much put here what you want)
daemon=1
server=1
gen=0
testnet=0
listen=0
maxconnections=100
addnode=71.201.163.216
addnode=98.193.75.196
addnode=71.86.91.187
addnode=63.175.158.121
addnode=82.8.158.89
addnode=188.194.8.221
addnode=183.62.232.93
addnode=124.188.83.171
addnode=72.222.208.81
addnode=89.10.226.206

I tried configuring it this way and it still wouldn't connect to the network or update. I also made sure that it was allowed through my firewall and it is so I am stumped at this point.

Thanks for helping though.

Try this:
Code:
rpcuser=user
rpcpassword=pass
rpcallowip=127.0.0.1
rpcport=11082
daemon=1
server=1
gen=0
testnet=0
listen=0
maxconnections=100
addnode=173.16.119.230
addnode=173.16.94.167
addnode=68.232.186.235
addnode=71.201.163.216
addnode=98.193.75.196
addnode=71.86.91.187
addnode=63.175.158.121
addnode=82.8.158.89
addnode=188.194.8.221
addnode=183.62.232.93
addnode=124.188.83.171
addnode=72.222.208.81
addnode=89.10.226.206
addnode=82.8.158.89
addnode=188.194.8.221
addnode=183.62.232.93
addnode=124.188.83.171
addnode=72.222.208.81
addnode=89.10.226.206
addnode=173.16.119.230
addnode=173.16.94.167
addnode=66.232.186.235
addnode=71.201.163.216
addnode=98.193.75.196
addnode=71.86.91.187
addnode=63.175.158.121
addnode=82.8.158.89
addnode=188.194.8.221
addnode=183.62.232.93
addnode=124.188.83.171
addnode=72.222.208.81
addnode=89.10.226.206
addnode=178.148.10.66
addnode=178.148.10.66
addnode=5.135.115.138
addnode=209.141.39.95
addnode=75.72.84.89
addnode=86.129.225.244
addnode=72.8.182.2
addnode=98.193.75.196

The one you have doesn't have the 'rpcallowip' command.

K.

I tried adding that in. Made no difference
sr. member
Activity: 336
Merit: 250
Checking the debug log I am getting a lot of:

socket select error 10022

not sure what that means

it tries the addnodes but says:

trying connection 71.86.91.187:11081  lastseen=352780.8hrs

which doesn't make sense to me since the network isn't that old.
sr. member
Activity: 644
Merit: 250
my WDC wallet has not synced. Left it open all day. I tried making a conf file and adding a few addnodes I found earlier in the thread but it didn't help maybe those nodes aren't being used now? Any ideas?

This is my conf file :

rpcuser=******
rpcpassword=***********
rpcport=11082 (pretty much put here what you want)
daemon=1
server=1
gen=0
testnet=0
listen=0
maxconnections=100
addnode=71.201.163.216
addnode=98.193.75.196
addnode=71.86.91.187
addnode=63.175.158.121
addnode=82.8.158.89
addnode=188.194.8.221
addnode=183.62.232.93
addnode=124.188.83.171
addnode=72.222.208.81
addnode=89.10.226.206

I tried configuring it this way and it still wouldn't connect to the network or update. I also made sure that it was allowed through my firewall and it is so I am stumped at this point.

Thanks for helping though.

Try this:
Code:
rpcuser=user
rpcpassword=pass
rpcallowip=127.0.0.1
rpcport=11082
daemon=1
server=1
gen=0
testnet=0
listen=0
maxconnections=100
addnode=173.16.119.230
addnode=173.16.94.167
addnode=68.232.186.235
addnode=71.201.163.216
addnode=98.193.75.196
addnode=71.86.91.187
addnode=63.175.158.121
addnode=82.8.158.89
addnode=188.194.8.221
addnode=183.62.232.93
addnode=124.188.83.171
addnode=72.222.208.81
addnode=89.10.226.206
addnode=82.8.158.89
addnode=188.194.8.221
addnode=183.62.232.93
addnode=124.188.83.171
addnode=72.222.208.81
addnode=89.10.226.206
addnode=173.16.119.230
addnode=173.16.94.167
addnode=66.232.186.235
addnode=71.201.163.216
addnode=98.193.75.196
addnode=71.86.91.187
addnode=63.175.158.121
addnode=82.8.158.89
addnode=188.194.8.221
addnode=183.62.232.93
addnode=124.188.83.171
addnode=72.222.208.81
addnode=89.10.226.206
addnode=178.148.10.66
addnode=178.148.10.66
addnode=5.135.115.138
addnode=209.141.39.95
addnode=75.72.84.89
addnode=86.129.225.244
addnode=72.8.182.2
addnode=98.193.75.196

The one you have doesn't have the 'rpcallowip' command.

K.
sr. member
Activity: 336
Merit: 250
my WDC wallet has not synced. Left it open all day. I tried making a conf file and adding a few addnodes I found earlier in the thread but it didn't help maybe those nodes aren't being used now? Any ideas?

This is my conf file :

rpcuser=******
rpcpassword=***********
rpcport=11082 (pretty much put here what you want)
daemon=1
server=1
gen=0
testnet=0
listen=0
maxconnections=100
addnode=71.201.163.216
addnode=98.193.75.196
addnode=71.86.91.187
addnode=63.175.158.121
addnode=82.8.158.89
addnode=188.194.8.221
addnode=183.62.232.93
addnode=124.188.83.171
addnode=72.222.208.81
addnode=89.10.226.206

I tried configuring it this way and it still wouldn't connect to the network or update. I also made sure that it was allowed through my firewall and it is so I am stumped at this point.

Thanks for helping though.
sr. member
Activity: 448
Merit: 250
100 WDC reward to whoever finds the 100 000 th block if that happens at my pool! Wink

100? how about 5,000  Wink
come on my pool is running at 0% fees. i don't have that much  Shocked
Jump to: