Bitcoin Forum
May 21, 2024, 03:14:15 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
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 ... 75 »
  Print  
Author Topic: [ANN][LOC]UPDATE V1.4.5 OUT!! LOCO|Quark|PoW/PoS|HiPos|Masternodes|Tor[LOC][ANN]  (Read 88628 times)
bumbacoin
Legendary
*
Offline Offline

Activity: 1638
Merit: 1036



View Profile
April 16, 2016, 11:31:36 AM
 #81


hmmz. safari wont' connect while firefox is fine Tongue
lol

💦☔️🐳💚💖💛
go to
cryptobetfair.com
ask for a voucher

████████████████
██████████████
█████████████
██████████████
██████████████
███████████
█████████
███████████
████████████
████████████
███████████
█████████████
██████████████
███████████████
████████████████
████████████████
🐠👻🍗🌳🐵
Nightz (OP)
Hero Member
*****
Offline Offline

Activity: 1302
Merit: 504


View Profile
April 16, 2016, 12:38:31 PM
 #82

Mac wallet for Loco has been added to OP

Bounty of 400 LOC has been paid for it Wink

Transaction
Status: 10 confirmations, broadcast through 7 nodes
Date: 16/04/2016 13:25
To: 64pU8MaciR41yM2hms4Tp2RG87Meh8tiY9
Debit: -400.00 LOC
Transaction fee: -0.01 LOC
Net amount: -400.01 LOC
Transaction ID: 1fba179b9d1f7475c7b44210527e022ce16d20095ff47fb888f1337a02857ea6-000
johnnysof
Hero Member
*****
Offline Offline

Activity: 534
Merit: 500


View Profile
April 16, 2016, 12:38:38 PM
 #83


Have similar issues with safari, looks like it's just hanging. What helps is to close safari and reopen it (from the task line "close app")
philakone
Sr. Member
****
Offline Offline

Activity: 266
Merit: 266


View Profile
April 16, 2016, 12:57:00 PM
 #84

network hash almost 800 MH/s already geez!
jc12345
Legendary
*
Offline Offline

Activity: 1638
Merit: 1013


View Profile
April 16, 2016, 01:01:16 PM
Last edit: May 12, 2016, 11:34:33 PM by jc12345
 #85

Here are the Loco Raspberry Pi wallets (headless and Qt) for Go2 v1.4.5.0-Alpha on Raspbian Jessie (v8) as well as a bootstrap.dat file. The wallet has been tested on both a Pi2 and Pi3.

Important:
1) Always backup your wallet.dat first before you do anything
2) The wallets were built on Raspberry Pi2/3 (ARM) running Raspbian Jessie (v8) and the instructions and scripts assume you are running as user "pi". It is a pre-requisite to have Jessie installed on your Pi micro-SD card. You can find instructions of how to do this on https://www.raspberrypi.org/downloads/ by either installing n00bs and selecting your OS or by downloading the image of the OS. NB! It is important that if you do a fresh install from a Jessie image, that you first expand your file system with raspi-config. It is the first option in the menu. The default image they provide installs a partition of about 3.5GB and it needs to be expanded to 8GB or you will not have enough space for the installation. It is furthermore always a good idea to select the boot options in raspi-config to boot to a command prompt with authentication. You can then start the graphical desktop with "startx" manually. This helps with issues during upgrades.
3) The installation script installs the required dependencies automatically.
4) Installation directory where the binaries are installed is ~/opt/loco or /home/pi/opt/loco
5) To run the wallets after installation go to the directory with the wallets and run the wallet file - ./locod for the headless wallet at the command line or click on the loco icon on the desktop or run the loco-qt wallet file.
6) An Internet connection is required for the installation
7) You need at least an 8GB memory card for the wallet.
8.) The installation itself takes about 30-45min on an out-of-the-box Pi.
9) You cannot just download the dynamic wallets, you have to run the script to get the dependencies as well else it will not run.
10) The installation script enables the ufw firewall by default, but does not force any special rules. The wallet still works this way with the port blocked. If however you want to enable it to become a fully functional node, uncomment the ufw lines in the script and add the ports you want open (default 34575 for Loco) and run it again or enable it manually by running the ufw commands as in the script with the correct port numbers from the command line.
11) Always verify the checksums when you download files to make sure it was downloaded ok. To verify the checksums on your Pi, go to the ~/opt/loco folder and execute sha256sum <filename> and md5sum <filename> and compare the values with the values in the checksums.txt file.
12) The installation script also installs a bootstrap.dat file up to block 63545.

