Bitcointalk Mobile
Bitcointalk Mobile
Bitcointalk Mobile
IRLBTC™
Preecs
Bitcoin Main
Support
Marketplace
Goods
Services
Service Ann.
Service Dis.
Exchange
Gambling
Lending
Securities
Auctions
Dev & Tech
Ecomomics
Trading
Mining
Project Dev
Meta
Digital Goods
Collectibles
Politics
Beginner Help
Off-topics
Serious
Archival
Altcoin Dis.
Altcoin Ann.
Mining Alt.
Alt Market
Speculation
العربية (Arabic)
Bahasa Indonesia
Español (Spanish)
中文 (Chinese)
Hrvatski (Croatian)
Deutsch (German)
Ελληνικά (Greek)
עברית (Hebrew)
Français
India
Italiano (Italian)
日本語 (Japanese)
Nederlands (Dutch)
Nigeria (Naija)
한국어 (Korean)
Pilipinas
Polski
Português (Portuguese)
Русский (Russian)
Română (Romanian)
Skandinavisk
Türkçe (Turkish)
Other languages
Go
<<
>>
(p.20)
Author
Topic: [ANN] [DOLP] ★★DolphinCoin★★| The First Decentralized Angel Investing Blockchain (Read 166457 times)
DOLPCOIN
(OP)
Member
Offline
Activity: 90
Merit: 10
Re: [ANN][DOLP] ★★DolphinCoin★★| 100% Pure POS | New POD Algorithm | Real Projects
June 15, 2014, 02:26:19 PM
Last edit: June 15, 2014, 02:36:58 PM by DOLPCOIN
#381
Quote from: Crljeni on June 15, 2014, 02:20:29 PM
Quote from: Crljeni on June 15, 2014, 02:00:06 PM
My wallet stops syncing at block 14060.
Anyone have any idea?
After 2 hours, now is on 14061.
Hi, we are still working on it. New wallet will be uploaded in minutes.
Please download new wallet here Window qt 1.0.0.1:
http://www.mediafire.com/download/3b28ddgghwkjyjn/dolphincoin-qt_v1.0.0.1.rar
susan234
Sr. Member
Offline
Activity: 308
Merit: 250
Re: [ANN][DOLP] ★★DolphinCoin★★| 100% Pure POS | New POD Algorithm | Real Projects
June 15, 2014, 02:27:47 PM
#382
why i don't receive the coins?
Datetime Forumid nickname DOLP Address Activity DOLP Amount TX
514 2014-06-15 13:54:37 200559 susan234 DH1FFVmjrDWb5q3bjYqQUVNpFiLiprrPeb 157 31400 416e668e4e40a42990c75f66b41d3ac96a61b06e439d12abd96eca6477ef4b5d
.
▄▄▄
▄▄▄▄
▄▄
▄▄
▄
▄
【
BTC
】
B
it
D
ice
.me
.
<
<
<
Simple
and
Fast
1% Dice
Invest - Play - Join The Family
sumone
Newbie
Offline
Activity: 22
Merit: 0
Re: [ANN][DOLP] ★★DolphinCoin★★| 100% Pure POS | New POD Algorithm | Real Projects
June 15, 2014, 02:33:43 PM
#383
Is there a dophincoin block explorer yet?
allcoinminer
Hero Member
Offline
Activity: 784
Merit: 504
Re: [ANN][DOLP] ★★DolphinCoin★★| 100% Pure POS | New POD Algorithm | Real Projects
June 15, 2014, 02:39:29 PM
#384
Quote from: DOLPCOIN on June 15, 2014, 02:26:19 PM
Quote from: Crljeni on June 15, 2014, 02:20:29 PM
Quote from: Crljeni on June 15, 2014, 02:00:06 PM
My wallet stops syncing at block 14060.
Anyone have any idea?
After 2 hours, now is on 14061.
Hi, we are still working on it. New wallet will be uploaded in minutes.
Please download new wallet here Window qt 1.0.0.1:
http://www.mediafire.com/download/3b28ddgghwkjyjn/dolphincoin-qt_v1.0.0.1.rar
Is this a mandatory update? Any fork issues? What was you problem?
Hope you will explain it to the community.
DOLPCOIN
(OP)
Member
Offline
Activity: 90
Merit: 10
Re: [ANN][DOLP] ★★DolphinCoin★★| 100% Pure POS | New POD Algorithm | Real Projects
June 15, 2014, 02:51:50 PM
#385
Quote from: allcoinminer on June 15, 2014, 02:39:29 PM
Quote from: DOLPCOIN on June 15, 2014, 02:26:19 PM
Quote from: Crljeni on June 15, 2014, 02:20:29 PM
Quote from: Crljeni on June 15, 2014, 02:00:06 PM
My wallet stops syncing at block 14060.
Anyone have any idea?
After 2 hours, now is on 14061.
Hi, we are still working on it. New wallet will be uploaded in minutes.
Please download new wallet here Window qt 1.0.0.1:
http://www.mediafire.com/download/3b28ddgghwkjyjn/dolphincoin-qt_v1.0.0.1.rar
Is this a mandatory update? Any fork issues? What was you problem?
Hope you will explain it to the community.
Hi, It's a mandatory update, "Wallet stoped syncing at block 14060" cause by the code:
Quote
if (nVersion < 3 && ((!fTestNet && nHeight > 14060) || (fTestNet && nHeight > 0)))
return error("CheckBlock() : rejected nVersion < 3 block");
https://github.com/DolphinCoin/dolphincoin/search?q=14060&ref=cmdform
And we have fixed it by changing the nVersion from 1 to 3.
Quote
- static const int CURRENT_VERSION=1;
+ static const int CURRENT_VERSION=3;
https://github.com/DolphinCoin/dolphincoin/commit/c5d29fba00a9e558144048579a222364df2cf888
allcoinminer
Hero Member
Offline
Activity: 784
Merit: 504
Re: [ANN][DOLP] ★★DolphinCoin★★| 100% Pure POS | New POD Algorithm | Real Projects
June 15, 2014, 02:57:26 PM
#386
Quote from: DOLPCOIN on June 15, 2014, 02:51:50 PM
Quote from: allcoinminer on June 15, 2014, 02:39:29 PM
Quote from: DOLPCOIN on June 15, 2014, 02:26:19 PM
Quote from: Crljeni on June 15, 2014, 02:20:29 PM
Quote from: Crljeni on June 15, 2014, 02:00:06 PM
My wallet stops syncing at block 14060.
Anyone have any idea?
After 2 hours, now is on 14061.
Hi, we are still working on it. New wallet will be uploaded in minutes.
Please download new wallet here Window qt 1.0.0.1:
http://www.mediafire.com/download/3b28ddgghwkjyjn/dolphincoin-qt_v1.0.0.1.rar
Is this a mandatory update? Any fork issues? What was you problem?
Hope you will explain it to the community.
Hi, It's a mandatory update, "Wallet stoped syncing at block 14060" cause by the code:
Quote
if (nVersion < 3 && ((!fTestNet && nHeight > 14060) || (fTestNet && nHeight > 0)))
return error("CheckBlock() : rejected nVersion < 3 block");
https://github.com/DolphinCoin/dolphincoin/search?q=14060&ref=cmdform
And we have fixed it by changing the nVersion from 1 to 3.
Quote
- static const int CURRENT_VERSION=1;
+ static const int CURRENT_VERSION=3;
https://github.com/DolphinCoin/dolphincoin/commit/c5d29fba00a9e558144048579a222364df2cf888
+ThumpsUp
Timeline
Legendary
Offline
Activity: 924
Merit: 1000
TokenHouse decentralized cryptocurrency exchange
Re: [ANN][DOLP] ★★DolphinCoin★★| 100% Pure POS | New POD Algorithm | Real Projects
June 15, 2014, 03:00:51 PM
#387
Quote from: DOLPCOIN on June 15, 2014, 02:51:50 PM
Quote from: allcoinminer on June 15, 2014, 02:39:29 PM
Quote from: DOLPCOIN on June 15, 2014, 02:26:19 PM
Quote from: Crljeni on June 15, 2014, 02:20:29 PM
Quote from: Crljeni on June 15, 2014, 02:00:06 PM
My wallet stops syncing at block 14060.
Anyone have any idea?
After 2 hours, now is on 14061.
Hi, we are still working on it. New wallet will be uploaded in minutes.
Please download new wallet here Window qt 1.0.0.1:
http://www.mediafire.com/download/3b28ddgghwkjyjn/dolphincoin-qt_v1.0.0.1.rar
Is this a mandatory update? Any fork issues? What was you problem?
Hope you will explain it to the community.
Hi, It's a mandatory update, "Wallet stoped syncing at block 14060" cause by the code:
Quote
if (nVersion < 3 && ((!fTestNet && nHeight > 14060) || (fTestNet && nHeight > 0)))
return error("CheckBlock() : rejected nVersion < 3 block");
https://github.com/DolphinCoin/dolphincoin/search?q=14060&ref=cmdform
And we have fixed it by changing the nVersion from 1 to 3.
Quote
- static const int CURRENT_VERSION=1;
+ static const int CURRENT_VERSION=3;
https://github.com/DolphinCoin/dolphincoin/commit/c5d29fba00a9e558144048579a222364df2cf888
Thank you!
https://tokenhouse.market
WalkerLi
Full Member
Offline
Activity: 238
Merit: 100
hello world, hello crypto
Re: [ANN][DOLP] ★★DolphinCoin★★| 100% Pure POS | New POD Algorithm | Real Projects
June 15, 2014, 03:04:21 PM
#388
Quote from: DOLPCOIN on June 15, 2014, 02:51:50 PM
Quote from: allcoinminer on June 15, 2014, 02:39:29 PM
Quote from: DOLPCOIN on June 15, 2014, 02:26:19 PM
Quote from: Crljeni on June 15, 2014, 02:20:29 PM
Quote from: Crljeni on June 15, 2014, 02:00:06 PM
My wallet stops syncing at block 14060.
Anyone have any idea?
After 2 hours, now is on 14061.
Hi, we are still working on it. New wallet will be uploaded in minutes.
Please download new wallet here Window qt 1.0.0.1:
http://www.mediafire.com/download/3b28ddgghwkjyjn/dolphincoin-qt_v1.0.0.1.rar
Is this a mandatory update? Any fork issues? What was you problem?
Hope you will explain it to the community.
Hi, It's a mandatory update, "Wallet stoped syncing at block 14060" cause by the code:
Quote
if (nVersion < 3 && ((!fTestNet && nHeight > 14060) || (fTestNet && nHeight > 0)))
return error("CheckBlock() : rejected nVersion < 3 block");
https://github.com/DolphinCoin/dolphincoin/search?q=14060&ref=cmdform
And we have fixed it by changing the nVersion from 1 to 3.
Quote
- static const int CURRENT_VERSION=1;
+ static const int CURRENT_VERSION=3;
https://github.com/DolphinCoin/dolphincoin/commit/c5d29fba00a9e558144048579a222364df2cf888
wow, thank you, activity dev is nice to a coin
DolphinCoin - 1st Decentralized Angel Investing Cryptocurrency, 70% Free Distribution
: D8a419yqS4iBR6h8pbosePuY99BYCAjoqu
zmija
Hero Member
Offline
Activity: 676
Merit: 500
Re: [ANN][DOLP] ★★DolphinCoin★★| 100% Pure POS | New POD Algorithm | Real Projects
June 15, 2014, 03:11:30 PM
#389
Hi sig updated
▄███████████████▄
▄██▀ ▀██▄
▄▄██▀ ▀██▄▄
█████▀▀
▄▀▀▀▀▀▀▀▄▄
▀▀█████
██
▄▀ ▄▄▄▀▀▀▀▄▀█▄▄
██
▐█▌
▄▀ ▄▀ ▄▄▄▀▀▀▄▀▀▀███
▐█▌
██
▄▀▄▀▄▀▀▄▄▄▀▀▀▀▀█ ▄█▀
██
▐█▌
█▄▀▄▀▄█▀▀▀ ▀█▀ ▄▀▄▀█
▐█▌
██
█▄▀▄▀▄▄█▀ ▄▀ ▄▀▄▀▄▀█
██
▐█▌
▀▄█████▀▄▄▀▀▄▄▀▄▀▄▀▄▀█
▐█▌
██▌
▀████▀██▄▄▀▀▄▄▀▄▀▄▀▄█▀
▐██
██▌
▀█▀▀█▄▀▀▄▀▀▄▄▀▄█▄▄█▀
▐██
██▌
▀ ▀███▄▄▄█████▀
▐██
██▄
▀▀▀▀▀
▄██
▀██▄ ▄██▀
▀██▄ ▄██▀
▀██▄ ▄██▀
▀███▄███▀
▀███▀
.
Deep
Onion
.
★ ★ ★ ★ ★
.
❱❱❱
JOIN AIRDROP NOW!
.
TOR INTEGRATED & SECURED
★
Your Anonymity Guaranteed
★
Your Assets Secured by TOR
★
Guard Your Privacy!
|
Facebook
Twitter
Youtube
Bitcointalk
Reddit
Telegram
|
File Authenticity
Guaranteed b
y
.
Deep
Vault
.
▄▄▀▄▄▀▄▄▀▄▀▀
▄▄██▀█▀▄▀▀▀
▄██▄█▄██▀
▄██████▀
▄██████▀
▄█▄▄▄▄▄▄▄▄▄██████▀
██████▀▀▀▀▀██████▀
▀█████ ▄███████
████████████▀██
██▀███████▀ ██
██ ▀████▀ ██
██ ▀▀ ██
▀█████████████▀
Crljeni
Member
Offline
Activity: 68
Merit: 10
Re: [ANN][DOLP] ★★DolphinCoin★★| 100% Pure POS | New POD Algorithm | Real Projects
June 15, 2014, 03:12:05 PM
#390
Quote from: DOLPCOIN on June 15, 2014, 02:51:50 PM
Quote from: allcoinminer on June 15, 2014, 02:39:29 PM
Quote from: DOLPCOIN on June 15, 2014, 02:26:19 PM
Quote from: Crljeni on June 15, 2014, 02:20:29 PM
Quote from: Crljeni on June 15, 2014, 02:00:06 PM
My wallet stops syncing at block 14060.
Anyone have any idea?
After 2 hours, now is on 14061.
Hi, we are still working on it. New wallet will be uploaded in minutes.
Please download new wallet here Window qt 1.0.0.1:
http://www.mediafire.com/download/3b28ddgghwkjyjn/dolphincoin-qt_v1.0.0.1.rar
Is this a mandatory update? Any fork issues? What was you problem?
Hope you will explain it to the community.
Hi, It's a mandatory update, "Wallet stoped syncing at block 14060" cause by the code:
Quote
if (nVersion < 3 && ((!fTestNet && nHeight > 14060) || (fTestNet && nHeight > 0)))
return error("CheckBlock() : rejected nVersion < 3 block");
https://github.com/DolphinCoin/dolphincoin/search?q=14060&ref=cmdform
And we have fixed it by changing the nVersion from 1 to 3.
Quote
- static const int CURRENT_VERSION=1;
+ static const int CURRENT_VERSION=3;
https://github.com/DolphinCoin/dolphincoin/commit/c5d29fba00a9e558144048579a222364df2cf888
Good work dev. I appreciate it.
deadley
Legendary
Offline
Activity: 2562
Merit: 1064
Re: [ANN][DOLP] ★★DolphinCoin★★| 100% Pure POS | New POD Algorithm | Real Projects
June 15, 2014, 03:23:34 PM
#391
Quote from: DOLPCOIN on June 15, 2014, 02:51:50 PM
Quote from: allcoinminer on June 15, 2014, 02:39:29 PM
Quote from: DOLPCOIN on June 15, 2014, 02:26:19 PM
Quote from: Crljeni on June 15, 2014, 02:20:29 PM
Quote from: Crljeni on June 15, 2014, 02:00:06 PM
My wallet stops syncing at block 14060.
Anyone have any idea?
After 2 hours, now is on 14061.
Hi, we are still working on it. New wallet will be uploaded in minutes.
Please download new wallet here Window qt 1.0.0.1:
http://www.mediafire.com/download/3b28ddgghwkjyjn/dolphincoin-qt_v1.0.0.1.rar
Is this a mandatory update? Any fork issues? What was you problem?
Hope you will explain it to the community.
Hi, It's a mandatory update, "Wallet stoped syncing at block 14060" cause by the code:
Quote
if (nVersion < 3 && ((!fTestNet && nHeight > 14060) || (fTestNet && nHeight > 0)))
return error("CheckBlock() : rejected nVersion < 3 block");
https://github.com/DolphinCoin/dolphincoin/search?q=14060&ref=cmdform
And we have fixed it by changing the nVersion from 1 to 3.
Quote
- static const int CURRENT_VERSION=1;
+ static const int CURRENT_VERSION=3;
https://github.com/DolphinCoin/dolphincoin/commit/c5d29fba00a9e558144048579a222364df2cf888
Thanks for update, now its working fine.
.
Stake.com
.
-
bet
SMARTER
play
SMARTER
win
SMARTER
myhoho
Legendary
Offline
Activity: 1162
Merit: 1008
Re: [ANN][DOLP] ★★DolphinCoin★★ | New POD Algorithm | Mandatory update to 1.0.0.1
June 15, 2014, 03:29:41 PM
#392
I ike the distribution model. Hope we will have something like this outside of bct, I guess developpers fund might be used for that purpose.
██████▄ ▄▄▄█████████▄▄▄
██████████████████████████▄▄
█████████████████████████████▄
▄███████████████████████████████
▄▄███▄ ▄██████████ ████████▀▀▀██████████
▄██████ ████████████ ████████ ███████████
▄████████▀ █████████ ██ ████████▀▀▀███████
▀████▄ ▄ ████████████ ████████████ ███████
▀████▀ ▀██████████ █████████████████████
▀███████████████████████████████
█████████████████████████████▀
██████████████████████████▀▀
██████▀ ▀▀▀█████████▀▀▀
ROCKET
█
▄▄ ▄▄
▄
▀
Still HODLING?
Play
Rocket!
█
▄▄ ▄▄
▄
▀
███
▀█▀
▄▀▄ ▄▄█▄▄ ▄▀▄
█
██
▀▀▄▄▄▀▀▀
█████
▀▀▀▄▄▄▀▀
██
█
▀▄
█
▄▀
███████████████
▀▄
█
▄▀
█
█
▄▀▀▀▀▄
█████
▄▀▀▀▀▄
█
█
█
██
█
██
▀
██
█
███
█
██
▀
██
█
██
█
█
███
▀▄▄▄▄▀
█
█
█
▀▄▄▄▄▀
███
█
█
█████████
▄▀▄
█████████
█
█
█████
▄▄▀
███
▀▄▄
█████
█
█
█████████████████
█
▀▄
█████████████
▄▀
▀▀▀▄▄▄▄▄▄▄▀▀▀
●
ENTHRALLING
GRAPHICS
● NEW TYPE OF
GAMES
●
100%
REFERRAL BONUS
(
(
▄▄█████████▄▄
▄█████████████████▄
▄████████ ██ █████████▄
▄█████▀▀▀▀ ▀▀ ▀▀████████▄
▄███████▄ ▄▄▄▄ ▀███████▄
█████████ ████ ████████
█████████ ▀████▀▀██
█████████ ████ ███▄▄██
▀███████▀ ▀▀▀▀ ▄██▀ █▀
▀█████▄▄▄▄ ▄▄ ▄▄▄███▀ █▀
▀████████ ██ ████▀ ▄█▀
▀████████████▀ ▄▄█▀
▀▀█████████▀▀
▄▄█████████▄▄
▄█████████████████▄
▄█████████████████████▄
▄████▀███████▀ ▀▀▀▄███▄
▄████▌ ▀▀███▌ ▄████▄
█████▀ ██████
█████▄ ███▀▀██
██████▄ ████▄▄██
▀██████▄▄ ▄████▀ █▀
▀████▄ ▄██████▀ █▀
▀████████████████▀ ▄█▀
▀████████████▀ ▄▄█▀
▀▀█████████▀▀
▄▄█████████▄▄
▄█████████████████▄
▄██████████▀▀▀▀███████▄
▄█████████▀ ████████▄
▄██████████ ████████████▄
█████████ ██████████
█████████▄▄ ▄▄███████▀▀██
███████████ █████████▄▄██
▀██████████ ████████▀ █▀
▀█████████ ███████▀ █▀
▀████████▄▄▄█████▀ ▄█▀
▀████████████▀ ▄▄█▀
▀▀█████████▀▀
)
)
tacee
Sr. Member
Offline
Activity: 386
Merit: 250
Re: [ANN][DOLP] ★★DolphinCoin★★| 100% Pure POS | New POD Algorithm | Real Projects
June 15, 2014, 03:32:51 PM
#393
Quote from: Crljeni on June 15, 2014, 02:00:06 PM
My wallet stops syncing at block 14060.
Anyone have any idea?
update to latest wallet
Beoga
Legendary
Offline
Activity: 2646
Merit: 1141
Re: [ANN][DOLP] ★★DolphinCoin★★ | New POD Algorithm | Mandatory update to 1.0.0.1
June 15, 2014, 04:23:45 PM
#394
Very strange thing. One account has more then 1B DOLP. How can this be???
You can see this here
http://www.dolpshare.com/index.php/project/showdetail/all/
2014-06-14 16sMvhZ6vtoA1jTZCQqeSds1K18JZrBWha 100664.3518 107656.3379
He got stake 100664.3518 DOLP that means he has about 1B DOLP. 10% of all coins.
Timeline
Legendary
Offline
Activity: 924
Merit: 1000
TokenHouse decentralized cryptocurrency exchange
Re: [ANN][DOLP] ★★DolphinCoin★★ | New POD Algorithm | Mandatory update to 1.0.0.1
June 15, 2014, 04:30:02 PM
#395
Quote from: Beoga on June 15, 2014, 04:23:45 PM
Very strange thing. One account has more then 1B DOLP. How can this be???
You can see this here
http://www.dolpshare.com/index.php/project/showdetail/all/
2014-06-14 16sMvhZ6vtoA1jTZCQqeSds1K18JZrBWha 100664.3518 107656.3379
He got stake 100664.3518 DOLP that means he has about 1B DOLP. 10% of all coins.
I have been wondering this too and the fact that how this is possible.
https://tokenhouse.market
*Sakura*
Legendary
Offline
Activity: 1624
Merit: 1011
I wish you all love and profitable investments!!!
Re: [ANN][DOLP] ★★DolphinCoin★★ | New POD Algorithm | Mandatory update to 1.0.0.1
June 15, 2014, 04:45:21 PM
#396
Russian thread is updated with wallet version 1.0.0.1.
https://bt.irlbtc.com/view/652904.0
Beoga
Legendary
Offline
Activity: 2646
Merit: 1141
Re: [ANN][DOLP] ★★DolphinCoin★★ | New POD Algorithm | Mandatory update to 1.0.0.1
June 15, 2014, 04:48:14 PM
#397
Quote from: *Sakura* on June 15, 2014, 04:45:21 PM
Russian thread is updated with wallet version 1.0.0.1.
https://bt.irlbtc.com/view/652904.0
Why do you send it here?
33reg
Full Member
Offline
Activity: 231
Merit: 101
xmining.org
Re: [ANN][DOLP] ★★DolphinCoin★★ | New POD Algorithm | Mandatory update to 1.0.0.1
June 15, 2014, 06:09:12 PM
#398
14.06.2014 09:02
I got 115K DOLP, but not got BTC dividend!
Why?
◊◊◊
★★★ XMining.org ★★★
◊◊◊
deadley
Legendary
Offline
Activity: 2562
Merit: 1064
Re: [ANN][DOLP] ★★DolphinCoin★★ | New POD Algorithm | Mandatory update to 1.0.0.1
June 15, 2014, 06:13:05 PM
#399
Quote from: 33reg on June 15, 2014, 06:09:12 PM
14.06.2014 09:02
I got 115K DOLP, but not got BTC dividend!
Why?
I think dividend only for whom, who are holding dolp share not dolphincoin.
.
Stake.com
.
-
bet
SMARTER
play
SMARTER
win
SMARTER
allcoinminer
Hero Member
Offline
Activity: 784
Merit: 504
Re: [ANN][DOLP] ★★DolphinCoin★★ | New POD Algorithm | Mandatory update to 1.0.0.1
June 15, 2014, 06:22:57 PM
#400
Quote from: deadley on June 15, 2014, 06:13:05 PM
Quote from: 33reg on June 15, 2014, 06:09:12 PM
14.06.2014 09:02
I got 115K DOLP, but not got BTC dividend!
Why?
I think dividend only for whom, who are holding dolp share not dolphincoin.
I brought no shares but got btc yesterday. It took 2 days for me to get btc.
Pages:
«
1
2
3
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
...
111
»
Print
Page 19
Viewing Page: 20
IRLBTC™ © 2025 IRLBTC.com