Bitcoin Forum
April 25, 2024, 03:25:04 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 »
61  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [PRE-ANN][NUL] NUL coin - Reserve your space now! on: February 20, 2014, 07:08:49 AM
I'm interested.  I'd like to see how the Stage 2 experiment pans out.
62  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][RIC] Riecoin, new prime numbers POW coin, launches Feb 11, 2014 on: February 12, 2014, 03:54:24 AM
I can't get the wallet to sync! ;(

here my riecoin.conf:

rpcuser=wawa
rpcpassword=w
rpcport=1234
port=1234
rpcallowip=127.0.0.1
server=1
daemon=1
gen=0

[addnodes snipped]


rpcport and port should not be set to the same port
set them to different ports, or at least try eliminating the port= line, which will let riecoin use its default p2p port 28333
this may not be the source of your problem, but it is one idea to try
63  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][RIC] Riecoin, new prime numbers POW coin, launches Feb 11, 2014 on: February 11, 2014, 09:51:38 PM

And there should be a difficulty adjustment at block 288.



64  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][RIC] Riecoin, new prime numbers POW coin, launches Feb 11, 2014 on: February 11, 2014, 09:46:17 PM
hey guys you can't be serious and whine for not having your exe files. Mining and being linux illterate does not make sense. You probbably do have 12 toolbars and plugins in your web browser with three trojans and a keylogger and you consider installing some more exe file which you don't have any idea how it looks alike ? well  see you then.

Yeah, the problem with your logic is that the majority of users run Windows and don't have time to learn new stuff.






People are here to make money with their video cards , not to learn to do stuff and earn more as an it engineer.

That would be a very shortsighted approach to the genesis period of an amazing new technology.
65  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][RIC] Riecoin, new prime numbers POW coin, launches Feb 11, 2014 on: February 11, 2014, 09:31:11 PM
Code:
    {
        "account" : "",
        "address" : "RFKvCkR3PpspULD3mrsGt9tgdAQQifSoPK",
        "category" : "immature",
        "amount" : 0.00000000,
        "confirmations" : 11,
        "generated" : true,
        "blockhash" : "fb0ef95e0abc274c4250268315c0af09c4ab96b4f66034f37e0f06e3181d1d40",
        "blockindex" : 0,
        "blocktime" : 1392153574,
        "txid" : "bdd729950e2ffa85933034c1afcff0b8f180250b0ae1e9dba8e887f6d3618762",
        "time" : 1392153574,
        "timereceived" : 1392153576
    }
Grin Grin Grin Grin

Whats the command?

listtransactions

at the console.
66  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][PI][π][SHA-256] ONLY 3.141592 COINS TO BE MINED LAUNCHED! on: January 20, 2014, 07:35:56 PM
For anyone that needs more guidance on how to find the hidden premine (which the dev lied about), here you go:

Here's the falsehood:

Premine: 0

Here's the evidence:

Go to the source code (https://github.com/picoind/pi/), src subfolder:

line 70 of main.cpp:

Code:
static const int64 nGenBlockHash = 0.05969026 * COIN;

lines 1248-1280 of main.cpp:

Code:
static const int64 nStartSubsidy = 0.00003141 * COIN;// 3.14159x10^-5
//static const int64 nMinSubsidy = 1 * COIN;
int64 static GetBlockValue(int nHeight, int64 nFees)
{
    int64 nSubsidy = nStartSubsidy;

if(nHeight < 313)
    {
       nSubsidy = 0.00000314 * COIN;// 3.14159x10^-6
        }   

if(nHeight == 1)
    {
       nSubsidy = nGenBlockHash;
        }

if(nHeight == 314) // 3.14159265359x10^-4
    {
       nSubsidy = 0.00031415 * COIN;
        }
if(nHeight == 3141) // 3.14159265359x10^-4
    {
       nSubsidy = 0.000314159 * COIN;
        }
if(nHeight == 31415) // 3.14159265359x10^-3
    {
       nSubsidy = 0.00314159 * COIN;
        }
if(nHeight == 314159) // 3.14159265359x10^-3
    {
       nSubsidy = 0.00314159 * COIN;
        }


As you can see, block 1 is set to reward 0.05969026, which is 0.05969026/3.1415 = 1.9% of all coins that will ever be mined.
67  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][PI][π][SHA-256] ONLY 3.141592 COINS TO BE MINED LAUNCHED! on: January 20, 2014, 07:29:55 PM
same here

You need to addnode=162.243.90.199

It works here, got 2 blocks.

And btw fyi the hidden premine is 0.05969026 picoin or ~1.9%.

how did you know that?

Code:
if(nHeight == 1)
    {
       nSubsidy = nGenBlockHash;
        }

static const int64 nGenBlockHash = 0.05969026 * COIN;


First thing to check  Grin

Yep, the dev outright lied about this in the original post.  I was just typing a comment about the hidden 1.9% premine in block 1 when I saw yours.
68  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][PI][π][SHA-256] ONLY 3.141592 COINS TO BE MINED LAUNCHED! on: January 20, 2014, 07:09:32 PM
LAUNCHED!
69  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [PRE-ANN][PI][π][SHA-256] ONLY 3.141592 COINS TO BE MINED-00:00 01/19/14 on: January 20, 2014, 07:06:35 PM
I want a slice of the PI!
70  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [PRE-ANN][PI][π][SHA-256] ONLY 3.141592 COINS TO BE MINED-00:00 01/19/14 on: January 20, 2014, 06:14:32 AM
Perhaps he'll succeed after 3.14 attempts.
71  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [PRE-ANN][PI][π][SHA-256] ONLY 3.141592 COINS TO BE MINED-00:00 01/19/14 on: January 19, 2014, 06:24:10 AM
This dev is acting so....irrational. 

 Cool
72  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][XCO] XCoin | CPU - Fast, Easy Mine, * NO PREMINE * | Official Thread on: January 18, 2014, 10:18:17 PM
I'm getting errors when trying to mine:

terminate called after throwing an instance of 'std::runtime_error'
  what():  CreateNewBlock() : ConnectBlock failed
Aborted


Same here.

delete ~/.xcoin/blocks and ~/.xcoin/chainstate
then ~/xcoin/src/xcoind -rescan

It happened to me once too

Tried it... no dice. Deleted everything except for .conf same thing
Same problem.
73  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][ONC] Onecoin - CPU only - Pools opened! on: January 18, 2014, 03:02:51 AM
WTB ONC 0.001 for 0.01 BTC, will buy smaller amounts also

This coin was always fun because it forced people to deal with metric prefixes.  The coin's settings let you change which metric prefix you use -- very useful.

I just synced up and took a look at the blockchain.  There are 162846 blocks mined, each with at most .50 μONC (micro-ONC) rewarded.  (Early blocks ramped up slowly and had less).   So the total mined cannot be more than (162846) * (.50) (μONC) = 81423 μONC = .081423 ONC.  So, if my math is right, you seek to buy roughly 1/81 of all ONC mined for .01 BTC. 

It would be a hoot if this coin made a comeback.  It was certainly more innovative that its contemporaries.



74  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][XCP] Counterparty Protocol, Client and Coin (built on Bitcoin) - Official on: January 12, 2014, 06:42:25 PM
XCP is more like MSC than Nxt. Nxt is an altcoin having its own blockchain, but XCP is based on bitcoin blockchain just as MSC.

The benefit to have its own blockchain is the low level protocol can be designed from the scratch to make all high-level protocols easier to be implemented and parsing more efficient. On the other hand, the benefit of basing on bitcoin blockchain is there's already secure hashing rate and a lot of users are already using bitcoin. Moreover, implementation is easier since there's no need to worry about all those mining things.

