Bitcoin Forum
May 30, 2024, 05:00:40 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 »
261  Alternate cryptocurrencies / Announcements (Altcoins) / Re: ★ANN★ CRA CRYPTOAPPLES COMUNITY TAKEOVER Crapples(Rotten CRA)Join the Revolution on: February 17, 2014, 06:16:39 PM
i do not know, you should contact the pool owner


49 coins stuck in thepoolnetwork.org. anyone know whats the hold up? i get they stopped the mining because of attack, but i haven't been able to get a conformation email to get coins out since starting up last night.

Same here...no reply email. I want to cash out my 116 Crapples that I mind all yesterday  Sad



i sent a email or 2 thru the pool also, but ill give the operator the benefit of the doubt since they seemed behind this movement full heartily on the forum and hope there busy "offline" and this will be taken care of when there back on in few hours. i hope anyway..... Undecided.       and soulcity which pool are you running?

I saw some post here in this thread from the pool owner, he said that he got continously ddosed and had to close the mining service , people could withdraw all their coins. Maybe wait a couple of hours for him to show up, probably he is on a different timezone
262  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN]▬►►[CRA] ★★★CryptoApples★★★▬►►RE-LAUNCH 16.2. 8pm UTC◄►KGW◄►WALLET 8.5.2◄◄▬ on: February 16, 2014, 10:10:11 PM
the "dev" here screwed his launch as he didn't succeed to get his premine (>50 000) (someone cloned his github and compiled some time before) . coin has been taken over in the othe thread. https://bitcointalk.org/index.php?topic=469910
263  Alternate cryptocurrencies / Announcements (Altcoins) / Re: ★ANN★ CRA CRYPTOAPPLES COMUNITY TAKEOVER Crapples (Rotten CRA) SRC available! on: February 16, 2014, 10:04:50 PM
VERY BAD THING YOU GUYS DID!  Undecided
but ofcourse im a slut for low diff coins, so here I am!

but still a very bad thing you guys did!
lol

Haha. Good to see you have strong moral standards.  Wink

fair enough. So basically, you are probably the reason why they asked everyone to stop mining on th pool as they didn't have their fetish block Cheesy
264  Alternate cryptocurrencies / Announcements (Altcoins) / Re: ★ANN★ CRA CRYPTOAPPLES COMUNITY TAKEOVER Crapples (Rotten CRA) SRC available! on: February 16, 2014, 09:53:13 PM
You may make the genesis block unspendable, it does not affect alll other blocks and coins, look at this example :

(taken froms tablecoin)

DESTRUCTION OF THE PREMINE

As some of you may remember, as part of the old mixing service, there were 1.2 million coins premined to act as the basis of the mixing pool. Of course, this caused much anger within the community, with accusations that the money would be used improperly, among other things. 5 months later, these funds have yet to be touched, so I'm happy to have proved those people wrong on those front.

However, under the new mixing system, these coins are no longer necessary. Accordingly, these coins will be publicly destroyed, as they were never intended to be used for anything other than mixing.

In this case, the 1.2 million coins were created in the genesis block. You might notice this is different than most coins that do their premine in block 1 and onward. This is because there is a well documented quirk within bitcoin that makes the genesis block unspendable. This is because when Satoshi designed the client, he decided not to add the coinbase transaction from the genesis block to the global transaction database.

To make these funds spendable, I added a simple bit of code during the initialization of the client (init.cpp). This code adds the genesis transaction to the global transaction database, making it spendable.
Code:

  
Code:
    // Genesis block
    const char* pszTimestamp = "June 7 2013, The Times, Prince Philip admitted to hospital for two weeks";
    CTransaction txNew;
    txNew.vin.resize(1);
    txNew.vout.resize(1);
    txNew.vin[0].scriptSig = CScript() << 486604799 << CBigNum(4) << vector<unsigned char>((const unsigned char*)pszTimestamp, (const unsigned char*)pszTimestamp + strlen(pszTimestamp));
    txNew.vout[0].nValue = 1250000 * COIN;
    txNew.vout[0].scriptPubKey = CScript() << ParseHex("0449D77B9B62E0DB1FD6150ECFC5722F31FEE52E585DE31B5AEFAD2CAC415D5698991F8F0B0CBBA7B9F4431BBE79B684876EDFBD369554ACC4182753FA48A3CD80") << OP_CHECKSIG;
    CBlock block;
    block.vtx.push_back(txNew);
    block.hashPrevBlock = 0;
    block.hashMerkleRoot = block.BuildMerkleTree();
    block.nVersion = 1;
    block.nTime    = 1370579804;
    block.nBits    = 0x1e0fffff;
    block.nNonce   = 2788;
                
        uint256 genesisHash("0x0a59605118489aa9cde58e64210d3d56e246758fbabcd1482e54bf4032545221");
        uint256 hash = txNew.GetHash();

{
        LOCK(mempool.cs);
        mempool.addUnchecked(hash,txNew);
}
                
