Bitcoin Forum
April 30, 2024, 09:08:33 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 868 869 870 871 872 873 874 875 876 877 878 879 880 881 882 883 884 885 886 887 888 889 890 891 892 893 894 895 896 897 898 899 900 901 902 903 904 905 906 907 908 909 910 911 912 913 914 915 916 917 [918] 919 920 921 922 923 924 925 926 927 928 929 930 931 932 933 934 935 936 937 938 939 940 941 942 943 944 945 946 947 948 949 950 951 952 953 954 955 956 957 958 959 960 961 962 963 964 965 966 967 968 ... 1035 »
  Print  
Author Topic: [ANN] [MINT] Mintcoin (POS / 5%) [NO ICO] [Fair distro, community maintained]  (Read 1369739 times)
presstab
Legendary
*
Offline Offline

Activity: 1330
Merit: 1000


Blockchain Developer


View Profile
August 04, 2015, 02:52:56 PM
 #18341

Thanks for the tips Smiley

Looks like the new version has everything up and running great. Glad to see it Cheesy

Projects I Contribute To: libzerocoin | Veil | PIVX | HyperStake | Crown | SaluS
1714468113
Hero Member
*
Offline Offline

Posts: 1714468113

View Profile Personal Message (Offline)

Ignore
1714468113
Reply with quote  #2

1714468113
Report to moderator
1714468113
Hero Member
*
Offline Offline

Posts: 1714468113

View Profile Personal Message (Offline)

Ignore
1714468113
Reply with quote  #2

1714468113
Report to moderator
TalkImg was created especially for hosting images on bitcointalk.org: try it next time you want to post an image
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
kiklo
Legendary
*
Offline Offline

Activity: 1092
Merit: 1000



View Profile
August 04, 2015, 09:56:18 PM
 #18342

FYI:
https://github.com/MintcoinCommunity/Mintcoin-Desktop-Wallet/commit/0438e27664719ed568d2add77e85bee08dcfd125
Add another 10 confirmations to the network requirements for
transactions and coinstake transactions.


int nMinConfirmations = (GetAdjustedTime() > FORK_TIME ? nCoinbaseMaturity + 10 : nCoinbaseMaturity);

Mint confirmations are still at 4 during transactions, so that line does not appear to be working.
May want to edit that part about 10 additional confirmations per transaction if staying at 4.

 Cool
presstab
Legendary
*
Offline Offline

Activity: 1330
Merit: 1000


Blockchain Developer


View Profile
August 04, 2015, 10:23:36 PM
 #18343

FYI:
https://github.com/MintcoinCommunity/Mintcoin-Desktop-Wallet/commit/0438e27664719ed568d2add77e85bee08dcfd125
Add another 10 confirmations to the network requirements for
transactions and coinstake transactions.


int nMinConfirmations = (GetAdjustedTime() > FORK_TIME ? nCoinbaseMaturity + 10 : nCoinbaseMaturity);

Mint confirmations are still at 4 during transactions, so that line does not appear to be working.
May want to edit that part about 10 additional confirmations per transaction if staying at 4.

 Cool

Thanks for the info. btw please use github issues page for technical things like this, much easier to track than bitcointalk.

I think it was just wrongly labelled, the change was for the coinbase transactions which are checked for depth in this process when they are spent. You can spend unconfirmed normal transactions at any pace you would like.

Projects I Contribute To: libzerocoin | Veil | PIVX | HyperStake | Crown | SaluS
kiklo
Legendary
*
Offline Offline

Activity: 1092
Merit: 1000



View Profile
August 04, 2015, 10:39:45 PM
 #18344

Thanks for the info. btw please use github issues page for technical things like this, much easier to track than bitcointalk.

I think it was just wrongly labelled, the change was for the coinbase transactions which are checked for depth in this process when they are spent. You can spend unconfirmed normal transactions at any pace you would like.

Ok, maybe, just misunderstood, when sending and receiving coins with the mint wallet ,
should it take 4 confirms or 14 confirms before transaction complete, because mine shows 4 like always.

Thanks.
 Cool
presstab
Legendary
*
Offline Offline

Activity: 1330
Merit: 1000


Blockchain Developer


View Profile
August 04, 2015, 10:54:55 PM
 #18345

