Author

Topic: BTCD is no more - page 411. (Read 1328490 times)

hero member
Activity: 490
Merit: 504
August 06, 2014, 08:39:11 PM
it's open source... but there probably needs to be also BOP server with explorer, all info should be here: https://bitsofproof.com/?page_id=826
so we need a centralized server?
If anybody can look into this to make estimate for work required, that will help

Thanks
http://www.reddit.com/r/TREZOR/comments/2by964/can_i_use_trezor_with_dogecoin/
Quote
stickac 1 point 9 days ago
TREZOR already supports Dogecoin. What's needed is Dogecoin software that supports TREZOR. (myTREZOR only supports Bitcoin and Bitcoin Testnet at the moment).
legendary
Activity: 1176
Merit: 1134
August 06, 2014, 08:34:02 PM
Mid day weather report.

There was just too much code, so I have split it (just teleport code) up into four(!) different files and now it is much less to deal with at any given time. I decided to solve some of the nasty issues like pending teleports, disconnects in the middle, even preparing for the accounting. So a bit of deviation from quick alpha test, I am going straight to beta level code and functionality.

Now that things are relatively organized, I am about to code up the queue(s) processing. One downside Teleport had was that both sender and receiver have to be online at the same time and this sort of solves this, as the sending side will now just keep retrying (for 24hrs?) until the other side is there. It also greatly simplifies doing things like randomizing the exact time of cloning, etc.

Also, been planning how to surgically insert all this into BTCD core. Almost have a clear path on that side too.

James
hero member
Activity: 820
Merit: 1000
August 06, 2014, 07:54:29 PM
I wonder how much of that if any is xpool mining / converting into BTCD after 7 PM EST.  I've got my Jupiter on xpool Smiley

Have you worked out what your return (in BTCD) is per GH or TH per day through xpool?
member
Activity: 118
Merit: 10
August 06, 2014, 07:06:25 PM
I wonder how much of that if any is xpool mining / converting into BTCD after 7 PM EST.  I've got my Jupiter on xpool Smiley
hero member
Activity: 910
Merit: 503
August 06, 2014, 05:47:55 PM
Look at the order book on Bittrex, 22 BTC buy vs 0.8 BTC sell  Roll Eyes
legendary
Activity: 1176
Merit: 1134
August 06, 2014, 04:00:39 PM
it's open source... but there probably needs to be also BOP server with explorer, all info should be here: https://bitsofproof.com/?page_id=826
so we need a centralized server?
If anybody can look into this to make estimate for work required, that will help

Thanks
hero member
Activity: 490
Merit: 504
August 06, 2014, 03:54:36 PM
it's open source... but there probably needs to be also BOP server with explorer, all info should be here: https://bitsofproof.com/?page_id=826
legendary
Activity: 1176
Merit: 1134
August 06, 2014, 03:45:03 PM
Don't forget about the Bitsofproof wallet. Create this and getting BTCD on the Trezor will be very easy

yes, Trezor already supports altcoins. the only reason why it is not working yet is a lazyness of the altcoin-devs.

There needs to be a client with BIP 32 support - https://bitsofproof.com/?page_id=323 / block explorer. This already works for Bitcoin so it should be easy to make it for BTCD and merge the Trezor/Card into one package
Yes, lets put a bounty together for this too.
Not sure how much work? Any estimates?

James
hero member
Activity: 910
Merit: 503
August 06, 2014, 03:40:58 PM
I think it's amazing how all this work has been contained in this thread Smiley This feels totally different from other coins. Just a hardworking dev, a couple of people performing other tasks, and a few enthuasiasts / investors. So far everything is going smoothly.
hero member
Activity: 490
Merit: 504
August 06, 2014, 03:27:44 PM
Don't forget about the Bitsofproof wallet. Create this and getting BTCD on the Trezor will be very easy

yes, Trezor already supports altcoins. the only reason why it is not working yet is a lazyness of the altcoin-devs.

There needs to be a client with BIP 32 support - https://bitsofproof.com/?page_id=323 / block explorer. This already works for Bitcoin so it should be easy to make it for BTCD and merge the Trezor/Card into one package
legendary
Activity: 1176
Merit: 1134
August 06, 2014, 03:12:50 PM
Looks like yesterdays' Bittrex manipulator is back. Suddenly there are 450 BTCD buy orders in the top 50 orders...
We are getting very close to alltime highs, so games are expected

