Bitcoin Forum
May 08, 2024, 11:19:36 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 2 3 4 5 6 7 [8] 9 10 11 12 13 14 15 16 17 »
141  Other / Meta / Re: Images from imgur are not loading on bitcointalk! on: December 18, 2017, 02:05:34 PM
I can report that uploaded images on Tinypic do not show as well .They do show in browser however
142  Local / Anunturi Monede Alternative / Re: Surpriza din Decembrie - Moneda Oracol (xor) si platforma aferenta on: December 18, 2017, 02:00:07 PM
Am incarcat Paper wallet ul aici https://oracol.mobi/paperwallet/oracoladdress.org.html

PAPER WALLETUL MERGE NUMAI CU ULTIMA VERSIUNE DE ORACOL! LINKUL DE DESCARCARE A FOST ACTUALIZAT MAI SUS IN PRIMUL POST. DESCARCATI DE ACOLO sau de aici :

 https://drive.google.com/file/d/1WcdHJ3gDKIRQ7_O_zI3N7nqBsxTST57s/view

Genereaza ok si va puteti incara monezile Oracol xor fara probleme IN CURAND TUTORIAL CUM SA IMPORTATI DIN PAPER WALLET MONEZILE ORACOL XOR.

E N J O Y !
.



143  Local / Anunturi Monede Alternative / Re: Surpriza din Decembrie - Moneda Oracol (xor) si platforma aferenta on: December 17, 2017, 07:51:49 AM
Salut tuturor,
 ICO ul platformei crypto Oracol Xor Phase I va incepe pe data de 15 Iunie, 2018. Rasplatim pe cei care au adoptat timpuriu moneda si au fonduri sau cei ce au minat si inca mineaza moneda Oracol Xor prin a oferi posibilitatea  sa trimita monezi Xor pentru a fii vandute in faza II de ICO ( se va percepe un commission de 10% pentru organizatori de ICO ,bounty hunters etc) .Deci mai este cam o luna in care se poate mina moneda oracol Xor si TU poti sa beneficiezi in acest timp ca sa minezi moneda si sa vinzi o parte in faza II de ICO.Cum o poti face??
1) incepe prin a descarca cea mai noua versiune de Oracol Xor windows wallet de aici https://drive.google.com/file/d/1WcdHJ3gDKIRQ7_O_zI3N7nqBsxTST57s/view?usp=sharing sau comileaza din Github de aici https://github.com/OracolXor/Oracol-XOR-Coin. Aceasta versiune de portofel include si functionalitatea de a importa portofelul Oracol Xor de hartie. Pentru a face un portofel de hartie mergeti aici https://oracol.mobi/paperwallet/index.html.
2) mergeti la  mining pools Oracol Official Mining Pool http://35.183.1.69:8080/ unde comisionul este zero in aceasta perioada Smiley sau la third party mining Lpool here https://lpool.name/pool/xor.
3) Faceti un cont verificat pe  Oracol Xor Gateway aici https://www.oracol.mobi ca sa puteti trimite monezile XOR pentru faza II ICO.
4) Veniti pe grupul de Telegram group aici https://t.me/joinchat/HmoJ8hGJL8ePLvrwcCS4PQfor news and updates.

Spor la minat !
Echipa Oracol Xor
P.S. Vedeti cel mai nou  video de prezentare si mai multe informatii pe:
https://oracol.org
144  Local / Anunturi Monede Alternative / Re: Surpriza din Decembrie - Moneda Oracol (xor) si platforma aferenta on: November 27, 2017, 01:14:53 PM
TUTORIAL UBUNTU Linux compiling pentru  Oracold Daemon

Eu am folosit Putty sa ma conectez la server https://www.putty.org/
Folositi sudo in fata comenzilor daca nu sinteti logat ca root.
Din root :

Setati un swapfile daca sistemul are mai putin de 1.5 GB de memorie (comenzi pentru a afla cata memorie are sistemul aici) https://www.cyberciti.biz/faq/check-ram-in-ubuntu/ :