Thanks for the info. btw please use github issues page for technical things like this, much easier to track than bitcointalk.

I think it was just wrongly labelled, the change was for the coinbase transactions which are checked for depth in this process when they are spent. You can spend unconfirmed normal transactions at any pace you would like.

Ok, maybe, just misunderstood, when sending and receiving coins with the mint wallet ,
should it take 4 confirms or 14 confirms, because mine shows 4 like always.

Thanks.
 Cool

A minted transaction should take 40 confirmations.

A standard transaction is confirmed within any arbitrary count that you would like it to be confirmed. You could respend it within 0 confirms if you would like to. The QT code suggests a number of confirmations to wait, and highlights the transactions accordingly. For Mintcoin this is set to 4, we could bump it up for the next release if we want to, theres no real reason to though.

https://github.com/MintcoinCommunity/Mintcoin-Desktop-Wallet/blob/master/src/qt/transactionrecord.h#L76

Projects I Contribute To: libzerocoin | Veil | PIVX | HyperStake | Crown | SaluS
kiklo
Legendary
*
Offline Offline

Activity: 1092
Merit: 1000



View Profile
August 04, 2015, 11:01:24 PM
 #18346

A minted transaction should take 40 confirmations.

A standard transaction is confirmed within any arbitrary count that you would like it to be confirmed. You could respend it within 0 confirms if you would like to. The QT code suggests a number of confirmations to wait, and highlights the transactions accordingly. For Mintcoin this is set to 4, we could bump it up for the next release if we want to, theres no real reason to though.

https://github.com/MintcoinCommunity/Mintcoin-Desktop-Wallet/blob/master/src/qt/transactionrecord.h#L76

OK,
You confused me.  Wink

I thought mintcoins sent to another wallet was 4 confirmations before the coins were available to be used.
And 50 confirmations if you staked new mintcoins.

What exactly had 10 added to it, that is my confusion.

Thanks.
 Cool
presstab
Legendary
*
Offline Offline

Activity: 1330
Merit: 1000


Blockchain Developer


View Profile
August 04, 2015, 11:35:51 PM
Last edit: August 04, 2015, 11:52:01 PM by presstab
 #18347

A minted transaction should take 40 confirmations.

A standard transaction is confirmed within any arbitrary count that you would like it to be confirmed. You could respend it within 0 confirms if you would like to. The QT code suggests a number of confirmations to wait, and highlights the transactions accordingly. For Mintcoin this is set to 4, we could bump it up for the next release if we want to, theres no real reason to though.

https://github.com/MintcoinCommunity/Mintcoin-Desktop-Wallet/blob/master/src/qt/transactionrecord.h#L76

OK,
You confused me.  Wink

I thought mintcoins sent to another wallet was 4 confirmations before the coins were available to be used.
And 50 confirmations if you staked new mintcoins.

What exactly had 10 added to it, that is my confusion.

Thanks.
 Cool

I would go by these numbers as it is what your QT wallet should be telling you

Before Fork:
- CoinStake tx requires 50 confirmations (nCoinbaseMaturity + 20)
- Normal transactions require 0 confirmations, but QT wallet suggests waiting 4 confirmations.

After Fork:
- CoinStake tx requires 60 confirmations (nCoinbaseMaturity + 30)
- Normal transactions require 0 confirmations, but QT wallet suggests waiting 4 confirmations.

I opened an issue on github if you need to discuss this some more or find any issues. https://github.com/MintcoinCommunity/Mintcoin-Desktop-Wallet/issues/15

Edit: the issue is concerning the over reporting of confirmations required by certain parts of the code, this seems uniform over a wide range of PoS coins and is not unique to MINT.


Projects I Contribute To: libzerocoin | Veil | PIVX | HyperStake | Crown | SaluS
JohnSmithy
Member
**
Offline Offline

Activity: 87
Merit: 10


View Profile
August 04, 2015, 11:43:07 PM
 #18348

Not sure why but my wallet stays at exactly 63.86% sync rate, then gets stuck there and synchronises again to that % point when shut down and started again.

Is there any known fix for this?
Using Mintcoin qt v2.0.0.1 for win32.

Other than the described issue, it has been syncing fine so far.

