Bitcoin Forum
May 25, 2024, 09:26:54 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 ... 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 [54] 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 ... 171 »
1061  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Colossuscoin v 2.0 (CV2) | [X13] [PoW/PoS][in 100% PoS Stage][new Upgrade] on: June 05, 2015, 07:33:25 PM
Did you have time to look into the reason of the new wallet being so heavy on RAM usage (see my previous post)? It smells like some kind of accidental/unintended change (bug or unntended usage of some library, or linking issue), as I believe no real intended code change or added feature (except really super-major one) could bring to such huge increase of resource usage.

Not that this is a huge problem, but as a quality programmer (which I am sure you are), I think you should be interested in optimizing resource usage, or at least not letting a typo in the code to blow up the resource usage 2-3 times. I am programmer myself, and such increase is a red flag for me, calling for code review.

I haven't had too much ram usage with the CV2 wallet, I wouldn't really call myself a quality programmer.

My experience is purely from trial an error since I became part of Bitcointalk so I have about a year and a half of coding experience and same amount using Linux.

I found the error, I missed adding in bool mintablecoins in miner.cpp, it should be

line 545:   while (vNodes.empty() || IsInitialBlockDownload() || !pwallet->MintableCoins())

I committed it to the source, it should fix the issue.
1062  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][CON] PayCon™ POS 30 Coins per Block - Get your CON on! on: June 05, 2015, 06:57:32 PM
Awesome, I finished up my testing and added all my changes into the master branch of Github Smiley

47 changed files  with 1,115 additions and 448 deletions.

Wallet Work


-Added Time estimate to Coin Control
-Improved Minting information for Minting Icon (time estimation,
multisend notification, weights)
-Fix of wallet lock/unlock bug
-Improved orphan removal
-Improved connection to nodes
-Date range for Minting
-Added number of transactions to overview
-Clearer information for rewards in Statistics
-"getstaketx" RPC call (incomplete)
-"getweight" RPC call
-"deleteaddress" RPC call
-"getconfs" RPC call

getstaketx needs a little fine tuning, other than that all the rest are quite nice additions to the wallet information.

Enjoy!

When do you think you can post a windows binary of this? Will this be V1.0.6?

Vegas
 

There are two bugs to tackle yet before bumping the version, the getstaketx RPC call doesn't display all the information and if removing more than a couple orphans, the wallet will crash, it still removes them but still need to fix those issues. I'll see if I may be able to get a little help sorting it out so we can get new windows and mac binary's out.
1063  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][CON] PayCon™ POS 30 Coins per Block - Get your CON on! on: June 05, 2015, 06:47:37 PM
Awesome, I finished up my testing and added all my changes into the master branch of Github Smiley

47 changed files  with 1,115 additions and 448 deletions.

Wallet Work


-Added Time estimate to Coin Control
-Improved Minting information for Minting Icon (time estimation,
multisend notification, weights)
-Fix of wallet lock/unlock bug
-Improved orphan removal
-Improved connection to nodes
-Date range for Minting
-Added number of transactions to overview
-Clearer information for rewards in Statistics
-"getstaketx" RPC call (incomplete)
-"getweight" RPC call
-"deleteaddress" RPC call
-"getconfs" RPC call


getstaketx needs a little fine tuning, other than that all the rest are quite nice additions to the wallet information.

Enjoy!


Hello Dev


My last wallet worked well.
But after this recent changes I can't compile the new Qt-wallet.

Code:
src/qt/transactiontablemodel.cpp:552:23: error: conversion from ‘int64_t {aka long int}’ to ‘QVariant’ is ambiguous
    return rec->status.depth;
                       ^
src/qt/transactiontablemodel.cpp:552:23: note: candidates are:
In file included from /usr/include/qt5/QtCore/qabstractitemmodel.h:45:0,
                 from /usr/include/qt5/QtCore/QAbstractTableModel:1,
                 from src/qt/transactiontablemodel.h:4,
                 from src/qt/transactiontablemodel.cpp:1:
/usr/include/qt5/QtCore/qvariant.h:483:5: note: QVariant::QVariant(Qt::CursorShape) <near match>
     QVariant(Qt::CursorShape) Q_DECL_EQ_DELETE;
     ^
/usr/include/qt5/QtCore/qvariant.h:483:5: note:   no known conversion for argument 1 from ‘int64_t {aka long int}’ to ‘Qt::CursorShape’
/usr/include/qt5/QtCore/qvariant.h:482:5: note: QVariant::QVariant(Qt::PenStyle) <near match>
     QVariant(Qt::PenStyle) Q_DECL_EQ_DELETE;
     ^
/usr/include/qt5/QtCore/qvariant.h:482:5: note:   no known conversion for argument 1 from ‘int64_t {aka long int}’ to ‘Qt::PenStyle’
/usr/include/qt5/QtCore/qvariant.h:481:5: note: QVariant::QVariant(Qt::BrushStyle) <near match>
     QVariant(Qt::BrushStyle) Q_DECL_EQ_DELETE;
     ^
/usr/include/qt5/QtCore/qvariant.h:481:5: note:   no known conversion for argument 1 from ‘int64_t {aka long int}’ to ‘Qt::BrushStyle’
/usr/include/qt5/QtCore/qvariant.h:480:5: note: QVariant::QVariant(Qt::GlobalColor) <near match>
     QVariant(Qt::GlobalColor) Q_DECL_EQ_DELETE;
     ^
/usr/include/qt5/QtCore/qvariant.h:480:5: note:   no known conversion for argument 1 from ‘int64_t {aka long int}’ to ‘Qt::GlobalColor’
/usr/include/qt5/QtCore/qvariant.h:473:5: note: QVariant::QVariant(QMetaType::Type) <near match>
     QVariant(QMetaType::Type) Q_DECL_EQ_DELETE;
     ^
/usr/include/qt5/QtCore/qvariant.h:473:5: note:   no known conversion for argument 1 from ‘int64_t {aka long int}’ to ‘QMetaType::Type’
/usr/include/qt5/QtCore/qvariant.h:466:12: note: QVariant::QVariant(void*) <near match>
     inline QVariant(void *) Q_DECL_EQ_DELETE;
            ^
/usr/include/qt5/QtCore/qvariant.h:466:12: note:   no known conversion for argument 1 from ‘int64_t {aka long int}’ to ‘void*’
/usr/include/qt5/QtCore/qvariant.h:216:24: note: QVariant::QVariant(const char*) <near match>
     QT_ASCII_CAST_WARN QVariant(const char *str);
                        ^
/usr/include/qt5/QtCore/qvariant.h:216:24: note:   no known conversion for argument 1 from ‘int64_t {aka long int}’ to ‘const char*’
/usr/include/qt5/QtCore/qvariant.h:214:5: note: QVariant::QVariant(float)
     QVariant(float f);
     ^
/usr/include/qt5/QtCore/qvariant.h:213:5: note: QVariant::QVariant(double)
     QVariant(double d);
     ^
/usr/include/qt5/QtCore/qvariant.h:212:5: note: QVariant::QVariant(bool)
     QVariant(bool b);
     ^
/usr/include/qt5/QtCore/qvariant.h:211:5: note: QVariant::QVariant(qulonglong)
     QVariant(qulonglong ull);
     ^
/usr/include/qt5/QtCore/qvariant.h:210:5: note: QVariant::QVariant(qlonglong)
     QVariant(qlonglong ll);
     ^
/usr/include/qt5/QtCore/qvariant.h:209:5: note: QVariant::QVariant(uint)
     QVariant(uint ui);
     ^
/usr/include/qt5/QtCore/qvariant.h:208:5: note: QVariant::QVariant(int)
     QVariant(int i);
     ^
/usr/include/qt5/QtCore/qvariant.h:199:5: note: QVariant::QVariant(QVariant::Type) <near match>
     QVariant(Type type);
     ^
