Bitcoin Forum
May 23, 2024, 05:52:52 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 ... 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 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 »
1401  Alternate cryptocurrencies / Altcoin Discussion / Re: Devcoin QT Wallet For Windows Users Discussion Thread on: April 12, 2013, 07:15:08 AM
Code:
IRC connect failed
this means you cant connect to the IRC to find new peers, so your firewall/ISP is blocking it.
i dont know if there are hardcoded nodes in devcoin, there are i guess but they are long gone so you cant connect? anyway, il send u a PM with my public node so you can bootstrap from it Wink
1402  Alternate cryptocurrencies / Altcoin Discussion / Re: Devcoin QT Wallet For Windows Users Discussion Thread on: April 11, 2013, 07:16:46 PM
I can not install wallet on Windows XP.

I downloaded "The windows bundle" at: http://www.darkgamex.ch/devcoin/Devcoin-WindowsBundle.zip"

Unpacked in C:\Documents and Settings\[my_username]\Application Data\Devcoin\

Downloaded from http://92.105.105.155/devcoin/ *.csv files and put C:\Documents and Settings\[my_username]\Application Data\Devcoin\ and C:\Documents and Settings\[my_username]\Application Data\Devcoin\Receiver\

Launched devcoind.

C:\Documents and Settings\[my_username]\Application Data\Devcoin>devcoind -rpcuser=[username] -rpcpassword=[password] getinfo
{
    "version" : 32400,
    "balance" : 0.00000000,
    "blocks" : 0,
    "connections" : 0,
    "proxy" : "",
    "generate" : false,
    "genproclimit" : -1,
    "difficulty" : 1.00000000,
    "hashespersec" : 0,
    "testnet" : false,
    "keypoololdest" : 1365406753,
    "paytxfee" : 0.00000000,
    "errors" : ""
}

What am I doing wrong?
it may be your firewall blocking it
for furture debuging, attach the debug.log
1403  Alternate cryptocurrencies / Altcoin Discussion / Re: Devcoin on: April 11, 2013, 09:00:05 AM
Quote
I keep getting these errors when attempting to run devcoind on my ubuntu 12.10 amazon ec2 box.
put the reciever*.csv into ~/.devcoin/receiver/

Quote
I added a random port (rpcport=8999) to my devcoin.conf file because I was getting this error originally (I was running it alongside of bitcoin, I assumed it used the same default port?)
put this into your devcoin.conf and retry, the port may also already be mapped by another software (netstat -n --listening)
Code:
rpcport=6333
port=6334

Quote
And my ./devcoind getinfo command looks like this after a few hours still:
do the things above and this problem will be gone.
1404  Bitcoin / Development & Technical Discussion / Re: Bitcoin client with I2P patch on: April 10, 2013, 07:05:13 AM
you can ban blockchain so you wont be the first guy to relay it and therefore wont show up!
Sorry, I didn't understand you. What do you mean "ban blockchain"?
ban blockchain.info's node
1405  Alternate cryptocurrencies / Announcements (Altcoins) / Re: BBQCoin, the coin you want to eat. on: April 10, 2013, 07:01:24 AM
Would anybody be willing to trade 47k BBQ for for for 47 BTE?

last trade rate for BQC/BTE is around 200 not 1000, and I gladly trade you on that ratio. [0.5BTC for 100k in bqc trade thread, 0.001 BTE actual market price for BTE]


I'm thinking about it.


When will there be a pool?
there is no need for a pool Wink
1406  Bitcoin / Development & Technical Discussion / Re: Bitcoin client with I2P patch on: April 09, 2013, 07:23:34 PM
With my patch you can run your wallet using i2p only ("-onlynet=native_i2p" option) or in a mixed mode. If you run the client in the mixed mode, your wallet will be like a gate between i2p bitcoin subnet and the rest net. If you run the client using i2p only, you have to communicate with the gates run in the mixed mode (maybe indirectly). Otherwise, your wallet will be separated from the rest net.

Let's say wallet1 and wallet3 running in i2p-only mode. And wallet2 running in mixed mode (gate).
Code:
|wallet1|  <-----I2P----->  |wallet2| <---clear internet---> (others)
   ^-- I2P--> |wallet3| <--I2P--^
In this case wallet1, wallet2 and wallet3 will communicate only through I2P. Wallet1 and wallet3 cannot communicate with the rest bitcoin net directly. But wallet2 will retranslate their transactions to the rest net. If wallet2 is down, wallet1 and wallet3 will be separated from the rest network. Some people help me and run their clients in the mixed mode with a static I2P-address. I add their I2P-addresses to source files as seed-nodes. That allows other people use the "i2p only" mode and do not fear to be separated from main bitcoin network.

As I know, blockchain shows IP-address of a node which first retranslate a transction. So I guess it will be an IP of a gate-node. Anyway no one can to know you real IP if you use "i2p only" mode. Moreover, you can firewall all your network connections except i2p-connections and your wallet will work.
you can ban blockchain so you wont be the first guy to relay it and therefore wont show up!
1407  Alternate cryptocurrencies / Altcoin Discussion / Re: Devcoin QT Wallet For Windows Users Discussion Thread on: April 09, 2013, 07:24:08 AM
After you downloaded all the files, did you put them into the appdata folder for devcoin and after you did that did you reopen it so it resynches?


I did exactly so, but the client does not show any connections, also not after a while.
debug.log output, otherwise i cant help you!


Is this a command that needs to be given at a command line?
no its a logfile inside the devcoin data folder
1408  Alternate cryptocurrencies / Altcoin Discussion / Re: [BTE] 0.25bte (bytecoin) givaway, post your addresses gents on: April 09, 2013, 03:01:39 AM
8MftvJJnLRHy5VkWvJr44n6D8fF3Gqb5Mn ty!
1409  Alternate cryptocurrencies / Altcoin Discussion / Re: Devcoin QT Wallet For Windows Users Discussion Thread on: April 09, 2013, 03:00:00 AM
After you downloaded all the files, did you put them into the appdata folder for devcoin and after you did that did you reopen it so it resynches?


