Bitcoin Forum
May 24, 2024, 04:30:27 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] 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 »
621  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][ZEIT] ZEITCOIN -- 5 EXCHANGES POW/POS 11 Ghs Nethash on: March 05, 2014, 07:25:44 PM
i dont like that after 6 weeks, the reward will be 1 coin per block. its not gonna work that way. everyone will stop mining and it will just die. because no one willing to buy a coin at 1000 satoshi.

Diff will fall and single minerd will support whole network. No difference.

or it could already fall so hard because of rapid block halves that it would die slowly and leaving the investors in pain of loss again. its hard to tell if i should invest 1btc or not.
622  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][ZEIT] ZEITCOIN -- 5 EXCHANGES POW/POS 11 Ghs Nethash on: March 05, 2014, 07:19:21 PM
i dont like that after 6 weeks, the reward will be 1 coin per block. its not gonna work that way. everyone will stop mining and it will just die. because no one willing to buy a coin at 1000 satoshi.
623  Bitcoin / Project Development / Re: [ANN]{*EXCHANGE*} AltSwap - Cryptocurrency Exchange + Escrow [INVEST NOW!] on: March 05, 2014, 06:59:39 PM
omg, how the hell can you do that, i bought shares at 0.005 and now they're being sold in thousands at 0.00001 each now. this looks like a scam to me.
624  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][ZEIT] ZEITCOIN -- 5 EXCHANGES POW/POS 11 Ghs Nethash on: March 05, 2014, 06:49:19 PM
Should I buy now? 0.0000003. Because it looks like its underpriced and has great potential to be a success. What do you think?
625  Alternate cryptocurrencies / Altcoin Discussion / Re: More Genesis Block Discussion on: March 05, 2014, 05:44:19 PM
i ran my coin daemon on 2 pcs. And used daemon=1 and addnode=xx.xx.xx.xx (other pc's ip with running daemon)

they never connect.

Thanks it works Smiley need 2 PCs

didnt work for me   Undecided but have fun  Smiley
626  Bitcoin / Development & Technical Discussion / Re: Building headless Bitcoin and Bitcoin-qt on Windows on: March 05, 2014, 06:30:22 AM
Thank you nitrogenetics.

I built bitcoin-qt successfully base on your guide and it's syncing.

Now I will try another. 

how did you get it to sync? mine always says no block source available. A little guidance is appreciated!
627  Bitcoin / Development & Technical Discussion / Re: Building headless Bitcoin and Bitcoin-qt on Windows on: March 03, 2014, 06:41:36 PM
Code:
In file included from src\net.cpp:21:0:
../miniupnpc/upnpcommands.h:117:1: note: declared here
 UPNP_AddPortMapping(const char * controlURL, const char * servicetype,
 ^
In file included from ..\boost-1.50.0-mgw/boost/thread/shared_mutex.hpp:18:0,
                 from ..\boost-1.50.0-mgw/boost/thread/detail/thread_group.hpp:9
,
                 from ..\boost-1.50.0-mgw/boost/thread/thread.hpp:24,
                 from ..\boost-1.50.0-mgw/boost/thread.hpp:13,
                 from src\util.h:25,
                 from src\bignum.h:13,
                 from src\main.h:9,
                 from src\db.h:9,
                 from src\net.cpp:7:
..\boost-1.50.0-mgw/boost/thread/win32/shared_mutex.hpp: In instantiation of 'T
boost::shared_mutex::interlocked_compare_exchange(T*, T, T) [with T = boost::sha
red_mutex::state_data]':
..\boost-1.50.0-mgw/boost/thread/win32/shared_mutex.hpp:124:103:   required from
 here
..\boost-1.50.0-mgw/boost/thread/win32/shared_mutex.hpp:52:99: warning: derefere
ncing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
                                                               *reinterpret_cast
<long*>(&comparand));

                   ^
..\boost-1.50.0-mgw/boost/thread/win32/shared_mutex.hpp:52:99: warning: derefere
ncing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
..\boost-1.50.0-mgw/boost/thread/win32/shared_mutex.hpp:53:52: warning: derefere
ncing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
             return *reinterpret_cast<T const*>(&res);
                                                    ^
..\boost-1.50.0-mgw/boost/thread/win32/shared_mutex.hpp:53:52: warning: derefere
ncing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
In file included from ..\boost-1.50.0-mgw/boost/system/system_error.hpp:14:0,
                 from ..\boost-1.50.0-mgw/boost/thread/exceptions.hpp:22,
                 from ..\boost-1.50.0-mgw/boost/thread/win32/thread_primitives.h
pp:16,
                 from ..\boost-1.50.0-mgw/boost/thread/win32/thread_data.hpp:12,

                 from ..\boost-1.50.0-mgw/boost/thread/thread.hpp:15,
                 from ..\boost-1.50.0-mgw/boost/thread.hpp:13,
                 from src\util.h:25,
                 from src\bignum.h:13,
                 from src\main.h:9,
                 from src\db.h:9,
                 from src\net.cpp:7:
..\boost-1.50.0-mgw/boost/system/error_code.hpp: At global scope:
..\boost-1.50.0-mgw/boost/system/error_code.hpp:214:36: warning: 'boost::system:
:posix_category' defined but not used [-Wunused-variable]
     static const error_category &  posix_category = generic_category();
                                    ^
..\boost-1.50.0-mgw/boost/system/error_code.hpp:215:36: warning: 'boost::system:
:errno_ecat' defined but not used [-Wunused-variable]
     static const error_category &  errno_ecat     = generic_category();
                                    ^
..\boost-1.50.0-mgw/boost/system/error_code.hpp:216:36: warning: 'boost::system:
:native_ecat' defined but not used [-Wunused-variable]
     static const error_category &  native_ecat    = system_category();
                                    ^
Makefile.Release:33990: recipe for target 'build/net.o' failed
mingw32-make: *** [build/net.o] Error 1

C:\dogecoin>


can anybody shed some light on this error? I seem to be getting close to making the qt client. already did dogecoind.exe which works fine, stuck on this last thingy  Tongue

okay, i got this fixed  Wink

What did you do exactly?


late reply but. I disabled upnp by using use_upnp=-

if i correctly remember that was the command that I used with qmake bitcoin-qt.pro

 Wink

628  Alternate cryptocurrencies / Altcoin Discussion / Re: More Genesis Block Discussion on: March 03, 2014, 04:52:45 PM
iirc you can use a --connect=IP argument with the daemon. That should get your nodes to connect to each other.

And apple_talk, you need at least 2 peers in your coins network to mine.

I did use -connect and it says couldn't connect to host server.
Are you sure you have set the ports right?

yeah i cloned doge. which has port 22555 by default
629  Alternate cryptocurrencies / Altcoin Discussion / Re: More Genesis Block Discussion on: March 03, 2014, 09:41:53 AM
iirc you can use a --connect=IP argument with the daemon. That should get your nodes to connect to each other.

And apple_talk, you need at least 2 peers in your coins network to mine.

I did use -connect and it says couldn't connect to host server.
630  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [ASIC-RESISTANT] UltraCoin (UTC) - Newly Launched on: March 02, 2014, 08:10:36 PM
back to doge lol
631  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [ASIC-RESISTANT] UltraCoin (UTC) - Newly Launched on: March 02, 2014, 08:02:20 PM
well, hw errors, mean, i am doing something wrong. now I only use your provided config, and getting only 2khash/s on my 280x Sad
632  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [ASIC-RESISTANT] UltraCoin (UTC) - Newly Launched on: March 02, 2014, 07:57:35 PM
my r9 280x is mining at 137khash/s, is that normal for scrypt-jane? Also there is no accepted/stale/dead nothing at all. no activity appearong on pool neither.

 cgminer version 3.7.2 - Started: [2014-03-03 00:54:33]
--------------------------------------------------------------------------------
 (5s):138.1K (avg):136.9Kh/s | A:0  R:0  HW:321  WU:3.9/m
 ST: 2  SS: 0  NB: 5  LW: 30  GF: 0  RF: 0
 Connected to ultra.leetpools.com diff 16 with stratum as user awaisss.1
 Block: 202160d9...  Diff:2  Started: [00:56:33]  Best share: 8
--------------------------------------------------------------------------------
 [P]ool management [G]PU management ettings [D]isplay options [Q]uit
 GPU 0:  69.0C 3215RPM | 137.5K/137.4Kh/s | A:0 R:0 HW:324 WU:3.9/m I:13
--------------------------------------------------------------------------------

 [2014-03-03 00:54:31] Started cgminer 3.7.2
 [2014-03-03 00:54:31] Probing for an alive pool
 [2014-03-03 00:54:32] Pool 0 difficulty changed to 16
 [2014-03-03 00:54:33] Network diff set to 2
 [2014-03-03 00:54:47] Network diff set to 2
 [2014-03-03 00:54:47] Stratum from pool 0 detected new block
 [2014-03-03 00:55:18] Network diff set to 2
 [2014-03-03 00:55:18] Stratum from pool 0 detected new block
 [2014-03-03 00:55:49] Stratum from pool 0 detected new block
 [2014-03-03 00:56:33] Network diff set to 2
 [2014-03-03 00:56:33] Stratum from pool 0 detected new block


what do i do?
633  Alternate cryptocurrencies / Altcoin Discussion / Re: More Genesis Block Discussion on: March 02, 2014, 09:08:06 AM
i ran my coin daemon on 2 pcs. And used daemon=1 and addnode=xx.xx.xx.xx (other pc's ip with running daemon)

they never connect.
634  Alternate cryptocurrencies / Altcoin Discussion / Re: how to start mining your own coin? on: March 01, 2014, 08:08:30 AM
For instance:

Setup yourcoindaemon to a vps.

addnode=yourpcip
addnode=yourvpsip


Add these to *coin conf files.

why is that addnode of my own PC dont work? It should? And can you recommend me a vps hosting for this purpose. That accepts bitcoin as form of payment.
635  Alternate cryptocurrencies / Altcoin Discussion / how to start mining your own coin? on: March 01, 2014, 06:40:09 AM
I was working on a litecoin source where i modified it to generate a new genesis block. It went all good. I started the client. Now I have a problem that since its a new coin, the wallet keeps saying 1 hour behind from network, and no block source available, because its new genesis block, and has nothing to do with litecoin's blocks.

the question is how do I setup a node? Since this is the pc where I created the genesis block. I thought it would keep itself connected and sync new blocks. (Even though there are no miners on network, it should still sync).

I even added daemon=1 and then run the wallet on 2 different PCs. And I still couldn't sync and added rpcconnect=(other pc's ip) to conf file.

I might be wrong here. How exactly do you people sync a new coin or setup a node? I appreciate your help
636  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN]Storagecoin-A Blocktree Based Proof-of-Storage Cryptocurrency on: February 26, 2014, 06:38:56 PM
Okay, interested and it looks good, nice that you removed the IPO for now. You should offer free place for people before IPO  Grin
637  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [eToken]Important announcement eToken on: February 26, 2014, 05:16:40 PM
have 200 myself. lol. mined it so much. will just hold them and keep them.  Smiley
638  Alternate cryptocurrencies / Altcoin Discussion / Re: dogecoin LIED and created the illusion of popularity when no-one liked it on: February 25, 2014, 12:27:21 PM
Hmmm interesting.
I was there when it first started. I must be one of those paid posters.