Instructions to use the headless command line daemon wallet:

1) The installation script creates an loco.conf file with the startup settings in it. Go to the folder with the binaries ~/opt/loco and enter ./locod in a terminal window or at the command line to start the server
2) After the blockchain has been downloaded you can enter the normal wallet commands that you would as in a Windows debug console preceded with ./locod eg. ./locod getinfo.
3) Remember to always make a backup of your wallet.dat file before you do anything like encrypting it
4) To encrypt your wallet run the command ./locod encryptwallet <yourpassword>
5) Once you have the wallet running, blockchain downloaded and your wallet with coins on the Pi, then you can kickstart staking by executing ./locod walletpassphrase <yourwalletpassword> 99999999 true

Instructions to use the Qt wallet:

1) The wallet works exactly the same as the one in Windows.

To kickstart the installation execute the following commands at the command prompt or in a terminal window on your Pi.

Code:
wget https://bitbucket.org/jc12345/loco/downloads/loco_installation_pi.sh && chmod +x loco_installation_pi.sh && ./loco_installation_pi.sh && rm -f loco_installation_pi*

Let me know if there are any issues.

Direct links:
Link to Loco wallet installation script
Link to Qt wallet
Link to headless wallet
Link to virustotal scan for loco-qt
Link to virustotal scan for locod
Link to bootstrap.zip
Link to bootstrap.tar.gz
Link to checksums.txt

Loco address : 5vJRoKPpANz5oaiJJGrMQhnoNEwztDnKrh
philakone
Sr. Member
****
Offline Offline

Activity: 266
Merit: 266


View Profile
April 16, 2016, 01:03:53 PM
 #86

Here are the Raspberry Pi wallets (headless and Qt) for Loco on Raspbian Jessie (v8) as well as a bootstrap.dat file. The wallet has been tested on both a Pi2 and Pi3.

Important:
1) Always backup your wallet.dat first before you do anything
2) The wallets were built on Raspberry Pi2/3 (ARM) running Raspbian Jessie (v8) and the instructions and scripts assume you are running as user "pi". It is a pre-requisite to have Jessie installed on your Pi micro-SD card. You can find instructions of how to do this on https://www.raspberrypi.org/downloads/ by either installing n00bs and selecting your OS or by downloading the image of the OS. NB! It is important that if you do a fresh install from a Jessie image, that you first expand your file system with raspi-config. It is the first option in the menu. The default image they provide installs a partition of about 3.5GB and it needs to be expanded to 8GB or you will not have enough space for the installation. It is furthermore always a good idea to select the boot options in raspi-config to boot to a command prompt with authentication. You can then start the graphical desktop with "startx" manually. This helps with issues during upgrades.
3) The installation script installs the required dependencies automatically.
4) Installation directory where the binaries are installed is ~/opt/loco or /home/pi/opt/loco
5) To run the wallets after installation go to the directory with the wallets and run the wallet file - ./locod for the headless wallet at the command line or click on the loco icon on the desktop or run the loco-qt wallet file.
6) An Internet connection is required for the installation
7) You need at least an 8GB memory card for the wallet.
8.) The installation itself takes about 30-45min on an out-of-the-box Pi.
9) You cannot just download the dynamic wallets, you have to run the script to get the dependencies as well else it will not run.
10) The installation script enables the ufw firewall by default, but does not force any special rules. The wallet still works this way with the port blocked. If however you want to enable it to become a fully functional node, uncomment the ufw lines in the script and add the ports you want open (default 34575 for Loco) and run it again or enable it manually by running the ufw commands as in the script with the correct port numbers from the command line.
11) Always verify the checksums when you download files to make sure it was downloaded ok. To verify the checksums on your Pi, go to the ~/opt/loco folder and execute sha256sum <filename> and md5sum <filename> and compare the values with the values in the checksums.txt file.
12) The installation script also installs a bootstrap.dat file up to block 1197.