what other coin has ever recovered back to pump level alltime highs within 2 weeks!?
We had volumes close to LTC volumes during that pump and dump. To get slammed down to one third of peak prices usually really hurts a coin.

It just let me get a bunch more BTCD Smiley

So, with anon card, Teleport, new QT, new HTML GUI, all still "insider" info to this thread and of course no recent press coverage at all, my prediction of Top 10 coinmarketcap appears to be not so crazy

James
legendary
Activity: 1176
Merit: 1134
August 06, 2014, 03:08:26 PM
The QT will add basic functions for Teleport and managing telepods, but for things like InstantDEX we need to use the NXT GUI as a starting point. NXT GUI is totally HTML and runs in a browser talking to localhost (127.0.0.1:7876) so it is totally client side, but it looks like an active website.

If you use the NXT GUI you will understand, it cannot be compared to any QT wallet. So I need people with user interface experience to look at what NXT GUI is now and then think through what it could be as a reskinned BTCD GUI with "NXT inside"

It is like HDTV bigscreen vs. old black and white TV, well the difference is even more. Words cant describe

James

Thanks James, you'r the man.

How about contacting original NXT GUI guys? Can they help?
They are already helping as much as they can, one is doing InstantDEX GUI another Privatebet GUI, need more GUI guys. I seem to have too many magic API's that need them Smiley


I'm happy to help with HTML5/CSS/Javascript coding for BTCD. Let me know what you need. you can contact my via PM if you want.
First step get the reference NXT code from nxt.org and get familiar with the HTML
Then update with https://nxtforum.org/nxtservices-releases/multigateway-ui/
This has code that talks to my :7777 API

So with that, you can see how to go from universal webpage to my API
Then we need graphics peoples to see what sort of thing can be done with making it look BTCD
And GUI designer to come up with the right pages/buttons, etc. to be implemented

James
legendary
Activity: 1736
Merit: 1001
August 06, 2014, 03:04:46 PM
The QT will add basic functions for Teleport and managing telepods, but for things like InstantDEX we need to use the NXT GUI as a starting point. NXT GUI is totally HTML and runs in a browser talking to localhost (127.0.0.1:7876) so it is totally client side, but it looks like an active website.

If you use the NXT GUI you will understand, it cannot be compared to any QT wallet. So I need people with user interface experience to look at what NXT GUI is now and then think through what it could be as a reskinned BTCD GUI with "NXT inside"

It is like HDTV bigscreen vs. old black and white TV, well the difference is even more. Words cant describe

James

Thanks James, you'r the man.

How about contacting original NXT GUI guys? Can they help?
They are already helping as much as they can, one is doing InstantDEX GUI another Privatebet GUI, need more GUI guys. I seem to have too many magic API's that need them Smiley


I'm happy to help with HTML5/CSS/Javascript coding for BTCD. Let me know what you need. you can contact my via PM if you want.
legendary
Activity: 1176
Merit: 1134
August 06, 2014, 02:51:38 PM
The QT will add basic functions for Teleport and managing telepods, but for things like InstantDEX we need to use the NXT GUI as a starting point. NXT GUI is totally HTML and runs in a browser talking to localhost (127.0.0.1:7876) so it is totally client side, but it looks like an active website.

If you use the NXT GUI you will understand, it cannot be compared to any QT wallet. So I need people with user interface experience to look at what NXT GUI is now and then think through what it could be as a reskinned BTCD GUI with "NXT inside"

It is like HDTV bigscreen vs. old black and white TV, well the difference is even more. Words cant describe

James

Thanks James, you'r the man.

How about contacting original NXT GUI guys? Can they help?
They are already helping as much as they can, one is doing InstantDEX GUI another Privatebet GUI, need more GUI guys. I seem to have too many magic API's that need them Smiley
sr. member
Activity: 256
Merit: 250
August 06, 2014, 02:24:25 PM
The QT will add basic functions for Teleport and managing telepods, but for things like InstantDEX we need to use the NXT GUI as a starting point. NXT GUI is totally HTML and runs in a browser talking to localhost (127.0.0.1:7876) so it is totally client side, but it looks like an active website.