{
        CTxDB txdb;
        txdb.TxnBegin();
        CBlockIndex* pindex = mapBlockIndex.find(genesisHash)->second;
        unsigned int nTxPos = pindex->nBlockPos + ::GetSerializeSize(CBlock(), SER_DISK, CLIENT_VERSION) - 1 + GetSizeOfCompactSize(block.vtx.size());
        CDiskTxPos posThisTx(pindex->nFile, pindex->nBlockPos, nTxPos);
    txdb.UpdateTxIndex(txNew.GetHash(), CTxIndex(posThisTx, txNew.vout.size()));
    txdb.TxnCommit();
}

By removing this code, the genesis block becomes unspendable, and the coins are essentially destroyed. This is the most eloquent way to accomplish the goal. Version 1.3 of StableCoin has this bit of code removed. I urge everyone to update immediately.
265  Alternate cryptocurrencies / Announcements (Altcoins) / Re: ★ANN★ CRA CRYPTOAPPLES COMUNITY TAKEOVER Crapples (Rotten CRA) SRC available! on: February 16, 2014, 09:26:00 PM
the name was a real premonition from the dev or what ? :

"when Steve Jobs visited Xerox’s Palo Alto Research Center in the late 1970’s, he was amazed by what he saw: a demonstration of a new three-button computer mouse.
The only problem? It cost $300. Realizing that this would be the perfect interface innovation for his Apple Computer, Jobs took the concept to industrial designer Dean Hovey, who “improved” the mouse by dropping two of its buttons… and, along with them, the mouse’s build price, which sank to just $15.
Obviously, Apple’s decision to favor just a single mouse button has been a contentious one
"
266  Alternate cryptocurrencies / Announcements (Altcoins) / Re: ★ANN★ CRA CRYPTOAPPLES COMUNITY TAKEOVER Crapples (Rotten CRA) SRC available! on: February 16, 2014, 09:18:26 PM
Raggsock we can block the genesis block i think Cheesy

Smth like this:
Code:
  // Genesis block
    const char* pszTimestamp = "June 7 2013, The Times, Prince Philip admitted to hospital for two weeks";
    CTransaction txNew;
    txNew.vin.resize(1);
    txNew.vout.resize(1);
    txNew.vin[0].scriptSig = CScript() << 486604799 << CBigNum(4) << vector<unsigned char>((const unsigned char*)pszTimestamp, (const unsigned char*)pszTimestamp + strlen(pszTimestamp));
    txNew.vout[0].nValue = 1250000 * COIN;
    txNew.vout[0].scriptPubKey = CScript() << ParseHex("0449D77B9B62E0DB1FD6150ECFC5722F31FEE52E585DE31B5AEFAD2CAC415D5698991F8F0B0CBBA7B9F4431BBE79B684876EDFBD369554ACC4182753FA48A3CD80") << OP_CHECKSIG;
    CBlock block;
    block.vtx.push_back(txNew);
    block.hashPrevBlock = 0;
    block.hashMerkleRoot = block.BuildMerkleTree();
    block.nVersion = 1;
    block.nTime    = 1370579804;
    block.nBits    = 0x1e0fffff;
    block.nNonce   = 2788;
                
        uint256 genesisHash("0x0a59605118489aa9cde58e64210d3d56e246758fbabcd1482e54bf4032545221");
        uint256 hash = txNew.GetHash();

{
        LOCK(mempool.cs);
        mempool.addUnchecked(hash,txNew);
}
                
{
        CTxDB txdb;
        txdb.TxnBegin();
        CBlockIndex* pindex = mapBlockIndex.find(genesisHash)->second;
        unsigned int nTxPos = pindex->nBlockPos + ::GetSerializeSize(CBlock(), SER_DISK, CLIENT_VERSION) - 1 + GetSizeOfCompactSize(block.vtx.size());
        CDiskTxPos posThisTx(pindex->nFile, pindex->nBlockPos, nTxPos);
    txdb.UpdateTxIndex(txNew.GetHash(), CTxIndex(posThisTx, txNew.vout.size()));
    txdb.TxnCommit();
}

Please change right away on github adn on the pool before a windows wallet is out .. We don't need a premine here. Nobody owns the coin
267  Alternate cryptocurrencies / Announcements (Altcoins) / Re: ★ANN★ CRA CRYPTOAPPLES COMUNITY TAKEOVER Crapples (Rotten CRA) SRC available! on: February 16, 2014, 09:02:32 PM
Confirmed   20.598863

I have some unknown coins  Grin

unknown coins

you call it, +1
268  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN]▬►►[CRA] ★★★CryptoApples★★★▬►►RE-LAUNCH 16.2. 8pm UTC◄►KGW◄►WALLET 8.5.2◄◄▬ on: February 16, 2014, 08:56:36 PM
There are many devs around the world. It is true that there are only a few in the alt world. Most alts who are not based from coingen are made by a few people.