Instructions to use the headless command line daemon wallet:

1) The installation script creates an loco.conf file with the startup settings in it. Go to the folder with the binaries ~/opt/loco and enter ./locod in a terminal window or at the command line to start the server
2) After the blockchain has been downloaded you can enter the normal wallet commands that you would as in a Windows debug console preceded with ./locod eg. ./locod getinfo.
3) Remember to always make a backup of your wallet.dat file before you do anything like encrypting it
4) To encrypt your wallet run the command ./locod encryptwallet <yourpassword>
5) Once you have the wallet running, blockchain downloaded and your wallet with coins on the Pi, then you can kickstart staking by executing ./locod walletpassphrase <yourwalletpassword> 99999999 true

Instructions to use the Qt wallet:

1) The wallet works exactly the same as the one in Windows.

To kickstart the installation execute the following commands at the command prompt or in a terminal window on your Pi.

Code:
wget https://bitbucket.org/jc12345/loco/downloads/loco_installation_pi.sh && chmod +x loco_installation_pi.sh && ./loco_installation_pi.sh && rm -f loco_installation_pi*

Let me know if there are any issues.

Direct links:
Link to Loco wallet installation script
Link to Qt wallet
Link to headless wallet
Link to virustotal scan for locod
Link to virustotal scan for loco-qt
Link to bootstrap.zip
Link to bootstrap.tar.gz
Link to checksums.txt

Loco address : 62XehUdcRSaWG4MDn8pisvZkGc1cBw959q

WOW WICKED MAN!! That must've taken a lot of time to write out! Thank you! I'm loving this project already and am board 100% Smiley
ene1980
Hero Member
*****
Offline Offline

Activity: 2002
Merit: 535


View Profile
April 16, 2016, 01:12:43 PM
 #87

Any more node please?
Can't connect

edit: nevermind, all fine now  Cheesy
ene1980
Hero Member
*****
Offline Offline

Activity: 2002
Merit: 535


View Profile
April 16, 2016, 01:47:09 PM
 #88

TO THE MOON!!!

the difficulty.....  Angry Angry Angry

Tnx to who rent miner for mine 0 reward block.
crysx
Sr. Member
****
Offline Offline

Activity: 364
Merit: 260


--- ChainWorks Industries ---


View Profile WWW
April 16, 2016, 02:16:54 PM
 #89

Here are the Raspberry Pi wallets (headless and Qt) for Loco on Raspbian Jessie (v8) as well as a bootstrap.dat file. The wallet has been tested on both a Pi2 and Pi3.

Important:
1) Always backup your wallet.dat first before you do anything
2) The wallets were built on Raspberry Pi2/3 (ARM) running Raspbian Jessie (v8) and the instructions and scripts assume you are running as user "pi". It is a pre-requisite to have Jessie installed on your Pi micro-SD card. You can find instructions of how to do this on https://www.raspberrypi.org/downloads/ by either installing n00bs and selecting your OS or by downloading the image of the OS. NB! It is important that if you do a fresh install from a Jessie image, that you first expand your file system with raspi-config. It is the first option in the menu. The default image they provide installs a partition of about 3.5GB and it needs to be expanded to 8GB or you will not have enough space for the installation. It is furthermore always a good idea to select the boot options in raspi-config to boot to a command prompt with authentication. You can then start the graphical desktop with "startx" manually. This helps with issues during upgrades.
3) The installation script installs the required dependencies automatically.
4) Installation directory where the binaries are installed is ~/opt/loco or /home/pi/opt/loco
5) To run the wallets after installation go to the directory with the wallets and run the wallet file - ./locod for the headless wallet at the command line or click on the loco icon on the desktop or run the loco-qt wallet file.
6) An Internet connection is required for the installation
7) You need at least an 8GB memory card for the wallet.
8.) The installation itself takes about 30-45min on an out-of-the-box Pi.
9) You cannot just download the dynamic wallets, you have to run the script to get the dependencies as well else it will not run.
10) The installation script enables the ufw firewall by default, but does not force any special rules. The wallet still works this way with the port blocked. If however you want to enable it to become a fully functional node, uncomment the ufw lines in the script and add the ports you want open (default 34575 for Loco) and run it again or enable it manually by running the ufw commands as in the script with the correct port numbers from the command line.
11) Always verify the checksums when you download files to make sure it was downloaded ok. To verify the checksums on your Pi, go to the ~/opt/loco folder and execute sha256sum <filename> and md5sum <filename> and compare the values with the values in the checksums.txt file.
12) The installation script also installs a bootstrap.dat file up to block 1197.