Code:
fallocate -l 2G /swapfile
chown root:root /swapfile
chmod 0600 /swapfile
sudo bash -c "echo 'vm.swappiness = 10' >> /etc/sysctl.conf"
mkswap /swapfile
swapon /swapfile

Daca fallocate nu merge, se poate folosi comanda :

Code:
dd if=/dev/zero of=/swapfile bs=1024 count=1024288


Pentru initializarea automatica a swapfile la boot deschidem editorul nano :

Code:
nano /etc/fstab

si adaugam sub linia existenta de cod urmatoarea linie de cod:

Code:
/swapfile none swap sw 0 0






Setare swap de memorie  4GB tipic pentru un server VPS pe care vrem sa punem un mining pool de exemplu :

Code:
dd if=/dev/zero of=/mnt/myswap.swap bs=1M count=4000
mkswap /mnt/myswap.swap
swapon /mnt/myswap.swap

deschidem editorul nano cu comanda :

Code:
nano /etc/fstab

si adaugam urmatorul cod sub linia de cod existenta in file :

Code:
/mnt/myswap.swap none swap sw 0 0


Dupa ce am ales ce fel de swap avem nevoie dintre cele doua de mai sus ( server de minat sau normal stand alone)trecem la  
INSTALAREA DE SOFTWARE NECESAR PENTRU FUNCTIONARE

Se instaleaza :

Code:
apt-get update && apt-get upgrade
apt-get install ntp unzip git build-essential libssl-dev libdb-dev libdb++-dev libboost-all-dev libqrencode-dev aptitude && aptitude install miniupnpc libminiupnpc-dev

Descarcam codul monedei ORACOL XOR de pe GitHub cu comanda:

Code:
git clone https://github.com/OracolXor/Oracol-XOR-Coin.git

dupa descacarea de pe Github se va crea automat o directoare "Oracol-XOR-Coin" ( se foloseste exact cum este scris)

Oracol foloseste leveldb, deci compilam leveldb cu comenzile de mai jos:

Code:
cd /Oracol-XOR-Coin/src/leveldb
chmod +x build_detect_platform
make clean
make libleveldb.a libmemenv.a

Ne intoarcem la directoarea src  
Code:
cd ..
 si compilam oracol daemon (va dura cva timp deci rabdare) :

Code:
cd /Oracol-XOR-Coin/src
make -f makefile.unix clean
make STATIC=1 -f makefile.unix oracold

strip oracold file sa il facem mai mic,si il mutam :

Code:
strip oracold
cp oracold /usr/bin

Dam comanda sa porneasca oracold:

Code:
./oracold
( sau  
Code:
 oracold --daemon 
 )

La prima pornire va da un mesaj de eroare ca sa configuram fila de config a oracol .Ca sa o setam deschidem iar editorul nano cu comanda :

Code:
nano ~/.oracol/oracol.conf

Adaugam urmatoarele linii de cod si salvam cu Ctrl O si iesim cu Ctrl X:

Code:
daemon=1
server=1
rpcuser=(adaugati ce username vreti)
rpcpassword=(adaugati un password)

Dam drumul la oracold din nou cu comanda :
Code:
./oracold
sau
Code:
oracold --daemon

Daca totul a decurs cu bine veti vedea mesajul "Server starting"
 
Comenzi pentru  oracold :
Code:
oracold help 
va produce o lista de comenzi ca si in windows wallet
Code:
oracol getmininginfo
informatii despre minat

Sper sa ajute sa facem un maining pool si nodes
Adrian










145  Local / Anunturi Monede Alternative / Moneda Oracol (xor) Platforma + Exchange - Thread Oficial - News - Development on: November 27, 2017, 03:27:04 AM
Mesaj de avertizare - Oracol este o moneda in stagiul experimental - Nimic din ceea ce este scris mai jos nu trebuie considerat a fii 100% stabilit.Parametrii monezii,modul de lansare,pretul,designul si toate componentele vor fii schimbate dupa cum vor dicta imprejurarile.Scopul final este de a lansa moneda si a de a fii listata pe exchange uri .Pana la data de lansare considerati totul ca un experiment.Monezile oferite in bounty (recompense) sint reale si pot fii pastrate.Va multumesc


