Bitcoin Forum
May 28, 2024, 01:20:14 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 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 »
201  Other / Off-topic / MoneyPak is now collecting private information on: September 19, 2013, 12:13:16 PM
Quote
What information will I need to provide to add money to my PayPal account with a MoneyPak?
PayPal requires you to provide your name, address, date of birth and Social Security Number in order for Green Dot to verify your identity before you can use the MoneyPak to add money to your PayPal account. Green Dot will collect, verify and record this information on behalf of PayPal. This information WILL NOT be used for a credit check or marketing purposes.

https://www.moneypak.com/PaypalFAQ.aspx
202  Other / Off-topic / Re: VPN setup / IP routing problems on: September 13, 2013, 01:47:20 PM
Is your computer (from where you stream) plugged directly to the ISP modem or to a router which in turn is plugged to the ISP modem?
203  Other / Off-topic / TO THE NSA and all privacy violators around the world on: September 11, 2013, 12:47:06 PM
204  Other / Off-topic / Re: Does anyone have Revit 2014? on: September 11, 2013, 12:41:50 PM
How does Pirate Bay work? Everyone seems to be using it Huh
You've never used bittorrent?
Nope never! I've always thought they would bring virus to my computer or something..
1. find torrent
2. download utorrent (everything else is crap, no matter what they tell you)
3. Huh?

transmission is better no matter what everyone else says.
205  Other / Off-topic / Re: Learning Python part 3 on: September 11, 2013, 12:31:17 PM
What error?

The solutions you offered are written correctly.

But it seems the game LABY does not have a complete python library or just cannot read them.

Gives me a track... syntax... on line depending on where I placed the code.
206  Other / Off-topic / Re: Favorite artists? on: September 10, 2013, 05:15:20 PM
207  Other / Off-topic / Re: Learning Python part 3 on: September 09, 2013, 08:15:05 PM
Are we dealing with floats?

In such a case, perhaps you meant something like this:

while x >= 3 and x < 4:

Are we dealing with floats?

In such a case, perhaps you meant something like this:

while x >= 3 and x < 4:

both  this solutions  give me an error within laby

using if and or gives me and error

The best thing was to do

if x == 1:
    left()
if x == 2:
    right()
main()
208  Bitcoin / Mining / Re: Hosted Mining with Panama Bitcoins on: September 09, 2013, 02:06:29 PM
Panama Bitcoins will now offer mining products.

We are proud to present hosted mining

We will only charge a small %10 fee to host any device that is compatible with our network

Please feel free to visit our website at http://store.panamabitcoins.com/category/mining

and any inquiries to info@panamabitcoins.com
Could you possibly have put any less information on your website?  All I can see is what looks like a phishing site to get email addys to sell to other phishers.

Here is a small reputation thread
https://bitcointalk.org/index.php?board=105.0

and there is a working phone number and email address

and I am on the forum. Plus there are links to our FB and google + accounts?

Can you please elaborate what you mean by lack of information, did you take the time to navigate the website?
209  Local / Español (Spanish) / Mineria alojada en Panama Bitcoins on: September 09, 2013, 12:13:46 PM
Panama Bitcoins ofrece productos de minería.

Estamos orgullosos de brindar el servicio de minería alojada.

Solo cobramos %10 para alojar cualquier equipo compatible con nuestra red.

Porfavor visite http://store.panamabitcoins.com/category/mining para mas informacion.

Para cualquier pregunta o duda por favor escribanos a info@panamabitcoins.com
210  Other / Off-topic / Hosted Mining with Panama Bitcoins on: September 09, 2013, 12:09:11 PM
Panama Bitcoins will now offer mining products.

We are proud to present hosted mining

We will only charge a small %10 fee to host any device that is compatible with our network

Please feel free to visit our website at http://store.panamabitcoins.com/category/mining

and any inquiries to info@panamabitcoins.com
211  Local / Mining (India) / Hosted Mining with Panama Bitcoins on: September 09, 2013, 12:08:30 PM
Panama Bitcoins will now offer mining products.