If you use the NXT GUI you will understand, it cannot be compared to any QT wallet. So I need people with user interface experience to look at what NXT GUI is now and then think through what it could be as a reskinned BTCD GUI with "NXT inside"

It is like HDTV bigscreen vs. old black and white TV, well the difference is even more. Words cant describe

James

Thanks James, you'r the man.

How about contacting original NXT GUI guys? Can they help?
hero member
Activity: 690
Merit: 501
August 06, 2014, 02:19:02 PM
Looks like yesterdays' Bittrex manipulator is back. Suddenly there are 450 BTCD buy orders in the top 50 orders...
legendary
Activity: 1176
Merit: 1134
August 06, 2014, 02:06:34 PM
Some of you probably have wondered how to use NXT in the context of the BTCD functions. In order to use NXT you need to just install the standard NXT software (from nxtforum.org or nxt.org), but after that you need a NXT acct number and with NXT your password is your account. So you must have a high entropy password.

It just so happens that there is a way to bind a BTCD address to a NXT address and to know you have a high entropy password.

I suggest to make a new BTCD address just to keep things compartmentalized. This will be your public address and maybe you never even use it, that way it is only tied to you as the "post office box" number that people send to you, but with Teleport it doesnt arrive at your published address, you will get telepods.

So, back to the NXT linkage. Just do a:
dumpprivkey

This will spit out a bunch of letters and numbers. If you have any significant amount of value associated with that address, guard this number carefully! It will allow anybody that gets it to access your BTCD funds, but if it is just a public address with no funds, then not much to worry about. However, if you cut and paste from the debug window of your wallet into the NXT wallet and login, you will get a NXT acct number. This will be your and you can use it for a normal NXT account without worry that it can be directly linked to your BTCD public acct (unless of course you publish both)

So, if you end up using the NXT account for signficant value, then dont be saving the password in a text file!
Since you can always generate it from your wallet's debug window via "dumpprivkey" as long as you have regular backups of your BTCD wallet, your NXT password is always there.
Nothing prevents you from making private addresses that are never published and having them also linked.

James
Good idea, I suggest everyone do this. I installed NXT client last night and am loving it. This effectively makes your BTCD private key the private key for your NXT address as well.
Now we just need a HTML5 GUI guy to reskin the NXT GUI into BTCD GUI and we can transparently deal with the NXT account. I am thinking the basic BTCD-qt can have a button to push that opens a browser to the right page and automatically logs in with the designated BTCD address.

I bit of a klunky two step, but at least it will be push button automated into a logged in NXT acct. You will need to beg for a few NXT before you can do anything, but there is a faucet and once you get even a few NXT you can use AE to sell stuff and get more NXT

I suggest a small bounty fund to pay for GUI dev as otherwise we will have Teleport working via commandline that most people wont be able to use. We need some mods to the QT and a reskin of the NXT GUI, the latter is more work I am sure. I have no idea of what sort of budget is required. But I think even 1000 BTCD will be enough to get some contractor to do the QT changes. Maybe 2500 BTCD for the reskinned NXT GUI?

So, now imagine BTCD having not only super awesome Teleport, but state of the art reskinned gen 2 GUI with all of NXT features! NXT will be under the hood for AE and other things, but this is like "white label" (I think that is the term), the brand that presents the features gets the user cred. Think about Intel CPU, customers might care a bit about the CPU and it is certainly important, but the big computer brands like Apple are using the CPU tech, but creating a user experience brand.

Any cut and paste monkey can make a NXT clone (and there are many!), but nobody has done this "white label" thing yet. This is a bit out of my expertise, I hope there are peoples here that can take on this task of designing the reskinned GUI and then we can find contractor to do it if nobody picks up the bounty.

All I know is we cant wait for this to happen. Somebody has to make it happen. With the darkpaper draft, you should be able to see what sorts of functions the GUI needs

volunteers for GUI team?

James

I'm a little confused. The QT designer will add Teleport button and form, etc. The HTML5 guy will do what? NXT GUI is designed in HTML?
The QT will add basic functions for Teleport and managing telepods, but for things like InstantDEX we need to use the NXT GUI as a starting point. NXT GUI is totally HTML and runs in a browser talking to localhost (127.0.0.1:7876) so it is totally client side, but it looks like an active website.