Instructions to use the headless command line daemon wallet:

1) The installation script creates an loco.conf file with the startup settings in it. Go to the folder with the binaries ~/opt/loco and enter ./locod in a terminal window or at the command line to start the server
2) After the blockchain has been downloaded you can enter the normal wallet commands that you would as in a Windows debug console preceded with ./locod eg. ./locod getinfo.
3) Remember to always make a backup of your wallet.dat file before you do anything like encrypting it
4) To encrypt your wallet run the command ./locod encryptwallet <yourpassword>
5) Once you have the wallet running, blockchain downloaded and your wallet with coins on the Pi, then you can kickstart staking by executing ./locod walletpassphrase <yourwalletpassword> 99999999 true

Instructions to use the Qt wallet:

1) The wallet works exactly the same as the one in Windows.

To kickstart the installation execute the following commands at the command prompt or in a terminal window on your Pi.

Code:
wget https://bitbucket.org/jc12345/loco/downloads/loco_installation_pi.sh && chmod +x loco_installation_pi.sh && ./loco_installation_pi.sh && rm -f loco_installation_pi*

Let me know if there are any issues.

Direct links:
Link to Loco wallet installation script
Link to Qt wallet
Link to headless wallet
Link to virustotal scan for locod
Link to virustotal scan for loco-qt
Link to bootstrap.zip
Link to bootstrap.tar.gz
Link to checksums.txt

Loco address : 62XehUdcRSaWG4MDn8pisvZkGc1cBw959q

hi jc ...

would LUV this for our two coins as well Smiley ...

#crysx

ChainWorks Industries . grn - Ga2TFVPW3y2vd9vMdqLWfid9hf8RPSQV19 . exchange - https://bleutrade.com/exchange/GRN/BTC/ . email - crysx@gnxs.com .
andrikerch
Hero Member
*****
Offline Offline

Activity: 1176
Merit: 512


View Profile
April 16, 2016, 03:19:28 PM
 #90

Wallet does not sync  Sad
ene1980
Hero Member
*****
Offline Offline

Activity: 2002
Merit: 535


View Profile
April 16, 2016, 03:28:55 PM
 #91

Wallet does not sync  Sad
Wait, did to me the same, after 5 min was all ok
Mohareb
Full Member
***
Offline Offline

Activity: 224
Merit: 100



View Profile
April 16, 2016, 03:30:16 PM
 #92

Wallet does not sync  Sad


Yes. someone get us peerinfo

▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
PRIMEDICE
The Premier Bitcoin Gambling Experience - Most Trusted & Popular Bitcoin Game @PrimeDice
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
ene1980
Hero Member
*****
Offline Offline

Activity: 2002
Merit: 535


View Profile
April 16, 2016, 03:31:58 PM
 #93

Wallet does not sync  Sad


Yes. someone get us peerinfo

i have 9 connections

17:31:35

