Bitcoin Forum
June 30, 2024, 02:11:26 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 ... 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 [183] 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 ... 315 »
3641  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] BitcoinDark (BTCD)--Sha-256/PoW-PoS hybrid/Bounty Opportunities on: August 14, 2014, 05:34:57 AM
I saw the low price caused by the big drop in BTC price and I thought I could get some nice BTCD below .004, but it looks like there is not much available, ~250 BTCD below that price on bittrex

James

I picked up more in the low 400's, but it seems I could have waited and got them around 360-370k.  Oh well nvm,  We are still up from 7 days ago, but I was quite hopeful to be holding around 500k by now, especially given how much work has gone in.  I'm quite surprised by how much was dumped this week.  I guess some weak hands and some taking advantage of the pump and dump to try and accumulate. 

There's going to be a huge rush for coins when the first of the features goes live though, it will hit 700k in no time, and a lot of people will be pissed at their missed opportunity!
Getting a couple hundred BTCD at ~350K is better than not, but its not like you could get 10 BTC worth at such prices. It seems you need to have a 100 BTC bid way below market for sellers to scramble to sell into it. Is that what happened the other day? That seemed pretty backwards.

Within a day after the libjl777 is connected up, I expect to get the basic teleport debugged. While I wait, I actually have some quiet time to clean up the code, deal with some random strangenesses I saw during the debugging scramble. Getting it into a library form forced me to generalized the interface, so now I have a solid framework to do the broadcasting of the public addresses and pubkeys.

At this point I would be very surprised if there wasnt a BitcoinDarkd doing teleports early next week. I think the QT versions will also just work as well as the BitcoinDarkd, at least as long as we are just using JSON to the debug console. Tomorrow, I will go through all the error possibilities and make sure they are handled sanely. so the version early next week could be in solid beta level if I can get all the error handling coded. Maybe even some teleport accounting.

I guess not many people are following this thread as the price action doesnt seem like it is several days before beta release.Maybe they are expecting some several month long process like other coins have? I designed teleport to be very testable, so the test cycle should go pretty quickly, plus I am actually fast at fixing bugs.

James

P.S. I know windows support is important, but I dont even have a windows machine, so others will have to build and verify on windows.
3642  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] BitcoinDark (BTCD)--Sha-256/PoW-PoS hybrid/Bounty Opportunities on: August 14, 2014, 04:59:18 AM
For whoever wants to know more about how Multigateway works  v.01 of the Multigateway Service Docs - http://multigateway.org/downloads/Multigateway_docs.pdf

James

P.S. Teleport is a descendant of MGW

I finally got a chance to try the mgw today. It works very well, and was quite easy. But, why oh why do you have to wait for 6 BTC confirms? Most every exchange is happy with 1 confirm and surely 3 should be more than enough.

I dont want to take any chances with peoples BTC deposits. Will you guarantee that bitcoind will NEVER go on a fork for more than 3 blocks? I have seen quite a few things that should never happen, yet does.

Didnt Mtgox go under because they only required 1 confirm?
3 is the bare minimum and it is set to 4 now, but with the difference in NXT blocktimes, sometimes it adds another block.

Not sure why it goes to 6 blocks sometimes, maybe a long NXT block and a couple fast BTC blocks?
3643  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] BitcoinDark (BTCD)--Sha-256/PoW-PoS hybrid/Bounty Opportunities on: August 14, 2014, 04:05:55 AM
I saw the low price caused by the big drop in BTC price and I thought I could get some nice BTCD below .004, but it looks like there is not much available, ~250 BTCD below that price on bittrex

James
3644  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] BitcoinDark (BTCD)--Sha-256/PoW-PoS hybrid/Bounty Opportunities on: August 14, 2014, 03:57:48 AM
For whoever wants to know more about how Multigateway works  v.01 of the Multigateway Service Docs - http://multigateway.org/downloads/Multigateway_docs.pdf




James

P.S. Teleport is a descendant of MGW
3645  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] BitcoinDark (BTCD)--Sha-256/PoW-PoS hybrid/Bounty Opportunities on: August 14, 2014, 02:53:37 AM
figured as much. so if I'm running a privacy server on a different box, I could just copy all the .conf's over, but perhaps having them in the json would be more flexible?
For single server setups, I think it is better to not be putting passwords in the .conf file as it just creates chances to post it by accident. But for a remote setup, it is more risk to be making copies of the .conf files.

