Bitcoin Forum
May 05, 2024, 08:17:08 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Poll
Question: Do you Accept Komodo ICO conversion vs Reject Komodo ICO conversion and fund new dev team?
Accept - 145 (68.7%)
Reject - 66 (31.3%)
Total Voters: 211

Pages: « 1 ... 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 146 147 ... 547 »
  Print  
Author Topic: BTCD is no more  (Read 1328438 times)
Mr.Joker
Hero Member
*****
Offline Offline

Activity: 868
Merit: 1000


View Profile
July 23, 2014, 12:01:54 AM
 #1921

Can't wait to see what happens with more exchanges jump on board.

No reason this coin can't reach XMR levels or higher, they have nearly twice as many coins in circulation.

lol, XMR
1714897028
Hero Member
*
Offline Offline

Posts: 1714897028

View Profile Personal Message (Offline)

Ignore
1714897028
Reply with quote  #2

1714897028
Report to moderator
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714897028
Hero Member
*
Offline Offline

Posts: 1714897028

View Profile Personal Message (Offline)

Ignore
1714897028
Reply with quote  #2

1714897028
Report to moderator
1714897028
Hero Member
*
Offline Offline

Posts: 1714897028

View Profile Personal Message (Offline)

Ignore
1714897028
Reply with quote  #2

1714897028
Report to moderator
1714897028
Hero Member
*
Offline Offline

Posts: 1714897028

View Profile Personal Message (Offline)

Ignore
1714897028
Reply with quote  #2

1714897028
Report to moderator
jl777
Legendary
*
Offline Offline

Activity: 1176
Merit: 1132


View Profile WWW
July 23, 2014, 12:21:55 AM
 #1922

I got half the atomic exchange working, but the problem is that I dont have the pubkey to properly encrypt it, so like I was saying yesterday I need a way for the pubkey to get propagated. For now, I am using a single hub for testing, gotta get the easiest case 100% solid before going to multihubs.

Anyway, routine API's like "getpubkey" become a little trickier if it needs to handle BTCD or NXT address, so might as well make it handle pNXT and BTC addresses. The flip side is a "publishaddresses" API call. This is where you tell the privacyServer what addressees you dont mind being public info, along with the public key for the current session. It could well be that no funds ever actually go in the public account as there will be provisions to tell the privacyServer to bypass the public acct and send to a private acct. I am waiting for possible attacks on this method. It is kind of like onion routing, but applied to acct numbers. Maybe we call it "onion accounts"?

A -> B's public address
B's privacyServer (the only one that even knows the private acct #) reroutes to the private acct

Now on the blockchain people see that A sent to some acct, but even if the actual private acct it ended up in is able to be determined (doubtful), what is the consequence? I like to have contingency plans, so that lets assume the private acct becomes known, but WHO owns it?

Originally A sent via its privacyServer which then got it to B's privacyServer, which then put it in a private acct. But only B knows whose acct that is. Now B can send instructions to B to spend from this private acct and people could see that funds were spent, but still only B knows who is doing this.

So I think this setup is adequate for the first release. I can always add the superprivate acct that not even the privacyServer knows the number of, well once I figure out how to do that.

Should have this done first half of the day, then I can do the receiving half of the "makeoffer" API. I already have it generating the data needed to do an atomic swap:

(8989816935121514892) -> (8989816935121514892) _tokbuf.[[{"utx":"0201140d3d01d00225c5fed2690701cf06f267e7c227b1a3c0dfa9c6fc3cdb593b3af6f16d65302 f8c71b555df3ec27c000000000000000000e1f50500000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000000000000000000 0000444a53bf9828e869e80300000000000031007b22617373657442223a2231363339323939383 439333238343339353338222c2271747942223a2231303030303030227d","sig":"ac01a7493ef9e833fa6c80b67ae1694ba93c0a80e4e08e8a86a492f5e2c1a124","ref":"","time":1406072660},{"token":"d79fth95u83cu087m4js5pr7oqktvg537dctmf7sclmv3thq7k6h8bpgsr1it701h67f7h1a4k39p0j koob8s7n9tnjg7kfeph5i26ldr14059pskm96sb199j701nud85pj2cetoocpvvk20vp5ohhuae9ifa 28"}]]

