Bitcoin Forum
June 27, 2024, 08:41:49 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 »
201  Alternate cryptocurrencies / Announcements (Altcoins) / Re: The C-bit Bitcoin [XCT] | Elegantly Solving Bitcoin's Looming Blockchain Problem on: February 23, 2016, 08:30:14 PM
Seconds/Block: 600

Seems more like 1 block per second to me. Is that right?

sure seems that way.

Few more fixed ports added to superninjapool.tk

id assume theyll slow down when the difficulty increases. i remember a time when bitcoin blocks came pretty quickly too =\
202  Alternate cryptocurrencies / Announcements (Altcoins) / Re: The C-bit Bitcoin [XCT] | Elegantly Solving Bitcoin's Looming Blockchain Problem on: February 23, 2016, 08:04:11 PM
diff might just be too low. changing it right now.

yeah its been increasing every 2016 blocks like bitcoin.. its at 16k right now, but i have a feeling its going to keep growing 4 fold every 2k blocks
203  Alternate cryptocurrencies / Announcements (Altcoins) / Re: The C-bit Bitcoin [XCT] | Elegantly Solving Bitcoin's Looming Blockchain Problem on: February 23, 2016, 07:55:45 PM
difficulty just jumped up ALOT!

gonna try your pool now stoner19

ill be in irc and ill pm you if i see any issues, so far so good though.
204  Alternate cryptocurrencies / Announcements (Altcoins) / Re: The C-bit Bitcoin [XCT] | Elegantly Solving Bitcoin's Looming Blockchain Problem on: February 23, 2016, 07:49:13 PM


Good times. Don't think this one is going to fly.

try specifying the datadir after the qt.exe... im guessing its getting stuck with registry/bitcoin..

although i compiled a qt on linux and it had no issues.. winblows is always having problems with qt wallets
205  Alternate cryptocurrencies / Announcements (Altcoins) / Re: The C-bit Bitcoin [XCT] | Elegantly Solving Bitcoin's Looming Blockchain Problem on: February 23, 2016, 07:46:48 PM
If sunerok is in, I'm in Smiley

working on the compile for superninjapool.tk right now.

i like the idea of bitcoin times ten. especially starting from core .12

ps: hai stoner19!  Grin
206  Alternate cryptocurrencies / Announcements (Altcoins) / Re: The C-bit Bitcoin [XCT] | Elegantly Solving Bitcoin's Looming Blockchain Problem on: February 23, 2016, 07:26:44 PM

probably to try and keep the thread mature, is my guess. this place is a cesspool for trolls, but im sure you already know that.

i jumped in about 45 mins ago, looks good on my end. i like the idea of bitcoin .12 but 10 times the amount of coins.. nice to get in something like this early Cheesy

i hope the devs stick with it.
207  Alternate cryptocurrencies / Announcements (Altcoins) / Re: The C-bit Bitcoin [XCT] | Elegantly Solving Bitcoin's Looming Blockchain Problem on: February 23, 2016, 07:02:26 PM
Ummm.. why are you guys mining this? Just to get some blocks or for fun? It has been insta-mined 7K blocks. AND the difficulty adjustment algo will leave this coin stuck on high diff. That's dead in my book.

seems to be 2016 block retarget the same as btc. definitely wasnt instamined, i got in at around 7k but there were already a bunch of people on the first pool in the list.. difficulty started as 1 so im guessing everyone got a ton of coins at first. im stickin around to see what happens.
208  Alternate cryptocurrencies / Announcements (Altcoins) / Re: The C-bit Bitcoin [XCT] | Elegantly Solving Bitcoin's Looming Blockchain Problem on: February 23, 2016, 06:35:02 PM
SBIE2205 Service not implemented:  NtCreateProcessEx (13604)
SBIE2205 Service not implemented:  NtCreateProcessEx (13604)
SBIE2205 Service not implemented:  NtCreateProcessEx (13604)


Seems the qt wallet tried to create an additional process that my sandbox wouldn't allow it to. Now it force closes on launch.

