Bitcoin Forum
May 25, 2024, 06:49:18 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 ... 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 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 »
1501  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [BBR] Boolberry: Privacy and Security - Guaranteed[Bittrex/Poloniex]GPU Released on: October 07, 2014, 07:18:32 PM
AnonyMint understood Teleport after James explained it to him.

This isn't satisfactory. This whole word of mouth explanation to individuals is not cryptography. There needs to be vetted math, science, crypto and code for all to see.

Did BBR get sucked into SuperNET due to jl777 being the biggest BBR holder and XMR showing him the door? Some of what XMR bullies did I definitely frown upon (mainly Poloniex not able to milk money from ICO after giving XMR all the life it has), but can you blame them for not supporting convolution?

That's fine if it's not sufficient. I didn't mean to say that it was. I was mainly replying to the assertions that no one understood it.

There's no rush here. It's being developed and no one is telling anyone to buy anything.

The only thing I'm advising people to do here is wait and see and let results speak for themselves.


If someone is able to use BBR via SuperNET then why do we need to get BBR individually? Pure Anonymous transactions are what we have all been after since this space was discovered, but don't forget that it is also mostly about an agreed upon, unanimously chosen store of wealth.

I respect your posts EN. At this point I would ideally like CZ, James and or someone who speaks on behalf of them to come forward and start making a lot of sense.



I don't pretend to speak on behalf of anyone, but I've done a certain amount of work for jl777 on both Teleport and SuperNET documentation.
I'm not a dev, I'm a writer, and I understand them both pretty well. They are both excellent ideas. They are very simple in theory - elegantly simple, in fact.
There is a lot of complexity to get through to reach that simplicity, though Smiley
If you have specific questions, please ask them. Better still head over to the SuperNET forum and ask there, as I won't have lots of time to answer stuff here. There will be other folks who can help out there. There's also a SuperNET thread here, though mostly it's pretty quiet as everyone left for the SuperNET forum after some rabid trolls made it impossible to get anything done.
1502  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] BitcoinDark (BTCD)--Sha-256/PoW-PoS hybrid/Bounty Opportunities on: October 07, 2014, 07:01:47 PM
Making slow progress. Compiled ok but asking for BitcoinDark.conf
I created the file using pico BitcoinDark.conf and pasted in the text in OP, substituting the rpcuser= and rpcpassword= with the ones it suggested. Also changed permissions to 700 as recommended. Next time around, I got the same message.

Put your BitcoinDark.conf in .BitcoinDark in your home directory.


That directory doesn't seem to exist.
Edit: found hidden file with ls -a
Steep learning curve for me today.
1503  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] BitcoinDark (BTCD)--Sha-256/PoW-PoS hybrid/Bounty Opportunities on: October 07, 2014, 06:52:46 PM
Thanks. Why do I need to do that but you didn't?

I did that as well. It should finish the compilation now and then you can start the daemon:

Code:
./BitcoinDarkd&

It will start downloading the blockchain and after a while you can talk to the daemon like this:

Code:
./BitcoinDarkd getinfo


Making slow progress. Compiled ok but asking for BitcoinDark.conf
I created the file using pico BitcoinDark.conf and pasted in the text in OP, substituting the rpcuser= and rpcpassword= with the ones it suggested. Also changed permissions to 700 as recommended. Next time around, I got the same message.

Edit: wrong directory first time. Then put it in one back from src. Still no luck.
1504  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] BitcoinDark (BTCD)--Sha-256/PoW-PoS hybrid/Bounty Opportunities on: October 07, 2014, 05:57:00 PM
Thanks crackfoo, will give that a go when I've eventually got this compiled. Another error for now:

opening dependency file obj/zerocoin/Accumulator.d: No such file or directory

Code:
mkdir obj/zerocoin

Thanks. Why do I need to do that but you didn't?
That looks like it's compiled now. Thanks for your help. Will look forward to playing with it now.
1505  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] BitcoinDark (BTCD)--Sha-256/PoW-PoS hybrid/Bounty Opportunities on: October 07, 2014, 05:53:50 PM
Thanks crackfoo, will give that a go when I've eventually got this compiled. Another error for now:

opening dependency file obj/zerocoin/Accumulator.d: No such file or directory
1506  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] BitcoinDark (BTCD)--Sha-256/PoW-PoS hybrid/Bounty Opportunities on: October 07, 2014, 05:38:55 PM
fatal error: miniupnpc/miniwget.h: No such file or directory
#include <miniupnpc/miniwget.h>

Mine compiled! You're missing a dependency. Try

Code:
sudo apt-get install libminiupnpc-dev

Thanks, trying it now.

My linux machine is in a small room off my young daughter's room, so I can't really use it after she's asleep. While I have your tech support here, is there an easy way to connect to it from my (Windows 7) laptop, so I can play with the daemon at night?
1507  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] BitcoinDark (BTCD)--Sha-256/PoW-PoS hybrid/Bounty Opportunities on: October 07, 2014, 05:19:08 PM
I updated the instructions and you should try it, maybe it works for you. It doesn't work for me. I get this error message:

Quote
make -f makefile.unix
g++ -c -O2  -pthread -Wall -Wextra -Wno-ignored-qualifiers -Wformat -Wformat-security -Wno-unused-parameter -g -DBOOST_SPIRIT_THREADSAFE -I/home/claus/bitcoindark/src -I/home/claus/bitcoindark/src/obj -DUSE_UPNP=0 -I/home/claus/bitcoindark/src/leveldb/include -I/home/claus/bitcoindark/src/leveldb/helpers -DHAVE_BUILD_INFO -fno-stack-protector -fstack-protector-all -Wstack-protector -D_FORTIFY_SOURCE=2  -MMD -MF obj/alert.d -o obj/alert.o alert.cpp
alert.cpp:273:1: fatal error: opening dependency file obj/alert.d: No such file or directory

I'm not a programmer and I don't know how to proceed.

mkdir obj

Something seems to be happening...
Taking its time and it looked like there might have been an error message along the way.

Sad
fatal error: miniupnpc/miniwget.h: No such file or directory
#include <miniupnpc/miniwget.h>
1508  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] BitcoinDark (BTCD)--Sha-256/PoW-PoS hybrid/Bounty Opportunities on: October 07, 2014, 05:11:28 PM
I updated the instructions and you should try it, maybe it works for you. It doesn't work for me. I get this error message:

Quote
make -f makefile.unix
g++ -c -O2  -pthread -Wall -Wextra -Wno-ignored-qualifiers -Wformat -Wformat-security -Wno-unused-parameter -g -DBOOST_SPIRIT_THREADSAFE -I/home/claus/bitcoindark/src -I/home/claus/bitcoindark/src/obj -DUSE_UPNP=0 -I/home/claus/bitcoindark/src/leveldb/include -I/home/claus/bitcoindark/src/leveldb/helpers -DHAVE_BUILD_INFO -fno-stack-protector -fstack-protector-all -Wstack-protector -D_FORTIFY_SOURCE=2  -MMD -MF obj/alert.d -o obj/alert.o alert.cpp
alert.cpp:273:1: fatal error: opening dependency file obj/alert.d: No such file or directory

I'm not a programmer and I don't know how to proceed.

No, same problem with me. Thanks for trying.

Anyone else have any ideas?
1509  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] BitcoinDark (BTCD)--Sha-256/PoW-PoS hybrid/Bounty Opportunities on: October 07, 2014, 04:29:38 PM
You need to compile it yourself, but it's easy. Install the dependencies:

...

Then install Qt Creator and open the BitcoinDark-qt.pro file.

That's about it. Let me know if you have a problem.

Thanks, appreciate it. Doing it now, so far so good...
This is all another language to me. This will make for good documentation though.

Edit: Er, where is it? I installed the dependencies and downloaded the source, all ok. But I can't see the bitcoindark directory.
Edit edit: turned out I didn't have git installed, so that fixed it. But what am I making? "No targets specified and no makefile found. Stop."

I shouldn't have said that it's easy  Roll Eyes

Building the Qt wallet is easy, the daemon not so much. Bear with me, I have a Ubuntu box and I'll try to build it myself. If it works then I can give you proper instructions.

Haha, thanks. James said this would be 'relatively painless'. Smiley
1510  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] BitcoinDark (BTCD)--Sha-256/PoW-PoS hybrid/Bounty Opportunities on: October 07, 2014, 04:03:10 PM
You need to compile it yourself, but it's easy. Install the dependencies:

...

Then install Qt Creator and open the BitcoinDark-qt.pro file.

That's about it. Let me know if you have a problem.

Thanks, appreciate it. Doing it now, so far so good...
This is all another language to me. This will make for good documentation though.

Edit: Er, where is it? I installed the dependencies and downloaded the source, all ok. But I can't see the bitcoindark directory.
Edit edit: turned out I didn't have git installed, so that fixed it. But what am I making? "No targets specified and no makefile found. Stop."
1511  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] BitcoinDark (BTCD)--Sha-256/PoW-PoS hybrid/Bounty Opportunities on: October 07, 2014, 03:08:42 PM
I'm trying to put together some documentation for the SuperNET API and, as James says, the best way to learn about it is to play with it.
I've got Ubuntu freshly installed on an old computer but linux isn't something I've used much before. Is there a (hopefully very basic) guide to downloading the BTCD daemon so I can tinker with some API calls?
1512  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] BitcoinDark (BTCD)--Sha-256/PoW-PoS hybrid/Bounty Opportunities on: October 07, 2014, 06:58:03 AM
SuperNET forum is down. Anyone else having problems?
1513  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] SuperNET asset 12071612744977229797, trading symbol UNITY on: October 05, 2014, 07:13:59 PM
To withdraw UNITY from Bter, do I have to enter my NXT address (the one starting with NXT-....)  where it says UNITY address? Does the same apply to NEODice, NXTINSPCT or any other NXT asset? Thanks in advance for your help.

That's right. All go to your NXT wallet.
Nice to see some new NXTers around Smiley

Thanks Cassius!  Smiley