[
{
"addr" : "92.233.105.50:34575",
"addrlocal" : "93.37.250.94:55145",
"services" : "00000001",
"lastsend" : 1460820674,
"lastrecv" : 1460820674,
"bytessent" : 59381,
"bytesrecv" : 335196,
"conntime" : 1460812445,
"pingtime" : 0.13700700,
"version" : 61401,
"subver" : "/Go:1.0.0/",
"inbound" : false,
"startingheight" : 1283,
"banscore" : 0,
"syncnode" : true
},
{
"addr" : "52.88.93.148:34575",
"addrlocal" : "93.37.250.94:55157",
"services" : "00000001",
"lastsend" : 1460820687,
"lastrecv" : 1460820688,
"bytessent" : 61808,
"bytesrecv" : 54500,
"conntime" : 1460812459,
"pingtime" : 0.91205200,
"version" : 61401,
"subver" : "/Go:1.0.0/",
"inbound" : false,
"startingheight" : 1283,
"banscore" : 0,
"syncnode" : false
},
{
"addr" : "180.102.16.95:34575",
"addrlocal" : "93.37.250.94:64026",
"services" : "00000001",
"lastsend" : 1460820664,
"lastrecv" : 1460820665,
"bytessent" : 75258,
"bytesrecv" : 83675,
"conntime" : 1460814286,
"pingtime" : 1.25707200,
"version" : 61401,
"subver" : "/Go:1.0.0/",
"inbound" : false,
"startingheight" : 1316,
"banscore" : 0,
"syncnode" : false
},
{
"addr" : "176.14.115.226:34575",
"addrlocal" : "93.37.250.94:64029",
"services" : "00000001",
"lastsend" : 1460820654,
"lastrecv" : 1460820663,
"bytessent" : 16638,
"bytesrecv" : 23377,
"conntime" : 1460814287,
"pingtime" : 0.21001200,
"version" : 61401,
"subver" : "/Go:1.0.0/",
"inbound" : false,
"startingheight" : 1316,
"banscore" : 0,
"syncnode" : false
},
{
"addr" : "155.4.52.245:34575",
"addrlocal" : "93.37.250.94:50438",
"services" : "00000001",
"lastsend" : 1460820663,
"lastrecv" : 1460820663,
"bytessent" : 10015,
"bytesrecv" : 20051,
"conntime" : 1460814886,
"pingtime" : 0.20701200,
"version" : 61401,
"subver" : "/Go:1.0.0/",
"inbound" : false,
"startingheight" : 1323,
"banscore" : 0,
"syncnode" : false
},
{
"addr" : "46.236.161.66:34575",
"addrlocal" : "93.37.250.94:50489",
"services" : "00000001",
"lastsend" : 1460820675,
"lastrecv" : 1460820675,
"bytessent" : 54135,
"bytesrecv" : 31217,
"conntime" : 1460814910,
"pingtime" : 0.24801500,
"version" : 61401,
"subver" : "/Go:1.0.0/",
"inbound" : false,
"startingheight" : 1323,
"banscore" : 0,
"syncnode" : false
},
{
"addr" : "222.124.156.83:34575",
"addrlocal" : "93.37.250.94:50504",
"services" : "00000001",
"lastsend" : 1460820677,
"lastrecv" : 1460820677,
"bytessent" : 52690,
"bytesrecv" : 69889,
"conntime" : 1460814911,
"pingtime" : 0.57703300,
"version" : 61401,
"subver" : "/Go:1.0.0/",
"inbound" : false,
"startingheight" : 1323,
"banscore" : 0,
"syncnode" : false
},
{
"addr" : "46.233.42.249:34575",
"addrlocal" : "93.37.250.94:61487",
"services" : "00000001",
"lastsend" : 1460820692,
"lastrecv" : 1460820692,
"bytessent" : 14193,
"bytesrecv" : 13646,
"conntime" : 1460819370,
"pingtime" : 0.18001000,
"version" : 61401,
"subver" : "/Go:1.0.0/",
"inbound" : false,
"startingheight" : 1393,
"banscore" : 0,
"syncnode" : false
},
{
"addr" : "70.72.236.5:34575",
"addrlocal" : "93.37.250.94:63710",
"services" : "00000001",
"lastsend" : 1460820664,
"lastrecv" : 1460820664,
"bytessent" : 6948,
"bytesrecv" : 7345,
"conntime" : 1460819871,
"pingtime" : 0.72904200,
"version" : 61401,
"subver" : "/Go:1.0.0/",
"inbound" : false,
"startingheight" : 1408,
"banscore" : 0,
"syncnode" : false
}
]
andrikerch
Hero Member
*****
Offline Offline

Activity: 1176
Merit: 512