But planning ahead I will need to support a large variety of packet types, right now there are just a few, unencrypted intro packet that is needed to establish contact, encrypted and tokenized JSON packet, encrypted but not tokenized JSON for routine non-sensitive comms, and the middle one goes into an API processor that has both local and remote instantiations (that was confusing to get right). Clearly, it would be nice to be able to easily add a new set of API commands without messing with the core API set. Sort of an plugin system for related API command, dont you agree?

So, I will do that too. Will slow me down a bit, but will payoff the first time I want to add another set of APIs. I surely dont want to have to dive into all the packet processing logic again, so many special cases.

Next weather update later tonight Smiley

James

http://www.digitalcatallaxy.com/report2015.html
100+ page annual report for SuperNET
damiano
Legendary
*
Offline Offline

Activity: 1246
Merit: 1000


103 days, 21 hours and 10 minutes.


View Profile
July 23, 2014, 12:25:48 AM
 #1923

Good shit jl777.

I find I have to always read your posts twice so I can fully understand what's going on.
jl777
Legendary
*
Offline Offline

Activity: 1176
Merit: 1132


View Profile WWW
July 23, 2014, 12:30:05 AM
 #1924

Good shit jl777.

I find I have to always read your posts twice so I can fully understand what's going on.
If you can fully understand my posts, we need you on the dev team!
Smiley

http://www.digitalcatallaxy.com/report2015.html
100+ page annual report for SuperNET
qiwoman2
Legendary
*
Offline Offline

Activity: 2114
Merit: 1023


Oikos.cash | Decentralized Finance on Tron


View Profile
July 23, 2014, 12:33:21 AM
 #1925

I got a 1.6 th miner at my Frien'ds house. Can I earn good coins if I mine on multipool? He gonna set my miner to mine BTCD. Smiley


█▀█ █ █▄▀ █▀█ █▀ ░ █▀▀ ▄▀█ █▀ █░█
█▄█ █ █░█ █▄█ ▄█ ▄ █▄▄ █▀█ ▄█ █▀█



DeFi on Tron
and trustless token exchange
█████











█████

██████████████████████████████████████████████████████

JOIN OIKOS

██████████████████████████████████████████████████████

█████
    █
    █
    █
    █
    █
    █
    █
    █
    █
    █
    █
█████
MFTHC
Full Member
***
Offline Offline

Activity: 255
Merit: 100



View Profile
July 23, 2014, 12:47:51 AM
 #1926

 The price is very high?How much is the marketcap(BTC) ?
Ezravdb
Hero Member
*****
Offline Offline

Activity: 1680
Merit: 506


Trphy.io


View Profile
July 23, 2014, 12:51:34 AM
 #1927

We are heading north again folks!

░▒░░▒▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓
 ▓███▓░░▒▒▒▒▒▒▒▒░▒▒▒▒▒▒▒▒▒▒▒
 ▓███▓                     
  ████░                     
  ▒████                     
   ░███▓                   
     ▓██▓                   
       ███░                 
         ▓█▓░               
           ▓█▒  ██         
           ▓█   ██▒         
        ░███░ ▒  ▓██▓       
        ▓█▒▓█▓█▓▓█▒▓█       
|
|

█████████████████████████
██ ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ ██
██ █████████████▀█████ ██
██ ███ ▀█████▀      ▀█ ██
██ ███     ▀▀      ▐██ ██
██ ███▌            ███ ██
██ ████▌          ▄███ ██
██ ██████       ▄█████ ██
██ ████▄▄▄▄▄▄▄████████ ██
██ ███████████████████ ██
██▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄██
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀

█████████████████████████
██ ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ ██
██ ████████████▀▀▀████ ██
██ ████████▀▀     ████ ██
██ █████▀    ▄▀  ▐████ ██
██ ██▀     ▄▀    ▐████ ██
██ ████▄▄ █▀     █████ ██
██ ██████ ▄▄█   ▐█████ ██
██ ████████████ ██████ ██
██ ███████████████████ ██
██▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄██
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
|
Mr.Joker
Hero Member
*****
Offline Offline