Edit:
conf file looks like this:
addnode=144.76.220.169
addnode=213.114.153.118
addnode=1.80.150.168
addnode=184.72.188.245
addnode=162.243.4.85
addnode=115.28.140.128
addnode=113.135.64.107
addnode=27.33.253.164
addnode=209.190.29.2
addnode=155.210.52.121
addnode=62.178.31.2
addnode=91.228.76.83
addnode=115.29.224.192
addnode=128.199.255.172
addnode=223.199.16.58
addnode=23.253.55.13
addnode=162.243.70.241
addnode=107.170.26.18
addnode=115.28.177.49
addnode=93.78.120.235
addnode=218.77.97.176
addnode=182.112.134.112
addnode=155.210.52.121
addnode=94.194.77.2
addnode=5.255.66.44
addnode=115.28.129.207

Games you can play and get Bitcoins/Altcoins from: BTC - CoinBrawl, FarmSatoshi, MyBitMine, FreeBTCMiner, IdleMiners. HYPER/GP/C2 - Dragon Knights of Valeria. Get paid HYPER for playing ANY steam game: CnC Sponsorship, don't forget to set your referrer to JohnSmith (not JohnSmithy!). Donations are welcome and accepted in over 160 cryptocurrencies, just send me a personal message to get you the corresponding address.
presstab
Legendary
*
Offline Offline

Activity: 1330
Merit: 1000


Blockchain Developer


View Profile
August 04, 2015, 11:47:51 PM
 #18349

Not sure why but my wallet stays at exactly 63.86% sync rate, then gets stuck there and synchronises again to that % point when shut down and started again.

Is there any known fix for this?
Using Mintcoin qt v2.0.0.1 for win32.

Other than the described issue, it has been syncing fine so far.

Edit:
conf file looks like this:
addnode=144.76.220.169
addnode=213.114.153.118
addnode=1.80.150.168
addnode=184.72.188.245
addnode=162.243.4.85
addnode=115.28.140.128
addnode=113.135.64.107
addnode=27.33.253.164
addnode=209.190.29.2
addnode=155.210.52.121
addnode=62.178.31.2
addnode=91.228.76.83
addnode=115.29.224.192
addnode=128.199.255.172
addnode=223.199.16.58
addnode=23.253.55.13
addnode=162.243.70.241
addnode=107.170.26.18
addnode=115.28.177.49
addnode=93.78.120.235
addnode=218.77.97.176
addnode=182.112.134.112
addnode=155.210.52.121
addnode=94.194.77.2
addnode=5.255.66.44
addnode=115.28.129.207

Can you tell me an exact block?

Projects I Contribute To: libzerocoin | Veil | PIVX | HyperStake | Crown | SaluS
JohnSmithy
Member
**
Offline Offline

Activity: 87
Merit: 10


View Profile
August 05, 2015, 12:03:56 AM
Last edit: August 05, 2015, 01:27:52 AM by JohnSmithy
 #18350

Now at 63.88%, most recent block downloaded is 1,126,493.

Edit: and the problem persists with this percentage.
Edit2: No wait! it went 1k blocks further now (then stuck again), guess this part will take a whole lot of time (just like syncing HunterCoin from scratch manually...)

Games you can play and get Bitcoins/Altcoins from: BTC - CoinBrawl, FarmSatoshi, MyBitMine, FreeBTCMiner, IdleMiners. HYPER/GP/C2 - Dragon Knights of Valeria. Get paid HYPER for playing ANY steam game: CnC Sponsorship, don't forget to set your referrer to JohnSmith (not JohnSmithy!). Donations are welcome and accepted in over 160 cryptocurrencies, just send me a personal message to get you the corresponding address.
Flyskyhigh
Sr. Member
****
Offline Offline

Activity: 291
Merit: 250


Ezekiel 34:11, John 10:25-30


View Profile
August 05, 2015, 01:33:12 AM
 #18351

Not sure why but my wallet stays at exactly 63.86% sync rate, then gets stuck there and synchronises again to that % point when shut down and started again.

Is there any known fix for this?
Using Mintcoin qt v2.0.0.1 for win32.

Other than the described issue, it has been syncing fine so far.

