Bitcoin Forum
June 29, 2024, 05:47:16 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 3474 3475 3476 3477 3478 3479 3480 3481 3482 3483 3484 3485 3486 3487 3488 3489 3490 3491 3492 3493 3494 3495 3496 3497 3498 3499 3500 3501 3502 3503 3504 3505 3506 3507 3508 3509 3510 3511 3512 3513 3514 3515 3516 3517 3518 3519 3520 3521 3522 3523 [3524] 3525 3526 3527 3528 3529 3530 3531 3532 3533 3534 3535 3536 3537 3538 3539 3540 3541 3542 3543 3544 3545 3546 3547 3548 3549 3550 3551 3552 3553 3554 3555 3556 3557 3558 3559 3560 3561 3562 3563 3564 3565 3566 3567 3568 3569 3570 3571 3572 3573 3574 ... 7012 »
  Print  
Author Topic: [ANN][DASH] Dash (dash.org) | First Self-Funding Self-Governing Crypto Currency  (Read 9722722 times)
TanteStefana2
Legendary
*
Offline Offline

Activity: 1260
Merit: 1001


View Profile
November 16, 2014, 05:34:11 AM
 #70461

Well, last resort, I'm changing my ip addresses and wallets, getting a new masternode key and hopefully this will work.  Damn I hate to do it, but it may be the only hope I have Sad

Another proud lifetime Dash Foundation member Smiley My TanteStefana account was hacked, Beware trading
"You'll never reach your destination if you stop to throw stones at every dog that barks."
Sir Winston Churchill  BTC: 12pu5nMDPEyUGu3HTbnUB5zY5RG65EQE5d
ddink7
Legendary
*
Offline Offline

Activity: 1120
Merit: 1000



View Profile
November 16, 2014, 05:55:14 AM
 #70462

If someone writes a detailed guide on how to have more than one masternode within a wallet ill send ya 100DRK for your service.

Perhaps this will help:

(Based on https://darkcointalk.org/threads/50-dark-bounty-for-masternode-guide-update.2721/)

Create masternode.conf in your Darkcoin working directory and put in the IP address of your MNs and their privkeys, like below:

192.168.0.1:9999 7qspZZJD3wsPifSzxZGnzo4HhR5Pd9MN2X9kGk4gPZi4LMJSvrE
192.168.0.2:9999 7rDDK21opuSHuu7eV2LdmBAunXWRUhVU3ZVek3frqYisnF4HyJL

Move DRK into your wallet in 1000 DRK increments. Then go to the console and use:

masternode start-many <password>


Dash - Digital Cash
https://www.dash.org/
TanteStefana2
Legendary
*
Offline Offline

Activity: 1260
Merit: 1001


View Profile
November 16, 2014, 05:59:49 AM
 #70463

Yup, one shows Sunday's date and the other shows Saturday's date (it's still Saturday here)
Make date -u (in case you are on diferent time zone on your server)

Yes maybe this ... look :
2014-11-16 04:03:47 dseep: Signature rejected, too far into the past CTxIn(COutPoint(d09224a0b6b14d967279d32eab50761422622388b2

I remember installing ntp on my remotes, I don't think it's on my local.  I'm slow, and working on this.  I will update if this helps, sorry for the time span!!!  But thanks so far, it's my best bet!
Yes sure it's the remote. I see 4 min less on your remote and the message say : too far into the past
Just put 4 min more on your remote.

Or as root on both : ntpdate ntp.online.net


Well, I was pretty slow putting the info up, LOL.  That could account for it, but now they are both using ntp and I've changed the IP address and the masternode private key, and yet, I still get "not a capable masternode.  I'm at my wit's end.

Another proud lifetime Dash Foundation member Smiley My TanteStefana account was hacked, Beware trading
"You'll never reach your destination if you stop to throw stones at every dog that barks."
Sir Winston Churchill  BTC: 12pu5nMDPEyUGu3HTbnUB5zY5RG65EQE5d
oblox
Legendary
*
Offline Offline

Activity: 1442
Merit: 1018


View Profile
November 16, 2014, 06:42:45 AM
 #70464

If someone writes a detailed guide on how to have more than one masternode within a wallet ill send ya 100DRK for your service.

If you already have masternode wallets, dump the private keys for each one (dumpprivkey MASTERNODE_ADDRESS). Then on the wallet you want to have all the masternode in (make sure it is encrypted), import the private keys (importprivkey PRIVATE_KEY) for each masternode addressed dumped. Close the client. Create a masternode.conf file in the darkcoin data folder with the format below:

ip address of remote masternode:9999 MASTERNODE_GEN_KEY
ip address of remote masternode2:9999 MASTERNODE_GEN_KEY

Then load the new wallet with all the masternode addresses in there, go to the debug command prompt and issue:

masternode start-many PASSPHRASE

Not sure it can get any more detailed then that.
DiCE1904
Legendary
*
Offline Offline

Activity: 1118
Merit: 1002


View Profile WWW
November 16, 2014, 06:45:06 AM
 #70465

If someone writes a detailed guide on how to have more than one masternode within a wallet ill send ya 100DRK for your service.

If you already have masternode wallets, dump the private keys for each one (dumpprivkey MASTERNODE_ADDRESS). Then on the wallet you want to have all the masternode in, import the private keys (importprivkey PRIVATE_KEY) for each masternode addressed dumped. Create a masternode.conf file in the darkcoin data folder with the format below:

ip address of remote masternode:9999 MASTERNODE_GEN_KEY
ip address of remote masternode2:9999 MASTERNODE_GEN_KEY

and so on and so forth.

Then load the new wallet, go to the debug command prompt and issue masternode start-many PASSPHRASE.
If someone writes a detailed guide on how to have more than one masternode within a wallet ill send ya 100DRK for your service.

Perhaps this will help:

(Based on https://darkcointalk.org/threads/50-dark-bounty-for-masternode-guide-update.2721/)

Create masternode.conf in your Darkcoin working directory and put in the IP address of your MNs and their privkeys, like below:

192.168.0.1:9999 7qspZZJD3wsPifSzxZGnzo4HhR5Pd9MN2X9kGk4gPZi4LMJSvrE
192.168.0.2:9999 7rDDK21opuSHuu7eV2LdmBAunXWRUhVU3ZVek3frqYisnF4HyJL

Move DRK into your wallet in 1000 DRK increments. Then go to the console and use:

masternode start-many <password>




Thanks to both of you, ill give it a shot tomorrow and see how it works out.

Dave5
Member
**
Offline Offline

Activity: 109
Merit: 10


View Profile
November 16, 2014, 07:01:25 AM
 #70466

If someone writes a detailed guide on how to have more than one masternode within a wallet ill send ya 100DRK for your service.

If you already have masternode wallets, dump the private keys for each one (dumpprivkey MASTERNODE_ADDRESS). Then on the wallet you want to have all the masternode in (make sure it is encrypted), import the private keys (importprivkey PRIVATE_KEY) for each masternode addressed dumped. Close the client. Create a masternode.conf file in the darkcoin data folder with the format below:

ip address of remote masternode:9999 MASTERNODE_GEN_KEY
ip address of remote masternode2:9999 MASTERNODE_GEN_KEY

Then load the new wallet with all the masternode addresses in there, go to the debug command prompt and issue:

masternode start-many PASSPHRASE

Not sure it can get any more detailed then that.

MASTERNODE_GEN_KEY  it that the key from remote or local?

do i still need to enter a key also in the darkcoin.conf?
what do i have to put in the darkcoin.conf for that seup?

Thanks!

❒ SWISS ALPS ❒        ▬ MINING & ENERGY ▬      ❒ SWISS ALPS ❒
█████          The Smart Mining Company           █████
Telegram █  Get a piece of COLD 6 220 238 SAM █     Twitter
jiggytom
Legendary
*
Offline Offline

Activity: 1068
Merit: 1020


View Profile
November 16, 2014, 07:12:05 AM
 #70467

masternode.conf is the darkcoin.conf...I believe.

... PLAY SHARE EARN...
.LBRY...
                            ▄▄███▄▄
                        ▄▄█████▀█████▄▄
                    ▄▄█████▀▀     ▀▀█████▄▄
                ▄▄█████▀▀             ▀▀█████▄▄
            ▄▄█████▀▀                     ▀▀█████▄▄
        ▄▄█████▀▀                             ▀▀█████▄▄
    ▄▄█████▀▀                                     ▀▀███
▄▄█████▀▀                                         ▄▄███
███▀▀                                         ▄▄█████▀▀
███     █▄▄                               ▄▄█████▀▀
███     █████▄▄                       ▄▄█████▀▀  ▄▄▄▄▄▄▄▄
███       ▀▀█████▄▄               ▄▄█████▀▀       ██████
█████▄▄       ▀▀█████▄▄       ▄▄█████▀▀       ▄▄███████
  ▀▀█████▄▄       ▀▀█████▄▄▄█████▀▀       ▄▄█████▀▀ ██
      ▀▀█████▄▄       ▀▀█████▀▀       ▄▄█████▀▀
          ▀▀█████▄▄       ▀       ▄▄█████▀▀
              ▀▀█████▄▄       ▄▄█████▀▀
                  ▀▀█████▄▄▄█████▀▀
                      ▀▀█████▀▀
                          ▀
BTC: 174MGp3R5prNbuen31Kx5G5XuyuAXu9jye
LBC: bWYN8NXGKWsgEAd6tQnJ5YRo2Z4r6PjxBH
oblox
Legendary
*
Offline Offline

Activity: 1442
Merit: 1018


View Profile
November 16, 2014, 07:18:41 AM
 #70468

If someone writes a detailed guide on how to have more than one masternode within a wallet ill send ya 100DRK for your service.

If you already have masternode wallets, dump the private keys for each one (dumpprivkey MASTERNODE_ADDRESS). Then on the wallet you want to have all the masternode in (make sure it is encrypted), import the private keys (importprivkey PRIVATE_KEY) for each masternode addressed dumped. Close the client. Create a masternode.conf file in the darkcoin data folder with the format below:

ip address of remote masternode:9999 MASTERNODE_GEN_KEY
ip address of remote masternode2:9999 MASTERNODE_GEN_KEY

Then load the new wallet with all the masternode addresses in there, go to the debug command prompt and issue:

masternode start-many PASSPHRASE

Not sure it can get any more detailed then that.

MASTERNODE_GEN_KEY  it that the key from remote or local?

do i still need to enter a key also in the darkcoin.conf?
what do i have to put in the darkcoin.conf for that seup?

Thanks!


You still need to enter it in the remote darkcoin.conf. That masternode gen key is what you generate at the beginning with "masternode genkey". It's the same private key that would go in the darkcoin.conf file on both remote and local the old way. This masternode.conf file is your new local conf in addition to your existing darkcoin.conf with the masternode=1 setting.
oaxaca
Hero Member
*****
Offline Offline

Activity: 671
Merit: 500


View Profile
November 16, 2014, 08:03:25 AM
 #70469

"not a capable masternode."

Isn't that the error message when you "break" the masternode by touching the 1000 DRK at the original address?  Have you looked in coin control?
TanteStefana2
Legendary
*
Offline Offline

Activity: 1260
Merit: 1001


View Profile
November 16, 2014, 08:34:17 AM
 #70470

If someone writes a detailed guide on how to have more than one masternode within a wallet ill send ya 100DRK for your service.

If you already have masternode wallets, dump the private keys for each one (dumpprivkey MASTERNODE_ADDRESS). Then on the wallet you want to have all the masternode in (make sure it is encrypted), import the private keys (importprivkey PRIVATE_KEY) for each masternode addressed dumped. Close the client. Create a masternode.conf file in the darkcoin data folder with the format below:

ip address of remote masternode:9999 MASTERNODE_GEN_KEY
ip address of remote masternode2:9999 MASTERNODE_GEN_KEY

Then load the new wallet with all the masternode addresses in there, go to the debug command prompt and issue:

masternode start-many PASSPHRASE

Not sure it can get any more detailed then that.

MASTERNODE_GEN_KEY  it that the key from remote or local?

do i still need to enter a key also in the darkcoin.conf?
what do i have to put in the darkcoin.conf for that seup?

Thanks!


You still need to enter it in the remote darkcoin.conf. That masternode gen key is what you generate at the beginning with "masternode genkey". It's the same private key that would go in the darkcoin.conf file on both remote and local the old way. This masternode.conf file is your new local conf in addition to your existing darkcoin.conf with the masternode=1 setting.

Hi, yes, I did do that, but it didn't help.  I put it in my conf file for both.  I really think it's something else because I can get other versions to work fine.  I'm surprised though that I'm the only one with the problem??

Another proud lifetime Dash Foundation member Smiley My TanteStefana account was hacked, Beware trading
"You'll never reach your destination if you stop to throw stones at every dog that barks."
Sir Winston Churchill  BTC: 12pu5nMDPEyUGu3HTbnUB5zY5RG65EQE5d
TanteStefana2
Legendary
*
Offline Offline

Activity: 1260
Merit: 1001


View Profile
November 16, 2014, 08:36:16 AM
 #70471

"not a capable masternode."

Isn't that the error message when you "break" the masternode by touching the 1000 DRK at the original address?  Have you looked in coin control?

Yes, it's all still in one chunk in the same address, but tomorrow I think I'll set up an entirely new server, new wallets, etc.... and maybe that'll work.  I'm a bit tipsy now, but feeling better, LOL

Besides though, I've never even had to have the local "on" before doing masternode debug on the remote server before.  I always got to that point before even touching the local masternode.  So it shouldn't have to know anything about the original masternode???  Oh heck, I'm going to try this all over again.  I can't sleep with this undone!

Another proud lifetime Dash Foundation member Smiley My TanteStefana account was hacked, Beware trading
"You'll never reach your destination if you stop to throw stones at every dog that barks."
Sir Winston Churchill  BTC: 12pu5nMDPEyUGu3HTbnUB5zY5RG65EQE5d
oblox
Legendary
*
Offline Offline

Activity: 1442
Merit: 1018


View Profile
November 16, 2014, 08:39:01 AM
 #70472

If someone writes a detailed guide on how to have more than one masternode within a wallet ill send ya 100DRK for your service.

If you already have masternode wallets, dump the private keys for each one (dumpprivkey MASTERNODE_ADDRESS). Then on the wallet you want to have all the masternode in (make sure it is encrypted), import the private keys (importprivkey PRIVATE_KEY) for each masternode addressed dumped. Close the client. Create a masternode.conf file in the darkcoin data folder with the format below:

ip address of remote masternode:9999 MASTERNODE_GEN_KEY
ip address of remote masternode2:9999 MASTERNODE_GEN_KEY

Then load the new wallet with all the masternode addresses in there, go to the debug command prompt and issue:

masternode start-many PASSPHRASE

Not sure it can get any more detailed then that.

MASTERNODE_GEN_KEY  it that the key from remote or local?

do i still need to enter a key also in the darkcoin.conf?
what do i have to put in the darkcoin.conf for that seup?

Thanks!


You still need to enter it in the remote darkcoin.conf. That masternode gen key is what you generate at the beginning with "masternode genkey". It's the same private key that would go in the darkcoin.conf file on both remote and local the old way. This masternode.conf file is your new local conf in addition to your existing darkcoin.conf with the masternode=1 setting.

Please give an example of the CONF file

ty

Local darkcoin.conf:

Code:
rpcuser=LONG-RANDOM-STRING-fisjfijsfisjfsdwesdfsfdsfsfsdfhis_you_should_change_this
rpcpassword=LONGER-RANDOM-STRINGfisdfisfisjfijsfisjfsdwesdfsfdsfsfsdft_you_should_change_this
rpcallowip=127.0.0.1
listen=0
server=1
daemon=1
logtimestamps=1
addnode=23.23.186.131
masternode=1

Remote darkcoin.conf:

Code:
rpcuser=enter-new-LONG-RANDOM-STRING-fisjfijyou_should_change_this
rpcpassword=enter-new-LONGER-RANDOM-STRING-fissjfijyou_should_change_this
rpcallowip=127.0.0.1
listen=1
server=1
daemon=1
logtimestamps=1
maxconnections=256
masternode=1
masternodeprivkey=XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
addnode=23.23.186.131

Local masternode.conf:

Code:
10.10.10.1:9999 XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Every masternode would have its own line in the masternode.conf file with the ip address, port, and masternode genkey.
TanteStefana2
Legendary
*
Offline Offline

Activity: 1260
Merit: 1001


View Profile
November 16, 2014, 09:01:54 AM
 #70473

Aw heck, I set masternode=0 in config, started wallet, and sent myself (to new address in same wallet) 1000 coins, but it won't confirm!  It's like in limbo!  UGH!  What a day!

Another proud lifetime Dash Foundation member Smiley My TanteStefana account was hacked, Beware trading
"You'll never reach your destination if you stop to throw stones at every dog that barks."
Sir Winston Churchill  BTC: 12pu5nMDPEyUGu3HTbnUB5zY5RG65EQE5d
qwizzie
Legendary
*
Offline Offline

Activity: 2548
Merit: 1245



View Profile
November 16, 2014, 09:24:25 AM
Last edit: November 16, 2014, 09:44:20 AM by qwizzie
 #70474

which site do you guys use for monitoring yr MN v10.16.11 ?

https://drk.mn/masternodes.html#mnlistdetail ??

or

https://drk.mn/masternodes-v15.html#mnlistdetail ??

Edit : because my MN wasnt listed on https://drk.mn/masternodes.html#mnlistdetail but i still got a MN payment
a hour ago and my MN only showed up in https://drk.mn/masternodes-v15.html#mnlistdetail showing
incorrect version v10.15.21

I started my MN from my cold wallet last night from v10.16.10 and again started it from cold wallet v10.16.11
a hour ago. For now my MN is visible on both sites .. but both are still showing incorrect version.
i just hope i'm monitoring the right site, I suspect you all are checking https://drk.mn/masternodes.html  ?

  


Learn from the past, set detailed and vivid goals for the future and live in the only moment of time over which you have any control : now
dihydrogenmonoxide
Full Member
***
Offline Offline

Activity: 197
Merit: 101


View Profile
November 16, 2014, 09:44:02 AM
 #70475

which site do you guys use for monitoring yr MN v10.16.11 ?

https://drk.mn/masternodes.html ??

or

https://drk.mn/masternodes-v15.html#mnlistdetail ??

Edit : because my MN wasnt listed on https://drk.mn/masternodes.html but i still got a MN payment
a hour ago and my MN only showed up in https://drk.mn/masternodes-v15.html#mnlistdetail showing
incorrect version v10.15.21

I started my MN from my cold wallet last night from v10.16.10 and again started it from cold wallet v10.16.11
a hour ago. For now my MN is visible on both sites .. but both are still showing incorrect version.
i just hope i'm monitoring the right site, I suspect you all are checking https://drk.mn/masternodes.html  ?

  



drk.mn portchecker/versionchecker does not work properly at the moment. My nodes are all on v0.10.16.11, yet still reported as v0.10.15.21 - but they were all paid during the night Smiley

"The best way to convince a fool that he is wrong is to let him have his own way." - Josh Billings
qwizzie
Legendary
*
Offline Offline

Activity: 2548
Merit: 1245



View Profile
November 16, 2014, 09:45:45 AM
 #70476

which site do you guys use for monitoring yr MN v10.16.11 ?

https://drk.mn/masternodes.html ??

or

https://drk.mn/masternodes-v15.html#mnlistdetail ??

Edit : because my MN wasnt listed on https://drk.mn/masternodes.html but i still got a MN payment
a hour ago and my MN only showed up in https://drk.mn/masternodes-v15.html#mnlistdetail showing
incorrect version v10.15.21

I started my MN from my cold wallet last night from v10.16.10 and again started it from cold wallet v10.16.11
a hour ago. For now my MN is visible on both sites .. but both are still showing incorrect version.
i just hope i'm monitoring the right site, I suspect you all are checking https://drk.mn/masternodes.html  ?

  



drk.mn portchecker/versionchecker does not work properly at the moment. My nodes are all on v0.10.16.11, yet still reported as v0.10.15.21 - but they were all paid during the night Smiley

but which site do you monitor then ? https://drk.mn/masternodes.html ?? or https://drk.mn/masternodes-v15.html ?

Learn from the past, set detailed and vivid goals for the future and live in the only moment of time over which you have any control : now
dihydrogenmonoxide
Full Member
***
Offline Offline

Activity: 197
Merit: 101


View Profile
November 16, 2014, 09:48:35 AM
 #70477

which site do you guys use for monitoring yr MN v10.16.11 ?

https://drk.mn/masternodes.html ??

or

https://drk.mn/masternodes-v15.html#mnlistdetail ??

Edit : because my MN wasnt listed on https://drk.mn/masternodes.html but i still got a MN payment
a hour ago and my MN only showed up in https://drk.mn/masternodes-v15.html#mnlistdetail showing
incorrect version v10.15.21

I started my MN from my cold wallet last night from v10.16.10 and again started it from cold wallet v10.16.11
a hour ago. For now my MN is visible on both sites .. but both are still showing incorrect version.
i just hope i'm monitoring the right site, I suspect you all are checking https://drk.mn/masternodes.html  ?

  



drk.mn portchecker/versionchecker does not work properly at the moment. My nodes are all on v0.10.16.11, yet still reported as v0.10.15.21 - but they were all paid during the night Smiley

but which site do you monitor then ? https://drk.mn/masternodes.html ?? or https://drk.mn/masternodes-v15.html ?

https://drk.mn/masternodes.html - it's showing the v16 network, ignore the reported version for the moment.

"The best way to convince a fool that he is wrong is to let him have his own way." - Josh Billings
qwizzie
Legendary
*
Offline Offline

Activity: 2548
Merit: 1245



View Profile
November 16, 2014, 09:49:37 AM
 #70478

which site do you guys use for monitoring yr MN v10.16.11 ?

https://drk.mn/masternodes.html ??

or

https://drk.mn/masternodes-v15.html#mnlistdetail ??

Edit : because my MN wasnt listed on https://drk.mn/masternodes.html but i still got a MN payment
a hour ago and my MN only showed up in https://drk.mn/masternodes-v15.html#mnlistdetail showing
incorrect version v10.15.21

I started my MN from my cold wallet last night from v10.16.10 and again started it from cold wallet v10.16.11
a hour ago. For now my MN is visible on both sites .. but both are still showing incorrect version.
i just hope i'm monitoring the right site, I suspect you all are checking https://drk.mn/masternodes.html  ?

  



drk.mn portchecker/versionchecker does not work properly at the moment. My nodes are all on v0.10.16.11, yet still reported as v0.10.15.21 - but they were all paid during the night Smiley

but which site do you monitor then ? https://drk.mn/masternodes.html ?? or https://drk.mn/masternodes-v15.html ?

https://drk.mn/masternodes.html - it's showing the v16 network, ignore the reported version for the moment.

okay thanks.. here is hoping my MN stays on that site... pfff

Learn from the past, set detailed and vivid goals for the future and live in the only moment of time over which you have any control : now
thefrog
Sr. Member
****
Offline Offline

Activity: 393
Merit: 250


View Profile
November 16, 2014, 09:49:57 AM
 #70479

p2pool nodes updated to 101611

EU node: http://eu.p2pool.sk:7903
US node: http://us.p2pool.sk:7903

support decentralized mining, use p2pool.
dihydrogenmonoxide
Full Member
***
Offline Offline

Activity: 197
Merit: 101


View Profile
November 16, 2014, 09:50:32 AM
 #70480

which site do you guys use for monitoring yr MN v10.16.11 ?

https://drk.mn/masternodes.html ??

or

https://drk.mn/masternodes-v15.html#mnlistdetail ??

Edit : because my MN wasnt listed on https://drk.mn/masternodes.html but i still got a MN payment
a hour ago and my MN only showed up in https://drk.mn/masternodes-v15.html#mnlistdetail showing
incorrect version v10.15.21

I started my MN from my cold wallet last night from v10.16.10 and again started it from cold wallet v10.16.11
a hour ago. For now my MN is visible on both sites .. but both are still showing incorrect version.
i just hope i'm monitoring the right site, I suspect you all are checking https://drk.mn/masternodes.html  ?

  



drk.mn portchecker/versionchecker does not work properly at the moment. My nodes are all on v0.10.16.11, yet still reported as v0.10.15.21 - but they were all paid during the night Smiley

but which site do you monitor then ? https://drk.mn/masternodes.html ?? or https://drk.mn/masternodes-v15.html ?

https://drk.mn/masternodes.html - it's showing the v16 network, ignore the reported version for the moment.

okay thanks.. here is hoping my MN stays on that site... pfff

It will Wink

Best regards,
flare

"The best way to convince a fool that he is wrong is to let him have his own way." - Josh Billings
Pages: « 1 ... 3474 3475 3476 3477 3478 3479 3480 3481 3482 3483 3484 3485 3486 3487 3488 3489 3490 3491 3492 3493 3494 3495 3496 3497 3498 3499 3500 3501 3502 3503 3504 3505 3506 3507 3508 3509 3510 3511 3512 3513 3514 3515 3516 3517 3518 3519 3520 3521 3522 3523 [3524] 3525 3526 3527 3528 3529 3530 3531 3532 3533 3534 3535 3536 3537 3538 3539 3540 3541 3542 3543 3544 3545 3546 3547 3548 3549 3550 3551 3552 3553 3554 3555 3556 3557 3558 3559 3560 3561 3562 3563 3564 3565 3566 3567 3568 3569 3570 3571 3572 3573 3574 ... 7012 »
  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!