i didn't see anything strange in the source code.. i compiled a fresh one from the git though.
209  Alternate cryptocurrencies / Announcements (Altcoins) / Re: The C-bit Bitcoin [XCT] | Elegantly Solving Bitcoin's Looming Blockchain Problem on: February 23, 2016, 06:20:40 PM
7040 blocks? is it an oldccoin?

looks like a bitcoin clone.

bitcoin started out with a difficulty of 1...

difficulty posted above shows that this is a bitcoin clone, so it makes sense for it to be moving quickly as the difficulty increases 4 fold per 2016 blocks.

i cant imagine it will stay this way so...

on that note, ill throw some hash at it, and keep an eye on it..

bitcoin .12 clone with more coins.. early on, and seems decentralized. i'm in.

update: yeah i just noticed the difficulty is 64 now, im definitely jumping in this one!

210  Alternate cryptocurrencies / Marketplace (Altcoins) / Re: coin wallets/services professional! we can do everything! on: February 06, 2016, 08:28:26 PM
february special: android wallets, 2.5 BTC for 1 year!
                web wallets with google 2fa:  2BTC for 1 year!

pm me for details.
211  Alternate cryptocurrencies / Mining (Altcoins) / Re: An (even more) optimized version of cpuminer (pooler's cpuminer, CPU-only) on: February 05, 2016, 05:52:41 PM
so i've been toying with a fork of the most current bitcoin source code, and im trying to cpumine the new genesis block and 1st block after..

Code:
./minerd -a sha256d -o http://127.0.0.1:8228 -t 1 -u rpcuser -p rpcpassword -D -P
[2016-02-05 12:33:00] 1 miner threads started, using 'sha256d' algorithm.
[2016-02-05 12:33:00] ...retry after 10 seconds
[2016-02-05 12:33:10] ...retry after 10 seconds
[2016-02-05 12:33:20] ...retry after 10 seconds

odd thing is, i can telnet to that port and see its open, but the miner doesn't seem to care what my rpc user/pass info is, because ive even entered the wrong info and it just does the same thing..

i get no info from -D debug either..

*update

so i used a binary from the sourceforge site:

Code:
./minerd -a sha256d -o http://localhost:8288 -t 1 -u rpcuser -p rpcpassword -D -P
[2016-02-05 15:27:18] 1 miner threads started, using 'sha256d' algorithm.
[2016-02-05 15:27:18] JSON protocol request:
{"method": "getblocktemplate", "params": [{"capabilities": ["coinbasetxn", "coinbasevalue", "longpoll", "workid"]}], "id":0}


* Rebuilt URL to: http://localhost:8228/
* Hostname was NOT found in DNS cache
*   Trying 127.0.0.1...
* TCP_NODELAY set
* Adding handle: conn: 0x7f0e10012b10
* Adding handle: send: 0
* Adding handle: recv: 0
* Curl_addHandleToPipeline: length: 1
* - Conn 0 (0x7f0e10012b10) send_pipe: 1, recv_pipe: 0
* Connected to localhost (127.0.0.1) port 8228 (#0)
* Server auth using Basic with user 'rpcuser'
> POST / HTTP/1.1
Authorization: Basic cnBjdXNlcjpycGNwYXNzd29yZA==
Host: localhost:8228
Accept-Encoding: deflate, gzip
Content-Type: application/json
Content-Length: 126
User-Agent: cpuminer/2.4.3
X-Mining-Extensions: midstate

* The requested URL returned error: 500 Internal Server Error
* Closing connection 0
[2016-02-05 15:27:18] HTTP request failed: The requested URL returned error: 500 Internal Server Error
[2016-02-05 15:27:18] json_rpc_call failed, retry after 30 seconds

still isnt working properly.. no info in the daemon's debug.log either..


212  Alternate cryptocurrencies / Marketplace (Altcoins) / Re: ALT coin Stores and Services List on: February 02, 2016, 09:12:07 PM
drop me a message if you need twitter tipbots, steam tipbots, irc tipbots, reddit tipbots, block explorers, android wallets, i2p nodes, tor nodes, electrum servers/clients, php/ruby/nodejs/python libraries, web wallets, tor web wallets, etc, for your altcoin.  fast and reliable/BTC only.
213  Alternate cryptocurrencies / Marketplace (Altcoins) / Re: coin wallets/services professional! we can do everything! on: January 24, 2016, 03:45:54 AM
new prices for feb!:

electrum server & android wallet combo: 3.75 btc!!!!!
twitter tipbot: 1.5 btc
block explorer: 2 btc
214  Alternate cryptocurrencies / Marketplace (Altcoins) / Re: i build electrum servers, android wallets, tipbots, etc. on: January 22, 2016, 11:14:14 AM
new prices for January 2016!

electrum servers & android wallet: 4.25 BTC
web wallet: 1.5 BTC (hosted for one year!)
twitter tipbot: 1.5 BTC (hosted for one year!)


happy new year!

new prices for feb!:

electrum server & android wallet combo: 3.75 btc!!!!!
twitter tipbot: 1.5 btc
block explorer: 2 btc
215  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [BATA] SCRYPT POW DGW TOR / I2P 5 MIL - BITTREX BLEUTRADE EXCHANGED.I2P on: January 08, 2016, 11:36:16 PM
looks like bittrex was just running wallet maintenance. trading is back up =]
216  Alternate cryptocurrencies / Marketplace (Altcoins) / Re: coin wallets/services professional! we can do everything! on: January 08, 2016, 11:12:07 PM
new prices for January 2016!

electrum servers & android wallet: 4 BTC
web wallet: 1.5 BTC (hosted for one year!)
twitter tipbot: 1.5 BTC (hosted for one year!)


happy new year!
217  Alternate cryptocurrencies / Marketplace (Altcoins) / Re: i build electrum servers, android wallets, tipbots, etc. on: January 02, 2016, 02:19:29 AM
new prices for January 2016!

electrum servers & android wallet: 4.25 BTC
web wallet: 1.5 BTC (hosted for one year!)
twitter tipbot: 1.5 BTC (hosted for one year!)


happy new year!
218  Alternate cryptocurrencies / Service Announcements (Altcoins) / Re: ExchangeD.I2P Darknet CryptoCurrency Exchange on: January 01, 2016, 06:33:17 AM
ExchangeD.I2P in Review 12/31/15 http://onelon.i2p/p/4379

ExchangeD.I2P is celebrating 6 months of operations today, we have 94 registered users.I want to recap some of the stuff we have been working on, and our roadmap going forwards.

D0n3:
Market API - DONE
Trade API - DONE
New Fee Schedule - DONE

T0D0:
* Fiat Exchange (under progress, preview has been delayed)
- Messaging (Done)
- Listings and Orders CRUD, Display, Forms (Done)
- Order Flow (Done)
- listings sorting and macro presentation(25%)
- reputation system (50%)
- profiles (25%)
- dispute management (todo)

* multi-language support (revamping site for new services, will delay translations until new design is set)
- Language Framework (Done)

Upcoming Roadmap projects for 2016:
*Stock Exchange
*Jobs listing and hiring platform
*Anonymous Crowdfunding

 Shocked

incredible job man! i love how fast the site is! keep it up!
219  Alternate cryptocurrencies / Marketplace (Altcoins) / Re: devs need things for your coins? on: January 01, 2016, 06:31:56 AM
new prices for January 2016!

electrum servers & android wallet: 4.25 BTC
web wallet: 1.5 BTC (hosted for one year!)
twitter tipbot: 1.5 BTC (hosted for one year!)


happy new year!
220  Economy / Scam Accusations / Re: CRYPTSY stopping withdraw locking accounts without notifying users! Class Action on: December 31, 2015, 02:11:51 AM
Strangely enough, I believe Horus is innocent by naivety and lack of access, as claimed.

i dont think he's naive, i think he's showing transparency by openly stating he will resign if he doesn't get information soon.

i took turns chewing on each employee i could get a hold of a few days ago, and demanding answers.. horus seemed to completely side with most of my grievances, and im sure if he could have processed my withdraw, he would have, unfortunately we need to turn our attention to paul, who is the only one that can process everyones btc transactions immediately, and is currently hiding from public view.

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!