I did exactly so, but the client does not show any connections, also not after a while.
debug.log output, otherwise i cant help you!
no connections usually means firewall restrictions.

PS: added topic to watchlist, sry for late answer!
1410  Alternate cryptocurrencies / Announcements (Altcoins) / Re: BBQCoin, the coin you want to eat. on: April 09, 2013, 12:52:44 AM
I still can't download the blockchain...  Are people actually running the client?
my pubic node is atm down, it may be the only public bbqcoind available, just wait until my altcoin VM is running again.
1411  Bitcoin / Pools / Re: [400GH/s] p2pool: Decentralized, DoS-resistant, Hop-Proof pool on: April 08, 2013, 04:46:36 PM
remember there was a hardfork, dunno what happend but with my old version i couldnt get the full blockchain and therefore of course not get any valid shares Wink
1412  Bitcoin / Development & Technical Discussion / Re: Vanitygen: Vanity bitcoin address generator/miner [v0.22] on: April 06, 2013, 11:37:56 PM
the CPU is too bad for it Wink
1413  Alternate cryptocurrencies / Altcoin Discussion / Re: List of all cryptocoins on: April 06, 2013, 07:03:04 PM
you can mine litecoins with asics? news to me, exciting news
you can mine every altcoin that is based on sha256d (SHA256, two rounds)
1414  Alternate cryptocurrencies / Mining (Altcoins) / Re: [LTC] An (even more) optimized version of cpuminer on: April 06, 2013, 06:50:33 PM
PS. I tried setting CFLAGS='-O3' or whatever the command for better optimization was, but this didn't improve mining speed for me. That doesn't mean it won't help for you, so you can try this if you want.
this wont help since this is an ASM miner.
1415  Bitcoin / Mining software (miners) / Re: CGMINER GPU FPGA overc monit fanspd RPC stratum linux/windws/osx/mip/r-pi 2.11.4 on: April 05, 2013, 05:50:22 PM
Up and mining on 2.11.4 windows. Seems to be working great, thanks, ckolivas.


Con Kolivas <kernel@kolivas.org>
15qSxP1SQcUX3o4nhkfdbgyoWEFMomJ4rZ


Is this your litecoin donation addy?
it starts with 1 not with L!
1416  Bitcoin / Pools / Re: [400GH/s] p2pool: Decentralized, DoS-resistant, Hop-Proof pool on: April 05, 2013, 07:50:51 AM
been busy helping ckolivas tweak cgminer code and building usable firmware directions for avalon.  ckolivas has greatly improved LP time on avalon ( supposedly ) he also made an avalon run at 1.3PH last night. :/

Anyways more work on p2pool soon.
less FUD pls

sarcasm detector broken, do I need to use more emoticons perhaps?
of course, i was so sleepy...
1417  Bitcoin / Pools / Re: [400GH/s] p2pool: Decentralized, DoS-resistant, Hop-Proof pool on: April 04, 2013, 06:06:56 PM
been busy helping ckolivas tweak cgminer code and building usable firmware directions for avalon.  ckolivas has greatly improved LP time on avalon ( supposedly ) he also made an avalon run at 1.3PH last night. :/

Anyways more work on p2pool soon.
less FUD pls
1418  Bitcoin / Pools / Re: [400GH/s] p2pool: Decentralized, DoS-resistant, Hop-Proof pool on: April 04, 2013, 05:10:15 AM

cant you read?
Code:
localhost:9332 04/04/2013 04:56:19, server error: p2pool is downloading shares

Indeed I can. I am also capable of drawing logical conclusions. Though I've worked with code enough that not much surprises me, "downloading shares" does not particularly imply a causal link to "authorization denied" to me.

If that is the cause though, I'm happy to take it at that. Now I need to work out why it doesn't seem to be getting any shares, just a lot of handshake timeouts. I set up the port forward but it doesn't seem to have helped. Do I just need to leave it doing its thing for a while?
it takes some time until p2pool has pulled the sharechain, check that it has connections.
1419  Bitcoin / Pools / Re: [400GH/s] p2pool: Decentralized, DoS-resistant, Hop-Proof pool on: April 04, 2013, 04:35:07 AM
Having a little trouble. No luck searching and this thread is a little long to trawl through.

I think I have it all right. bitcoin.conf set up, running the Bitcoin Wallet, running p2pool, can connect with a browser and empty logs show up but when I try to connect with the miner, no luck

Quote
04/04/2013 04:56:18, started OpenCL miner on platform 0, device 0 (Cypress)
 04/04/2013 04:56:18, Setting server (noob @ localhost:9332)
localhost:9332 04/04/2013 04:56:18, checking for stratum...
localhost:9332 04/04/2013 04:56:19, server error: p2pool is downloading shares
localhost:9332 04/04/2013 04:56:19, no response to getwork, using as stratum
localhost:9332 04/04/2013 04:56:20, authorization failed with noob:sauce@localhost:9332
localhost:9332 04/04/2013 04:56:23, IO errors - 1, tolerance 2

As far as I know, the username and password should not matter so no idea why this is failing. Any ideas?

Thanks
cant you read?
Code:
localhost:9332 04/04/2013 04:56:19, server error: p2pool is downloading shares
1420  Bitcoin / Development & Technical Discussion / Re: Pywallet: manage your wallets/addresses/keys/tx's on: March 28, 2013, 11:11:46 PM
all features are welcome Wink
Pages: « 1 ... 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 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!