Specificatii - Numele Monedei ORACOL - denumire de cod - xor
Suma total de monezi = 184,000,000.00  (184 Milioane)    xor
Maturizarea la monezi minate  = 100 (dupa 100 de confirmari )
Block Times = 30 secunde (intervalul  dintre blockurile minate)
Retargeting = 5 minute
Preminate = 4,000,000.00
Recompensa = 500 xor  pentru primele 5000 de blockuri minate
Recompensa =250 xor de la blockul  5000 in sus pana la 10000 blockuri minate
Recompensa =50 xor de la blocul 10000 in sus
Recompensa se va injumatati la 25 xor in cativa ani si la 12.5 xor etc



De facut in urmatoarele luni

- Listare pe alte Exchangeuri ( Asia ,Europe) Martie - Aprilie 2018
- ICO si Lansare oficiala - Aprilie 2018




Linkuri pentru Oracol Xor

https://t.me/joinchat/HmoJ8hGJL8ePLvrwcCS4PQ

https://www.facebook.com/Oracol-617002108482170/

https://twitter.com/OracolX

Oracol Wallet - https://drive.google.com/file/d/1GjFdrJKRdEo6ndAk2Pdw4LBW3VahC4AC/view?usp=sharing

Oracol Xor White Paper https://drive.google.com/file/d/1cGRV-2TZfE9gmVSXgWxbQT1rvzRQPT85/view?usp=sharing

https://github.com/OracolXor/Oracol-XOR-Coin

Oracol Exchange/Gateway - Atentie disable Adblocker  ca sa mearga    https://www.oracol.mobi

http://oracol.lchain.cc/

Mining Pool Oficial Oracol http://35.183.1.69:8080/

Avatar

Paper wallet folositi Internet Explorer  https://oracol.mobi/paperwallet/oracoladdress.org.html



500 de Oracol xor bounty (recompensa) pentru cine se inscrie pe gateway sa testam platforma . (REDESCHIDEM OFERTA)
https://oracol.mobi
Pentru cei care s-au inregistrat in Oracol Gateway (exchange) va rog sa trimiteti pm sau scrieti aici daca a mers verfificarea prin SMS la inscriere si verificarea prin email .pentru verificarea documentelor In loc de fotografii puteti incarca orice poze deocamdata pana devine operational . De asemenea va trebui sa descarcati eventual si portofelul Oracol ca sa va pot trimite Monezile .Va multumesc!
**********************************************************************************









146  Local / Market / Produc moneda clone de Litecoin (bitcoin) la comanda on: August 05, 2017, 12:17:09 PM
Pentru cei interesati sa aiba proria lor moneda si blockchain produc la comanda clone de Litecoin (care este un bitcoin clone)  .
PM me pentru detalii si ca sa trimiteti specificatiile respectivei monede ( ce nume doriti,care este cantitatea finala de monede care vor fi distribuite de ex Bitcoin are 21 de milioane, cate monede vor fi premine, logo daca aveti ..daca nu pot sa produc si logo).
Moneda va fii live pentru 2 luni pe server (timp in care puteti face listare pe exchange uri si eventual ICO) 
Package ul final poate include si upload pe GITHUB asa cum se cere pentru orice moneda care se vrea serioasa.
Pretul depinde de cat de mult doriti sa adaugati in package..un package complete pentru o moneda care este gata de a fii lansata pe ICO este de 0.36 BTC.
147  Economy / Speculation / Re: the next few months....my predictions on: July 11, 2017, 02:05:20 PM
We will see the uncertainty around the various transitions of USAF ... FORKS 2MBSegwit and whatever will see BTC price drop alot....then a winner will appear and go to 10K each or a market cap of circa $200B on its own within the year.

