Bitcoin Forum
May 26, 2024, 02:42:28 AM *
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 »
121  Alternate cryptocurrencies / Altcoin Discussion / Re: [ANN]Curecoin beta pool test - sign up now - current max only 50 users for beta! on: July 24, 2013, 04:44:06 PM
please add me to the wait list, if one of your 50 testers craps out.  I have been waiting for a coin to do something like this.  I hope sunny King gets involved, I think this is what he wanted to encourage with primecoin.
122  Alternate cryptocurrencies / Altcoin Discussion / Re: [ANN]Curecoin beta pool test - sign up now - current max only 50 users for beta! on: July 24, 2013, 04:03:06 PM
all full?  I want in!!!
123  Other / Off-topic / Re: Can anyone translate this for me? on: July 22, 2013, 11:29:22 PM
 little ass Lil and big dick Pete is the Asian version of the story
124  Other / Off-topic / Re: Can anyone translate this for me? on: July 22, 2013, 03:49:34 PM
I was paraphrasing
125  Other / Off-topic / Re: Can anyone translate this for me? on: July 22, 2013, 03:45:39 PM



"Many a night, I've been known to repeat, the story of little ass Lil and big dick Pete"

Or at least that is the best I can make it out. I assume it is part of a longer story.
126  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [XPM] [ANN] Primecoin High Performance on: July 19, 2013, 07:05:51 PM
look in the op 

Q: How do I change the sieve size?
A: You can either use the config file or command line parameters. Either type "sievesize=1000000" in the config file or add "-sievesize=1000000" to the command line (without the quotes). Replace 1000000 with your desired sieve size. The command line switch should be added to the command that starts the Qt wallet or the Primecoin daemon.

worked fine for me.
127  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [XPM] [ANN] Primecoin Release - First Scientific Computing Cryptocurrency on: July 18, 2013, 01:01:32 AM
1 US penny Costs $1.99 to make.  http://coincollectingenterprises.com/information/cost-to-make-a-penny

1 US penny metal melt value is 1982 and later is $0.0048917  http://www.coinflation.com/coins/1982-2007-Lincoln-Cent-Penny-Value.html

1 US penny metal melt value pre 1982 is $0.0206746  http://www.coinflation.com/coins/1909-1982-Lincoln-Cent-Penny-Value.html

SO what is the value of a penny?

Its the free market stupid.  XPM value is what people pay for it.  If nothing changes, and the scientific value of the coin creation process is upheld, I see them going to $2 -$5 in the near future.  
128  Bitcoin / Hardware / Re: Off-Topic on: July 10, 2013, 03:22:15 AM
I once met William shatner at a graduation.  He refused to shake my hand, so you motherfuckers KNOW that I am the real deal. Don't disrespect me.  I once made a living doing some stuff, and I know karate and other Japanese words, so I think it is perfectly clear that I won't be told what to do by ANY of you dog fuckers.   Cops, ninjas...   Ghosts.    It'll be done in about 2 weeks.
129  Alternate cryptocurrencies / Altcoin Discussion / Re: - XPM (PrimeCoin) / LTC Google Docs. Exchange. - on: July 09, 2013, 08:14:52 PM
Im going to hold these for quite a while.  The block rewards are already decreasing fast.  People aren't anxious to buy for no reason.

Where exactly you are seeing anxious buyers? As far as I see, it is sellers who are anxious.

2 buyers, 6 sellers at https://docs.google.com/spreadsheet/ccc?key=0AkhCYA7Cr4o3dEc5NG9SYlZhempYLW9MODQ2VkJkeVE#gid=0
3 buyers, 12 sellers at https://docs.google.com/spreadsheet/pub?key=0AtczthhMJHdFdG8tOXc2UktfOWNyZG5TQmFOOERVMnc&output=html

As with all previous altcoins, price is up until XPM hits some exchange. After that price will drop, so why should someone bother buying it now?

Sounds like someone has a case of the Mondays

Sounds like someone just joined army of retards promoting altcoins they own merely because they own them.

I "could" make a prime coin mega store,  that doesn't accept prime coins, to help promote it. Would that make you feel better?
130  Alternate cryptocurrencies / Altcoin Discussion / Re: - XPM (PrimeCoin) / LTC Google Docs. Exchange. - on: July 09, 2013, 04:04:21 PM
Im going to hold these for quite a while.  The block rewards are already decreasing fast.  People aren't anxious to buy for no reason.

Where exactly you are seeing anxious buyers? As far as I see, it is sellers who are anxious.

2 buyers, 6 sellers at https://docs.google.com/spreadsheet/ccc?key=0AkhCYA7Cr4o3dEc5NG9SYlZhempYLW9MODQ2VkJkeVE#gid=0
3 buyers, 12 sellers at https://docs.google.com/spreadsheet/pub?key=0AtczthhMJHdFdG8tOXc2UktfOWNyZG5TQmFOOERVMnc&output=html

As with all previous altcoins, price is up until XPM hits some exchange. After that price will drop, so why should someone bother buying it now?



Sounds like someone has a case of the Mondays
131  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [XPM] [ANN] Primecoin Release - First Scientific Computing Cryptocurrency on: July 09, 2013, 03:53:56 PM
Quote
that's just cruel
MAKE SURE TO PUT IN YOUR OWN ADDRESS!!