/usr/include/qt5/QtCore/qvariant.h:199:5: note:   no known conversion for argument 1 from ‘int64_t {aka long int}’ to ‘QVariant::Type’
make: *** [build/transactiontablemodel.o] error 1
mysonix1@homebase:~/PayCon$



Is it necessary to install certain packages or dependencies for Qt5? Or what mistake I made? I work with Ubuntu.


I added all the main files I had, I'm recompiling it now to check on my Ubuntu 32 bit.

Are you running 32 bit or 64 bit?
1064  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][CON] PayCon™ POS 30 Coins per Block - Get your CON on! on: June 05, 2015, 10:16:48 AM
Awesome, I finished up my testing and added all my changes into the master branch of Github Smiley

47 changed files  with 1,115 additions and 448 deletions.

Wallet Work


-Added Time estimate to Coin Control
-Improved Minting information for Minting Icon (time estimation,
multisend notification, weights)
-Fix of wallet lock/unlock bug
-Improved orphan removal
-Improved connection to nodes
-Date range for Minting
-Added number of transactions to overview
-Clearer information for rewards in Statistics
-"getstaketx" RPC call (incomplete)
-"getweight" RPC call
-"deleteaddress" RPC call
-"getconfs" RPC call


getstaketx needs a little fine tuning, other than that all the rest are quite nice additions to the wallet information.

Enjoy!
1065  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][CON] PayCon™ POS 30 Coins per Block - Get your CON on! on: June 05, 2015, 04:11:17 AM
I am also more accessible on https://paycon.slack.com for whoever wants to chat and get involved in the building process.

If you would like an invite, just send me the email you registered for Slack and I will be happy to add you.
1066  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][CON] PayCon™ POS 30 Coins per Block - Get your CON on! on: June 05, 2015, 03:37:31 AM


 Cool

Ahahaha that's awesome.

At this very moment I am working on time estimation in Coin Control, the time estimate for staking notification has been looking good but the time estimate in Coin Control needs some slight tweaks.

I'll also do up the quick and dirty method for connecting.

Yesterday I upgraded most of my nodes so for Static nodes if anyone needs them, they can use these. I spaced them out across different countries so there should always be a node close to you.

addnode=107.170.179.27
addnode=46.101.165.67
addnode=46.101.25.231
addnode=188.166.115.151
addnode=104.131.180.51
1067  Alternate cryptocurrencies / Announcements (Altcoins) / Re: MaryJanecoin the Digital Secured Currency Backed By Cannabis MARYJ on: June 04, 2015, 10:57:09 PM
Backed by Cannabis? Where can I read more?

Each coin is being pegged with one gram of marijuana concentrate, we just fixed our wallet/network and the next step is to start planning phase one of the price peg. We will have more information coming soon.

Oh okay so it's not backed by cannabis... yet (I hope)

We're going to be phasing it in, so during phase one for a single week we will be exchanging 1 coin for 1 gram at participating dispensories, and then some time later we're going to have phase two and phase it in for two weeks, and we're going to keep taking steps toward a fully active price peg. We had a rather tumultuous past few months with a couple bugs that needed to be fixed in our wallet so now we can finally focus on expansion. We're very enthusiastic about this project  Cheesy big things in the coming months.

sounds very good ,
i will be looking forward to it




1 gram of concentrate is better than 1 gram of bud.

Adam Garrity. He has connections in the industry. I don't think he will let the coin just die off and be a failure.





Well, Adam and Jahvinci have been working very hard on it. Jahvinci asked me so many questions! They are at the least the ones you want to be able to lead and progress since they are easy to talk to and listen to what people are saying.

Something can only fail if you let it fail but it's still early in the game and can only benefit from working at it.



Is this sourcecode correct? https://github.com/MaryJaneCoin/maryjane.git

I'll setup another node for you guys to connect to.
1068  Alternate cryptocurrencies / Altcoin Discussion / Re: Man, this is low on: June 04, 2015, 10:45:27 PM

People only care about profit.

Stupid people only care about profit. Smart people care about technological advancement.

How about technical advancement for the pursuit of profit? Depends on how you go about it, is it through lies an deception, or are you making money because you can do things other people can't do and using that to further advance the technology. Anyone saying they are in it solely for the technical advancement is lying to themselves.
1069  Alternate cryptocurrencies / Altcoin Discussion / Re: Man, this is low on: June 04, 2015, 08:46:38 PM
Everyone believes the Coins they are holding will be the grandest thing because they are holding them and working on it and want it to be worth more. What IS important is first and foremost the profitability of the Blockchain itself through it's rewards, then it's features and innovation, what you can use it for, and finally it's marketing. Never use soon™ because it doesn't mean anything, what is important is now™ and what has already been done.

This is atleast somewhat on-topic because this "onecoin" Ponzi scheme thing lacks this important factor, if they are going to be advantaging improvised children then it would be done with full transparency and just do it instead of saying it will be done.

Makes sense?

No.

Was the profitability of the Blockchain of Bitcoin important back in let's say 2010? First you are comparing me with impudent scammer like Garza, and now you presume that I think like an average bagholder.

This thread is not about our thoughts on how the things should be done. I posted here because some dutch guy insulted my home country in the comments of the article posted from the OP. But if you want my opinion then I can say you are very wrong. You put profit, features and innovations before adoption and marketing. The concept "now" does not present in any serious business and cryptocurrencies for that matter. NOW they can deliver you some features and innovations, but tomorrow people who did it will be most likely gone. What matters is tomorrow, not now. And features and innovations doesn't mean s*it if you don't have adoption and good marketing. Here are the only simple things, which you need:

1. Good idea.
2. Team with honest, dedicated and even stubborn people, which provide confidence to their "investors".
3. Strong network.
4. Marketing and adoption.

That's it.


You forgot a sense of humor and a thick skin, why do you care about peoples opinion? This is the internet and it's all bullshit but right now you are spending time replying and getting sucked into people trolling you when you could be working on the future, instead of just talking about it.

Quote

You put profit, features and innovations before adoption and marketing


People only care about profit.
1070  Alternate cryptocurrencies / Altcoin Discussion / Re: Man, this is low on: June 04, 2015, 07:55:58 PM
I would take that comparison as an insult and will no longer reply to your sarcastic comments.

Best of luck.

Everyone believes the Coins they are holding will be the grandest thing because they are holding them and working on it and want it to be worth more. What IS important is first and foremost the profitability of the Blockchain itself through it's rewards, then it's features and innovation, what you can use it for, and finally it's marketing. Never use soon™ because it doesn't mean anything, what is important is now™ and what has already been done.

This is atleast somewhat on-topic because this "onecoin" Ponzi scheme thing lacks this important factor, if they are going to be advantaging improvised children then it would be done with full transparency and just do it instead of saying it will be done.

Makes sense?
1071  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [HYP] HyperStake | High PoS | Secure | MultiSend | liteStake | Adv Coin Control on: June 04, 2015, 06:35:42 PM
So where are you guys most active for chat? IRC? Slack?

Lots of great people hang around this coin Tongue

Thanks guys for the help with all my bootstrap questions, that guide you provided was very easy and I had no trouble creating and using a bootstrap.
1072  Alternate cryptocurrencies / Altcoin Discussion / Re: Man, this is low on: June 04, 2015, 06:14:28 PM
Woah there nelly! Struck a nerve there!

Quote
You can't expect DUMDUMGUMGUM coin to be adopted no matter what features has.

Innovative does not make a coin. A coining be used by the world that make a coin.

Don't worry, I am calm, but I am passionate. Smiley

This is the probably the most important thing you said, but it also seems that you are contradict to yourself.

FAILURE is part of everyone's life, and if you can't see that it can be adopted as fun and even charity, than you do not really believe in adoption.

We are talking about something far greater than bunch of bagholders. Smiley

lol, that is the most important thing Mr. Garza said about PayCoin before it lost 99.9% of it's value.

1073  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Colossuscoin- 1.5.2 BIG, STRONG, and FRIENDLY on: June 04, 2015, 06:11:24 PM
its the same story look at fedoracoin from 6 to 50 and on bter is the price higher