We are proud to present hosted mining

We will only charge a small %10 fee to host any device that is compatible with our network

Please feel free to visit our website at http://store.panamabitcoins.com/category/mining

and any inquiries to info@panamabitcoins.com
212  Economy / Service Announcements / Hosted Mining with Panama Bitcoins on: September 09, 2013, 12:07:14 PM
Panama Bitcoins will now offer mining products.

We are proud to present hosted mining

We will only charge a small %10 fee to host any device that is compatible with our network

Please feel free to visit our website at http://store.panamabitcoins.com/category/mining

and any inquiries to info@panamabitcoins.com
213  Bitcoin / Mining / Hosted Mining with Panama Bitcoins on: September 09, 2013, 12:06:33 PM
Panama Bitcoins will now offer mining products.

We are proud to present hosted mining

We will only charge a small %10 fee to host any device that is compatible with our network

Please feel free to visit our website at http://store.panamabitcoins.com/category/mining

and any inquiries to info@panamabitcoins.com
214  Other / Off-topic / Re: Learning Python part 3 on: September 07, 2013, 04:46:18 PM
Disregard the previous solution and thanks for the feedback...

I will just remove x == 3 - 4 all together,
since I have the range from 1 to 4
if it does not generate 1 or 2 in the random number it will go back to function to check on other conditions and just move accordingly.
215  Other / Off-topic / Re: Learning Python part 3 on: September 07, 2013, 03:44:55 PM
What I find odd is that the ant is behaving the way I want it to behave. Meaning that if random outputs 3 or 4 it moves forward.

I guess I should do x == none instead. To break the loop  Huh

Just trying to figure out why the ant behaves as intended.

Edit: figured it out
X >= 3

That way %50 it will check to move forward
And the rest of the other time it will try left or right
The behavior can be altered by increasing/decreasing the range of the random numbers
216  Other / Off-topic / Re: Learning Python part 3 on: September 07, 2013, 03:14:09 PM
Where is robot.py?

Quote
while x == 3 - 4:
Do you really mean while x==-1?

Robot.py comes within LABY if you see the gist comment; the link to laby is there.

Hmm since x is a random generated number I thought I was telling pythin if x equals 3 or 4 then go back to function...

Edit : if u run ubuntu desktop you can install it from the software center.
217  Other / Off-topic / Re: Learning Python part 3 on: September 07, 2013, 01:47:36 PM
So are you learning to code, or playing a game? or both?

Learning to code
Solving the LABY maze challenges was to test what I have learned so far.
218  Other / Off-topic / Learning Python part 3 on: September 07, 2013, 06:16:35 AM
Well i'm half way through LPTHW at this point the book wants me to memorize symbols and their functions and practice.

So to take a break from the usual study drill I decided to make an automata to run on top of something called.

LABY a game it seems to solve the maze part of the problems roughly about 4 of them.

You can review my attempt at the game here:

https://gist.github.com/vitepython/6472113

Note: Op is not a programmer and is learning this as a hobby.
219  Other / Off-topic / Re: Blockchain currencies and long space travel on: September 06, 2013, 03:14:04 PM
So in some future may it be near or far away;
A Star Ship sets its path to some planet in the Alfa Centauri Galaxy

Guess where I quit reading.

My Bad
220  Local / Mercadillo / Re: BitStore en España! >>Monedas Casascius, USB ASICMINER y mucho más<< on: September 05, 2013, 06:06:13 PM
Ya está estabilizado a 330Mh/s Por cierto las shares rechazadas tengo 20 y 950 aceptadas. Un 2% vamos. Son números normales?

Lo normal es entre 1-2%. Si le pones ventilación o algún tipo de refrigeración (aunque sea pasiva) puedes reducir el porcentaje de errores.

confirmo los stats, en este pool solo existen USB ASICMINER http://a01.panamabitcoins.com:9332/static/

al momento de este post son 4 eruptors funcionando
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 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!