Edit:
conf file looks like this:
addnode=144.76.220.169
addnode=213.114.153.118
addnode=1.80.150.168
addnode=184.72.188.245
addnode=162.243.4.85
addnode=115.28.140.128
addnode=113.135.64.107
addnode=27.33.253.164
addnode=209.190.29.2
addnode=155.210.52.121
addnode=62.178.31.2
addnode=91.228.76.83
addnode=115.29.224.192
addnode=128.199.255.172
addnode=223.199.16.58
addnode=23.253.55.13
addnode=162.243.70.241
addnode=107.170.26.18
addnode=115.28.177.49
addnode=93.78.120.235
addnode=218.77.97.176
addnode=182.112.134.112
addnode=155.210.52.121
addnode=94.194.77.2
addnode=5.255.66.44
addnode=115.28.129.207

Maybe just try deleting it. I synced my wallet from scratch and I don't even have a conf file in my Mintcoin folder. Close client, delete the .conf file and restart the client. Mintcoin has always worked very well for me, even syncing from scratch - sometimes there can be a delay with the GUI though if you have a lot of syncing to do. Then, just be patient, or use the bootstrap. In my experience, you don't need the conf file anyway. It will find nodes and everything all by itself. I am fairly new to crypto stuff though so if someone else knows better...  Smiley

Sick of mining?  Start minting!  5% per year!  Mintcoin "MINT"
Monopoly
Hero Member
*****
Offline Offline

Activity: 546
Merit: 500



View Profile
August 05, 2015, 01:48:24 AM
Last edit: August 05, 2015, 03:17:10 AM by Monopoly
 #18352

I thought the coin was dead after it reach to 3 satoshi some months ago .......... but now i wish i bought 1 million of it ......
dragonseer
Hero Member
*****
Offline Offline

Activity: 611
Merit: 500


Anglo Saxon Crypto Enthusiast


View Profile
August 05, 2015, 03:37:06 AM
 #18353

I think the coin was dead after it reach to 3 satoshi some months ago but now i wish i bought 1 million of it ......

There are many believers in this coin that took up positions early and kept staking regardless of the lows you are referring to. Mintcoin has met many challenges and will keep on succeeding. The value of this coin is destined for triple SAT figures and that is just the beginning. Notice when this coin hit its ATH recently hardly anyone was talking about the price in this thread. Relative to other 'altcoins' this is an old crypto-currency now, but MINT has it's own timeline and there are two further rate drops before this coin matures. When the price swings too wildly the POS nature of this coin is undermined, now it is stable at the 24-26 SAT range this is a perfect time to buy. There is plenty of time to stake before the next upswing. If Bitcoin takes a dive then Mintcoin is ready to take up the slack, or alternately if Bitcoin rises sharply then Mint will rise alongside it. So it is about as safe an investment you will find in this crypto market.

Crypto sales and more here: https://www.ebay.com.au/usr/dragon-seer
rokkyroad
Legendary
*
Offline Offline

Activity: 1090
Merit: 1000


View Profile
August 05, 2015, 03:56:11 PM
 #18354

I thought the coin was dead after it reach to 3 satoshi some months ago .......... but now i wish i bought 1 million of it ......

I have to agree with you. It was no fun watching Mint languish.

Never count Mint out.  Dedicated people behind this coin. 

Mint is an "honest" altcoin. No scamming. No fud. No bs. It's just a well performing coin; as an investment and a real currency. I'm always amazed at how fast transactions confirm.

" If you have to spam and shout to justify your existence then you are a shit coin."  TaunSew
Derek492
Sr. Member
****
Offline Offline

Activity: 356
Merit: 250



View Profile
August 05, 2015, 09:23:10 PM
 #18355

I think the coin was dead after it reach to 3 satoshi some months ago but now i wish i bought 1 million of it ......

There are many believers in this coin that took up positions early and kept staking regardless of the lows you are referring to. Mintcoin has met many challenges and will keep on succeeding. The value of this coin is destined for triple SAT figures and that is just the beginning. Notice when this coin hit its ATH recently hardly anyone was talking about the price in this thread. Relative to other 'altcoins' this is an old crypto-currency now, but MINT has it's own timeline and there are two further rate drops before this coin matures. When the price swings too wildly the POS nature of this coin is undermined, now it is stable at the 24-26 SAT range this is a perfect time to buy. There is plenty of time to stake before the next upswing. If Bitcoin takes a dive then Mintcoin is ready to take up the slack, or alternately if Bitcoin rises sharply then Mint will rise alongside it. So it is about as safe an investment you will find in this crypto market.