The question is, that winner BTC, ETH, LTC, IOTA, NEM or DASH?
I can't believe I m saying this but given the emotional circus surrounding bitcoin,Fork..no fork, China miners issue..etc at this point Ripple is making more sense to me.More speed,no blockchain issues has an explorer etc.So my money is on Ripple in the long term...

You gotta be kidding!
So you will put your savings in a completely centralized system where they can do whatever they want?! Jesus christ!
Well good luck with that pretty dumb idea!
BTC will stay be the number one!SegWit will get activated and no hardfork will happen. And if the hf should happen in any case, these chinese and corporate dummies will learn that their highly centralized and corrupt version of a wanna be Bitcoin Blockchain won't have any serious significance in the long run, in terms of price, user adoption and technological progress!

As I said.." I can't believe I m saying this" lol..yeah it would be a perfect solution if not centralized..but is very effective stil
148  Economy / Speculation / Re: the next few months....my predictions on: July 11, 2017, 01:24:28 PM
We will see the uncertainty around the various transitions of USAF ... FORKS 2MBSegwit and whatever will see BTC price drop alot....then a winner will appear and go to 10K each or a market cap of circa $200B on its own within the year.

The question is, that winner BTC, ETH, LTC, IOTA, NEM or DASH?
I can't believe I m saying this but given the emotional circus surrounding bitcoin,Fork..no fork, China miners issue..etc at this point Ripple is making more sense to me.More speed,no blockchain issues has an explorer etc.So my money is on Ripple in the long term...
149  Economy / Speculation / Re: rpietila Wall Observer - the Quality TA Thread ;) on: June 28, 2017, 01:49:12 PM
New crypto to tha Moon Smiley
150  Local / Romānă (Romanian) / Re: Pareri despre viitorul bitcoin on: June 28, 2017, 12:55:52 PM
BItcoin o sa o ia la vale cel tarziu la anul.Deja a pierdut mult in fata la alt coin mai noi. Scarcity sa dovedit ca nu este un lucru bun iar visul ca un bitcoin sa ajunga un milion sa spulberat deja.Ca sa nu mai vorbim de pretul unei tranzactii la ora actuala
Este numai parerea mea Smiley
151  Alternate cryptocurrencies / Speculation (Altcoins) / Re: crypto correction over on: June 15, 2017, 02:30:40 AM
Is never over..lol
I would say that as mass adoption happens , more and more people will get on the boat.So stay tuned for the next wave Smiley
152  Alternate cryptocurrencies / Speculation (Altcoins) / Re: [XRP] Ripple Speculation on: June 15, 2017, 02:28:05 AM
My Ripple Twitter feed boasts 75 major customers for Ripple..anyone has a list of these 75 customers??
153  Economy / Speculation / Re: bitcoin price decreasing on: June 15, 2017, 02:25:23 AM

bitcoin price is decreasing.can anyone predict how much it will decrease?

thanks
In my opinion bitcoin is facing tough competition at the moment.The altcoins market is diversifying like crazy and tons of money are getting poured in.Looking at the coins market cap BTC dominance has fallen to  38.9%.Price can drop further in my opinion but slowly (in the short term) while bitcoin investors/holders look for positive news.One positive news could be a Bitcoin ETF that might send the price "To Tha Moon"
154  Alternate cryptocurrencies / Marketplace (Altcoins) / Re: [LNK] Ethereum.link Signature Campaign - ICO start may 01st 2017 on: June 13, 2017, 12:46:00 PM
ICO was finish , you can see final spreadsheet  https://docs.google.com/spreadsheets/d/1OI6jbfdpNnVZ11HmdYdw60onr8NW-8vUoL5OHlzDxJo/edit?usp=sharing

Bounty payment will send in next week, market will come in this week

Kind regards
Generous
Hi Generous
I am checking the spreadsheet and found that the total for me is zero.I did the signature campaign as well as translated in romanian. Please update accordingly.
Thanks