wait and you will see p&d

Colossuscoin to 50 Litoshi on Cryptsy !!





I think i'll grab some more COL on Cryptsy


https://www.cryptsy.com/markets/view/COL_LTC

Oh wow, ColossusCoin been doing good on Cryptsy.

China has been buying up a lot of the older Coins lately.
1074  Alternate cryptocurrencies / Altcoin Discussion / Re: Man, this is low on: June 04, 2015, 11:15:38 AM
Could say the same thing about FAIL "no one will buy it because it's built by a bunch of people who called it FAIL only because they got caught holding bags through their own greed and lack of research"

If you want the hard truth, it's the POW that will kill FAIL, not the name Smiley

You are very far from the truth. It was created by some anonymous guy, because of the numerous useless coins launched. We took it over with different idea. And we are not bunch of people... we are trying to be among the most honest and transparent people in here. We are bunch of let's say "virtual friends".

Btw, for the most of the people who are not buying certain coins, Litecoin for example is a shitcoin. But you see.. they are missing the most important thing in one cryptocurrency - adoption.
You can't expect DUMDUMGUMGUM coin to be adopted no matter what features has.

And if you want the hard truth - FAIL will never die as a coin as long as we are involved in cryptocurrencies and they exist, because you see, we are not pricing our work in satoshi.

Woah there nelly! Struck a nerve there!

Quote
You can't expect DUMDUMGUMGUM coin to be adopted no matter what features has.

Innovative does not make a coin. A coining be used by the world that make a coin.
1075  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Colossuscoin v 2.0 (CV2) | [X13] [PoW/PoS][in 100% PoS Stage][new Upgrade] on: June 04, 2015, 11:00:42 AM
I will have much more time over the next while to work on the codebase Smiley

I have created a bootstrap for first time users of ColossusCoin2 (CV2) from this handy guide passed on to me https://ecua.mobi/how-to-create-bootstrap-dat/

A bootstrap significantly speeds up the time at which you can sync to the highest chain when starting from a first install (about 75% time savings).

In order to use it, you can navigate to your ColossusCoin2 data directory (appdata/roaming/Colossuscoin2 for Windows, .ColossusCoin2 for Linux)

Delete everything in the directory but the wallet.dat and ColossusCoin2.conf, place the bootstrap.dat in the directory and start your CV2 client. (make backups of all wallet.dats)

Your client will seem to hang, it takes approximately 45 minutes to reindex the entire Blockchain.

https://www.dropbox.com/s/976zk26gld916fl/cv2bootstrap.zip?dl=0

Quote
bootstrap.dat file, created at Wed Jun  3 20:33:53 PDT 2015
sha256sum: 4cbde49f9a284952876b7fd067d954b2d13b235a7ccfae487248b77569c7b6a7
md5sum: 2d64961d4eb740a13dd647e9833e0e29
Verify before using it!

I have also updated all my nodes and you can create a ColossusCoin2.conf file by following these steps.

Quote

Go to Control Panel
In the Search box, type Folder
Click "Folder Options"
Click the tab that says View
Make sure there is no check in the box for "Hide file extensions for known file types" (de-select this option and click OK)
Exit Control Panel

