Bitcoin Forum
May 26, 2024, 10:21:57 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 ... 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 [95] 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 ... 173 »
1881  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][DRK] Darkcoin | First Anonymous Coin | Inventor of X11, DGW and Darksend | Instant TX on: October 23, 2014, 10:27:23 PM
Darksend Liquidity Providers - v0.10.16.1 (just for those that want to help mixing)

https://darkcointalk.org/threads/darksend-liquidity-providers-v0-10-16-1.2737/


New modifications in the code:

https://github.com/darkcoin/darkcoin/commit/d6431b357b6ccc9aac3499433d115c1e9390a4e8

If I get this right the liquidity providers can now do more than 8 rounds of darksend?
They can choose to do 99999 rounds if they like?
Yep.
1882  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][DRK] Darkcoin | First Anonymous Coin | Inventor of X11, DGW and Darksend | Instant TX on: October 23, 2014, 10:25:05 PM
I would be happy if someone made one about me... but I'm not emotional enough   Undecided

Easy, more drugs and just throw all your moral principles out of the window. The rest will come naturally.

Anyway I hope he has some sense of humor and will laugh too while watching this video... and will finally feel a little better...  Grin

He does have a big sense of humour. He will be here tomorrow doing one of his trademark tricks like everyday. That's our camosoul!
1883  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][DRK] Darkcoin | First Anonymous Coin | Inventor of X11, DGW and Darksend | Instant TX on: October 23, 2014, 10:12:52 PM
But now for the piece de resistance;


I am refreshing my C, C++ skills to understand exactly what is happening


 Cheesy Cheesy Cheesy

That's what's so awesome about this video, not only did it capture camosoul well but also myself. lol  Grin
But do not think for a second that I was joking with what I said....  Cool
...or else DU WERDEST EINE KRANKENSCHWESTER BRAUCHEN!  Grin Grin Grin
https://www.youtube.com/watch?v=Nl1u_8qemi8

1884  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][DRK] Darkcoin | First Anonymous Coin | Inventor of X11, DGW and Darksend | Instant TX on: October 23, 2014, 07:31:58 PM
Camosoul rants about Masternode guides:

https://www.youtube.com/watch?v=XFBp_FUHJlg

 Grin

Oh my god, you are kidding me.  Roll Eyes

LOL!  Grin
1885  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][WKC] WANKCOIN - Shop Anonymously, Accepted at over 100+ HD sites! on: October 23, 2014, 05:09:04 PM
Also, don't forget to throw a few wankcoins in my direction. I always appreciate it.



Donations appreciated: 184ACvxFodZatrAvQFJHyUpGFZAg5MGviH
1886  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][DRK] Darkcoin | First Anonymous Coin | Inventor of X11, DGW and Darksend | Instant TX on: October 23, 2014, 03:46:05 PM
Some people just don't have the intelligence or mental capability to perform simple tasks so they lash out in anger at anyone and everyone.  

It has nothing to do with intelligence or mental capability, more with how too much drugs and bitches will mess with your mind.
Everybody relax, camosoul will have his act together in short time.
1887  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][DRK] Darkcoin | First Anonymous Coin | Inventor of X11, DGW and Darksend | Instant TX on: October 23, 2014, 03:35:16 PM
Darkcoin seems to have really strong buy support at around 2 $, while all the other coins nosedive at the moment.  Smiley
1888  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][DRK] Darkcoin | First Anonymous Coin | Inventor of X11, DGW and Darksend | Instant TX on: October 23, 2014, 12:45:57 PM
Come on Camo, aunty Tante will make you nice warm milky bocca
You can't expect fat stacks to throw their DRKs at something that has absolutely zero documentation...

Tante's and Mangled's are what I managed to pull some useful information from. Everything else I saw was just plain abusive. Propulsion's commentary on Mangled's guide was most helpful. "Why the hell are we lsing and cding all over the place for no reason?"

