Bitcoin Forum
May 06, 2024, 02:24:57 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 33 34 35 »
521  Alternate cryptocurrencies / Marketplace (Altcoins) / cloudboy's altcoin generation service on: July 11, 2014, 07:03:31 PM
Hi, I have been on this forum for a while, figured I would try to contribute what I can. I can create an altcoin for you within 48 hours if you want. We can use an escrow service if you choose, or you can pay in increments. PM me if you are interested.

PM me with:

Coin Name
Coin Symbol e.g. BTC
Algorithm: (I will do SHA256, Scrypt, X11, X13, or X15)
Total Coins
Coins per Block
Premine amount (if any)  
Time per Block
RPC port number
P2P Port number
Icon (png format, make sure it is 256x256 or above, and height=width)
Splash Image

Package:

Windows QT wallet
Source code
1 Node hosted for 6 months
Premine coins if you choose. (you just send me your coin address)

Price:
0.4 BTC
522  Alternate cryptocurrencies / Announcements (Altcoins) / Re: NOMORE PREMINE on: July 10, 2014, 01:45:40 AM
NO MORE PREMINE GET OFF

How else can a coin offer anon bounties, offer giveaways, and have other kinds of bounties?


I'm also a bit skeptical over this statement, but I don't believe that someone would use their own BTCtalk account scamcoin. They're practically asking for an infamous reputation if thats the case.

I agree, this seems legit.
523  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] BitcoinDark (BTCD)--Sha-256/PoW-PoS hybrid/Bounty Opportunities on: July 10, 2014, 12:26:28 AM
Awesome! Will be mining this  Wink
524  Alternate cryptocurrencies / Marketplace (Altcoins) / Re: Selling HardCider [WHC] on: July 06, 2014, 08:23:08 PM
bump
525  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] HardCider - One hell of a bite! - X13/PoS|Bounties| RELEASED! | 8.3GH! on: July 06, 2014, 08:22:42 PM
wts 300 WHC
526  Alternate cryptocurrencies / Marketplace (Altcoins) / Selling HardCider [WHC] on: July 02, 2014, 07:34:47 PM
WTS 300 WHC. PM me with offers. Can do small increments.
527  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] HardCider - One hell of a bite! - X13/PoS|Bounties| RELEASED! | 8.3GH! on: July 02, 2014, 07:34:08 PM
WTS 300 WHC. PM me with offers
528  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [Pre-ANN][WHC] WoodChuckHardCider -One hell of a bite!- X13/PoS | Bounties | 7-1 on: June 30, 2014, 01:34:03 AM
I love Woodchuck Cider  Grin Grin I agree, it is way underrated! Will mine  Wink
529  Alternate cryptocurrencies / Altcoin Discussion / Re: Litecoin is officially dead on: June 28, 2014, 08:37:55 PM
I remember koolio bragging on btc-e about waiting until Litecoin hit $100 to buy a Lamborghini lol
530  Alternate cryptocurrencies / Altcoin Discussion / Re: Built an altcoin, solo mining gives visual c++ runtime error on: June 28, 2014, 06:59:08 PM
Thanks. I am running the powershell qt script now from the qt website. Going to try and build a static version. If that doesn't work, I suppose I will have to just keep tinkering. Frustrating seeing as how the linux version runs perfectly. I hate Windows  Sad
531  Alternate cryptocurrencies / Altcoin Discussion / Re: Built an altcoin, solo mining gives visual c++ runtime error on: June 28, 2014, 06:31:10 PM
What source is your coin based on? Likely needs static-Qt compilation if its a newer one...

Blackcoin. Maybe you are right. I have tried almost every qt version from 4.8.5 and 4.8.6, to 5.1.1 and 5.3.1
532  Alternate cryptocurrencies / Altcoin Discussion / Built an altcoin, solo mining gives visual c++ runtime error on: June 28, 2014, 03:52:20 PM
I successfully built my coin on my laptop using Qt4.8.6, but get this error when I try to solo mine it. I can solo mine, but the error pops up. If I click 'ok', it shuts the program down and I can't open the program anymore without seeing this error and it automatically shuts it down.

On my desktop, I built the coin using Qt 5.3.1, and it gives the same error immediately upon opening the client. I can't click on any of the program buttons at all.

Any ideas? I have tried building with different version of qt and mingw, to no avail.

I think it is a problem with the rpc part of the build. It crashes when mining, and also in the debug section if you type in 'help' or an unsupported method. All the other methods work fine.
533  Alternate cryptocurrencies / Altcoin Discussion / Re: Getting QT Error while trying to build blackcoin-qt on Windows on: June 20, 2014, 07:42:55 PM
Some more details on your build environment please. What version of GCC are you trying to compile with?

I am thinking that is the problem. From a Windows command line, if I call
Code:
g++ --version
, it says 4.8.2. However, if I call the g++ executable in C:\QtSdk\mingw\bin, it is version 4.4.0. From what I have found online, this may have been fixed in a later version. I tried replacing the g++ executable with the one from my PATH (in C:\mingw32\bin), but it gave me a CreateProcess: no such file error.

