Bitcoin Forum
May 15, 2024, 09:48:59 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 [150] 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 ... 249 »
  Print  
Author Topic: ◈◈Bitcredit ◈◈ Migrating to UniQredit◈◈  (Read 284487 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.
dragos_bdi
Sr. Member
****
Offline Offline

Activity: 322
Merit: 250



View Profile
September 15, 2015, 08:40:45 AM
 #2981

Somebody should talk with Chainz and Bittrex ...

Maybe chains, but bittrex should wait a bit until we confirm payout blocks are working properly

OK.

Just a info. What could throw this error ?

 
Code:
bitcreditd: main.cpp:3811: void ProcessGetData(CNode*): Assertion `!"cannot load block from disk"' failed.

Likely a corruption of the block data

redownloaded the whole blockchain. let's see if it will dump again ...
thx

Thank You for your tips!
BCR - 5u7KPyiHKeg6sbdvd9XhT9HHpvh5c2ppTe
BTC - 1ASJQ7SE84sgQketS2kQCTQLV3DJesYnLh
sawa
Legendary
*
Offline Offline

Activity: 1308
Merit: 1011



View Profile
September 15, 2015, 11:35:06 AM
Last edit: September 15, 2015, 12:05:46 PM by sawa
 #2982

For synchronization to be correct I made this config in bitcredit.conf:
Code:
rpcuser=(leave old)
...
port=(It's necessary to set any free port, but not 8877. The port number must be different from previous. It is for wallets with the wrong blockchain not connected to your wallet as they remember your previous IP and p2p port)
irc=0
connect=41.191.238.189
connect=82.211.1.181:8877
connect=91.230.123.101:8877
- connect, but not addnode. This method does not give the wallet to exchange nodes, it will only connect to the specified nodes.
Make a backup file of wallet.dat
Before starting a wallet from a directory with blockchain delete all files except bitcredit.conf and wallet.dat.
Run wallet and wait until the full synchronization will be finished.

bitcreditscc (OP)
Hero Member
*****
Offline Offline

Activity: 602
Merit: 501



View Profile
September 15, 2015, 06:18:54 PM
 #2983

For synchronization to be correct I made this config in bitcredit.conf:
Code:
rpcuser=(leave old)
...
port=(It's necessary to set any free port, but not 8877. The port number must be different from previous. It is for wallets with the wrong blockchain not connected to your wallet as they remember your previous IP and p2p port)
irc=0
connect=41.191.238.189
connect=82.211.1.181:8877
connect=91.230.123.101:8877
- connect, but not addnode. This method does not give the wallet to exchange nodes, it will only connect to the specified nodes.
Make a backup file of wallet.dat
Before starting a wallet from a directory with blockchain delete all files except bitcredit.conf and wallet.dat.
Run wallet and wait until the full synchronization will be finished.

Unless we can find someone to modify p2pool code to create payouts , then p2pool blocks will be invalid after next update.

thelonecrouton
Legendary
*
Offline Offline

Activity: 966
Merit: 1000


View Profile
September 15, 2015, 06:25:56 PM
 #2984

When's the next superblock? Chainz has the last one at 200700, but maybe that's beed forked off, was there one at 201600, and the next one at 202500?

I submitted another test bid earlier this afternoon ( http://explorer.dashpay.io/address/Xypcx2iE8rCtC3tjw5M8sxpRzn4JuoSaBH ) and right now there are no other new BTC/LTC bids so unless someone else ponies up I expect to get a big pile of BCR.  Grin
sawa
Legendary
*
Offline Offline

Activity: 1308
Merit: 1011



View Profile
September 15, 2015, 06:41:59 PM
 #2985

For synchronization to be correct I made this config in bitcredit.conf:
Code:
rpcuser=(leave old)
...
port=(It's necessary to set any free port, but not 8877. The port number must be different from previous. It is for wallets with the wrong blockchain not connected to your wallet as they remember your previous IP and p2p port)
irc=0
connect=41.191.238.189
connect=82.211.1.181:8877
connect=91.230.123.101:8877
- connect, but not addnode. This method does not give the wallet to exchange nodes, it will only connect to the specified nodes.
Make a backup file of wallet.dat
Before starting a wallet from a directory with blockchain delete all files except bitcredit.conf and wallet.dat.
Run wallet and wait until the full synchronization will be finished.

Unless we can find someone to modify p2pool code to create payouts , then p2pool blocks will be invalid after next update.
Probably first you need to completely restore the blockchain, block explorer and exchanges.
And only then think about p2pool.
I am sure you will succeed.

bitcreditscc (OP)
Hero Member
*****
Offline Offline

Activity: 602
Merit: 501



View Profile
September 15, 2015, 06:44:30 PM
 #2986

When's the next superblock? Chainz has the last one at 200700, but maybe that's beed forked off, was there one at 201600, and the next one at 202500?

I submitted another test bid earlier this afternoon ( http://explorer.dashpay.io/address/Xypcx2iE8rCtC3tjw5M8sxpRzn4JuoSaBH ) and right now there are no other new BTC/LTC bids so unless someone else ponies up I expect to get a big pile of BCR.  Grin

all your bids now appear in the bid file. i want to improve the code we are using there to avoid the errors hack jumped by catching. It has to be done using json to make things clean. it will do for now, but that's definitely high on the to-do list.

yes 202500 is the next payout block and that is why i am none too happy about sawa re-introducing a pool before we have verified that this part works. pool blocks are still accepted, but we may have to change this in order to bring everyone on to the same page.

if block 202500 does not payout properly, i will hard fork @ 202499 to ensure that it does and so do the next payout blocks. This is why i said the exchange should wait until we have everything in order.

For synchronization to be correct I made this config in bitcredit.conf:
Code:
rpcuser=(leave old)
...
port=(It's necessary to set any free port, but not 8877. The port number must be different from previous. It is for wallets with the wrong blockchain not connected to your wallet as they remember your previous IP and p2p port)
irc=0
connect=41.191.238.189
connect=82.211.1.181:8877
connect=91.230.123.101:8877
- connect, but not addnode. This method does not give the wallet to exchange nodes, it will only connect to the specified nodes.
Make a backup file of wallet.dat
Before starting a wallet from a directory with blockchain delete all files except bitcredit.conf and wallet.dat.
Run wallet and wait until the full synchronization will be finished.

Unless we can find someone to modify p2pool code to create payouts , then p2pool blocks will be invalid after next update.
Probably first you need to completely restore the blockchain, block explorer and exchanges.
And only then think about p2pool.
I am sure you will succeed.

Actually it's the other way round, it's pool, then block explorer and finally exchange.

dbt1033
Legendary
*
Offline Offline

Activity: 1274
Merit: 1000



View Profile
September 15, 2015, 07:15:46 PM
 #2987

Are AMD or NVIDIA cards better for momentum algo?

I want to build a BCR rig...

Any suggestions welcome.

I was thinking this would crush it...  8gb of gddr5  http://www.newegg.com/Product/Product.aspx?Item=N82E16814202147
thelonecrouton
Legendary
*
Offline Offline

Activity: 966
Merit: 1000


View Profile
September 15, 2015, 07:23:07 PM
 #2988

Are AMD or NVIDIA cards better for momentum algo?

I want to build a BCR rig...

Any suggestions welcome.

I was thinking this would crush it...  8gb of gddr5  http://www.newegg.com/Product/Product.aspx?Item=N82E16814202147

BCR is moving to low-wattage BN only mining to eliminate the kind of waste you are proposing!

Better to invest in or bid for some BCR instead and earn service rewards for running a Banknode, while also backing the currency. Smiley


Bidding addresses are as follows, bid as much or as little as you please, current bids may be found in the bidtracker directory, although they will soon be updated and shown in the wallet...

BTC: 16f5dJd4EHRrQwGGRMczA69qbJYs4msBQ5
LTC: Lc7ebfQPz6VJ8qmXYaaFxBYLpDz2XsDu7c
DASH: Xypcx2iE8rCtC3tjw5M8sxpRzn4JuoSaBH
(you can verify these addresses in bidtracker.cpp - https://github.com/bitcreditscc/bicreditsnew/blob/master/src/bidtracker.cpp)

You get a proportional chunk of the 30000 BCR minted each superblock, every 900 blocks (appx. once a day.)

For the cost of that GPU (never mind the running costs) you could own 6 or 7 Banknodes. Wink
dbt1033
Legendary
*
Offline Offline

Activity: 1274
Merit: 1000



View Profile
September 15, 2015, 07:26:27 PM
 #2989

Are AMD or NVIDIA cards better for momentum algo?

I want to build a BCR rig...

Any suggestions welcome.

I was thinking this would crush it...  8gb of gddr5  http://www.newegg.com/Product/Product.aspx?Item=N82E16814202147

BCR is moving to low-wattage BN only mining to eliminate the kind of waste you are proposing!

Better to invest in or bid for some BCR instead and earn service rewards for running a Banknode, while also backing the currency. Smiley


Bidding addresses are as follows, bid as much or as little as you please, current bids may be found in the bidtracker directory, although they will soon be updated and shown in the wallet...

BTC: 16f5dJd4EHRrQwGGRMczA69qbJYs4msBQ5
LTC: Lc7ebfQPz6VJ8qmXYaaFxBYLpDz2XsDu7c
DASH: Xypcx2iE8rCtC3tjw5M8sxpRzn4JuoSaBH
(you can verify these addresses in bidtracker.cpp - https://github.com/bitcreditscc/bicreditsnew/blob/master/src/bidtracker.cpp)

You get a proportional chunk of the 30000 BCR minted each superblock, every 900 blocks (appx. once a day.)

Good to see you crouton!  I was reading about this...  but didn't really understand until you explained it.

I used to have hundreds of thousands of BCR... but sent most of it to an address that I didn't have a private key for...

I've been buying back in slowly, will probably have a bank node up in a month or two.  Keep selling it cheap guys Cheesy

Hey, I'm a consumer...wasting is what I do
jasemoney
Legendary
*
Offline Offline

Activity: 1610
Merit: 1008


Forget-about-it


View Profile
September 15, 2015, 08:50:50 PM
 #2990

Are AMD or NVIDIA cards better for momentum algo?

I want to build a BCR rig...

Any suggestions welcome.

I was thinking this would crush it...  8gb of gddr5  http://www.newegg.com/Product/Product.aspx?Item=N82E16814202147

BCR is moving to low-wattage BN only mining to eliminate the kind of waste you are proposing!

Better to invest in or bid for some BCR instead and earn service rewards for running a Banknode, while also backing the currency. Smiley


Bidding addresses are as follows, bid as much or as little as you please, current bids may be found in the bidtracker directory, although they will soon be updated and shown in the wallet...

BTC: 16f5dJd4EHRrQwGGRMczA69qbJYs4msBQ5
LTC: Lc7ebfQPz6VJ8qmXYaaFxBYLpDz2XsDu7c
DASH: Xypcx2iE8rCtC3tjw5M8sxpRzn4JuoSaBH
(you can verify these addresses in bidtracker.cpp - https://github.com/bitcreditscc/bicreditsnew/blob/master/src/bidtracker.cpp)

You get a proportional chunk of the 30000 BCR minted each superblock, every 900 blocks (appx. once a day.)

For the cost of that GPU (never mind the running costs) you could own 6 or 7 Banknodes. Wink
Proportional chunk is great, I thought it's highest bidder wins but I haven't been paying to close attention. How does the payout base the proportion of differently priced btc, dash, ltc? Is there anything special needed to bid aside from pay those addresses? If there isn't a bid writeup can someone provide or link?
As a side note on those addresses..
BTC .001
Ltc .0299
Dash .31
Seems like a steal :p

$MAID & $BTC other than that some short hodls and some long held garbage.
thelonecrouton
Legendary
*
Offline Offline

Activity: 966
Merit: 1000


View Profile
September 15, 2015, 09:08:29 PM
 #2991

Proportional chunk is great, I thought it's highest bidder wins but I haven't been paying to close attention. How does the payout base the proportion of differently priced btc, dash, ltc?
LTC and DASH are converted to their BTC value and it gets calculated from there.

Is there anything special needed to bid aside from pay those addresses? If there isn't a bid writeup can someone provide or link?
As a side note on those addresses..
BTC .001
Ltc .0299
Dash .31
Seems like a steal :p
I'm just sending some test bids, I'm unclear yet on the exact redemption process but when I've seen how the whole thing works I'll be working on in-wallet GUI streamlining of things.

fishbone
Member
**
Offline Offline

Activity: 89
Merit: 10


View Profile
September 15, 2015, 09:49:42 PM
Last edit: September 15, 2015, 10:21:08 PM by fishbone
 #2992

Supposed to run with "setgenerate true" on the banknode wallets?

bitcreditscc (OP)
Hero Member
*****
Offline Offline

Activity: 602
Merit: 501



View Profile
September 15, 2015, 10:21:34 PM
 #2993

Proportional chunk is great, I thought it's highest bidder wins but I haven't been paying to close attention. How does the payout base the proportion of differently priced btc, dash, ltc?
LTC and DASH are converted to their BTC value and it gets calculated from there.

Is there anything special needed to bid aside from pay those addresses? If there isn't a bid writeup can someone provide or link?
As a side note on those addresses..
BTC .001
Ltc .0299
Dash .31
Seems like a steal :p
I'm just sending some test bids, I'm unclear yet on the exact redemption process but when I've seen how the whole thing works I'll be working on in-wallet GUI streamlining of things.



Basics

When you send a bid, the bid tracker does a look up of the address you sent from, and then allocates the coins to that address converted to BCR address format.

So , when you want to redeem, you simply import the privkey of the address you used to send, and your coins should be there.

Minimum bids should be equivalent to 0.001 (going to make this mandatory and ignore all smaller bids as they f** up calculations) Coinbase tx is very finnicky and should be exact or getblocktemplate will fail.


bitcreditscc (OP)
Hero Member
*****
Offline Offline

Activity: 602
Merit: 501



View Profile
September 15, 2015, 10:36:42 PM
 #2994

ok, so we have two oprions, let the chain continue as is and issue an update that fixes things in a day or two or else halt the chain hard fork @ 202499 and proceed.

I'm all for the first option i';d like to start maintaining a policy of updates on the run, instead of halting. The update is going to do the following

1) Place checks against blocks to ensure that BN payments and Payouts are made
2) Activate IX
3) Ensure BN only mining (you can use a pool BN to mine if the owner is willing to share his key with you)
4) (Maybe) institute block # limits on BNs (this will result in 3 being invalidated and make the chain solo mining only

thelonecrouton
Legendary
*
Offline Offline

Activity: 966
Merit: 1000


View Profile
September 15, 2015, 11:10:15 PM
 #2995

When you send a bid, the bid tracker does a look up of the address you sent from, and then allocates the coins to that address converted to BCR address format.

So , when you want to redeem, you simply import the privkey of the address you used to send, and your coins should be there.

Not working for me, or I'm doing something wrong.

I unlocked my DASH wallet, ran 'dumpprivkey <address-I-bid-from>', then unlocked my BCR wallet and ran 'importprivkey <privkey-for-DASH-address>' and got

Invalid private key encoding (code -5)

jasemoney
Legendary
*
Offline Offline

Activity: 1610
Merit: 1008


Forget-about-it


View Profile
September 15, 2015, 11:21:53 PM
 #2996

Proportional chunk is great, I thought it's highest bidder wins but I haven't been paying to close attention. How does the payout base the proportion of differently priced btc, dash, ltc?
LTC and DASH are converted to their BTC value and it gets calculated from there.

Is there anything special needed to bid aside from pay those addresses? If there isn't a bid writeup can someone provide or link?
As a side note on those addresses..
BTC .001
Ltc .0299
Dash .31
Seems like a steal :p
I'm just sending some test bids, I'm unclear yet on the exact redemption process but when I've seen how the whole thing works I'll be working on in-wallet GUI streamlining of things.



Basics

When you send a bid, the bid tracker does a look up of the address you sent from, and then allocates the coins to that address converted to BCR address format.

So , when you want to redeem, you simply import the privkey of the address you used to send, and your coins should be there.

Minimum bids should be equivalent to 0.001 (going to make this mandatory and ignore all smaller bids as they f** up calculations) Coinbase tx is very finnicky and should be exact or getblocktemplate will fail.


Maybe this has been discussed, what happens if I'm dumb and send from exchange or anywhere I don't control the privkey. Most people don't run full nodes and spv keys are different than full privkeys. How much would it suck to change it to just have the bitcredits client generate a receiving address based on coin type either by a new address or building off a privkey you already use to recieve bitcredits. In this way no matter where you sent from you could be credited.
Possibly The setup currently of sending to 1 address to bid would have to be reworked for this to work.. or have the bitcredits client register personal addresses to recieve btc ltc dash. And create a workflow to bid from your balance that way inside the wallet.

$MAID & $BTC other than that some short hodls and some long held garbage.
bitcreditscc (OP)
Hero Member
*****
Offline Offline

Activity: 602
Merit: 501



View Profile
September 16, 2015, 12:07:37 AM
 #2997

When you send a bid, the bid tracker does a look up of the address you sent from, and then allocates the coins to that address converted to BCR address format.

So , when you want to redeem, you simply import the privkey of the address you used to send, and your coins should be there.

Not working for me, or I'm doing something wrong.

I unlocked my DASH wallet, ran 'dumpprivkey <address-I-bid-from>', then unlocked my BCR wallet and ran 'importprivkey <privkey-for-DASH-address>' and got

Invalid private key encoding (code -5)



ok, likely i missed key conversion number, will look at that now. i'm already working off 0.30.17.1 now so ya'll can expect news in time.

bitcreditscc (OP)
Hero Member
*****
Offline Offline

Activity: 602
Merit: 501



View Profile
September 16, 2015, 12:17:28 AM
 #2998

Proportional chunk is great, I thought it's highest bidder wins but I haven't been paying to close attention. How does the payout base the proportion of differently priced btc, dash, ltc?
LTC and DASH are converted to their BTC value and it gets calculated from there.

Is there anything special needed to bid aside from pay those addresses? If there isn't a bid writeup can someone provide or link?
As a side note on those addresses..
BTC .001
Ltc .0299
Dash .31
Seems like a steal :p
I'm just sending some test bids, I'm unclear yet on the exact redemption process but when I've seen how the whole thing works I'll be working on in-wallet GUI streamlining of things.



Basics

When you send a bid, the bid tracker does a look up of the address you sent from, and then allocates the coins to that address converted to BCR address format.

So , when you want to redeem, you simply import the privkey of the address you used to send, and your coins should be there.

Minimum bids should be equivalent to 0.001 (going to make this mandatory and ignore all smaller bids as they f** up calculations) Coinbase tx is very finnicky and should be exact or getblocktemplate will fail.


Maybe this has been discussed, what happens if I'm dumb and send from exchange or anywhere I don't control the privkey. Most people don't run full nodes and spv keys are different than full privkeys. How much would it suck to change it to just have the bitcredits client generate a receiving address based on coin type either by a new address or building off a privkey you already use to recieve bitcredits. In this way no matter where you sent from you could be credited.
Possibly The setup currently of sending to 1 address to bid would have to be reworked for this to work.. or have the bitcredits client register personal addresses to recieve btc ltc dash. And create a workflow to bid from your balance that way inside the wallet.

Well the problem is consensus, if every node was producing it's own bidding address, it would be extremely difficult to get consensus unless we changed the bids from any amount you want (above the minimum), to a very specific sequence(s) which is far more prone to problems.

You are right about spv keys and i am working on a rpc method to convert any type of key into a standard BCR key.

You would not believe if you saw the full to-do list  Cheesy

jasemoney
Legendary
*
Offline Offline

Activity: 1610
Merit: 1008


Forget-about-it


View Profile
September 16, 2015, 12:36:24 AM
 #2999

Proportional chunk is great, I thought it's highest bidder wins but I haven't been paying to close attention. How does the payout base the proportion of differently priced btc, dash, ltc?
LTC and DASH are converted to their BTC value and it gets calculated from there.

Is there anything special needed to bid aside from pay those addresses? If there isn't a bid writeup can someone provide or link?
As a side note on those addresses..
BTC .001
Ltc .0299
Dash .31
Seems like a steal :p
I'm just sending some test bids, I'm unclear yet on the exact redemption process but when I've seen how the whole thing works I'll be working on in-wallet GUI streamlining of things.



Basics

When you send a bid, the bid tracker does a look up of the address you sent from, and then allocates the coins to that address converted to BCR address format.

So , when you want to redeem, you simply import the privkey of the address you used to send, and your coins should be there.

Minimum bids should be equivalent to 0.001 (going to make this mandatory and ignore all smaller bids as they f** up calculations) Coinbase tx is very finnicky and should be exact or getblocktemplate will fail.


Maybe this has been discussed, what happens if I'm dumb and send from exchange or anywhere I don't control the privkey. Most people don't run full nodes and spv keys are different than full privkeys. How much would it suck to change it to just have the bitcredits client generate a receiving address based on coin type either by a new address or building off a privkey you already use to recieve bitcredits. In this way no matter where you sent from you could be credited.
Possibly The setup currently of sending to 1 address to bid would have to be reworked for this to work.. or have the bitcredits client register personal addresses to recieve btc ltc dash. And create a workflow to bid from your balance that way inside the wallet.

Well the problem is consensus, if every node was producing it's own bidding address, it would be extremely difficult to get consensus unless we changed the bids from any amount you want (above the minimum), to a very specific sequence(s) which is far more prone to problems.

You are right about spv keys and i am working on a rpc method to convert any type of key into a standard BCR key.

You would not believe if you saw the full to-do list  Cheesy
My goodness I'm sure it's huge. Thanks for the info. And I'll have access to my desktop again tomorrow I've been away for weeks, will be able to do builds and run some mining to help either as a banknode cpu only or gpu as needed.

$MAID & $BTC other than that some short hodls and some long held garbage.
bitcreditscc (OP)
Hero Member
*****
Offline Offline

Activity: 602
Merit: 501



View Profile
September 16, 2015, 12:43:30 AM
 #3000

Proportional chunk is great, I thought it's highest bidder wins but I haven't been paying to close attention. How does the payout base the proportion of differently priced btc, dash, ltc?
LTC and DASH are converted to their BTC value and it gets calculated from there.

Is there anything special needed to bid aside from pay those addresses? If there isn't a bid writeup can someone provide or link?
As a side note on those addresses..
BTC .001
Ltc .0299
Dash .31
Seems like a steal :p
I'm just sending some test bids, I'm unclear yet on the exact redemption process but when I've seen how the whole thing works I'll be working on in-wallet GUI streamlining of things.



Basics

When you send a bid, the bid tracker does a look up of the address you sent from, and then allocates the coins to that address converted to BCR address format.

So , when you want to redeem, you simply import the privkey of the address you used to send, and your coins should be there.

Minimum bids should be equivalent to 0.001 (going to make this mandatory and ignore all smaller bids as they f** up calculations) Coinbase tx is very finnicky and should be exact or getblocktemplate will fail.


Maybe this has been discussed, what happens if I'm dumb and send from exchange or anywhere I don't control the privkey. Most people don't run full nodes and spv keys are different than full privkeys. How much would it suck to change it to just have the bitcredits client generate a receiving address based on coin type either by a new address or building off a privkey you already use to recieve bitcredits. In this way no matter where you sent from you could be credited.
Possibly The setup currently of sending to 1 address to bid would have to be reworked for this to work.. or have the bitcredits client register personal addresses to recieve btc ltc dash. And create a workflow to bid from your balance that way inside the wallet.

Well the problem is consensus, if every node was producing it's own bidding address, it would be extremely difficult to get consensus unless we changed the bids from any amount you want (above the minimum), to a very specific sequence(s) which is far more prone to problems.

You are right about spv keys and i am working on a rpc method to convert any type of key into a standard BCR key.

You would not believe if you saw the full to-do list  Cheesy
My goodness I'm sure it's huge. Thanks for the info. And I'll have access to my desktop again tomorrow I've been away for weeks, will be able to do builds and run some mining to help either as a banknode cpu only or gpu as needed.

Great!! thanks, i appreciate all the help i can get.

While the list is dizzying...i find it inspiring, it means there is always room for improvement.

Pages: « 1 ... 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 [150] 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 ... 249 »
  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!