You want more masternodes, write some docs... I've sorted enough I could do it, but I'm not going to out of simple protest of the fact that this has been absolutely fucking ridiculous.

Also:
WARNING, [RANT] - If you don't fucking like it, don't fucking read it.

So what was the exact version again when evan introduced start-many?

"start-many" happens in the src/rpcdarksend.cpp, Line 198:

Code:
   
if (strCommand == "start-many")
    {
        std::ifstream infile("masternode.conf");

        std::string line;
        int total = 0;
        int successful = 0;
        int fail = 0;
        while (std::getline(infile, line))
        {
            std::istringstream iss(line);
            std::string a, b;
            if (!(iss >> a >> b)) { break; } // error

            total++;
            if(darkSendPool.RegisterAsMasterNodeRemoteOnly(a, b)){
                successful++;
            } else {
                fail++;
            }
        }
        
        printf(" Successfully started %d masternodes, failed to start %d, total %d\n", successful, fail, total);
        return "";

}

RegisterAsMasterNodeRemoteOnly Function is in darkcsend.cpp on line 1039.
1889  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][DRK] Darkcoin | First Anonymous Coin | Inventor of X11, DGW and Darksend | Instant TX on: October 23, 2014, 12:12:54 PM


I was that guy once!  Grin
1890  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][DRK] Darkcoin | First Anonymous Coin | Inventor of X11, DGW and Darksend | Instant TX on: October 23, 2014, 11:55:34 AM
ROAARRRR!

I am in the same position you are. Before I set up any masternode I want to 100% understand what the code does.
I am a programmer, I am refreshing my C, C++ skills these days and am looking into the darkcoin code to understand what exactly is happening.

Maybe you should do the same?
If there ever was a good reason to learn how to read C, C++ code... this is it!

I don't even mean that you have to code like evan, just being able to understand what the code does helps a lot to answer all those "undocumented" things.

And with tools like github you have a fantastic way of highlighting what the last adjustment evan made was...

https://github.com/darkcoin/darkcoin/commit/45f329815a787cb852479bafe98d4a4507ba1ac8

Code:
if(mn.now < sigTime){ //take the newest entry
   LogPrintf("dsee - Got updated entry for %s\n", addr.ToString().c_str());
   mn.pubkey2 = pubkey2;
   mn.now = sigTime;
   mn.sig = vchSig;
}

mn.now < sigTime, don't you understand man, DON'T YOU UNDERSTAND?
lol  Cheesy Grin

YOU CAN DO IT!
1891  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][DRK] Darkcoin | First Anonymous Coin | Inventor of X11, DGW and Darksend | Instant TX on: October 22, 2014, 03:58:49 PM
0.10.15.14 .. masternode count 733

I updated to your version, and now it shows 720

Now I started a 500 DRK 2 Round mix at 04:00 PM, I will check how long it takes.
1892  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][DRK] Darkcoin | First Anonymous Coin | Inventor of X11, DGW and Darksend | Instant TX on: October 22, 2014, 03:50:11 PM
0.10.15.13 Masternode count : 835

Damn, everybody posts different numbers, lol

EDIT: I had darksend enabled (but idle, waiting) when I did the check. Block 156929
1893  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][DRK] Darkcoin | First Anonymous Coin | Inventor of X11, DGW and Darksend | Instant TX on: October 22, 2014, 02:20:58 PM
It would be great if we could somehow get a reliable average time of how long it takes to anonymyze coins.
Probably even something that can be calculated like a formula? (x Masternodes / y anonymizing wallets multiplied with y etc...)

It should show an average ETA in the wallet or else new people might give up and not know that they have to wait for hours.
They might think it is broken or something.
They should also be informed what happens when they close their wallet during an anonymization process...
(I did this a few days ago, and my impression was that the anonymization process (8 rounds) started from the beginning, I could be wrong though)
1894  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][WKC] WANKCOIN - Shop Anonymously, Accepted at over 100+ HD sites! on: October 20, 2014, 03:37:10 PM