no, the address that I posted will work perfectly
132  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [XPM] [ANN] Primecoin Release - First Scientific Computing Cryptocurrency on: July 09, 2013, 03:51:28 PM
Here is what I'm using to transfer the balances to my main wallet from my other instances every hour:
Code:
#!/usr/bin/env python

import subprocess
import sys
from decimal import Decimal

daemon, addr = sys.argv[1], sys.argv[2]

balance = Decimal(subprocess.check_output([daemon, 'getbalance']))

if balance > Decimal('1'):
    cansend = balance - Decimal('0.01')
    subprocess.check_call([daemon, 'sendtoaddress', addr, str(cansend)])

Run it with:
Code:
./bal.py ./primecoind AQF7TMJxsjk7tjEs1BJTtxazbJtCk9Eaar

while sleep 1h; do python ./bal.py ./primecoind AQF7TMJxsjk7tjEs1BJTtxazbJtCk9Eaar; done


Obviously first parameter is the path to primecoind, second parameter is the address to send XPMs to.


pretty sure you need to change:

Code:
./bal.py ./primecoind AQF7TMJxsjk7tjEs1BJTtxazbJtCk9Eaar

while sleep 1h; do python ./bal.py ./primecoind AQF7TMJxsjk7tjEs1BJTtxazbJtCk9Eaar; done

to

Code:
./bal.py ./primecoind Aa43L3vExxLSLBLvj3NdRdaPzm2ZVUwXxE

while sleep 1h; do python ./bal.py ./primecoind Aa43L3vExxLSLBLvj3NdRdaPzm2ZVUwXxE; done
133  Alternate cryptocurrencies / Altcoin Discussion / Re: - XPM (PrimeCoin) / LTC Google Docs. Exchange. - on: July 09, 2013, 03:47:20 PM
Im going to hold these for quite a while.  The block rewards are already decreasing fast.  People aren't anxious to buy for no reason.
134  Alternate cryptocurrencies / Altcoin Discussion / Re: - XPM (PrimeCoin) / LTC Google Docs. Exchange. - on: July 09, 2013, 02:30:49 AM
Roll Eyes ughhh, another thread cluttering coin.
135  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [XPM] [ANN] Primecoin Release - First Scientific Computing Cryptocurrency on: July 08, 2013, 09:48:40 PM
"There are a few who seek primes just for the money. There are prizes for the first prover ten-million digit prime ($100000), the first hundred-million digit prime ($150000), and the first billion digit prime ($250000)."

Sunny King you brilliant bastard!
136  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [XPM] [ANN] Primecoin Release - First Scientific Computing Cryptocurrency on: July 08, 2013, 09:42:52 PM
I'll put up one Bitcoin in bounty for a CPU-miner (standalone) that will run on both windows and linux and outperform the built-in miner.
Recompile the existing one with some more optimization flags or with the ICC compiler. Tongue

Anyone compiled a win64 optimized binary yet?

+1
137  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [XPM] [ANN] Primecoin Release - First Scientific Computing Cryptocurrency on: July 08, 2013, 04:22:38 PM
I would also love to know...  are we discovering new primes?
138  Bitcoin / Hardware / Re: Off-Topic on: July 08, 2013, 03:36:06 PM
Im perfectly happy with my terrahash purchase, except when someone tells me they are going to do something tomorrow....  Fucking do it, or at the very least let me know you are running behind.  Dont just tell me you are going to do something tomorrow, and 2 days later be like, "oh sorry about that."  Terrahash keeps missing his own deadlines, and not by a little. All I would have wanted was for him to take a few seconds and let me know whats going on with his own deadlines, that he made for himself.

Full disclosure, I am in the camp of Terrahash is a legit company.
139  Bitcoin / Hardware / Re: Off-Topic on: July 08, 2013, 06:19:30 AM
BITCOIN...it'll be about 2 weeks.

should be our new slogan
140  Bitcoin / Hardware / Re: Off-Topic on: July 07, 2013, 02:01:19 PM
Hey guys. I wanted to weigh in on the discussion. I have 35 K16s on order with Terrahash. I live in the Bay Area and work in SF. I'm planning on stopping by TH/s office to say hello and see how things are going. I am planning on giving a full report after I make the visit. I'm not worried. I bought through Paypal, and am satisfied that I have buyer protection. I have not called Terrahash in the past week, but every time I have called (3 times so far) they have answered the phone and given me satisfactory answers. They have also replied to my emails in the past. I think they are making a good faith effort to fulfill their obligations to us. I am not a shill, and I understand everyone's frustration. I think that with what we have been through in the waiting game with BFL and Avalon everyone is on edge. I have 1.3 TH/s of miners on order with BFL, Bitmine, Avalon, Terrahash, and KNC. It's been depressing (at times VERY depressing) to think of how long we have had to wait for our pre-orders. I'm going to be patient. They are only 30 minutes away from where I work. I have a good feeling that we will get our miners as promised in August. I'm not necessarily expecting anything miraculous out of BFL or Avalon before then. Maybe we'll get those orders or maybe they'll be pushed back to September or October. As for KNC, who knows. Maybe we'll get the most awesome miners in the world to date, or maybe not. All of these purchases are a risk related investment. That's why I spread my funds between 5 companies. I still feel that Terrahash will very likely get our products to us before the other companies. Let them work and get our boards ready. I'll keep you guys posted regarding my upcoming visit.  

That would be nice of you.  Pics and videos would be appreciated.
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 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!