Search content
Sort by

Showing 10 of 10 results by idiotnewb
Post
Topic
Board Marketplace (Altcoins)
Re: [0.04BTC BOUNTY]Windows dependancies to compile currencies source codes?
by
idiotnewb
on 16/03/2014, 06:40:47 UTC
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
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] RazorLove Cryptocurrency Services - DBL, CENT, & FOO/BAR Updates
by
idiotnewb
on 16/03/2014, 06:15:57 UTC
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?
Post
Topic
Board Announcements (Altcoins)
Re: [PRE-ANN][DOR] Doriancoin - Launching soon
by
idiotnewb
on 16/03/2014, 01:20:35 UTC
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
Post
Topic
Board Altcoin Discussion
Re: solved hundreds of blocks, but only 10 transactions appear?
by
idiotnewb
on 14/03/2014, 17:12:10 UTC
 Sad
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] Doriancoin - scrypt - 0% Premine - ★★LAUNCHED★★
by
idiotnewb
on 14/03/2014, 15:38:06 UTC
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
Post
Topic
Board Mining (Altcoins)
Re: Guide to Solo CPU Mining Scrypt-Based Crypto Currencies on Windows
by
idiotnewb
on 14/03/2014, 15:29:41 UTC
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)
Post
Topic
Board Altcoin Discussion
Re: solved hundreds of blocks, but only 10 transactions appear?
by
idiotnewb
on 10/03/2014, 08:50:00 UTC
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
Post
Topic
Board Altcoin Discussion
Topic OP
solved hundreds of blocks, but only 10 transactions appear?
by
idiotnewb
on 10/03/2014, 01:26:01 UTC
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
Post
Topic
Board Altcoin Discussion
Re: sub-licensing a bitcoin derivative
by
idiotnewb
on 09/03/2014, 18:50:08 UTC
bump
Post
Topic
Board Altcoin Discussion
Topic OP
sub-licensing a bitcoin derivative
by
idiotnewb
on 09/03/2014, 09:00:05 UTC
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