If you use the NXT GUI you will understand, it cannot be compared to any QT wallet. So I need people with user interface experience to look at what NXT GUI is now and then think through what it could be as a reskinned BTCD GUI with "NXT inside"

It is like HDTV bigscreen vs. old black and white TV, well the difference is even more. Words cant describe

James
hero member
Activity: 690
Merit: 501
August 06, 2014, 01:40:47 PM
Some of you probably have wondered how to use NXT in the context of the BTCD functions. In order to use NXT you need to just install the standard NXT software (from nxtforum.org or nxt.org), but after that you need a NXT acct number and with NXT your password is your account. So you must have a high entropy password.

It just so happens that there is a way to bind a BTCD address to a NXT address and to know you have a high entropy password.

I suggest to make a new BTCD address just to keep things compartmentalized. This will be your public address and maybe you never even use it, that way it is only tied to you as the "post office box" number that people send to you, but with Teleport it doesnt arrive at your published address, you will get telepods.

So, back to the NXT linkage. Just do a:
dumpprivkey

This will spit out a bunch of letters and numbers. If you have any significant amount of value associated with that address, guard this number carefully! It will allow anybody that gets it to access your BTCD funds, but if it is just a public address with no funds, then not much to worry about. However, if you cut and paste from the debug window of your wallet into the NXT wallet and login, you will get a NXT acct number. This will be your and you can use it for a normal NXT account without worry that it can be directly linked to your BTCD public acct (unless of course you publish both)

So, if you end up using the NXT account for signficant value, then dont be saving the password in a text file!
Since you can always generate it from your wallet's debug window via "dumpprivkey" as long as you have regular backups of your BTCD wallet, your NXT password is always there.
Nothing prevents you from making private addresses that are never published and having them also linked.

James
Good idea, I suggest everyone do this. I installed NXT client last night and am loving it. This effectively makes your BTCD private key the private key for your NXT address as well.
Now we just need a HTML5 GUI guy to reskin the NXT GUI into BTCD GUI and we can transparently deal with the NXT account. I am thinking the basic BTCD-qt can have a button to push that opens a browser to the right page and automatically logs in with the designated BTCD address.

I bit of a klunky two step, but at least it will be push button automated into a logged in NXT acct. You will need to beg for a few NXT before you can do anything, but there is a faucet and once you get even a few NXT you can use AE to sell stuff and get more NXT

I suggest a small bounty fund to pay for GUI dev as otherwise we will have Teleport working via commandline that most people wont be able to use. We need some mods to the QT and a reskin of the NXT GUI, the latter is more work I am sure. I have no idea of what sort of budget is required. But I think even 1000 BTCD will be enough to get some contractor to do the QT changes. Maybe 2500 BTCD for the reskinned NXT GUI?

So, now imagine BTCD having not only super awesome Teleport, but state of the art reskinned gen 2 GUI with all of NXT features! NXT will be under the hood for AE and other things, but this is like "white label" (I think that is the term), the brand that presents the features gets the user cred. Think about Intel CPU, customers might care a bit about the CPU and it is certainly important, but the big computer brands like Apple are using the CPU tech, but creating a user experience brand.

Any cut and paste monkey can make a NXT clone (and there are many!), but nobody has done this "white label" thing yet. This is a bit out of my expertise, I hope there are peoples here that can take on this task of designing the reskinned GUI and then we can find contractor to do it if nobody picks up the bounty.

All I know is we cant wait for this to happen. Somebody has to make it happen. With the darkpaper draft, you should be able to see what sorts of functions the GUI needs

volunteers for GUI team?

James

I'm a little confused. The QT designer will add Teleport button and form, etc. The HTML5 guy will do what? NXT GUI is designed in HTML?
legendary
Activity: 1176
Merit: 1134
August 06, 2014, 01:29:11 PM
Some of you probably have wondered how to use NXT in the context of the BTCD functions. In order to use NXT you need to just install the standard NXT software (from nxtforum.org or nxt.org), but after that you need a NXT acct number and with NXT your password is your account. So you must have a high entropy password.

It just so happens that there is a way to bind a BTCD address to a NXT address and to know you have a high entropy password.

I suggest to make a new BTCD address just to keep things compartmentalized. This will be your public address and maybe you never even use it, that way it is only tied to you as the "post office box" number that people send to you, but with Teleport it doesnt arrive at your published address, you will get telepods.

