Bitcoin Forum
June 03, 2023, 12:46:40 AM
Welcome,
Guest
. Please
login
or
register
.
News
: Latest Bitcoin Core release:
25.0
[
Torrent
]
Home
Help
Search
Login
Register
More
Bitcoin Forum
>
Alternate cryptocurrencies
>
Mining (Altcoins)
>
Pools (Altcoins)
>
[ANN] The First Litecoin PPS Pool (litecoinpool.org)
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
...
74
»
« previous topic
next topic »
Print
Author
Topic: [ANN] The First Litecoin PPS Pool (litecoinpool.org) (Read 226463 times)
powersync
Member
Offline
Activity: 77
Merit: 10
Re: [ANN] The Litecoin PPS Pool - We pay for stale shares!
October 19, 2012, 05:17:10 PM
#141
Burnside is getting hit at the same time.
PS
Who are the least trusted users of Bitcointalk?
¯\_(ツ)_/¯
Who are the most trusted users of Bitcointalk?
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1685753200
Hero Member
Offline
Posts: 1685753200
Ignore
1685753200
1685753200
#2
1685753200
Report to moderator
1685753200
Hero Member
Offline
Posts: 1685753200
Ignore
1685753200
1685753200
#2
1685753200
Report to moderator
burnside
Legendary
Offline
Activity: 1106
Merit: 1004
Lead Blockchain Developer
Re: [ANN] The Litecoin PPS Pool - We pay for stale shares!
October 19, 2012, 05:53:00 PM
#142
Quote from: powersync on October 19, 2012, 05:17:10 PM
Burnside is getting hit at the same time.
PS
Yeah, not fun. Working on shifting the traffic to a larger DDoS setup.
wndrbr3d
Hero Member
Offline
Activity: 915
Merit: 500
Re: [ANN] The Litecoin PPS Pool - We pay for stale shares!
October 19, 2012, 08:25:59 PM
#143
Quote from: pooler on October 19, 2012, 04:56:41 PM
Sorry guys, pool is currently down. Yes, DDoS once again.
Have you thought of using DNS load balancing and apache reverse proxies?
I thought if someone were to do that using say, Amazon micro instances to host apache, you could make your pool rather resilient to DDoS as it would isolate the nodes from the actual pool instances.
Nicksasa
Sr. Member
Offline
Activity: 288
Merit: 250
Re: [ANN] The Litecoin PPS Pool - We pay for stale shares!
October 19, 2012, 08:30:25 PM
#144
Quote from: wndrbr3d on October 19, 2012, 08:25:59 PM
Quote from: pooler on October 19, 2012, 04:56:41 PM
Sorry guys, pool is currently down. Yes, DDoS once again.
Have you thought of using DNS load balancing and apache reverse proxies?
I thought if someone were to do that using say, Amazon micro instances to host apache, you could make your pool rather resilient to DDoS as it would isolate the nodes from the actual pool instances.
You'd probably spend a lot on bandwidth ... I've considered this myself before.
notroll.in Litecoin PPS Pool 4%
burnside
Legendary
Offline
Activity: 1106
Merit: 1004
Lead Blockchain Developer
Re: [ANN] The Litecoin PPS Pool - We pay for stale shares!
October 19, 2012, 09:53:51 PM
#145
Quote from: wndrbr3d on October 19, 2012, 08:25:59 PM
Quote from: pooler on October 19, 2012, 04:56:41 PM
Sorry guys, pool is currently down. Yes, DDoS once again.
Have you thought of using DNS load balancing and apache reverse proxies?
I thought if someone were to do that using say, Amazon micro instances to host apache, you could make your pool rather resilient to DDoS as it would isolate the nodes from the actual pool instances.
I don't want to get too far off topic, this isn't my pool thread.
I have thought about splitting the web services from the poolserver instance. Two problems:
1) Cost. an LTC pool doesn't make money and even my full dedicated server has load issues periodically.
2) The attack we were seeing today was icmp flood + http flood + pushpool port flood, so having separate servers wouldn't have helped much.
Cheers.
wndrbr3d
Hero Member
Offline
Activity: 915
Merit: 500
Re: [ANN] The Litecoin PPS Pool - We pay for stale shares!
October 19, 2012, 11:14:49 PM
#146
Quote from: burnside on October 19, 2012, 09:53:51 PM
Quote from: wndrbr3d on October 19, 2012, 08:25:59 PM
Quote from: pooler on October 19, 2012, 04:56:41 PM
Sorry guys, pool is currently down. Yes, DDoS once again.
Have you thought of using DNS load balancing and apache reverse proxies?
I thought if someone were to do that using say, Amazon micro instances to host apache, you could make your pool rather resilient to DDoS as it would isolate the nodes from the actual pool instances.
I don't want to get too far off topic, this isn't my pool thread.
I have thought about splitting the web services from the poolserver instance. Two problems:
1) Cost. an LTC pool doesn't make money and even my full dedicated server has load issues periodically.
2) The attack we were seeing today was icmp flood + http flood + pushpool port flood, so having separate servers wouldn't have helped much.
Cheers.
Right, but if you used DNS load balancing you could just map a new IP and update your A-Record.
I mean, unless a DDoS attack does a DNS on each request, I imagine you would suffer minimal downtime. I'm making assumptions though, I've personally never launched a DDoS myself.
burnside
Legendary
Offline
Activity: 1106
Merit: 1004
Lead Blockchain Developer
Re: [ANN] The Litecoin PPS Pool - We pay for stale shares!
October 20, 2012, 12:17:26 AM
#147
Quote from: wndrbr3d on October 19, 2012, 11:14:49 PM
Quote from: burnside on October 19, 2012, 09:53:51 PM
Quote from: wndrbr3d on October 19, 2012, 08:25:59 PM
Quote from: pooler on October 19, 2012, 04:56:41 PM
Sorry guys, pool is currently down. Yes, DDoS once again.
Have you thought of using DNS load balancing and apache reverse proxies?
I thought if someone were to do that using say, Amazon micro instances to host apache, you could make your pool rather resilient to DDoS as it would isolate the nodes from the actual pool instances.
I don't want to get too far off topic, this isn't my pool thread.
I have thought about splitting the web services from the poolserver instance. Two problems:
1) Cost. an LTC pool doesn't make money and even my full dedicated server has load issues periodically.
2) The attack we were seeing today was icmp flood + http flood + pushpool port flood, so having separate servers wouldn't have helped much.
Cheers.
Right, but if you used DNS load balancing you could just map a new IP and update your A-Record.
I mean, unless a DDoS attack does a DNS on each request, I imagine you would suffer minimal downtime. I'm making assumptions though, I've personally never launched a DDoS myself.
DDoS attacks primarily originate from compromised machines serving a botnet. Thus when a DDoS attack is pointed at a domain name, the attack follows the domain name just as fast as your dns changes reach the compromised machines.
pooler
(OP)
Hero Member
Offline
Activity: 836
Merit: 507
Re: [ANN] The Litecoin PPS Pool - We pay for stale shares!
December 02, 2012, 06:54:56 PM
#148
DDoS attack is in progress. Sorry for the inconvenience.
BTC: 15MRTcUweNVJbhTyH5rq9aeSdyigFrskqE · LTC: LTCPooLqTK1SANSNeTR63GbGwabTKEkuS7
Simran
Hero Member
Offline
Activity: 714
Merit: 500
Re: [ANN] The Litecoin PPS Pool - We pay for stale shares!
December 02, 2012, 08:14:45 PM
#149
Quote from: pooler on December 02, 2012, 06:54:56 PM
DDoS attack is in progress. Sorry for the inconvenience.
Don't worry, pooler!
*Image Removed*
Donate LTC: LRgbgTa3XNQSEUhnwC6Ye2vjiCV2CNRpib
Donate BTC: 1AGP6xPTRvsAVhsRsBX13NUH6p6LJjyeiA
Dagger75
Full Member
Offline
Activity: 156
Merit: 100
Re: [ANN] The Litecoin PPS Pool - We pay for stale shares!
December 02, 2012, 08:25:12 PM
#150
Thanks Pooler, was wondering what was up today!!
>>>
http://foundation.leafco.in/
<<< Please help support our cause
>>>A True Alt, with a True Purpose<<< $$Leafcoin$$
splat44
Sr. Member
Offline
Activity: 384
Merit: 250
Re: [ANN] The Litecoin PPS Pool - We pay for stale shares!
December 05, 2012, 10:06:15 AM
Last edit: December 05, 2012, 10:21:39 AM by splat44
#151
I'm glad to server is up and running!
Just in case of further DDos attack, how we set up for solo mining using cpuminer?
I especially want to know the string and where to enter it as command line (while using server:port and userpass)
Oh yes, about public key, what this all about?
Can use we use this in cpuminer and if so, then what the string?
Regards
pooler
(OP)
Hero Member
Offline
Activity: 836
Merit: 507
Re: [ANN] The Litecoin PPS Pool - We pay for stale shares!
December 05, 2012, 11:49:07 AM
#152
Quote from: splat44 on December 05, 2012, 10:06:15 AM
Just in case of further DDos attack, how we set up for solo mining using cpuminer?
I especially want to know the string and where to enter it as command line (while using server:port and userpass)
To mine solo just tell cpuminer to connect to your local Litecoin daemon, using the local IP of the machine and the RPC username and password defined in your litecoin.conf. The default port is 9332.
If you want to set up failover pools in cpuminer, see
this thread
.
Quote from: splat44 on December 05, 2012, 10:06:15 AM
Oh yes, about public key, what this all about?
At present it's only used for the avatar, you don't need to worry about it.
BTC: 15MRTcUweNVJbhTyH5rq9aeSdyigFrskqE · LTC: LTCPooLqTK1SANSNeTR63GbGwabTKEkuS7
pekv2
Hero Member
Offline
Activity: 770
Merit: 502
Re: [ANN] The Litecoin PPS Pool - We pay for stale shares!
December 05, 2012, 08:03:20 PM
#153
Quote from: pooler on December 05, 2012, 11:49:07 AM
Quote from: splat44 on December 05, 2012, 10:06:15 AM
Just in case of further DDos attack, how we set up for solo mining using cpuminer?
I especially want to know the string and where to enter it as command line (while using server:port and userpass)
To mine solo just tell cpuminer to connect to your local Litecoin daemon, using the local IP of the machine and the RPC username and password defined in your litecoin.conf. The default port is 9332.
If you want to set up failover pools in cpuminer, see
this thread
.
This &
https://bitcointalk.org/index.php?topic=83371.0
+
For offline use.
[TUTORIAL] Solo Mining Litecoins Guide--Windows! Offline PDF
splat44
Sr. Member
Offline
Activity: 384
Merit: 250
Re: [ANN] The Litecoin PPS Pool - We pay for stale shares!
December 07, 2012, 09:54:47 AM
#154
Quote from: pekv2 on December 05, 2012, 08:03:20 PM
Quote from: pooler on December 05, 2012, 11:49:07 AM
Quote from: splat44 on December 05, 2012, 10:06:15 AM
Just in case of further DDos attack, how we set up for solo mining using cpuminer?
I especially want to know the string and where to enter it as command line (while using server:port and userpass)
To mine solo just tell cpuminer to connect to your local Litecoin daemon, using the local IP of the machine and the RPC username and password defined in your litecoin.conf. The default port is 9332.
If you want to set up failover pools in cpuminer, see
this thread
.
This &
https://bitcointalk.org/index.php?topic=83371.0
+
For offline use.
[TUTORIAL] Solo Mining Litecoins Guide--Windows! Offline PDF
Thank and I certainly take note of this!
I also notice mining ltc value has increased and difficulties decreased, Is this good and does it means we earn more?
Regards
conspirosphere.tk
Legendary
Offline
Activity: 2352
Merit: 1064
Bitcoin is antisemitic
Re: [ANN] The Litecoin PPS Pool - We pay for stale shares!
December 09, 2012, 12:28:56 PM
#155
Something is strange:
- I am logged in with 2 computers and mining from several hours on
http://www.litecoinpool.org/miner
, but the shares generated do not appear on my account
http://www.litecoinpool.org/account
- I inserted the embeddable miner on a couple of websites of mine with my user.name:pass, but they do not seem to work even if I load the plugin when asked by my browser. The miners are here:
http://webabuser.blogspot.com/p/support.html
http://saveyourassetsfirst.blogspot.com
pooler
(OP)
Hero Member
Offline
Activity: 836
Merit: 507
Re: [ANN] The Litecoin PPS Pool - We pay for stale shares!
December 09, 2012, 12:52:36 PM
#156
Quote from: conspirosphere.tk on December 09, 2012, 12:28:56 PM
Something is strange:
- I am logged in with 2 computers and mining from several hours on
http://www.litecoinpool.org/miner
, but the shares generated do not appear on my account
http://www.litecoinpool.org/account
- I inserted the embeddable miner on a couple of websites of mine with my user.name:pass, but they do not seem to work even if I load the plugin when asked by my browser. The miners are here:
http://webabuser.blogspot.com/p/support.html
http://saveyourassetsfirst.blogspot.com
The password you provide on the second page you listed is wrong, please correct it. The embeddable miner on the first page, on the other hand, appears to be working well, and so does the online miner on the pool website. I have briefly tested both of them using your worker's credentials, and shares do show up in your account page.
Please keep in mind that share counts are not updated in real time, but only every minute.
BTC: 15MRTcUweNVJbhTyH5rq9aeSdyigFrskqE · LTC: LTCPooLqTK1SANSNeTR63GbGwabTKEkuS7
conspirosphere.tk
Legendary
Offline
Activity: 2352
Merit: 1064
Bitcoin is antisemitic
Re: [ANN] The Litecoin PPS Pool - We pay for stale shares!
December 09, 2012, 01:04:21 PM
#157
Quote from: pooler on December 09, 2012, 12:52:36 PM
The password you provide on the second page you listed is wrong, please correct it. The embeddable miner on the first page, on the other hand, appears to be working well, and so does the online miner on the pool website. I have briefly tested both of them using your worker's credentials, and shares do show up in your account page.
Please keep in mind that share counts are not updated in real time, but only every minute.
Thank You very much for the prompt and professional support.
+rep to you
pooler
(OP)
Hero Member
Offline
Activity: 836
Merit: 507
Re: [ANN] The Litecoin PPS Pool - We pay for stale shares!
December 15, 2012, 11:30:06 AM
#158
Quote from: subSTRATA on December 15, 2012, 11:19:04 AM
litecoinpool.org PPS rate 0.00002833 LTC
coinotron.com PPS rate 0.00046042 LTC
Litecoin pools don't all use the same share difficulty. And of course if the share difficulty is lower shares are "easier" to find, and their value is lower.
BTC: 15MRTcUweNVJbhTyH5rq9aeSdyigFrskqE · LTC: LTCPooLqTK1SANSNeTR63GbGwabTKEkuS7
meebs
Hero Member
Offline
Activity: 616
Merit: 500
Re: [ANN] The Litecoin PPS Pool - We pay for stale shares!
December 15, 2012, 01:39:27 PM
#159
Quote from: subSTRATA on December 15, 2012, 11:19:04 AM
litecoinpool.org PPS rate 0.00002833 LTC
coinotron.com PPS rate 0.00046042 LTC
coinotron pps rate = diff 16 shares
litecoinpool pps rate = diff 1 shares
liteocinpool does variable difficulty. When you first fire up a GPU pointed to their pool it'll do a couple hundred shares in seconds than VERY quickly slow down to about 5/minute.
▄▄▄█████████████▄▄▄
▄████████▀▀▀▀▀▀▀████████▄
▄██████▀▀ ▀▀██████▄
▄█████▀▀ ▀▀█████▄
█████▀ ▀█████
████▀ ▄▄███████▄▄ ▀████
████▌ ▄██▀▀▀ ▀▀▀██▄ ▐████
████▌ ▄██▀ ▀██▄ ▐████
▐████ ██▀
▄▄█▀▀▀█▄▄
▀██ ████▌
████▌ ▐█▌
█▀ ▄▄ ▀▀
▐████
▐████ ██
█▌ █▌
█████████████ ████▌
▐████ ██
▐█ ▐█
████▌
▐████ ██
█▌ █▌
█████████████ ████▌
████▌ ▐█▌
█▄ ▀▀ ▄▄
██▀ ▐████
▐████ ██▄
▀▀█▄▄▄█▀▀
██▌ ████▌
█████ ▀██▄ ▄██▀ █████
█████ ▀██▄▄▄ ▄▄▄██▀ █████
█████ ▀▀███████▀▀ █████
█████▄ ▄█████
▀█████▄▄ ▄▄█████▀
▀██████▄▄ ▄▄██████▀
▀████████▄▄▄▄▄▄▄████████▀
▀▀▀█████████████▀▀▀
Global Cryptocurrency
▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬
•
•
DECENTRALISING
PRODUCTION, LOGISTICS
AND
PAYMENT
▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬
3D SERVICE
32 BAY
GCC WEBWALLET
▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬
•
•
C-CEX EXCHANGE
FACEBOOK
TWITTER
TELEGRAM
▬▬▬
MEDIUM
▬▬▬
SyRenity
Hero Member
Offline
Activity: 756
Merit: 502
Re: [ANN] The Litecoin PPS Pool - We pay for stale shares!
February 01, 2013, 06:50:55 PM
#160
Hi.
When new members will be allowed?
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
...
74
»
Print
Bitcoin Forum
>
Alternate cryptocurrencies
>
Mining (Altcoins)
>
Pools (Altcoins)
>
[ANN] The First Litecoin PPS Pool (litecoinpool.org)
« previous topic
next topic »
Jump to:
Please select a destination:
-----------------------------
Bitcoin
-----------------------------
=> Bitcoin Discussion
===> Legal
===> Press
===> Meetups
===> Important Announcements
=> Development & Technical Discussion
===> Wallet software
=====> Electrum
=====> Bitcoin Wallet for Android
=====> BitcoinJ
=====> Armory
=====> Mycelium
=====> Hardware wallets
=> Mining
===> Mining support
===> Pools
===> Mining software (miners)
===> Hardware
=====> Group buys
===> Mining speculation
=> Bitcoin Technical Support
=> Project Development
-----------------------------
Economy
-----------------------------
=> Economics
===> Speculation
=> Marketplace
===> Goods
=====> Computer hardware
=====> Digital goods
=======> Invites & Accounts
=====> Collectibles
===> Services
===> Currency exchange
===> Gambling
=====> Games and rounds
=====> Investor-based games
=====> Gambling discussion
===> Lending
=====> Long-term offers
===> Securities
===> Auctions
===> Service Announcements
=====> Micro Earnings
===> Service Discussion
=====> Web Wallets
=====> Exchanges
=> Trading Discussion
===> Scam Accusations
===> Reputation
-----------------------------
Other
-----------------------------
=> Meta
===> New forum software
===> Bitcoin Wiki
=> Politics & Society
=> Beginners & Help
=> Off-topic
=> Serious discussion
===> Ivory Tower
=> Archival
===> Корзина
===> CPU/GPU Bitcoin mining hardware
===> Chinese students
===> Obsolete (buying)
===> Obsolete (selling)
===> MultiBit
-----------------------------
Alternate cryptocurrencies
-----------------------------
=> Altcoin Discussion
=> Announcements (Altcoins)
===> Tokens (Altcoins)
=> Mining (Altcoins)
===> Pools (Altcoins)
=> Marketplace (Altcoins)
===> Service Announcements (Altcoins)
===> Service Discussion (Altcoins)
===> Bounties (Altcoins)
=> Speculation (Altcoins)
-----------------------------
Local
-----------------------------
=> العربية (Arabic)
===> العملات البديلة (Altcoins)
=====> النقاشات
===> إستفسارات و أسئلة المبتدئين
===> التعدين
===> النقاشات الأخرى
===> منصات التبادل
=> Bahasa Indonesia (Indonesian)
===> Marketplace (Bahasa Indonesia)
===> Mining (Bahasa Indonesia)
===> Altcoins (Bahasa Indonesia)
===> Trading dan Spekulasi
===> Ekonomi, Politik, dan Budaya
===> Topik Lainnya
=> Español (Spanish)
===> Mercado y Economía
=====> Servicios
=====> Trading y especulación
===> Hardware y Minería
===> Esquina Libre
===> Mercadillo
=====> Mexico
=====> Argentina
=====> España
=====> Centroamerica y Caribe
===> Primeros pasos y ayuda
===> Altcoins (criptomonedas alternativas)
=====> Minería de altcoins
=====> Servicios
=====> Tokens (Español)
=> 中文 (Chinese)
===> 跳蚤市场
===> 山寨币
===> 媒体
===> 挖矿
===> 离题万里
=> Hrvatski (Croatian)
===> Trgovina
===> Altcoins (Hrvatski)
=====> Announcements (Hrvatski)
===> Off-topic (Hrvatski)
=> Deutsch (German)
===> Anfänger und Hilfe
===> Mining (Deutsch)
===> Trading und Spekulation
===> Projektentwicklung
===> Off-Topic (Deutsch)
===> Treffen
===> Presse
===> Altcoins (Deutsch)
=====> Announcements (Deutsch)
===> Marktplatz
=====> Auktionen
=====> Suche
=====> Biete
=> Ελληνικά (Greek)
===> Αγορά
===> Mining Discussion (Ελληνικά)
===> Altcoins (Ελληνικά)
=====> Altcoin Announcements (Ελληνικά)
=====> Altcoin Mining (Ελληνικά)
=> עברית (Hebrew)
=> Français
===> Actualité et News
===> Débutants
===> Discussions générales et utilisation du Bitcoin
===> Mining et Hardware
===> Économie et spéculation
===> Place de marché
=====> Échanges
=====> Produits et services
=====> Petites annonces
===> Le Bitcoin et la loi
===> Wiki, documentation et traduction
===> Développement et technique
===> Vos sites et projets
===> Hors-sujet
===> Altcoins (Français)
=====> Annonces
=> India
===> Mining (India)
===> Marketplace (India)
===> Regional Languages (India)
===> Press & News from India
===> Alt Coins (India)
===> Buyer/ Seller Reputations (India)
===> Off-Topic (India)
=> Italiano (Italian)
===> Guide (Italiano)
===> Progetti
===> Discussioni avanzate e sviluppo
===> Trading, analisi e speculazione
===> Mercato
=====> Mercato valute
=====> Beni
=====> Servizi
=====> Esercizi commerciali
=====> Hardware/Mining (Italiano)
=====> Gambling (Italiano)
===> Accuse scam/truffe
===> Mining (Italiano)
===> Alt-Currencies (Italiano)
=====> Annunci
===> Raduni/Meeting (Italiano)
===> Crittografia e decentralizzazione
===> Off-Topic (Italiano)
=> 日本語 (Japanese)
===> アルトコイン
=> Nederlands (Dutch)
===> Markt
===> Gokken/lotterijen
===> Mining (Nederlands)
===> Beurzen
===> Alt Coins (Nederlands)
===> Off-topic (Nederlands)
===> Meetings (Nederlands)
=> Nigeria (Naija)
=> 한국어 (Korean)
===> 대체코인 Alt Coins (한국어)
=> Pilipinas
===> Altcoins (Pilipinas)
=====> Altcoin Announcements (Pilipinas)
===> Pamilihan
===> Others (Pilipinas)
=> Polski
===> Tablica ogłoszeń
===> Alternatywne kryptowaluty
=====> Nowe kryptowaluty i tokeny
=====> Tablica ogłoszeń (altcoiny)
=> Português (Portuguese)
===> Primeiros Passos (Iniciantes)
===> Economia & Mercado
===> Mineração em Geral
===> Desenvolvimento & Discussões Técnicas
===> Criptomoedas Alternativas
===> Brasil
===> Portugal
=> Русский (Russian)
===> Новички
===> Бизнес
=====> Барахолка
=====> Обменники
===> Идеи
===> Кодеры
===> Майнеры
===> Политика
===> Трейдеры
===> Альтернативные криптовалюты
=====> Токены
=====> Бayнти и aиpдpoпы
===> Хайпы
===> Работа
===> Разное
===> Oбcyждeниe Bitcoin
=====> Новости
=====> Юристы
=> Română (Romanian)
===> Anunturi importante
===> Offtopic
===> Market
=====> Discutii Servicii
===> Minerit
===> Tutoriale
===> Bine ai venit!
===> Presa
===> Altcoins (Monede Alternative)
=====> Anunturi Monede Alternative
=> Skandinavisk
=> Türkçe (Turkish)
===> Bitcoin Haberleri
===> Pazar Alanı
===> Madencilik
===> Ekonomi
===> Servisler
=====> Fonlar
===> Proje Geliştirme
===> Alternatif Kripto-Paralar
=====> Madencilik (Alternatif Kripto-Paralar)
=====> Duyurular (Alternatif Kripto-Paralar)
===> Konu Dışı
===> Yeni Başlayanlar & Yardım
===> Buluşmalar
=> Other languages/locations
Loading...