So, I added "rpcuserpass" field in the .conf JSON for you. It this one is set, it will ignore any bitcoin.conf file (so you dont need the "conf" field for that coin)

the format of the argument is "<user>:<password>"

James

P.S. I only coded it, so it is untested for now, maybe you can test it when it is released?
3646  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] BitcoinDark (BTCD)--Sha-256/PoW-PoS hybrid/Bounty Opportunities on: August 14, 2014, 02:36:54 AM
is there a guide to setting up a privacy server on debian/ubuntu anywhere?
Posted from Bitcointa.lk - #3IkMOkiPGm6DWIBy
It will be just to install BitcoinDarkd and make the appropriate entries in the .conf file, also will need a NXT core running and whatever other coin daemons you want your tradebots to have access to.

Now I think the build process might become a bit more complicated as you will need to get:
libcurl, libwebsockets, libnacl, and gzip but for ubuntu these are pretty standard and probably:
-lcurl -lwebsockets -lnacl -lz -luv

The above link extras will allow it to link libjl777

James

Can the wallets be shared with other applications or will they need to be didicated to the NXT core?

Thanks
I dont understand the question. NXT doesnt use wallets, the account is linked to the password and I am using the privkey for a BTCD address as the password, so a public BTCD address automatically maps to a NXT address. In a sense the NXT "wallet" is contained in your BTCD wallet. You can choose any address to use as your public address

Maybe you can describe your use case and I can explain better

James

Sorry I meant to say coin daemons. For example, I already 30 or so coin daemons at my disposal. Can I utilize those for currencies I would use trade bots with or do I need an all new set, specifically for the privacy server.
Wow 30 daemons running stable on one server! You can use the same ones, just need to add a JSON entry for each coin:

{"name":"BTC","conf":"/home/root/.bitcoin/bitcoin.conf","asset":"4551058913252105307","rpc":"127.0.0.1:8332","minconfirms":3,"estblocktime":600},

This will allow the tradebot to know how to communicate with each coin's daemon

Yup actually, way underestimated that, I'm at 62 now. It's my coin master and dedicated for providing the daemons/wallets for my pools. So looks like the privacyserver would have to be local to the wallets. Would there be any way to provide authentication details for remote access? I say remote, but simply another machine on the same private network.


I think you could put the requesting server's IP address in the rpcallow field, so only your server can access the daemon's remotely.
If that wont work, I could add some authentication JSON fields to the .conf file, just let me know what you need

Yes that's what I do now, but just looking at the json you posted, the credentials are expected in a file location?
I parse the bitcoin.conf file to get the credentials, so specifying the location of the .conf file authorizes access
3647  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] BitcoinDark (BTCD)--Sha-256/PoW-PoS hybrid/Bounty Opportunities on: August 14, 2014, 02:31:37 AM
is there a guide to setting up a privacy server on debian/ubuntu anywhere?
Posted from Bitcointa.lk - #3IkMOkiPGm6DWIBy
It will be just to install BitcoinDarkd and make the appropriate entries in the .conf file, also will need a NXT core running and whatever other coin daemons you want your tradebots to have access to.

Now I think the build process might become a bit more complicated as you will need to get:
libcurl, libwebsockets, libnacl, and gzip but for ubuntu these are pretty standard and probably:
-lcurl -lwebsockets -lnacl -lz -luv

The above link extras will allow it to link libjl777

James

Can the wallets be shared with other applications or will they need to be didicated to the NXT core?

Thanks
I dont understand the question. NXT doesnt use wallets, the account is linked to the password and I am using the privkey for a BTCD address as the password, so a public BTCD address automatically maps to a NXT address. In a sense the NXT "wallet" is contained in your BTCD wallet. You can choose any address to use as your public address

Maybe you can describe your use case and I can explain better

James

Sorry I meant to say coin daemons. For example, I already 30 or so coin daemons at my disposal. Can I utilize those for currencies I would use trade bots with or do I need an all new set, specifically for the privacy server.
Wow 30 daemons running stable on one server! You can use the same ones, just need to add a JSON entry for each coin:

{"name":"BTC","conf":"/home/root/.bitcoin/bitcoin.conf","asset":"4551058913252105307","rpc":"127.0.0.1:8332","minconfirms":3,"estblocktime":600},

This will allow the tradebot to know how to communicate with each coin's daemon

Yup actually, way underestimated that, I'm at 62 now. It's my coin master and dedicated for providing the daemons/wallets for my pools. So looks like the privacyserver would have to be local to the wallets. Would there be any way to provide authentication details for remote access? I say remote, but simply another machine on the same private network.


I think you could put the requesting server's IP address in the rpcallow field, so only your server can access the daemon's remotely.
If that wont work, I could add some authentication JSON fields to the .conf file, just let me know what you need
3648  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] BitcoinDark (BTCD)--Sha-256/PoW-PoS hybrid/Bounty Opportunities on: August 14, 2014, 02:09:44 AM

Code:
#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>
//#include "libjl777.h"
#include <stdint.h>

int libjl777_start(void **coinptrs,char *JSON_or_fname);
char *libjl777_JSON(char *JSONstr);
int32_t libjl777_broadcast(void **coinptrs,uint8_t *packet,int32_t len,uint64_t txid,int32_t duration);
char *libjl777_gotpacket(uint8_t *packet,int32_t len,uint64_t txid,int32_t duration);

char *confjson = "{\
\"MAINNET\":1,\"MIN_NXTCONFIRMS\":3,\
\"active\":[\"BTCD\"],\
\"coins\":[\
{\"name\":\"BTCD\",\"maxevolveiters\":10,\"useaddmultisig\":1,\"nohexout\":1,\"conf\":\"/Users/username/Library/Application Support/BitcoinDark/BitcoinDark.conf\",\"backupdir\":\"/Users/username/backups\",\"asset\":\"11060861818140490423\",\"minconfirms\":10,\"estblocktime\":60,\"rpc\":\"127.0.0.1:14632\",\"ciphers\":[{\"skipjack\":\"LA98Vs3sS6UtdiSaAYwvfgt5GseCVkAJ\"},{\"aes\":\"RUFrkuGAUuv8wsoiNwCvXenjxAfAgsTdAt\"},{\"blowfish\":\"RVHigwQquJR9cA6R6M143H6ZiPep7S9Udt\"}],\"clonesmear\":1,\"pubaddr\":\"RUHAPSpJDHeFgFd1J34WHJ69TpkMBsWtBt\",\"privacyServer\":\"127.0.0.1\"}]\
}";

int main(int argc,const char *argv[])
{
    void **coinptrs;
    coinptrs = calloc(1,sizeof(*coinptrs));
    libjl777_start(coinptrs,confjson);
    while ( 1 )
        sleep(60);
    return(0);
}

The above is a pretty small test program. It starts the libjl777 and just sleeps, but the :7777 page appears and I am able to test teleporting, which means I can now go back to adding features and debugging within the framework that will automatically be inside the BTCD core and QT

James
3649  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] BitcoinDark (BTCD)--Sha-256/PoW-PoS hybrid/Bounty Opportunities on: August 14, 2014, 12:52:12 AM
Since instead of taking two days, I finished the libjl777 in half a day, this caused a bit of scheduling surprise for the other devs...
I will switch back to things I had planned to do this weekend while the connections to libjl777 are made.

James

P.S. I changed it so libjl777_start() doesnt block and it starts its own thread. This way the calling side doesnt have to mess with threads
3650  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] BitcoinDark (BTCD)--Sha-256/PoW-PoS hybrid/Bounty Opportunities on: August 14, 2014, 12:17:05 AM
I built a BitcoinDarkd with libjl777 linked in. Still not actually hooked up yet, but just getting all the linker errors out makes me happy!

I had to copy:

these external libraries: libnacl.a randombytes.o libuv.a libwebsockets.a
and: libjl777.a libothers.a

to the bitcoindark/src directory

Then add "libjl777.a libothers.a libwebsockets.a libnacl.a libuv.a randombytes.o -lcurl -lz -ldl -lm"
to the linker line and it builds without errors.