Anyone experimented in c+ mayt easily enter this code. That is our everyday job to understand new complex codes ...
And here you actually don't need to understand everything just a few elements for the maintainance.
269  Alternate cryptocurrencies / Announcements (Altcoins) / Re: ★ANN★ CRA CRYPTOAPPLES COMUNITY TAKEOVER Crapples (Rotten CRA) SRC available! on: February 16, 2014, 08:54:04 PM

 Cheesy Paradoxally, The simple fact that the coin got taken over from the beginning out of the hands of the crappy dev (pobably just upset he fucked up to set up his own rig on time),, gives it some good promises for the future and potential.

I am mining on the pool, I am not sure exactly what I am mining, but like this is oftent the case, I feel the BTC coming


Community coin
270  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [PRE-ANN][ALI] Alicoin - 'I'm not the greatest; I'm the double greatest. ' on: February 13, 2014, 07:20:31 PM

WHat? yeah good question what is the point in yet another shitty clone ? What is the innovation here except a stupid logo ? total value of this coin is 1 satoshi,

Keep going Keyboard Warrior!


... do you always avoid the discussion point ? this coin brings nothing end of the story,

Deodecagone,
Phd in Phdbullshit
271  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [PRE-ANN][ALI] Alicoin - 'I'm not the greatest; I'm the double greatest. ' on: February 13, 2014, 07:14:48 PM

WHat? yeah good question what is the point in yet another shitty clone ? What is the innovation here except a stupid logo ? total value of this coin is 1 satoshi,
272  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [PRE-ANN][ALI] Alicoin - 'I'm not the greatest; I'm the double greatest. ' on: February 13, 2014, 07:09:56 PM
dead coin ?
273  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][HUC] Huntercoin - Human Minable - Dual Algo Scrypt / Sha256 on: February 13, 2014, 07:04:44 PM
that would be a cool thing to build a coin with an OS framework facilitating bot writing, where all the transactions aspects would be facilitated and people being focused on programming a strategy into their bots.
"WarBot" coin, still erf lot of dev ahead... nevermind...
274  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][RIC] Riecoin, new prime numbers POW coin, launches Feb 11, 2014 on: February 12, 2014, 09:37:03 PM
how comes that the official miner may keep running while the wallet is being closed or while it is not yet synchronized after a restart ??
I'd expect some error there. I did check all my settings are localhost and the miner is the official one wth.
275  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][RIC] Riecoin, new prime numbers POW coin, launches Feb 11, 2014 on: February 11, 2014, 10:35:28 PM

root@rie:~/riecoin/riecoin/src# ./riecoind getblockcount
368
276  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][RIC] Riecoin, new prime numbers POW coin, launches Feb 11, 2014 on: February 11, 2014, 10:33:08 PM
launching a box with the wonderful qt.Exe file we have received in here , just to see . Thank you to the poster btw.
277  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][RIC] Riecoin, new prime numbers POW coin, launches Feb 11, 2014 on: February 11, 2014, 10:20:10 PM
Whats your problem? The windows wallet is easy to find..  https://mega.co.nz/#!mIIVwAiZ!hJGjH2a5zyrzt3OjpeiaKSTd9fAaH5btGheMtVNw1JE

Thank you.Thank you.Thank you.Thank you.Thank you. Wink


DON't there autoit scripts in there
278  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][RIC] Riecoin, new prime numbers POW coin, launches Feb 11, 2014 on: February 11, 2014, 10:17:52 PM



Okay so now I'm mining. Assuming I find a block, how do I see the privkeyhash or even get back to "getmininginfo" it just is continually scrolling now and I seem to have lost the ability to do anything.

Ctrl+C

sudo apt-get install screen
screen -t mylabel ./rminerd blablablaba

Ctrl+A+D

miner running in background
279  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][RIC] Riecoin, new prime numbers POW coin, launches Feb 11, 2014 on: February 11, 2014, 10:13:38 PM
I am not that concerned by windows users being out of the competition but rather for that estimated average time to block :
2014-02-11 17:05:21] thread 7: 140509185 hashes, 34287 khash/s
[2014-02-11 17:05:21] thread 4: 169869313 hashes, 35362 khash/s
[2014-02-11 17:05:21] thread 8: 161480705 hashes, 31593 khash/s
[2014-02-11 17:05:22] thread 3: 222298113 hashes, 34740 khash/s
[2014-02-11 17:05:23] thread 0: 167772161 hashes, 34825 khash/s
[2014-02-11 17:05:23] thread 6: 141557761 hashes, 30837 khash/s
[2014-02-11 17:05:23] thread 11: 241172481 hashes, 34837 khash/s
[2014-02-11 17:05:23] Total: 404583 knumbers/s
[2014-02-11 17:05:23] Expected average time to block: 60188.940521
[2014-02-11 17:05:23] accepted: 0 in 3771 seconds

those are seconds right ?

Yep, wondering what machine that is... my 1090T gets me 110M# per second, per core... That's Linux for you Smiley

nothing related in the OS there ... hardware.
280  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][RIC] Riecoin, new prime numbers POW coin, launches Feb 11, 2014 on: February 11, 2014, 10:10:02 PM
How do I restore screen?

screen -ls

then find the right one (you should have only one entry there) and :

# screen -r 5138.pts-2.rie
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 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!