BTW, one large advantage of Nxt is it's transparent forging (mining). According to what the dev said, it can help to make 51% attack almost impossible. I'm sure everyone agree that 51% attack is almost the pain of bitcoin and all its copycats.

Thanks. What about comparison to MSC?
If Mastercoin is the most apt comparison, you may want to review the questions stslimited has been raising about Mastercoin over the last few days in this (Mastercoin) thread: https://bitcointalk.org/index.php?topic=265488.2780.  It seems to me, at least at first glance, that his concerns may have some relevance to Counterparty as well. 

Questions like: what is the functional difference between 10 XCP or 1 XCP or .1 XCP?  How many XCP would someone actually need to use any aspects of this additional protocol layer?  What would require someone to spend XCP or go get more XCP from the open market?
75  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Counterparty Protocol and Client (built on Bitcoin) - Official Thread on: January 02, 2014, 11:17:46 PM
For an example successful burn on mainnet, see transaction 685623401c3f5e9d2eaaf0657a50454e56a270ee7630d409e98d3bc257560098. (Of course it looks a little funny on blockchain.info.)

0.0005 BTC were burned and 0.74959091 XCP were earned, at a price of 1499.18182 XCP/BTC. The transaction is correctly parsed by counterpartyd.

How could one "back up", or move, such earned XCP to a different machine (that is also running counterparty, of course)?  Would be it be sufficient just to copy the bitcoin wallet.dat for the bitcoin address that burned the BTC, or would some data file specific to counterparty also need to be copied over?

   
76  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][UNC] UnionCoin - The Brand New Cryptocurrency [give away] on: January 02, 2014, 06:52:14 AM
Source code has been pulled from github.  Why?
77  Alternate cryptocurrencies / Altcoin Discussion / Re: [ANN][SSC] Siriuscoin SHA3 | launch 01/01/2014 | 30 sec Block | 2 min Retarget on: January 01, 2014, 07:04:56 AM
Windows daemon is not connecting for me.

Source is not compiling on linux...lots of sph_keccak256 errors.

Oh well.

78  Alternate cryptocurrencies / Altcoin Discussion / Re: [ANN][SSC] Siriuscoin SHA3 | lanuch 01/01/2014 | 30 sec Block | 2 min Retarget on: January 01, 2014, 06:56:58 AM
seed node? 
79  Alternate cryptocurrencies / Altcoin Discussion / Re: [POLL] Alternate cryptocurrencies, Is it time for subforums? on: December 24, 2013, 06:39:22 AM
This kind of request comes up regularly, and the answer is always the same: no child boards for altcoins.

See, for example:

https://bitcointalk.org/index.php?topic=199691.0

So don't hold your breath.

80  Alternate cryptocurrencies / Altcoin Discussion / Re: [PRE-ANN][ATO] ATOM - Born from Molecules and Emerging Shortly on: December 22, 2013, 09:16:51 PM
So...Post-Fork of Molecule = Molecule...and Pre-Fork of Molecule = Atom...
correct? :Pjavascript:void(0);
That is correct

The question is how do I import my pre-fork molecules into this?

I don't think you can.   It looks like the dev started over with a new genesis block:

ATOM:
Code:
uint256 hashGenesisBlock("0x000003a092b42368011e21eab1a1e70450548b02a03ced571ea4a57b7d7d9c01");

MOLECULE:
Code:
uint256 hashGenesisBlock("0x0000036ece53269e126787824206b9cca705041057814914f4f5ed0586e22a23");

So, despite the fact that the dev originally said something like "hang onto" those prefork molecules when the fork happened on launch night of molecule, I don't think your private keys for pre-fork molecules are worth anything here, unless I'm missing something.  Looks like the dev just mined a new genesis block and privately premined the amount he wanted before re-releasing Atom.
Pages: « 1 2 3 [4] 5 6 7 8 9 10 11 12 13 14 15 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!