I downloaded an updated mingw folder from here: http://ic3man5.wordpress.com/2012/03/04/updating-mingw-gccg-for-qt-creator-windows/ and am going to replace the mingw folder in C:\QtSdk. Hopefully that will work.


EDIT -- That fixed it! I updated g++ using the link above. Now I am getting other problems though, such as

cannot find -lboost_filesystem-mt
multiple definition of 'std::out_of_range::~out_of_range()'

Will keep working on it
534  Alternate cryptocurrencies / Altcoin Discussion / Getting QT Error while trying to build blackcoin-qt on Windows on: June 20, 2014, 07:11:18 PM
I think I managed to get all my dependencies and libraries right (fingers crossed), but now when trying to build blackcoin-qt, the QTSdk compiler gives me this error while building qtipcserver.o:

Code:
In function 'bool boost::interprocess::winapi::unlink_file(const char*)':
internal compiler error: in gimple_rhs_has_side_effects, at gimple.c:2343
[build/qtipcserver.o] Error1

The unlink_file function is on line 1638 of win32_api.hpp in the boost library. This seems like a GCC error, any ideas?
535  Alternate cryptocurrencies / Altcoin Discussion / Re: *** Complete Guide on How to Create a New Alt Coin *** on: June 12, 2014, 12:35:56 AM
Thanks for the guide! I know this is old, but hopefully someone will answer!

I successfully created the genesis block hash and the merkle root, and recompiled the code with the correct assertions. However, I now get an error when I open the program that says 'Error loading blkindex.dat'

What should I do about that? I deleted the blockchain files and still get the same error.

It is the blockchain telling you to not create another shitcoin.

Jokes aside, this is the genesis block not accepted due mismatch error. You are using either wrong genesis creator code or did something else wrong. Google and figure it out.

This is really more of a personal project really, but thanks for the answer. I found what I did wrong and successfully created a good genesis block and recompiled. Now, my wallet loads fine. However, I am still a bit confused. I forked this testcoin from the Blackcoin source code. When I load it up, it says it has xxx connections to the network, and says it is downloading block 0 of 193113 blocks in the chain. Does this mean that it is still somehow trying to load the Blackcoin blockchain? I'm guessing the nodes are built into the Blackcoin wallet somewhere?


EDIT -- I figured it out. In case anyone else has this problem, the nodes are built into /src/net.cpp

536  Alternate cryptocurrencies / Altcoin Discussion / Re: *** Complete Guide on How to Create a New Alt Coin *** on: June 11, 2014, 05:45:56 AM
Thanks for the guide! I know this is old, but hopefully someone will answer!

I successfully created the genesis block hash and the merkle root, and recompiled the code with the correct assertions. However, I now get an error when I open the program that says 'Error loading blkindex.dat'

What should I do about that? I deleted the blockchain files and still get the same error.
537  Alternate cryptocurrencies / Altcoin Discussion / Re: Where exactly in the source is the proof of work implemented? on: June 10, 2014, 10:11:54 PM
Sorry for my noobish question, but I have been perusing the bitcoin source code and I can not find where exactly the sha-256 pow is implemented. I can see where the hash is defined in src/hash.h, but I can't find where it's used. Thank you.

Is this what you're looking for?

main.cpp
Code:
bool CheckBlockHeader(const CBlockHeader& block, CValidationState& state, bool fCheckPOW)
{
    // Check proof of work matches claimed amount
    if (fCheckPOW && !CheckProofOfWork(block.GetHash(), block.nBits))
        return state.DoS(50, error("CheckBlockHeader() : proof of work failed"),
                         REJECT_INVALID, "high-hash");

Thanks, I'll take a look at that. I'm also looking at source codes with other PoW algorithms, to see how exactly someone goes about implementing their own hash function.
538  Alternate cryptocurrencies / Altcoin Discussion / Where exactly in the source is the proof of work implemented? on: June 10, 2014, 08:53:50 PM
Sorry for my noobish question, but I have been perusing the bitcoin source code and I can not find where exactly the sha-256 pow is implemented. I can see where the hash is defined in src/hash.h, but I can't find where it's used. Thank you.
539  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] X13 BoostCoin █ First ever x13 PoW/PoS █ ~1600 BTC Volume!! on: June 06, 2014, 09:28:17 PM
What is Mintpal's problem? I have never seen them take this long to add a coin doing this level of volume! This week they added Information coin from the voting, have you seen it's daily volume? Less than 5.5BTC today on Mintpal.... Unbelievable. They are shooting themselves in the foot. This is another reason I am really moving to Bittrex as my main exchange. They don't hesitate to add coins. None of this bs greedy voting scheme.
540  Alternate cryptocurrencies / Marketplace (Altcoins) / WTS HonorCoin [XHC] PM me with offers! on: June 06, 2014, 09:09:04 PM
See title. This coin is not yet on any exchange. PoW is ended.
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 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!