Activity: 868
Merit: 1000


View Profile
July 23, 2014, 12:53:04 AM
 #1928

The price is very high?How much is the marketcap(BTC) ?


#    Name    Market Cap           Price           Available Supply   Volume (24h)
26    BitcoinDark   2.639 BTC   0.00224111 BTC   1,177,750 BTCD   877 BTC   
Mr.Joker
Hero Member
*****
Offline Offline

Activity: 868
Merit: 1000


View Profile
July 23, 2014, 12:55:19 AM
 #1929

We are heading north again folks!

Floor was quite stable at 18000-22000.

Time to move to 300k
damiano
Legendary
*
Offline Offline

Activity: 1246
Merit: 1000


103 days, 21 hours and 10 minutes.


View Profile
July 23, 2014, 01:01:22 AM
 #1930

We are heading north again folks!

Floor was quite stable at 18000-22000.

Time to move to 300k

We went down because paradigmflux had to unload 5k coins.  Which he did well without causing to much panic.

jl777
Legendary
*
Offline Offline

Activity: 1176
Merit: 1132


View Profile WWW
July 23, 2014, 01:20:54 AM
 #1931

The coding went smoothly. Turns out I already had an API command parser. It would be a linear scan of all API commands, but at CPU speeds, no problem.

I want to make it easy for people to send using public addresses, but not so easy to algorithmically tell apart BTC, BTCD, etc. addresses, so I just lump them all together in a pair of hashtables and if they are there, then we have a public key as long as it was registered. Currently no protection against spoofing, that will have to be added at a higher level. This means someone can say that your public BTCD address is theirs. So what to do if there are more than one account with the same address?

Dont know yet. These are the type of things that are much easier to solve after things are working a bit more. I dont expect any major hurdles, just something to remember to make sure it is solved. I need an assistant to keep track of all these type of items that have to be passed before release?

Any volunteers? Must be organized. Thats about it

Of course I didnt realize until now I need an internal tokenized RPC interface function so I can call my own functions via API. Currently it is actually easier to do it via 127.0.0.1:7777/<APIREQUEST> URLs and that just seems so wrong to go outside the program through HTML talking to a libwebsockets interface that goes through authentication and finally calls the internal function.

I knew you would agree.

James

P.S. Let me offer a bribe to get a volunteer. Whoever becomes my assistant would know my schedule. I have noticed a pretty clear correlation with my being awake and posting, especially about releases, vs price action Smiley

http://www.digitalcatallaxy.com/report2015.html
100+ page annual report for SuperNET
japandrew73
Full Member
***
Offline Offline

Activity: 182
Merit: 100


View Profile
July 23, 2014, 01:28:28 AM
 #1932

Thank you Dev.  Thank you for providing a stable coin and sticking with development in a time where scams have been so prevalent. 


Coin should be at .008 later tonight
jl777
Legendary
*
Offline Offline

Activity: 1176
Merit: 1132


View Profile WWW
July 23, 2014, 01:30:23 AM
 #1933

Thank you Dev.  Thank you for providing a stable coin and sticking with development in a time where scams have been so prevalent. 


Coin should be at .008 later tonight
I hope not, I want to buy more. But the problem is that everytime I am awake the price goes up, so I never get a good price Sad

http://www.digitalcatallaxy.com/report2015.html
100+ page annual report for SuperNET
Mr.Joker
Hero Member
*****
Offline Offline

Activity: 868
Merit: 1000


View Profile
July 23, 2014, 01:30:54 AM
 #1934

Thank you Dev.  Thank you for providing a stable coin and sticking with development in a time where scams have been so prevalent. 


Coin should be at .008 later tonight
I hope not, I want to buy more. But the problem is that everytime I am awake the price goes up, so I never get a good price Sad

hahaha, how much BTCD do you own? (If I may ask Grin)
qiwoman2
Legendary
*
Offline Offline

