Bitcoin Forum
June 20, 2024, 02:30:43 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 ... 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 [99] 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 »
1961  Bitcoin / Pools / Re: [400GH/s] p2pool: Decentralized, DoS-resistant, Hop-Proof pool on: December 25, 2012, 07:13:22 PM
Is p2pool ready for ASIC's or is there still work that needs to be done? Can it already do variable difficulty?
yes, vardiff works already. stratum is "ComingSoonTM"
Will stratum make the communication between cgminer and the local p2pool process more efficient or is that how variable difficult will be done?
local communication has no real latencys therefore its always efficient. variable difficulty is already implemented (altough it increases the diff for all miners, not only the fast one). for the unreleased(/undeveloped) stratum stuff ul have to ask forrestv.

So p2pool is not really ready for ASIC? Because the first one that comes along is going to screw it up for everyone else? Not really local variable difficulty?
It is already with Vardiff. Later there will be stratum too.
1962  Other / Archival / Re: Random sweeps into my public wallet totaling 519.704 - Lost and Found? on: December 25, 2012, 06:57:15 PM
(I understand that we don't know yet what's going on here, and it may or may not be vanity-address generator related)

VanityGen https://bitcointalk.org/index.php?topic=25804.0 is open source - does it have any similar issues or know problems?

no it hasnt, it relys on OpenSSL to generate random entropy for generating key, this system is complex enough to call it "true random". altough note there is no such thing as random in our universe, since this is so complex it just is called random, still its good enough for what its needed (no collisions so far)!
1963  Economy / Computer hardware / Re: Hardware Sale on: December 25, 2012, 06:49:41 PM
take a look at this thread: https://bitcointalk.org/index.php?topic=101624.0
1964  Bitcoin / Pools / Re: [400GH/s] p2pool: Decentralized, DoS-resistant, Hop-Proof pool on: December 25, 2012, 06:48:00 PM
Is p2pool ready for ASIC's or is there still work that needs to be done? Can it already do variable difficulty?
yes, vardiff works already. stratum is "ComingSoonTM"
Will stratum make the communication between cgminer and the local p2pool process more efficient or is that how variable difficult will be done?
local communication has no real latencys therefore its always efficient. variable difficulty is already implemented (altough it increases the diff for all miners, not only the fast one). for the unreleased(/undeveloped) stratum stuff ul have to ask forrestv.
1965  Bitcoin / Pools / Re: [400GH/s] p2pool: Decentralized, DoS-resistant, Hop-Proof pool on: December 25, 2012, 06:41:58 PM
Is p2pool ready for ASIC's or is there still work that needs to be done? Can it already do variable difficulty?
yes, vardiff works already. stratum is "ComingSoonTM"
1966  Bitcoin / Bitcoin Technical Support / Re: Mt Gox Api gives error after ~6 hours on: December 25, 2012, 06:30:17 PM
So I started rewriting my trading bot to be optimized and to implement new trading strategies, so I thought at first that it was cause I was getting the USD and BTC funds in my account then executing a trade and that I had a web socket connection open all at the same time. Then I rewrote the entire way I handle Mt Gox so I can make 2 calls back to back almost every 25 seconds (to be in the 10 seconds window so I am not caught by anti-DDOS measures), then I am only checking USD and BTC funds during startup, after a trade but after my open orders close. But it is always hitting this wall at 6 hours and needs to be turned off for a while before being startup right now it is all simulations (no trade is actually going thru) but I need to fix this before turning on for a live trading. Any help?

P.S.  I don't want to shut it down and restart it, with weird cron scripts, this is written in java
why dont u post the Error from the API or the source? otherwise this is just guessing and is a waste of time.
1967  Bitcoin / Bitcoin Technical Support / Re: Bitcoins gone on: December 25, 2012, 06:26:29 PM
you didnt backup ur Bitcoin folder in AppData, why didnt u?
1968  Bitcoin / Bitcoin Discussion / Re: Safe way to generate paper wallets on: December 25, 2012, 03:18:31 AM
My last post got me to thinking about what is the very least amount of code to generate private keys completely transparently - where you could see in one glance that nothing is possibly amiss.

And so I took that keyconv program and hacked it into a very simple single text that anyone can paste into a file and compile. Just the math and here it is:

---snip---

thanks for the lovely C code Wink
1969  Bitcoin / Wallet software / Re: Zsh/OpenSSL Shell Script Key Generator on: December 25, 2012, 03:12:36 AM
2. how about making a POSIX version? (runs on every *nix, atleast it should)
1970  Bitcoin / Project Development / Re: [ASCII / SCREENSAVER] 2^256 Deep Space Vagabond on: December 24, 2012, 09:38:19 PM
flatfly, can you just tell me if i run the program for fun but also hopeing to win when it finds an address that has more then 0 btc will it notify me or save it or anything. like i will leave it over night and if i win i want to know i won. 