Now, just have hookup the four functions and so if things go well I could be testing teleports from within BitcoinDarkd tonight. I think the above changes are also adequate to make it link with the QT wallet, but i leave that to somebody else to verify

James
3651  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] BitcoinDark (BTCD)--Sha-256/PoW-PoS hybrid/Bounty Opportunities on: August 13, 2014, 11:42:44 PM
This multisig is really fun. After taking all this time to get working, now I just cant stop trying many combinations. All looking quite stable and very solid, but of course it is using localhost, so no real networking errors.
UDP sometimes is pretty finicky, but that is another advantage of the shared secret multisig. It essentially acts as an error correcting code, well at least as long I dont mix in packets that are corrupted. If even one bit gets changed, it will not match the packet crc and so just get ignored, then the decryption will also fail, so I would say the odds of bad data getting processed is ignorable, even using UDP path.

Have you considered doing reed-solomon on the data to correct any corrupt packets?  It would add some redundant overhead, but you'd gain reliability in noisy networks.

http://www.drdobbs.com/cpp/reed-solomon-error-correction/184410107

I think M of N has the same effect, though nowhere near as efficient as rs codes. I am not sure how big a problem it is, so if it does turn out to be a real issue, then I will certainly consider such solutions. For now, I have enough code to write so I want to finish what I know must be done first
3652  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] BitcoinDark (BTCD)--Sha-256/PoW-PoS hybrid/Bounty Opportunities on: August 13, 2014, 11:21:08 PM
is there a guide to setting up a privacy server on debian/ubuntu anywhere?
Posted from Bitcointa.lk - #3IkMOkiPGm6DWIBy
It will be just to install BitcoinDarkd and make the appropriate entries in the .conf file, also will need a NXT core running and whatever other coin daemons you want your tradebots to have access to.

Now I think the build process might become a bit more complicated as you will need to get:
libcurl, libwebsockets, libnacl, and gzip but for ubuntu these are pretty standard and probably:
-lcurl -lwebsockets -lnacl -lz -luv

The above link extras will allow it to link libjl777

James

Can the wallets be shared with other applications or will they need to be didicated to the NXT core?

Thanks
I dont understand the question. NXT doesnt use wallets, the account is linked to the password and I am using the privkey for a BTCD address as the password, so a public BTCD address automatically maps to a NXT address. In a sense the NXT "wallet" is contained in your BTCD wallet. You can choose any address to use as your public address

Maybe you can describe your use case and I can explain better

James

Sorry I meant to say coin daemons. For example, I already 30 or so coin daemons at my disposal. Can I utilize those for currencies I would use trade bots with or do I need an all new set, specifically for the privacy server.
Wow 30 daemons running stable on one server! You can use the same ones, just need to add a JSON entry for each coin:

{"name":"BTC","conf":"/home/root/.bitcoin/bitcoin.conf","asset":"4551058913252105307","rpc":"127.0.0.1:8332","minconfirms":3,"estblocktime":600},

This will allow the tradebot to know how to communicate with each coin's daemon
3653  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] BitcoinDark (BTCD)--Sha-256/PoW-PoS hybrid/Bounty Opportunities on: August 13, 2014, 11:07:34 PM
I just defined the libjl777 interface, might as well post it for the record.

extern "C" int32_t libjl777_start(void **coinptrs,char *JSON_or_fname);

coinptrs, are just passed back to any C++ services I need, eg. libjl777_broadcast
the JSON_or_fname is what it says, either the JSON string itself (it wont be freed) or the full path to a file that contains the JSON string that configures libjl777. This way, it can all be in the BitcoinDark.conf file or any other file

Once you do a libjl777_start it will block waiting for commands, so make sure to do it in another thread.

Once it is running, you can submit commands via http://127.0.0.1:7777/{json command}, but this is probably best for webpages to use, for internal software use:

extern "C" char *libjl777_JSON(char *JSONstr);

This will run the command embedded in the JSONstr and return a string (or NULL), you need to free it after you dont need it anymore.

There needs to be a way to broadcast a packet, so there needs to be the following function:

extern "C" int32_t libjl777_broadcast(void **coinptrs,uint8_t *packet,int32_t len,uint64_t txid,int32_t duration);