we have right now a huge inflation (coin creation)...

you know not many will mine when you earn 50% lower ... than with BTC ...
 Wink

I don't think inflation is the right word. Only if we added "bad ideas" like POS we would have a really inflationary coin (without upper limit anymore).
My opinion is that we don't want that.

We are not in an inflationary phase, we are just in the infant mining phase of a newborn coin.
Who would complain that a newborn baby can't walk yet, when it is just 6 months old?

Plus, for such a new coin to have 40-50 TH/s hashrate on a constant basis is not a bad at all, other altcoins would wish to have that amount of hashrate.
Obviously WKC has a bunch of true fans! And this is just the beginning.

I know why people are mining WKC, because although it is 50% lower profitable than BTC, atleast with WKC you get constant reliable block finding,
and not like BTC where you can have days without your pool finding a block AT ALL!!!

With WKC if it says I can make X coins a day with my miner, I will really make X coins a day with my miner.
With BTC if it says my miner will make 0.0X coins a day, there might be days where the pool I mine finds NO BLOCK AT ALL!!!
So it's like my miner wasted a whole day earning nothing!!!

Why don't people see that?
1895  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][WKC] WANKCOIN - Shop Anonymously, Accepted at over 100+ HD sites! on: October 20, 2014, 03:16:49 PM
I remain of the opinion that when wkc beat the exchange fiat will need to change the difficulty (like bitcoin), to revalue its currency.

Difficulty change will come sooner or later anyway. (with higher price and higher hashrate)
It is good that difficulty changes only slowly, that gives new miners the possibility to earn.
We must give newcomers the possibility of a profit or no one will want to join.
1896  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][WKC] WANKCOIN - Shop Anonymously, Accepted at over 100+ HD sites! on: October 20, 2014, 02:53:05 PM
If I had a adult website or sexshop or something, I would hold a large amount of WKC and help the WKC price by offering all my products/services with a 20% rabatt when payed with WKC.
So people would see my products and realize that they get it cheaper by paying with WKC.
Over time I would adjust the WKC price of all my products keeping them always at 20% lower than they would cost with USD/EUR...
That would create the buying pressure needed for a stable price discovery.
1897  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [announce] Namecoin - a distributed naming system based on Bitcoin on: October 18, 2014, 10:27:50 PM
so, is this still the official ANN thread of namecoin here on bitcointalk?

We should have more "action" here, and not only on the namecoin-forum  Smiley
1898  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][WKC] WANKCOIN - Shop Anonymously, Accepted at over 100+ HD sites! on: October 17, 2014, 09:02:54 PM
Loving it... mmmm... by December... we will remember these cheap coins.

Indeed...



Donations appreciated: 184ACvxFodZatrAvQFJHyUpGFZAg5MGviH
1899  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][DRK] Darkcoin | First Anonymous Coin | Inventor of X11, DGW and Darksend | Instant TX on: October 17, 2014, 01:08:23 AM
I just deleted a wallet.dat containing over 10,000 DRK.

Scary, though technically a wallet.dat doesn't contain any DRK, it's the whole darkcoin network that contains them.
Your wallet just saves your private keys to your addresses.

BACK EVERYTHING UP ALL THE TIME!  Shocked

Yes! BACKUP! It's very very important to have several copies your wallet.dat, always on different medias.
I am never confortable unless I dump my private keys and put them on paper wallets (always being careful with eventual change adresses)

I am thinking about engraving my private keys on a granite slab.  Cool
1900  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][DRK] Darkcoin | First Anonymous Coin | Inventor of X11, DGW and Darksend | Instant TX on: October 17, 2014, 01:03:19 AM
Just for the record, this is the disclaimer that appeared when I installed the newest darkcoin update:



First time I have seen this, but also the first time I installed a Version higher than 10
Pages: « 1 ... 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 [95] 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 ... 173 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!