Also im assumming i dont have to click on every single balance to confirm i didnt win anything
u wont, this is just for fun. read the posts before.
1971  Bitcoin / Mining support / Re: Haven't seen a penny? on: December 24, 2012, 07:00:57 AM
Considering all you talk about how I act/do is lies, that clearly isn't the real problem you have with me.
so truth are lies now? this explains alot, for example why u say u never lie Tongue sry luke all ur post are proove enough.
sry, youve been beaten by simple logic, there's no way to circumvent it.
1972  Alternate cryptocurrencies / Altcoin Discussion / Re: Devcoin on: December 24, 2012, 06:42:57 AM
git version is not compiling:
Code:
rav3n@rav3n:~/old-devcoind/src$ make -f makefile.unix bitcoind
g++ -c -O3 -mtune=generic -march=native -Wno-invalid-offsetof -Wformat  -DNOPCH -DFOURWAYSSE2 -DUSE_SSL -DUSE_UPNP=0 -o obj/nogui/net.o net.cpp
In file included from headers.h:93:0,
                 from net.cpp:5:
util.h: In function ‘void ExitThread(unsigned int)’:
util.h:653:25: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
net.cpp: In function ‘void ThreadMapPort2(void*)’:
net.cpp:1076:63: error: too few arguments to function ‘UPNPDev* upnpDiscover(int, const char*, const char*, int, int, int*)’
In file included from net.cpp:23:0:
/usr/include/miniupnpc/miniupnpc.h:57:1: note: declared here
net.cpp:1090:58: error: too few arguments to function ‘int UPNP_AddPortMapping(const char*, const char*, const char*, const char*, const char*, const char*, const char*, const char*, const char*)’
In file included from net.cpp:24:0:
/usr/include/miniupnpc/upnpcommands.h:117:1: note: declared here
make: *** [obj/nogui/net.o] Error 1
rav3n@rav3n:~/old-devcoind/src$

append USE_UPNP= after make
1973  Bitcoin / Mining support / Re: Haven't seen a penny? on: December 24, 2012, 06:09:37 AM
for max income, use p2pool
Explain... Never heard of it and dunno what it is!  Cheesy
He's mostly trolling. p2pool's reward system basically makes it improved solo mining. It's not a bad pool, but it certainly doesn't pay better than others.
its the pool with the max outcome, besides the increased PPS pools (unlike ur scampool).
Can't get higher than nofee+txnfees. Admittedly, Eligius is only nofee, but txnfees are so worthless it isn't worth the effort right now - that hardly makes it a "scampool", so that verifies your status as troll. On the other hand, p2pool has very high variance, while Eligius has much lower, so for most people, Eligius is the better choice.

You're probably right, but time to maturity is also a factor. If miners have to wait a significant time to obtain their coins, this also has an impact on earnings. Have you derived the expected time to maturity for Eligius' new reward method? If so could you post it here so it can be compared to p2Pools?
Time to maturity is always 100 confirmations, no matter where you mine, unless the pool is doing some kind of advance (or delay). Neither Eligius and p2pool give any advance, and Eligius only delays rewards for the miners' benefit (to avoid transaction fees when you go to spend them, the pool waits until you have earned a reasonable amount).

I'm not getting involved in the argument -- I refrain from internet arguments or personal attacks. I'm just saying that if you must insult him don't insult his religion, especially if it's one of the largest religions in the world like Christianity or Islam. You'll inadvertently insult other people and then they won't like you. Some crazy people might even try to do you harm.
Seems pretty clear to me his anti-Christianity is the fundamental reason he hates me enough to slander me.
wrong, its 120 confirmations... dosnt even know the basics and is a bitcoin dev, shame on u... no i dont hate u because ur believe some stupid shit, its because how u act and what ur doing.
1974  Alternate cryptocurrencies / Altcoin Discussion / Re: Devcoin on: December 24, 2012, 05:23:41 AM
I have compiled DVC from
http://sourceforge.net/projects/galacticmilieu/files/DeVCoin/
I copied all receiver files from source directory.
I started daemon and get:
Code:
rav3n@rav3n:~$ devcoind getinfo
{
    "version" : 32400,
    "balance" : 0.00000000,
    "blocks" : 0,
    "connections" : 8,
    "proxy" : "",
    "generate" : false,
    "genproclimit" : -1,
    "difficulty" : 1.00000000,
    "hashespersec" : 0,
    "testnet" : false,
    "keypoololdest" : 1356278518,
    "paytxfee" : 0.00000000,
    "errors" : "WARNING: Displayed transactions may not be correct!  You may need to upgrade, or other nodes may need to  upgrade."
}
Blocks are not downloading?
In log I see
Code:
got inventory: block 00000000b8a349531336  have
so looks like I have some chunk of chain.
I have wrong version or what?