Activity: 2114
Merit: 1023


Oikos.cash | Decentralized Finance on Tron


View Profile
July 23, 2014, 01:33:38 AM
 #1935

Thank you Dev.  Thank you for providing a stable coin and sticking with development in a time where scams have been so prevalent. 


Coin should be at .008 later tonight

Yes you are right some peeps alerted me to a scam coin today using my old qiwoman hacked account I was so shocked but the ann is closed now thank God because we alerted everyone they scammers.. Cry..I looking forward to mining the coin tonight and I got 600 coins now and got buy order in for another 100..


█▀█ █ █▄▀ █▀█ █▀ ░ █▀▀ ▄▀█ █▀ █░█
█▄█ █ █░█ █▄█ ▄█ ▄ █▄▄ █▀█ ▄█ █▀█



DeFi on Tron
and trustless token exchange
█████











█████

██████████████████████████████████████████████████████

JOIN OIKOS

██████████████████████████████████████████████████████

█████
    █
    █
    █
    █
    █
    █
    █
    █
    █
    █
    █
█████
damiano
Legendary
*
Offline Offline

Activity: 1246
Merit: 1000


103 days, 21 hours and 10 minutes.


View Profile
July 23, 2014, 01:39:29 AM
 #1936

Thank you Dev.  Thank you for providing a stable coin and sticking with development in a time where scams have been so prevalent. 


Coin should be at .008 later tonight

Yes you are right some peeps alerted me to a scam coin today using my old qiwoman hacked account I was so shocked but the ann is closed now thank God because we alerted everyone they scammers.. Cry..I looking forward to mining the coin tonight and I got 600 coins now and got buy order in for another 100..

Let me know how many coins your 1.6 th nets a day
Mr.Joker
Hero Member
*****
Offline Offline

Activity: 868
Merit: 1000


View Profile
July 23, 2014, 01:40:37 AM
 #1937

Pfoee, 17 btc wall at 24k

Someone tries to get some more cheap coins, blocking price increase
jl777
Legendary
*
Offline Offline

Activity: 1176
Merit: 1132


View Profile WWW
July 23, 2014, 01:40:50 AM
 #1938

Thank you Dev.  Thank you for providing a stable coin and sticking with development in a time where scams have been so prevalent. 


Coin should be at .008 later tonight
I hope not, I want to buy more. But the problem is that everytime I am awake the price goes up, so I never get a good price Sad

hahaha, how much BTCD do you own? (If I may ask Grin)
Well I did manage to get some nice amounts from WH guys, so I cant complain, but a lot of it is via sharkfund0 that I manage

I just dont want to make the same mistake I made with DRK. I got in early, first few days on exchange and it was .0002 or something crazy low, so got 1% for 10 BTC

As it kept going up, I could have been buying more, but instead I kept selling off half each time it doubled after 10fold gain.
If I had full confidence in their tech, then maybe I would have been buying on the way up, but with it being closed source I couldnt even look at it.

With DRK when it went to .001 it already seemed expensive to me. looking back, I could have made a lot more as it was still going up 20 fold. My lesson was that past price is irrelevant, what matter is the future price.

Now with BTCD I have an unfair advantage because I am pretty sure I can trust the BTCD dev, he's kind of crazy at times, but seems to be a decent guy Smiley

James

http://www.digitalcatallaxy.com/report2015.html
100+ page annual report for SuperNET
mlord1010
Full Member
***
Offline Offline

Activity: 125
Merit: 100


View Profile
July 23, 2014, 01:53:48 AM
 #1939

I'm sorry but +1 million usd market cap in 1 night without any new features added?  I really need to get out of crypto.
Mr.Joker
Hero Member
*****
Offline Offline

Activity: 868
Merit: 1000


View Profile
July 23, 2014, 01:56:47 AM
 #1940

I'm sorry but +1 million usd market cap in 1 night without any new features added?  I really need to get out of crypto.

lol, btcd will get exclusive features that other coins don't have. (besides NXT)
Pages: « 1 ... 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 146 147 ... 547 »
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!