The coinptrs are what was passed in before and the packet + len is the binary data. The txid is a (hopefully!) unique id for the packet. duration is the number of seconds it should stay around. Not critical to purge it if that is hard to do, but this allows a bit of resource management. When the node receives a broadcast packet, you call:

extern "C" char *libjl777_gotpacket(uint8_t *packet,int32_t len,uint64_t txid,int32_t duration);

The gotpacket function will return a JSON string (or NULL). Not sure what sort of info yet, probably just error or success.

James
3654  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] BitcoinDark (BTCD)--Sha-256/PoW-PoS hybrid/Bounty Opportunities on: August 13, 2014, 10:56:39 PM
is there a guide to setting up a privacy server on debian/ubuntu anywhere?
Posted from Bitcointa.lk - #3IkMOkiPGm6DWIBy
It will be just to install BitcoinDarkd and make the appropriate entries in the .conf file, also will need a NXT core running and whatever other coin daemons you want your tradebots to have access to.

Now I think the build process might become a bit more complicated as you will need to get:
libcurl, libwebsockets, libnacl, and gzip but for ubuntu these are pretty standard and probably:
-lcurl -lwebsockets -lnacl -lz -luv

The above link extras will allow it to link libjl777

James

Can the wallets be shared with other applications or will they need to be didicated to the NXT core?

Thanks
I dont understand the question. NXT doesnt use wallets, the account is linked to the password and I am using the privkey for a BTCD address as the password, so a public BTCD address automatically maps to a NXT address. In a sense the NXT "wallet" is contained in your BTCD wallet. You can choose any address to use as your public address

Maybe you can describe your use case and I can explain better

James
3655  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] BitcoinDark (BTCD)--Sha-256/PoW-PoS hybrid/Bounty Opportunities on: August 13, 2014, 09:38:59 PM
I seem to have problems in getting github setup correctly...
Anyway, I made a new repository libjl777, but it wasnt updating and somehow it was happiest replacing pNXT. I guess it's OK, as I have put all my stuff into libjl777 anyway. So now that it works with Mac. I will test it on ubuntu. I hope someone can test building this on Windows.

https://github.com/jl777/libjl777

I know i said it would take a couple days, but I am not so good at this type of work so my time estimating is off.
Now I think I will just link it with BitcoinDarkd and see what happens

James

P.S. Once I removed the Mac specific files from the linking, it worked find in Ubuntu

3656  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] BitcoinDark (BTCD)--Sha-256/PoW-PoS hybrid/Bounty Opportunities on: August 13, 2014, 07:13:22 PM
is there a guide to setting up a privacy server on debian/ubuntu anywhere?
Posted from Bitcointa.lk - #3IkMOkiPGm6DWIBy
It will be just to install BitcoinDarkd and make the appropriate entries in the .conf file, also will need a NXT core running and whatever other coin daemons you want your tradebots to have access to.

Now I think the build process might become a bit more complicated as you will need to get:
libcurl, libwebsockets, libnacl, and gzip but for ubuntu these are pretty standard and probably:
-lcurl -lwebsockets -lnacl -lz -luv

The above link extras will allow it to link libjl777

James
3657  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] BitcoinDark (BTCD)--Sha-256/PoW-PoS hybrid/Bounty Opportunities on: August 13, 2014, 06:55:50 PM
Good news, well I think its good news.

I realized there is no need to put all my code into the first version of libjl777, so it will only have 15,000 lines of my code (and 20,000+ lines of other code), so that will reduce the time needed to get it all "library-ized" I am not so good with linkers though, I usually just include all the source files and just compile a single file, but this seems to crash the poor microsoft compiler in win7...

I am using quite a few other libraries to build on top of: nacl, libwebsockets, libuv, libtom, picoc, gzip, curl and a few others. I could just make one giant project that starts from the sources of all these projects, which would eliminate the need to go find these from other places. On the other hand, that is just spending time moving stuff around and I dont like reinventing wheels...

How about this for build instructions:
1. find acceptable versions for libnacl (libsodium on Windows), libwebsockets, libuv, gzip and libcurl and make copies/links to them in the build directory for libjl777 (nacl.a, libwebsockets.a, libuv.a, libcurl.a) and I will just assume they are there
2. make

Now you can #include "jl777.h" and link in libjl777 to get access to all the features