u have to create a folder receiver and put the csv files in there, not into ~/.devcoin
1975  Bitcoin / Mining support / Re: Haven't seen a penny? on: December 24, 2012, 05:20:52 AM
sry facts cant lie, oh wait according to ur "god" in your "bible" this happens all the time, ah well then!

Why do you have to insult his religion?  Huh

It's not like he's the only Christian in the world... *cough*  Undecided
let me have some fun with idiots Tongue
since hes trying to force it on all ppl, for example he put his prayers into the blockchain with his pool but havent told the user, after that many ppl droped from eligius. hes just a shady lier thats all, oh and stealing software (see bfgminer for example). if you dont believe me just look at his posts, but i really dislike to waste time @ him if u understand me Wink got better things to do.
1976  Bitcoin / Mining support / Re: Haven't seen a penny? on: December 24, 2012, 04:47:47 AM
for max income, use p2pool
Explain... Never heard of it and dunno what it is!  Cheesy
He's mostly trolling. p2pool's reward system basically makes it improved solo mining. It's not a bad pool, but it certainly doesn't pay better than others.
its the pool with the max outcome, besides the increased PPS pools (unlike ur scampool).
Can't get higher than nofee+txnfees. Admittedly, Eligius is only nofee, but txnfees are so worthless it isn't worth the effort right now - that hardly makes it a "scampool", so that verifies your status as troll. On the other hand, p2pool has very high variance, while Eligius has much lower, so for most people, Eligius is the better choice.
not even to talk about that u use ur pool to attack altchains, this is an abuse of the miners since u dont tell them. according to simple logic this is a scam.
i know uve done alot for bitcoin but i also know ur a total jerk who's brain got totaly compromised by ur church stuff and most post are lies. i dont want to offend u but this has do be said once. why, just why cant u just one time not lie (yes even telling half trues like u do is lieing!) and be honest? well, this is offtopic so it dosnt belong here.
No, you are lying here.
sry facts cant lie, oh wait according to ur "god" in your "bible" this happens all the time, ah well then!
1977  Other / Off-topic / Re: KILLVISION D&b Dubstep Hip Hop EDM Music production on: December 24, 2012, 04:19:21 AM
I guess dubstep is the best 'mainstream music' contender for the dubious award of 'least musical'
Dubstep is hipster for, "I slept through the lecture on melody in music appreciation class."
awesome Cheesy
nah i feel someway sry for all the retards who listen to such stuff and think its music, must be a harsh world Sad
1978  Bitcoin / Mining support / Re: Haven't seen a penny? on: December 24, 2012, 04:11:39 AM
for max income, use p2pool
Explain... Never heard of it and dunno what it is!  Cheesy
He's mostly trolling. p2pool's reward system basically makes it improved solo mining. It's not a bad pool, but it certainly doesn't pay better than others.
its the pool with the max outcome, besides the increased PPS pools (unlike ur scampool).
Can't get higher than nofee+txnfees. Admittedly, Eligius is only nofee, but txnfees are so worthless it isn't worth the effort right now - that hardly makes it a "scampool", so that verifies your status as troll. On the other hand, p2pool has very high variance, while Eligius has much lower, so for most people, Eligius is the better choice.
not even to talk about that u use ur pool to attack altchains, this is an abuse of the miners since u dont tell them. according to simple logic this is a scam.
i know uve done alot for bitcoin but i also know ur a total jerk who's brain got totaly compromised by ur church stuff and most post are lies. i dont want to offend u but this has do be said once. why, just why cant u just one time not lie (yes even telling half trues like u do is lieing!) and be honest? well, this is offtopic so it dosnt belong here.
1979  Bitcoin / Mining support / Re: Haven't seen a penny? on: December 24, 2012, 03:54:06 AM
for max income, use p2pool
Explain... Never heard of it and dunno what it is!  Cheesy
He's mostly trolling. p2pool's reward system basically makes it improved solo mining. It's not a bad pool, but it certainly doesn't pay better than others.
its the pool with the max outcome, besides the increased PPS pools (unlike ur scampool).
1980  Bitcoin / Mining support / Re: Haven't seen a penny? on: December 24, 2012, 03:21:38 AM
https://bitcointalk.org/index.php?topic=62842.0 <- p2pool thread
https://en.bitcoin.it/wiki/P2Pool <-- wiki with infos about it
Pages: « 1 ... 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 [99] 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!