I thought the coin was dead after it reach to 3 satoshi some months ago .......... but now i wish i bought 1 million of it ......

I have to agree with you. It was no fun watching Mint languish.

Never count Mint out.  Dedicated people behind this coin. 

Mint is an "honest" altcoin. No scamming. No fud. No bs. It's just a well performing coin; as an investment and a real currency. I'm always amazed at how fast transactions confirm.


MINT is like a weed. It sneeks up on you. You can never kill it, and if you strike it down, it will just grow back again.
Every time you spray it and think it's dead for sure, the roots are really growing even deeper than ever, and when it comes back to life, it springs up out of nowhere like a giant beanstalk and becomes even stronger than you ever imagined.  Cheesy

Stop Mining.   Start Minting.   Mintcoin  [MINT]
5% annual minting reward. Mintcoins don't wear out like mining gear. They keep on minting!
GKar
Full Member
***
Offline Offline

Activity: 180
Merit: 100


View Profile
August 06, 2015, 01:32:40 PM
 #18356

I upgraded wallet to latest version and now it won't hold even 1 connection. It keeps flickering between 0 and 1.

I've tried importing a fresh block chain that I d/l from here and deleting the chain. Makes no difference.
Even tried it both ways with & without conf file.

listen=1
addnode=76.111.80.147
addnode=78.234.66.199
addnode=71.89.162.42
addnode=46.40.98.56
addnode=46.4.95.176
addnode=78.27.187.7
addnode=187.233.181.141
addnode=71.164.166.156
addnode=99.136.121.44
addnode=115.29.243.40
addnode=178.78.11.32
addnode=37.229.38.196
maxconnections=100
server=1
daemon=1
addnode=144.76.220.169
addnode=213.114.153.118
addnode=1.80.150.168
addnode=184.72.188.245
addnode=162.243.4.85
addnode=115.28.140.128
addnode=113.135.64.107
addnode=27.33.253.164
addnode=209.190.29.2
addnode=155.210.52.121
addnode=62.178.31.2
addnode=91.228.76.83
addnode=115.29.224.192
addnode=128.199.255.172
addnode=223.199.16.58
addnode=23.253.55.13
addnode=162.243.70.241
addnode=107.170.26.18
addnode=115.28.177.49
addnode=93.78.120.235
addnode=218.77.97.176
addnode=182.112.134.112
addnode=155.210.52.121
addnode=94.194.77.2
addnode=5.255.66.44
addnode=115.28.129.207


cryptomommy
Sr. Member
****
Offline Offline

Activity: 425
Merit: 250


View Profile
August 06, 2015, 01:35:31 PM
 #18357

I think the coin was dead after it reach to 3 satoshi some months ago but now i wish i bought 1 million of it ......

There are many believers in this coin that took up positions early and kept staking regardless of the lows you are referring to. Mintcoin has met many challenges and will keep on succeeding. The value of this coin is destined for triple SAT figures and that is just the beginning. Notice when this coin hit its ATH recently hardly anyone was talking about the price in this thread. Relative to other 'altcoins' this is an old crypto-currency now, but MINT has it's own timeline and there are two further rate drops before this coin matures. When the price swings too wildly the POS nature of this coin is undermined, now it is stable at the 24-26 SAT range this is a perfect time to buy. There is plenty of time to stake before the next upswing. If Bitcoin takes a dive then Mintcoin is ready to take up the slack, or alternately if Bitcoin rises sharply then Mint will rise alongside it. So it is about as safe an investment you will find in this crypto market.

I thought the coin was dead after it reach to 3 satoshi some months ago .......... but now i wish i bought 1 million of it ......

I have to agree with you. It was no fun watching Mint languish.

Never count Mint out.  Dedicated people behind this coin. 

Mint is an "honest" altcoin. No scamming. No fud. No bs. It's just a well performing coin; as an investment and a real currency. I'm always amazed at how fast transactions confirm.


MINT is like a weed. It sneeks up on you. You can never kill it, and if you strike it down, it will just grow back again.
Every time you spray it and think it's dead for sure, the roots are really growing even deeper than ever, and when it comes back to life, it springs up out of nowhere like a giant beanstalk and becomes even stronger than you ever imagined.  Cheesy