On Windows 8, right-click the start button and select "Run"
(for Windows 7, left-click the start button and type "run" into "Search Programs and Files", then click Run at the top of the list)
In "Run", type %appdata% and press Enter
You should see the folder located at Appdata/Roaming
Open the ColossusCoin2 folder
Right-click and Create New File - create a new Text document
Open the document with Notepad
Paste the following into the file: (but put a username and password instead of "username" and "password)

listen=1
daemon=1
server=1
rpcuser=*username*
rpcpassword=*password*
rpcport=43521
port=43522
rpcallowip=127.0.0.1
addnode=107.170.179.27
addnode=128.199.39.192
addnode=188.134.72.213
addnode=81.169.251.126
addnode=87.217.89.242
addnode=69.118.24.197
addnode=69.176.242.196
addnode=104.131.180.51
addnode=89.12.92.23
addnode=78.14.250.77
addnode=46.101.165.67
addnode=46.101.25.231
addnode=188.166.115.151
addnode=104.131.180.51


Save the file.
Re-name the document ColossusCoin2.conf (filetype .conf, not .txt)
Restart your ColossusCoin2 wallet.


*Note* a bootstrap is only needed if launching the client for the first time.

Please take a moment to update your ColossusCoin2.conf file with the latest nodes even if you have a fully synced Blockchain.


Tomorrow I will have the quick and dirty method.
1076  Alternate cryptocurrencies / Altcoin Discussion / Re: Man, this is low on: June 04, 2015, 10:31:17 AM
lol, I do development on PayCon, same deal.

I know and if we are talking straight - PayCon's name is even more ridiculous than FAIL, don't you agree? Smiley
Frankly speaking, I don't think it will go anywhere. You can have some fun for some months and thats it.

Could say the same thing about FAIL "no one will buy it because it's built by a bunch of people who called it FAIL only because they got caught holding bags through their own greed and lack of research"

If you want the hard truth, it's the POW that will kill FAIL, not the name Smiley
1077  Alternate cryptocurrencies / Altcoin Discussion / Re: Man, this is low on: June 04, 2015, 10:03:27 AM
Btw FAIL will soon try to change the game...
FAIL soon™

Can you please explain what are you trying to imply? Probably that I am full of shit for example?

Oh was just joking around, a little bit of FUD of the Coin being called FAIL and using soon Smiley

Everyone's full of shit?

That's the main problem of most of the people who are looking at FAIL.
They see the name, which frankly speaking is one of the most unique in cryptoworld.
Btw, FailArmy is part of "Jukin media" and "Jukin media" are "joke", but joke with over 9.5 million subscribers and 10.5 billion views.
And if you ask me - this is not looking like a joke.

You see... I am talking about pretty serious project and I think that people here should help each other and respect their work instead making fun of it.
For example - pnoch is lead FAIL dev. I can name at least 3 developers of relatively famous coins who laughed about FAIL, but asked him for help.

It is hard to achieve something significant with being honest and work with people who are not BTC-mercenaries so in that aspect FAIL does currently look like a joke.
But this is just temporary situation.

lol, I do development on PayCon, same deal.
1078  Alternate cryptocurrencies / Altcoin Discussion / Re: Man, this is low on: June 04, 2015, 08:58:05 AM
Btw FAIL will soon try to change the game...
FAIL soon™

Can you please explain what are you trying to imply? Probably that I am full of shit for example?

Oh was just joking around, a little bit of FUD of the Coin being called FAIL and using soon Smiley

Everyone's full of shit?
1079  Alternate cryptocurrencies / Service Announcements (Altcoins) / Re: World's first open source decentralized peer server side altcoin exchange. on: June 04, 2015, 08:44:43 AM
OMG I can't believe MarineCoin is still around! I can't count how many times I would see it jumping thousands of percent in a single day on Coinmarketcap on a volume of about $30.

I see right now it is up 36% with a volume of $3 LOL



It's 100% premine and they are going to build floating cities Cheesy

But they also gave an explanation of what they are aiming for with their exchange, so they want to open source it and let people use it as is but being open source, you could mod it to use any other Coin as the base pair.

Worth taking a look at the sourcecode for it, probably not super legit but man they've been running marinecoin for a long time and haven't dumped all their Coins, quite amazing.
1080  Economy / Service Discussion / Re: GAW / Josh Garza discussion Paycoin XPY CPIG BTCLend xpyerr.ALWAYS MAKE MONEY :) on: June 04, 2015, 12:35:45 AM


Holy shit, that's solid gold right there. Vik admitting he's a huge bagholder, omg i can't stop laughing. This is the best fucking tv show on the planet, it never stops giving.

btw - where's coldboner? Did he not wake up yet? All his threads are silent. .. Hopefully he's realized his idiocy, and retired his moronic scam job.

Too much negative trust, damn trolls won't even let him give people an inch.
Pages: « 1 ... 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 [54] 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 ... 171 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!