155  Alternate cryptocurrencies / Altcoin Discussion / Re: Cointer clone problem on: May 29, 2017, 06:04:41 AM
Your doing something wrong, go over what you have done and you will find the solution Wink
I would appreciate some help at this point..lol.I am ready to smash the damn computer
Seriously..I would really appreciate it if you can point me in the right direction
156  Alternate cryptocurrencies / Altcoin Discussion / Cointer clone problem on: May 28, 2017, 03:58:55 PM
Hi guys,
I  know this is about cloning and does not "technically" belong here but there are no other places that I found suitable to answer my question..so here is the short story.
I have managed to clone and compile the  "Cointer" clone using an old tutorial on how to clone litecoin.the problem is that I can not manage to setup the seed node ( aws window server on amazon) and my wallets are not communicating whatsoever.Just to be clear I have created a clone coin and I am trying to set up the initial network between one server and my desktop.Cheers
below is the latest debug content :
Code:
2017-05-28 15:29:31 Cointer version v1.0.0.0-gc1e46ab3a90-beta (Mon, 15 Sep 2014 23:53:37 -1000)
2017-05-28 15:29:31 Using OpenSSL version OpenSSL 1.0.1j 15 Oct 2014
2017-05-28 15:29:31 Default data directory C:\Users\Cointer\AppData\Roaming\Cointer
2017-05-28 15:29:31 Using data directory C:\Users\Cointer\AppData\Roaming\Cointer
2017-05-28 15:29:31 Using at most 125 connections (2048 file descriptors available)
2017-05-28 15:29:31 Using 4 threads for script verification
2017-05-28 15:29:31 init message: Verifying wallet...
2017-05-28 15:29:31 dbenv.open LogDir=C:\Users\cointerl\AppData\Roaming\cointer\database ErrorFile=C:\Users\cointer\AppData\Roaming\Cointer\db.log
2017-05-28 15:29:31 init message: Loading block index...
2017-05-28 15:29:31 Opening LevelDB in C:\Users\Cointer\AppData\Roaming\Cointer\blocks\index
2017-05-28 15:29:31 Opened LevelDB successfully
2017-05-28 15:29:31 Opening LevelDB in C:\Users\Cointer\AppData\Roaming\Cointer\chainstate
2017-05-28 15:29:31 Opened LevelDB successfully
2017-05-28 15:29:31 LoadBlockIndexDB(): last block file = 0
2017-05-28 15:29:31 LoadBlockIndexDB(): last block file info: CBlockFileInfo(blocks=1, size=267, heights=0...0, time=2017-05-25...2017-05-25)
2017-05-28 15:29:31 LoadBlockIndexDB(): transaction index disabled
2017-05-28 15:29:31 LoadBlockIndexDB(): hashBestChain=991d4ce275daa746dd529bc44ef6ef6150c1db7b74e4a02a837e49583a8a31a7  height=0 date=2017-05-25 02:33:27
2017-05-28 15:29:31 init message: Verifying blocks...
2017-05-28 15:29:31  block index              16ms
2017-05-28 15:29:31 init message: Loading wallet...
2017-05-28 15:29:31 nFileVersion = 1000000
2017-05-28 15:29:31  wallet                  265ms
2017-05-28 15:29:31 init message: Loading addresses...
2017-05-28 15:29:31 Loaded 1 addresses from peers.dat  0ms
2017-05-28 15:29:34 RandAddSeed() 179912 bytes
2017-05-28 15:29:34 mapBlockIndex.size() = 1
2017-05-28 15:29:34 nBestHeight = 0
2017-05-28 15:29:34 setKeyPool.size() = 100
2017-05-28 15:29:34 mapWallet.size() = 0
2017-05-28 15:29:34 mapAddressBook.size() = 1
2017-05-28 15:29:34 dnsseed thread start
2017-05-28 15:29:34 Loading addresses from DNS seeds (could take a while)
2017-05-28 15:29:34 net thread start
2017-05-28 15:29:34 addcon thread start
2017-05-28 15:29:34 msghand thread start
2017-05-28 15:29:34 opencon thread start
2017-05-28 15:29:34 trying connection (seednode address).com lastseen=0.0hrs
2017-05-28 15:29:34 dumpaddr thread start
2017-05-28 15:29:34 1 addresses found from DNS seeds
2017-05-28 15:29:34 dnsseed thread exit
2017-05-28 15:29:34 init message: Done loading
2017-05-28 15:29:34 refreshWallet
2017-05-28 15:29:35 trying connection (server elastic ip address):11333 lastseen=126.5hrs
2017-05-28 15:29:40 connection timeout
2017-05-28 15:29:40 trying connection (seed node address).compute.amazonaws.com lastseen=0.0hrs
2017-05-28 15:29:40 trying connection (server elastic ip address) lastseen=126.5hrs
2017-05-28 15:29:45 connection timeout
2017-05-28 15:29:45 trying connection (server elastic ip address).compute.amazonaws.com lastseen=0.0hrs
2017-05-28 15:29:46 trying connection (server elastic ip address):11333 lastseen=126.5hrs
2017-05-28 15:29:51 connection timeout
2017-05-28 15:29:51 trying connection (server elastic ip address).compute.amazonaws.com lastseen=0.0hrs
2017-05-28 15:29:51 trying connection (server elastic ip address):11333 lastseen=126.5hrs
2017-05-28 15:29:56 connection timeout
2017-05-28 15:29:56 trying connection (server elastic ip address).compute.amazonaws.com lastseen=0.0hrs
2017-05-28 15:29:57 trying connection (server elastic ip address):11333 lastseen=126.5hrs
2017-05-28 15:30:02 connection timeout
2017-05-28 15:30:02 trying connection (server elastic ip address).compute.amazonaws.com lastseen=0.0hrs
2017-05-28 15:30:02 trying connection (server elastic ip address):11333 lastseen=126.5hrs
157  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [LNK] [137.1 BTC RAISED] Ethereum.link | Flexible Market Connector | ICO started on: May 15, 2017, 12:46:55 AM
Reserved for  Romanian translation ( if it's not too late)
Please advise


Reserved


Romanian Translation of the ICO ANNOUNCEMENT completed .
Please review at https://bitcointalk.org/index.php?topic=1907711.msg18930150#msg18930150

I would also like to reserve the white Paper translation

Thanks

White paper Romanian translation completed and link updated in the Romanian language thread !
https://bitcointalk.org/index.php?topic=1907711.0
158  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [LNK] [137.1 BTC RAISED] Ethereum.link | Flexible Market Connector | ICO started on: May 09, 2017, 02:45:39 PM
Reserved for  Romanian translation ( if it's not too late)
Please advise


Reserved


Romanian Translation of the ICO ANNOUNCEMENT completed .
Please review at https://bitcointalk.org/index.php?topic=1907711.msg18930150#msg18930150

I would also like to reserve the white Paper translation

Thanks

Thank you very much, your translation has been added on OP.
Romanian ICO Announcement post updated for high def picture and text alignment  - https://bitcointalk.org/index.php?topic=1907711.0 - please update reward Smiley
159  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [LNK] [137.1 BTC RAISED] Ethereum.link | Flexible Market Connector | ICO started on: May 09, 2017, 05:03:48 AM
Reserved for  Romanian translation ( if it's not too late)
Please advise


Reserved


Romanian Translation of the ICO ANNOUNCEMENT completed .
Please review at https://bitcointalk.org/index.php?topic=1907711.msg18930150#msg18930150

I would also like to reserve the white Paper translation

Thanks
160  Local / Anunturi Monede Alternative / [LNK] [732K+USD Raised ] Ethereum.link | Conectare de Piete Flexibila | ICO on: May 08, 2017, 08:18:28 PM





CONECTARI
   

Blogs:
(iqbal26)


Bounty si Concursuri

12-15 LNK pentru traduceri de inalta calitate a Anuntului - trimite email la contact@ethereum.link ca sa primesti .AI file, trimitind in acelasi time linkul de la profilul tau din forum si data de complectare a traducerii.(Rezervat deja pentru limba Romana dar valabil pentru alte limbi- vezi aici pagina principla in care sint listate traducerile facute pana in prezent https://bitcointalk.org/index.php?topic=1864795.0)

Trimite email la contact@ethereum.link ca sa aplici pentru traducerea complecta a websiteului

In momentul de fata se ofera 60 LNK premiu recompensa pentru cel mai bun articol publicat in Site ul de Stiri/Blog
30 LNK pentru al doilea cel mai bun articol






Coduri de semnaturi ce se pot aduga la profil:

AVATAR



Junior Member


Code:
[center]✧✧✦ Market Solutions via Ethereum | [url=https://ethereum.link/ICO/stats.php]ICO Now[/url] ✦✧✧
[url=http://ethereum.link]████████████ [b]☞ Link Project ☜[/b] ████████████[/url]
✧✧✦ Linking Ethereum with the World ✦✧✧[/center]

✧✧✦ Market Solutions via Ethereum | ICO Now ✦✧✧
████████████ ☞ Link Project ☜ ████████████
✧✧✦ Linking Ethereum with the World ✦✧✧


Member


Code:
[center]✧✦✧✦✧✦✧✦  [url=https://ethereum.link/ICO/stats.php][b]Market Solutions via Ethereum | ICO Now[/b][/url]  ✦✧✦✧✦✧✦✧
████████████████████████████████  [url=https://bitcointalk.org/index.php?topic=1864795.0][b]☞ Link Project ☜[/b][/url]  ████████████████████████████████
[url=http://ethereum.link] [b]Linking Ethereum with the World[/b][/url] ✧✦✧ [url=http://ethereum.link][b]Silver Backed Tokens[/b][/url] ✧✦✧ [url=http://ethereum.link][b]Smart - Competitive Companies[/b][/url][/center]

✧✦✧✦✧✦✧✦  Market Solutions via Ethereum | ICO Now  ✦✧✦✧✦✧✦✧
████████████████████████████████  ☞ Link Project ☜  ████████████████████████████████
Linking Ethereum with the World ✧✦✧ Silver Backed Tokens ✧✦✧ Smart - Competitive Companies


Full Member


Code:
[center][url=https://ethereum.link/ICO/stats.php][color=#000000]✦[/color][color=#9300e8]✦[/color][color=#000000]✦[/color][color=#9300e8]✦[/color][color=#000000]✦[/color][color=#9300e8]✦[/color][color=#000000]✦[/color][color=#9300e8]✦[/color][color=#000000]✦[/color][color=#9300e8]✦[/color][color=#000000]✦[/color][color=#9300e8]✦[/color]  [b][color=#000000]Market Solutions via[/color] [color=#111a7e]Ethereum[/color] | [color=#ff0000][b]ICO Now[/b][/color] [color=#9300e8]✦[/color][color=#000000]✦[/color][color=#9300e8]✦[/color][color=#000000]✦[/color][color=#9300e8]✦[/color][color=#000000]✦[/color][color=#9300e8]✦[/color][color=#000000]✦[/color][color=#9300e8]✦[/color][color=#000000]✦[/color][color=#9300e8]✦[/color][color=#000000]✦[/color][/url]
[url=https://bitcointalk.org/index.php?topic=1864795.0][color=#09000f]█[/color][color=#0e0016]█[/color][color=#12001d]█[/color][color=#170024]█[/color][color=#1c002c]█[/color][color=#200033]█[/color][color=#25003a]█[/color][color=#290041]█[/color][color=#2e0049]█[/color][color=#330050]█[/color][color=#370057]█[/color][color=#3c005e]█[/color][color=#400066]█[/color][color=#45006d]█[/color][color=#4a0074]█[/color][color=#4e007b]█[/color][color=#530083]█[/color][color=#57008a]█[/color][color=#5c0091]█[/color][color=#600098]█[/color][color=#6500a0]█[/color][color=#6a00a7]█[/color][color=#6e00ae]█[/color][color=#7300b5]█[/color][color=#7700bd]█[/color][color=#7c00c4]█[/color][color=#8100cb]█[/color][color=#8500d2]█[/color][color=#8a00da]█[/color][color=#8e00e1]█[/color][color=#9300e8]██[/color][color=#9300e8]  [b]☞ Link Project ☜[/b][/color]   [color=#9300e8]██[/color][color=#8e00e1]█[/color][color=#8a00da]█[/color][color=#8500d2]█[/color][color=#8100cb]█[/color][color=#7c00c4]█[/color][color=#7700bd]█[/color][color=#7300b5]█[/color][color=#6e00ae]█[/color][color=#6a00a7]█[/color][color=#6500a0]█[/color][color=#600098]█[/color][color=#5c0091]█[/color][color=#57008a]█[/color][color=#530083]█[/color][color=#4e007b]█[/color][color=#4a0074]█[/color][color=#45006d]█[/color][color=#400066]█[/color][color=#3c005e]█[/color][color=#370057]█[/color][color=#330050]█[/color][color=#2e0049]█[/color][color=#290041]█[/color][color=#25003a]█[/color][color=#200033]█[/color][color=#1c002c]█[/color][color=#170024]█[/color][color=#12001d]█[/color][color=#0e0016]█[/color][color=#09000f]█[/color]
[b][color=#000000]Linking Ethereum with the World[/color][/b] [color=#000000]✦[/color][color=#9300e8]✦[/color][color=#000000]✦[/color] [b][color=#111a7e]Silver Backed Tokens[/color][/b] [color=#000000]✦[/color][color=#9300e8]✦[/color][color=#000000]✦[/color] [b][color=#000000]Smart - Competitive Companies[/color][/b][/url][/center]



Senior Member


Code:
[center][url=https://ethereum.link/ICO/stats.php][size=19pt] [color=#9300e8]█ [color=#111a7e]✦[/color][/color][color=#9300e8][b]Ethereum.[/b][/color][color=#111a7e]link[b] █[/b][/color] [color=#000000]Market Solutions via Ethereum [color=#9300e8]✦[/color][color=#111a7e]✦[/color] ICO Now[/color] [color=#111a7e]✦[/color][color=#9300e8]✦[/color][/size][/url]
[url=https://bitcointalk.org/index.php?topic=1864795.0][size=8pt][b][color=#000000]Linking Ethereum with the World[/color][/b] [color=#000000]✦[/color][color=#9300e8]✦[/color][color=#000000]✦[/color] [b][color=#111a7e]Silver Backed Tokens[/color][/b] [color=#000000]✦[/color][color=#9300e8]✦[/color][color=#000000]✦[/color] [b][color=#000000]Smart - Competitive Companies[/color][/b][/size][/url][/center]





Hero and Above

 

Code:
[center][url=https://ethereum.link/ICO/stats.php][size=19pt][size=19pt][glow=#000000,2,300][color=#000000].[/color][b][color=#9300e8]✦[/color][color=#ffffff]Ethereum[/color][color=#9300e8].[/color][color=#0044f3]link [color=#000000].[/color][/color][/b][/glow][glow=#9300e8,2,300] [/glow][glow=#646361,2,300][color=#646361].[/color][color=white]Market Solutions via Ethereum[/color][color=#0044f3]✦[/color][color=white]ICO Now[/color][color=#646361].[/color][/glow][glow=#000000,2,300][color=#000000].[/color][color=#0044f3]✦[/color][color=#9300e8]✦[/color][color=#000000].[/color][/glow][/size][/url]
[url=https://bitcointalk.org/index.php?topic=1864795.0][size=8pt][b][color=#000000]Linking Ethereum with the World[/color][/b] [color=#000000]✦[/color][color=#9300e8]✦[/color][color=#000000]✦[/color] [b][color=#111a7e]Silver Backed Tokens[/color][/b] [color=#000000]✦[/color][color=#9300e8]✦[/color][color=#000000]✦[/color] [b][color=#000000]Smart - Competitive Companies[/color][/b][/size][/url][/center][/center]


Pages: « 1 2 3 4 5 6 7 [8] 9 10 11 12 13 14 15 16 17 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!