Mintcoin has an awesome community and minting is very rewarding. I use it as my savings account and continually deposit $20 or so into the coin every week for minting. Every 3 months or so I will pull my mint profits out to help with the bills or maybe treat my family out for something special. My entire family has their own personal savings account minting for a rainy day Smiley
cryptomommy
Sr. Member
****
Offline Offline

Activity: 425
Merit: 250


View Profile
August 06, 2015, 01:39:41 PM
 #18358

I upgraded wallet to latest version and now it won't hold even 1 connection. It keeps flickering between 0 and 1.

I've tried importing a fresh block chain that I d/l from here and deleting the chain. Makes no difference.
Even tried it both ways with & without conf file.

listen=1
addnode=76.111.80.147
addnode=78.234.66.199
addnode=71.89.162.42
addnode=46.40.98.56
addnode=46.4.95.176
addnode=78.27.187.7
addnode=187.233.181.141
addnode=71.164.166.156
addnode=99.136.121.44
addnode=115.29.243.40
addnode=178.78.11.32
addnode=37.229.38.196
maxconnections=100
server=1
daemon=1
addnode=144.76.220.169
addnode=213.114.153.118
addnode=1.80.150.168
addnode=184.72.188.245
addnode=162.243.4.85
addnode=115.28.140.128
addnode=113.135.64.107
addnode=27.33.253.164
addnode=209.190.29.2
addnode=155.210.52.121
addnode=62.178.31.2
addnode=91.228.76.83
addnode=115.29.224.192
addnode=128.199.255.172
addnode=223.199.16.58
addnode=23.253.55.13
addnode=162.243.70.241
addnode=107.170.26.18
addnode=115.28.177.49
addnode=93.78.120.235
addnode=218.77.97.176
addnode=182.112.134.112
addnode=155.210.52.121
addnode=94.194.77.2
addnode=5.255.66.44
addnode=115.28.129.207




What is your operating system?
Please try deleting everything within the %appdata% Mintcoin folder except for the wallet.dat file. (make sure to back this up somewhere else as well)

Once you have done that - delete the wallet you have downloaded.

Download the bootstrap here:
https://link.getsync.com/#f=Mintcoin_daily&sz=12E8&t=1&s=SNTPNBS7OXQM5TZCEPZLPAGSB37LAJUF&i=CW6PY36ZAT2EPXWS7DTBOJMHJGMOXANPQ&v=2.0

and extract everything into the %appdata% Mintcoin folder (you should see a bunch of files in there / not just another folder called mintcoin)

Download the latest wallet here:
https://drive.google.com/folderview?id=0ByiwIYtArulmfkpWTUlhWHRsTzdFN0tkSG5HX1pMd2pqNTFVNmw0YjRPS3BrcWo5cW80Z2c&usp=sharing&tid=0ByiwIYtArulmNS0yZ3BDWHlZTlk#list

Open the wallet - the entire process should take just a few hours (including wallet syncing) before your wallet is running again.

Let me know if this works?
BobTheVeg
Newbie
*
Offline Offline

Activity: 4
Merit: 0


View Profile
August 08, 2015, 12:17:04 AM
 #18359

Would anyone know why all my minting are rejected ?

https://i.imgur.com/deJRIp7.png

Using getinfo
{
"version" : "v2.0.0.0",
"protocolversion" : 60007,
"walletversion" : 60000,
}
Fuzzbawls
Hero Member
*****
Offline Offline

Activity: 750
Merit: 500



View Profile
August 08, 2015, 12:37:10 AM
 #18360

Fresh installs right now are having issues connecting and syncing from scratch because the dns seednodes that were originally used are either no longer functioning, or are STILL running the old version. There are actually a lot of nodes still on the old version.

having addnodes in the conf file will work around this problem
Pages: « 1 ... 868 869 870 871 872 873 874 875 876 877 878 879 880 881 882 883 884 885 886 887 888 889 890 891 892 893 894 895 896 897 898 899 900 901 902 903 904 905 906 907 908 909 910 911 912 913 914 915 916 917 [918] 919 920 921 922 923 924 925 926 927 928 929 930 931 932 933 934 935 936 937 938 939 940 941 942 943 944 945 946 947 948 949 950 951 952 953 954 955 956 957 958 959 960 961 962 963 964 965 966 967 968 ... 1035 »
  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!