Bitcoin Forum
June 22, 2024, 02:47:31 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1]
1  Alternate cryptocurrencies / Marketplace (Altcoins) / Re: [0.04BTC BOUNTY]Windows dependancies to compile currencies source codes? on: March 16, 2014, 06:40:47 AM
Again there is the same link in that guide . https://github.com/foocoin/deps.git , this gives me a 404. I don't have this folder. I already saw that guide.
It also lists the steps to compile the files manually, along with the links to the source tarballs. Given that it's only a little copy&paste I'd say it's a quicker solution than searching for a copy of the results. You're compiling anyway, so I don't see it as a big issue to compile 3 additional tarballs.

except following those instructions, the very first compile on the first tarball bombs out on everything I've tried.   I'd like to have a copy of this deps.git as well
2  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] RazorLove Cryptocurrency Services - DBL, CENT, & FOO/BAR Updates on: March 16, 2014, 06:15:57 AM
Does anyone know where to find https://github.com/foocoin/deps.git anymore? I'm pretty new to this and this compilation seems a lot easier than installing all of the dependencies myself.

I'll be getting that up on RazorLove's github eventually, shake misplaced the original...

any update on this?
3  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [PRE-ANN][DOR] Doriancoin - Launching soon on: March 16, 2014, 01:20:35 AM
looks like you're too late -   http://doriancoin.org

doriancoin has already launched, I'm mining it already!  and none of this pre-mine bullshit

https://bitcointalk.org/index.php?topic=508366.0
4  Alternate cryptocurrencies / Altcoin Discussion / Re: solved hundreds of blocks, but only 10 transactions appear? on: March 14, 2014, 05:12:10 PM
 Sad
5  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Doriancoin - scrypt - 0% Premine - ★★LAUNCHED★★ on: March 14, 2014, 03:38:06 PM
any Windows binaries coming?

I got this compiled in ubuntu with :

Code:
sudo apt-get install  git git-core  checkinstall build-essential libssl-dev libboost-all-dev libdb5.1-dev libdb5.1++-dev libgtk2.0-dev libgmp3-dev
git clone https://github.com/doriancoins/doriancoin.git
cd doriancoin/src
make -f makefile.unix USE_UPNP=-
cp doriancoind /usr/local/bin
mkdir ~/.doriancoin

~/.doriancoin/doriancoin.conf contains:
Code:
rpcuser=mydorianrpcuser
rpcpassword=KigMymvej4VosShavOj8mobDywyct6
gen=1
addnode=50.57.119.10
addnode=50.56.80.14
addnode=50.56.80.21
addnode=50.56.80.25
addnode=50.56.80.29
addnode=50.56.80.30
addnode=50.56.80.37
addnode=50.56.80.38
addnode=50.56.80.40
addnode=50.56.80.45
addnode=50.56.80.52
addnode=50.56.80.55
addnode=50.56.80.57
addnode=50.56.80.59



looks like the network hash rate has passed 1 million hashes/sec  Cheesy
6  Alternate cryptocurrencies / Mining (Altcoins) / Re: Guide to Solo CPU Mining Scrypt-Based Crypto Currencies on Windows on: March 14, 2014, 03:29:41 PM
how much faster is using this cpu 'minerd' program to CPU-mine scrypt coins, compared to just using the base wallet and turning on mining (gen=1)
7  Alternate cryptocurrencies / Altcoin Discussion / Re: solved hundreds of blocks, but only 10 transactions appear? on: March 10, 2014, 08:50:00 AM
Are you sure you are not generating invalid shares?

the shares are valid and the balance shows up in 'getbalance'.   It seems 'listtransactions' has a default limit of 10, which can be overruled with 'count=x' but it is erroring out for me
8  Alternate cryptocurrencies / Altcoin Discussion / solved hundreds of blocks, but only 10 transactions appear? on: March 10, 2014, 01:26:01 AM
Hello,

I made a slightly modified litecoin clone (altcoin) for my own fun and experimentation.   I've been mining several hours now, and I can see hundreds of blocks have been solved (I'm the only miner).

However, only 10 transactions appear in 'mycoind' listtransactions.


for example :

Code:
grep 'proof-of-work found' ~/.mycoin/debug.log | wc -l
269

^ I've solved 269 blocks on this node.   However, only 10 transactions appear :


Code:
# mycoind listtransactions | grep amount; mycoind listtransactions | grep amount | wc -l
        "amount" : 50.00000000,
        "amount" : 50.00000000,
        "amount" : 50.00000000,
        "amount" : 50.00000000,
        "amount" : 50.00000000,
        "amount" : 50.00000000,
        "amount" : 50.00000000,
        "amount" : 50.00000000,
        "amount" : 50.00000000,
        "amount" : 50.00000000,
10


is there something I'm supposed to do to see more than 10 transactions in the "listtransactions" command ?    All the blocks that show up are till "immature" - I expect eventually all 269+ blocks will mature and show up in "getbalance"  but I wish I knew how to make them all appear in the transaction list


I tried adding the "count="  to the command but it fails :

Code:
# mycoind listaccounts
{
    "" : 13650.00000000
}

Code:
# mycoind listtransactions "" count=100
error: Error parsing JSON:count=100
9  Alternate cryptocurrencies / Altcoin Discussion / Re: sub-licensing a bitcoin derivative on: March 09, 2014, 06:50:08 PM
bump
10  Alternate cryptocurrencies / Altcoin Discussion / sub-licensing a bitcoin derivative on: March 09, 2014, 09:00:05 AM
If I make a bitcoin derivative (an altcoin for example), it must be licensed under the MIT license as it started.  This license allows it to be sub-licensed.

So, hypothetically speaking, would I be able to sub-license my bitcoin derivative with a secondary license that states:
####
All cryptocoins mined with this software belong to [insert name here] and may not be traded or exchanged for goods or services.
####

yes this is a stupid hypothetical but humor me - thanks in advance
Pages: [1]
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!