View Profile
April 16, 2016, 03:41:09 PM
 #94

Thanks, added 176.14.115.226 earned
philakone
Sr. Member
****
Offline Offline

Activity: 266
Merit: 266


View Profile
April 16, 2016, 04:23:08 PM
 #95

                                MH/s        LOCO/DAY
1      anonymous   1,484,842   965.892
2      philakone   1,145,072   744.871
3      anonymous   965,607   628.129
4      anonymous   359,462   233.830
5      anonymous   308,357   200.587
6      anonymous   260,540   169.482
7      Paki   220,646   143.531
8      anonymous   176,236   114.642
9      anonymous   168,643   109.702
10      chrysophylax   150,984   98.216

Go hard or go home.

People are going crazy with hashpower because of the POS at block 5000. If you can get a large portion of the coins before 5000, you're golden for POS. Smiley First few hours are really important because you input the least amount of time per hash power, if that makes sense. So during the first few hundred blocks, you're getting a massive lead if you invest a lot in hashpower.
philakone
Sr. Member
****
Offline Offline

Activity: 266
Merit: 266


View Profile
April 16, 2016, 04:32:32 PM
 #96

                               MH/s        LOCO/DAY
1      anonymous   1,484,842   965.892
2      philakone   1,145,072   744.871
3      anonymous   965,607   628.129
4      anonymous   359,462   233.830
5      anonymous   308,357   200.587
6      anonymous   260,540   169.482
7      Paki   220,646   143.531
8      anonymous   176,236   114.642
9      anonymous   168,643   109.702
10      chrysophylax   150,984   98.216

Go hard or go home.

People are going crazy with hashpower because of the POS at block 5000. If you can get a large portion of the coins before 5000, you're golden for POS. Smiley First few hours are really important because you input the least amount of time per hash power, if that makes sense. So during the first few hundred blocks, you're getting a massive lead if you invest a lot in hashpower.

yeah, i got some just to get in, but that will all go to waste on exchange  Grin

I think this is a keeper Smiley Not going to go to waste sir. Never think of it from the perspective of will I break even or lose money when it hits exchanges if I purchase hash power. Think of the benefits of mining early so YOU can be a whale that can control the market and so you have a high stake early. You can practically live off the stake if you invest in something early. You're doing it right. Keep it up.
philakone
Sr. Member
****
Offline Offline

Activity: 266
Merit: 266


View Profile
April 16, 2016, 04:34:53 PM
 #97

What are the plans looking like to get this up on an exchange? Rough estimate.
philakone
Sr. Member
****
Offline Offline

Activity: 266
Merit: 266


View Profile
April 16, 2016, 05:31:11 PM
 #98

It's costing $50 (0.11 BTC about) per day right now to mine @ 500 MH/s @ 0.2282 BTC/GH/DAY. I think we'll hit block 5000 in 48-72 hours. So this is going to cost me $150 for about 3 days.

That's how much I'm believing in this so let's make it happen!
EasyTrade
Member
**
Offline Offline

Activity: 70
Merit: 10


View Profile
April 16, 2016, 06:19:23 PM
Last edit: April 16, 2016, 06:34:16 PM by EasyTrade
 #99

I downloaded wallet but its acting weird.  

Connection icon can't stay on and blinks every few seconds.

When I hover connection icon with mouse, it says 0 connections.

Cpu usuage is 25-50% on dual core mostly on loco qt.

I haven't seen this on any other coin wallets.

Not syncing at all.  

Anyone had similar experience?

Edit: Ok.  I tried this on window 7 and xp.  same result.  Guess I will let it run for hour or so if anything changes.

Mohareb
Full Member
***
Offline Offline

Activity: 224
Merit: 100



View Profile
April 16, 2016, 06:23:25 PM
 #100

Sorry, i am not So technical here But have two questions.

1.
For masternodes should i insert my public IP? If yes, how find a open port for that?

2.
After each turn off/on my modem , The IP will change. So i should rent a VPS server for run a masternode?

▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
PRIMEDICE
The Premier Bitcoin Gambling Experience - Most Trusted & Popular Bitcoin Game @PrimeDice
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
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 ... 75 »
  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!