You are welcome Smiley
Do swing by the SN forum if you haven't already, it's all hands on deck.
1514  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] SuperNET asset 12071612744977229797, trading symbol UNITY on: October 05, 2014, 07:06:32 PM
To withdraw UNITY from Bter, do I have to enter my NXT address (the one starting with NXT-....)  where it says UNITY address? Does the same apply to NEODice, NXTINSPCT or any other NXT asset? Thanks in advance for your help.

That's right. All go to your NXT wallet.
Nice to see some new NXTers around Smiley
1515  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] SuperNET asset 12071612744977229797, trading symbol UNITY on: October 04, 2014, 03:40:59 PM
Not secrets. Just everything at the right time.
NB I don't know what the ANNs are either!
1516  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [BBR] Boolberry: Privacy and Security - Guaranteed[Bittrex/Poloniex]GPU Released on: October 04, 2014, 03:37:32 PM

Logo is awesome, no changes there.

However, there is a major announcement coming on Saturday. You will want to be following this thread that day. Just a heads up.

Following Smiley
1517  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] SuperNET asset 12071612744977229797, trading symbol UNITY on: October 04, 2014, 02:03:28 PM
please can you tell me what is the difference between MGW, mgwbtc and mgwbtcd? and which one would you buy, all or none or one of them?


http://www.jl777.org/business-as-usual/



Hey CECVW! Good to see you back.
MGW is the Multigateway, a distributed (near trustless) crypto trading exchange.
You send you coins to the address you're given in the MGW plug in for NXT wallet. It's exchanged for tokens (mgwBTC = BTC tokens, mgwBTCD = BTCD tokens) which you can then trade against NXT. You can then withdraw your tokens, so they are converted back to crypto and sent to their native wallets.

Edit: MGW is also the MGW asset. You can buy shares in this and get paid a proportion of transaction fees. Not sure how the maths adds up or what volumes make that an attractive investment, though.

Hi Cassius good to see you too!! How is aunty Mary doing?

Did you buy any of these coins? I have 2500 nxt to spare and I don't know which coin to buy, I have already btcd and I bought It when it was $0.4, any other coins you think I should invest with a great future or likely to join SuperNet?

Anyway say hello to aunty Mary on my behalf, I hope she is doing better from her Asteroid hyalosis

Got an uncle with macular degeneration but no aunt Mary with hyalosis.
If the NXT is burning a hole in your wallet I've heard something interesting might be announced later for BBR. Otherwise, there are so many announcements that it might be wise to keep some in reserve.
1518  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] SuperNET asset 12071612744977229797, trading symbol UNITY on: October 04, 2014, 01:09:45 PM
please can you tell me what is the difference between MGW, mgwbtc and mgwbtcd? and which one would you buy, all or none or one of them?


http://www.jl777.org/business-as-usual/



Hey CECVW! Good to see you back.
MGW is the Multigateway, a distributed (near trustless) crypto trading exchange.
You send you coins to the address you're given in the MGW plug in for NXT wallet. It's exchanged for tokens (mgwBTC = BTC tokens, mgwBTCD = BTCD tokens) which you can then trade against NXT. You can then withdraw your tokens, so they are converted back to crypto and sent to their native wallets.

Edit: MGW is also the MGW asset. You can buy shares in this and get paid a proportion of transaction fees. Not sure how the maths adds up or what volumes make that an attractive investment, though.
1519  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] SuperNET asset 12071612744977229797, trading symbol UNITY on: October 04, 2014, 12:27:46 PM
Pretty sure no one owns more than 50 million.
http://charts.nxtcrypto.org/cDistribution.aspx for distribution. There's a better one somewhere that shows top 100/1000 accounts, but I can't find it for some reason.
Distribution is just one of those things with NXT. It's actually kind of crazy, since none of the big stakeholders can sell and make millions without far greater adoption anyway. They just create selling pressure that keeps the price down, so if you believe the tech is going somewhere, you can still get in cheaply now.

Edit: distribution is improving, but it's hard to tell. Look at SuperNET: tens of millions of NXT in the same account. But some belonged to whales whose accounts are now smaller. This is why SuperNET and other successful assets are critically important to the success of the whole NXT ecosystem.
1520  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] SuperNET asset 12071612744977229797, trading symbol UNITY on: October 04, 2014, 07:27:58 AM
How do I take my Unity off of Bter and secure it in a wallet?

Also, are dividends received if I keep my asset offline in an NXT wallet? (I believe I can withdraw UNITY straight to a NXT wallet)

I did this recently.  As someone with 0 knowledge of NXT it took a bit of research.  Put simply

1.  Download a NXT wallet (after much research I went with http://nxtra.org/nxt-wallet/)
2.  Make your own passphrase
3.  Buy a few NXT for various fees you might eventually need to pay and transfer to wallet (20 is prob fine)
4.  Transfer funds from bter to your address (starts with NXT)

It's a bit different than bitcoin and its clones, but not too much.  Full disclosure, I've never been interested in NXT due to the distribution, but after getting involved with it a bit, it really is very cool tech.

Well, you just helped distribution  Smiley
Pages: « 1 ... 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 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 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!