It's honestly such a stupid idea to do what they did (IF they did).
Paying many people to post and hype would cost so much that if it failed, you're totally screwed.
Free economy. Inform people and let them decide for themselves.



It was done in secret. Are you denying that dogecoin had mass-spam paid posters working for them, and may still have paid posters working for them? Make some logical sense here. Its a dog coin.

As a dog coin, it should be trading somewhere with shitcoin or other garbage coins in price, but due to the fact
that it isn't, therefore we have to try and figure out this coin...

Its definitely NOT as it says it is, that is for sure. Misrepresentation. LIES.


you know you sound like a total retard when you think that its a "doge" coin and therefore its shitty and disgusting, the only shitty and digusting thing here is a human who thinks he's greather and clean and serene than a doge. While humans are full of fucking greed for their life they'll fuck the whole world. And dogs are not. Shove your argument up your butt.
639  Alternate cryptocurrencies / Altcoin Discussion / Re: how to setup a node for a coin with only genesis block released on: February 25, 2014, 12:21:35 PM
no replies  Huh I shall assume either "I dont care" "I never made an altcoin, or even had an interest in one" or "answering you will be only waste of my precious time" is what most people are thinking right now?
I thought someone might help me to understand things even though I am not a noob. oh well, i should go ask for altcoin help on FIAT discussion website?  Roll Eyes
640  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][Frycoin][FRY] - Shut up and take my money! Coin image rebranded! on: February 25, 2014, 12:18:39 PM
giveaway was here

http://altcoingiveaways.com/index.php?topic=1046.0

Done
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 52 53 54 55 56 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!