Would that be acceptable?

James
3658  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] BitcoinDark (BTCD)--Sha-256/PoW-PoS hybrid/Bounty Opportunities on: August 13, 2014, 05:24:17 PM
I will say though, both darks have a great development team behind them. I can't say that for any other coin out there.
Posted from Bitcointa.lk - #1X7niYI8kAm7zgBB
Evan does good work, but if DRK is just a decentralized coinjoin, then it is too weak for anything more than personal use.
In any case, BTCD will be able to teleport DRK, BTC, NXT, XMR, etc. Big businesses wont use anything other than BTC itself, but they couldnt until BTCD because of the total transparency of bitcoin

It really doesnt matter which anon coin wins, even if there is actually a single winner, BTCD will be right there teleporting it

James

This is my opinion nothing more.
 
i have followed this thread from the beginning (found late so caught up)
now i have absolute 0% knowledge in coding or coin development yet the community and devs in this thread have given me a different kind of "trust" with btcd than i have found in any other coin. you are active daily, you keep us informed of progress and setbacks and never seem to be far away when needed.

i have started to buy and hold btcd when i can afford to do so. i feel confident i will see a decent return on my investment even on a long term basis, this is due to the reasons above plus the speed at which you work and the dedication you put into it. its like you see a niche in the crypto world and snap it up.

You do not seem to want/expect to be #1 coin, it seems you want to just make a difference in crypto as a whole and for that i commend you.

jl777 - I think that due to the work you have done here and elsewhere throughout the community and for all possible future work, your name will be remembered for a long time.

sorry for the rant and the long way to say "great work keep it up" i just felt that dint quite cut it lol
Wow! Thank you very much. Such kind works is always very helpful to gain strength to battle against difficult bugs.

The world is changing and in many ways for the worse. We used to all have cash to spend and other than the people you spent it with, nobody would really know. In many countries this is maybe the difference between being arrested or not and for the most ridiculous things are being made illegal.

Now cash is systematically being made illegal. You already cannot use cash for any large transactions and fewer and fewer places even accept it. Just use a credit card. Of course and every single transaction is open for anybody to see. Thanks, but not thanks.

Then comes bitcoin and people assume it is private. The big joke is that the govt officials are very happy for bitcoin usage, it is much easier to get transaction records than from credit card companies. Dont even need to submit silly paperwork to get access. Its all just right there. First the cloak and dagger agencies deanonymize, then the lesser agencies, and when the tax agency finally manages to obtain the social security number <-> bitcoin address database, then bitcoin will go from being one of the great things to a tool of the govt agencies

I am no criminal, but now they will probably make laws to classify me as big danger. No matter, I avoid USA and its allies from as big distance as possible. Of course Russia is no better and China, not sure yet.

The world needs cash or something that works like cash used to. This goes beyond any profit making or idealogical thing. Without cash and with govts in total control over what you spend, well, I see a very, very bad future down that path.

Since I can contribute to this fight against global oppression, I work 100+ hours a week to this goal, even though I have more money now than I can spend, though not more money than my wife can spend Smiley

James
3659  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] BitcoinDark (BTCD)--Sha-256/PoW-PoS hybrid/Bounty Opportunities on: August 13, 2014, 05:07:50 PM
BTC for network effect. BTCD for privacy. NXT for 2.0. Is there anything missing from a crypto ecosystem/portfolio?
MIC
it is up 100x in the last week!

James

P.S. full disclosure, I am biggest MIC whale, JLH owns 10% of it Smiley

I really thought that thing was just for comedy. I'll have to post a meme now.
It is of course for entertainment only. Sometimes these funny memes are helping me to laugh so I support Ludom (who is now rumored to be BCNext!) to fund his asset issuing and distributing cost.
3660  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] BitcoinDark (BTCD)--Sha-256/PoW-PoS hybrid/Bounty Opportunities on: August 13, 2014, 04:58:29 PM
BTC for network effect. BTCD for privacy. NXT for 2.0. Is there anything missing from a crypto ecosystem/portfolio?
MIC
it is up 100x in the last week!

James

P.S. full disclosure, I am biggest MIC whale, JLH owns 10% of it Smiley
Pages: « 1 ... 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 [183] 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 ... 315 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!