So, back to the NXT linkage. Just do a:
dumpprivkey

This will spit out a bunch of letters and numbers. If you have any significant amount of value associated with that address, guard this number carefully! It will allow anybody that gets it to access your BTCD funds, but if it is just a public address with no funds, then not much to worry about. However, if you cut and paste from the debug window of your wallet into the NXT wallet and login, you will get a NXT acct number. This will be your and you can use it for a normal NXT account without worry that it can be directly linked to your BTCD public acct (unless of course you publish both)

So, if you end up using the NXT account for signficant value, then dont be saving the password in a text file!
Since you can always generate it from your wallet's debug window via "dumpprivkey" as long as you have regular backups of your BTCD wallet, your NXT password is always there.
Nothing prevents you from making private addresses that are never published and having them also linked.

James
Good idea, I suggest everyone do this. I installed NXT client last night and am loving it. This effectively makes your BTCD private key the private key for your NXT address as well.
Now we just need a HTML5 GUI guy to reskin the NXT GUI into BTCD GUI and we can transparently deal with the NXT account. I am thinking the basic BTCD-qt can have a button to push that opens a browser to the right page and automatically logs in with the designated BTCD address.

I bit of a klunky two step, but at least it will be push button automated into a logged in NXT acct. You will need to beg for a few NXT before you can do anything, but there is a faucet and once you get even a few NXT you can use AE to sell stuff and get more NXT

I suggest a small bounty fund to pay for GUI dev as otherwise we will have Teleport working via commandline that most people wont be able to use. We need some mods to the QT and a reskin of the NXT GUI, the latter is more work I am sure. I have no idea of what sort of budget is required. But I think even 1000 BTCD will be enough to get some contractor to do the QT changes. Maybe 2500 BTCD for the reskinned NXT GUI?

So, now imagine BTCD having not only super awesome Teleport, but state of the art reskinned gen 2 GUI with all of NXT features! NXT will be under the hood for AE and other things, but this is like "white label" (I think that is the term), the brand that presents the features gets the user cred. Think about Intel CPU, customers might care a bit about the CPU and it is certainly important, but the big computer brands like Apple are using the CPU tech, but creating a user experience brand.

Any cut and paste monkey can make a NXT clone (and there are many!), but nobody has done this "white label" thing yet. This is a bit out of my expertise, I hope there are peoples here that can take on this task of designing the reskinned GUI and then we can find contractor to do it if nobody picks up the bounty.

All I know is we cant wait for this to happen. Somebody has to make it happen. With the darkpaper draft, you should be able to see what sorts of functions the GUI needs

volunteers for GUI team?

James
hero member
Activity: 690
Merit: 501
August 06, 2014, 01:12:52 PM
Some of you probably have wondered how to use NXT in the context of the BTCD functions. In order to use NXT you need to just install the standard NXT software (from nxtforum.org or nxt.org), but after that you need a NXT acct number and with NXT your password is your account. So you must have a high entropy password.

It just so happens that there is a way to bind a BTCD address to a NXT address and to know you have a high entropy password.

I suggest to make a new BTCD address just to keep things compartmentalized. This will be your public address and maybe you never even use it, that way it is only tied to you as the "post office box" number that people send to you, but with Teleport it doesnt arrive at your published address, you will get telepods.

So, back to the NXT linkage. Just do a:
dumpprivkey

This will spit out a bunch of letters and numbers. If you have any significant amount of value associated with that address, guard this number carefully! It will allow anybody that gets it to access your BTCD funds, but if it is just a public address with no funds, then not much to worry about. However, if you cut and paste from the debug window of your wallet into the NXT wallet and login, you will get a NXT acct number. This will be your and you can use it for a normal NXT account without worry that it can be directly linked to your BTCD public acct (unless of course you publish both)

So, if you end up using the NXT account for signficant value, then dont be saving the password in a text file!
Since you can always generate it from your wallet's debug window via "dumpprivkey" as long as you have regular backups of your BTCD wallet, your NXT password is always there.
Nothing prevents you from making private addresses that are never published and having them also linked.

James
Good idea, I suggest everyone do this. I installed NXT client last night and am loving it. This effectively makes your BTCD private key the private key for your NXT address as well.
Jump to: