Anotheranonlol
|
|
August 28, 2014, 09:47:09 AM Last edit: August 28, 2014, 10:42:53 PM by Anotheranonlol |
|
+1, XCP/CNY trading pairs on btc38 would be great. A major flaw is relying on their server software to generate the passwords in the first place and can't even generate your own passwords or truly control your own wallet as you mention in #2. Do you mean this in the sense of "the server provides the code" or "the server generates the password for you"? I believe you can enter any combination out of 12 x 1626 words based on this wordlist: http://pastebin.com/9bZ1fvAU. That's correct, not sure what this guy talking about. It's not a flaw and not reliant on server software, the mnemonics/password generation is handled client side. Counterwallet is Compatible with electrum seeds, of course you can pick your own from that list as you said. 12 word passphrase is better entropy than average user would input for sure.
|
|
|
|
romerun
Legendary
Offline
Activity: 1078
Merit: 1002
Bitcoin is new, makes sense to hodl.
|
|
August 28, 2014, 12:54:40 PM |
|
blockscan is getting better
|
|
|
|
dexX7
Legendary
Offline
Activity: 1106
Merit: 1026
|
|
August 28, 2014, 08:00:38 PM |
|
Counterwallet is Compatible with electrum seeds, ... Electrum's wordlist contains 2048 words and the other one is also not a simple subset -- while not even looking at how the keys are derived: this is unfortunally not the case.
|
|
|
|
Anotheranonlol
|
|
August 28, 2014, 10:26:21 PM |
|
Counterwallet is Compatible with electrum seeds, ... Electrum's wordlist contains 2048 words and the other one is also not a simple subset -- while not even looking at how the keys are derived: this is unfortunally not the case. I don't think I remember that being the case before. But just checked electrum https://github.com/spesmilo/electrum/blob/master/lib/wordlist/english.txtYes, you're right
|
|
|
|
|
hokus_pokus
Member
Offline
Activity: 113
Merit: 10
|
|
August 29, 2014, 03:01:36 AM |
|
This is great stuff.
|
|
|
|
romerun
Legendary
Offline
Activity: 1078
Merit: 1002
Bitcoin is new, makes sense to hodl.
|
|
August 29, 2014, 04:40:06 AM |
|
Just found this interesting foldingcoin for protein folding scientific research using Counterparty protocol. https://bitcointalk.org/index.php?topic=682862.0
|
|
|
|
nutildah
Legendary
Offline
Activity: 3178
Merit: 8575
Happy 10th Birthday to Dogeparty!
|
|
August 29, 2014, 08:11:09 AM |
|
Yes, its a very interesting and worthy idea. To me, its these types of coins that should have value because their mining is actually accomplishing something (3D modeling of protein folding simulations)... along with the coins that have utility in and of themselves, like XCP, of course.. Maybe they can partner with some sort of field-related vendor. I would spend 10,000 folding coins to get a basic, personal genome analysis. That's a lot because I've been "folding" for about 2 weeks and I have 563 coins total.
|
|
|
|
profitofthegods
|
|
August 29, 2014, 10:31:07 AM |
|
I think this is worth doing, they've said they want to try to start adding quality coins rather than doing the voting thing and getting loads of just released crapcoins and scamcoins, so I think XCP would stand a very good chance of being added.
|
|
|
|
romerun
Legendary
Offline
Activity: 1078
Merit: 1002
Bitcoin is new, makes sense to hodl.
|
|
August 29, 2014, 01:52:02 PM |
|
I hear the moolah.io thing have bad reputations lately
|
|
|
|
Spratan
|
|
August 30, 2014, 10:50:32 AM |
|
Any news from Bittrex ?
|
|
|
|
deliciousowl
|
|
August 30, 2014, 01:23:14 PM |
|
Just a thought, anyone working on a prediction market about global events, stock prices, or anything like that?
|
|
|
|
thermal sun
Newbie
Offline
Activity: 3
Merit: 0
|
|
August 30, 2014, 04:03:26 PM |
|
Hi there. I am trying to use vennd and when i start it it fails. So I ran the configuartion tester and it says: " my_user@myserver:~$ groovy-2.3.6/bin/groovy vennd/ConfigurationTester.groovy org.codehaus.groovy.control.MultipleCompilationErrorsException: startup failed: /home/my_user/vennd/ConfigurationTester.groovy: 42: unable to resolve class CounterpartyAPI @ line 42, column 27. counterpartyAPI = new CounterpartyAPI() ^
/home/my_user/vennd/ConfigurationTester.groovy: 43: unable to resolve class BitcoinAPI @ line 43, column 22. bitcoinAPI = new BitcoinAPI() ^
/home/my_user/vennd/ConfigurationTester.groovy: 107: unable to resolve class BitcoinAPI @ line 107, column 27. def bitcoinTest = new BitcoinAPI() ^
/home/my_user/vennd/ConfigurationTester.groovy: 126: unable to resolve class CounterpartyAPI @ line 126, column 32. def counterpartyTest = new CounterpartyAPI() ^
4 errors
" I tried using 3 different versions of groovy but they all gave the same error. I also checked the xcp and btc clients and connections, they all work fine as i have even issued a test asset with that wallet moments earlier. I am using bitcoin and counterparty on testnet. vennd is a key project for the counterparty ecosystem and so your help will be very appreciated.
|
|
|
|
hill
Member
Offline
Activity: 68
Merit: 10
|
|
August 30, 2014, 04:45:40 PM |
|
Glad to see XCP achieved grate progress! My XCP form burning has been staying in my wallet more than 6 month. LOL!
|
Good Luck For Everyone!
|
|
|
deliciousowl
|
|
August 31, 2014, 01:21:50 PM |
|
I think we need a way for users to make their broadcast feeds public and accessible, without creating their own page: To quote user Weex from http://forums.counterparty.co: You're talking about a directory of broadcast feeds? That would be really cool. Each broadcasting entity could have a page listing all of their broadcast feeds, the individual broadcasts, their logo, a link to their website, etc. I actually think blockscan.com is the best candidate for adding this since they already have broadcast feeds.
|
|
|
|
thermal sun
Newbie
Offline
Activity: 3
Merit: 0
|
|
August 31, 2014, 04:23:26 PM |
|
Hi there. I am trying to use vennd and when i start it it fails. So I ran the configuartion tester and it says: " my_user@myserver:~$ groovy-2.3.6/bin/groovy vennd/ConfigurationTester.groovy org.codehaus.groovy.control.MultipleCompilationErrorsException: startup failed: /home/my_user/vennd/ConfigurationTester.groovy: 42: unable to resolve class CounterpartyAPI @ line 42, column 27. counterpartyAPI = new CounterpartyAPI() ^
/home/my_user/vennd/ConfigurationTester.groovy: 43: unable to resolve class BitcoinAPI @ line 43, column 22. bitcoinAPI = new BitcoinAPI() ^
/home/my_user/vennd/ConfigurationTester.groovy: 107: unable to resolve class BitcoinAPI @ line 107, column 27. def bitcoinTest = new BitcoinAPI() ^
/home/my_user/vennd/ConfigurationTester.groovy: 126: unable to resolve class CounterpartyAPI @ line 126, column 32. def counterpartyTest = new CounterpartyAPI() ^
4 errors
" I tried using 3 different versions of groovy but they all gave the same error. I also checked the xcp and btc clients and connections, they all work fine as i have even issued a test asset with that wallet moments earlier. I am using bitcoin and counterparty on testnet. vennd is a key project for the counterparty ecosystem and so your help will be very appreciated. anyone?
|
|
|
|
xbet.io
Member
Offline
Activity: 62
Merit: 14
|
|
August 31, 2014, 04:51:45 PM |
|
Hello XCP community, We are pleased to announce that we have uploaded a new version for the XBet.IO website. The new version entails several significant improvements. Expect a new major feature to be added in the next couple of days. User feedback is what helps us improve. Your comments are welcome. Regarding this: I think we need a way for users to make their broadcast feeds public and accessible, without creating their own page:
We are working on that feature for a while now, expect an update soon.
|
Bet safe with BTC - XBet.IO. Be your own bookie! - You choose your odds - Bets are anonymous - Instant bets - No login
|
|
|
deliciousowl
|
|
August 31, 2014, 06:20:20 PM |
|
Hello XCP community, We are pleased to announce that we have uploaded a new version for the XBet.IO website. The new version entails several significant improvements. Expect a new major feature to be added in the next couple of days. User feedback is what helps us improve. Your comments are welcome. Regarding this: I think we need a way for users to make their broadcast feeds public and accessible, without creating their own page:
We are working on that feature for a while now, expect an update soon. So glad to hear someone is listening to my immature criticisms (inside joke).
|
|
|
|
baddw
|
|
August 31, 2014, 11:34:05 PM |
|
I think we need a way for users to make their broadcast feeds public and accessible, without creating their own page: To quote user Weex from http://forums.counterparty.co: You're talking about a directory of broadcast feeds? That would be really cool. Each broadcasting entity could have a page listing all of their broadcast feeds, the individual broadcasts, their logo, a link to their website, etc. I actually think blockscan.com is the best candidate for adding this since they already have broadcast feeds. Yes, there should be a way to have a complete and bet-able feed completely within Counterparty without relying on an external feed. I am located in a jurisdiction where I think that running feeds would be construed as running a casino or some BS, and therefore I do not want to have to set up a website (which would be tied to my name in one form or another) in order to set up a feed.
|
BTC/XCP 11596GYYq5WzVHoHTmYZg4RufxxzAGEGBX DRK XvFhRFQwvBAmFkaii6Kafmu6oXrH4dSkVF Eligius Payouts/CPPSRB Explained I am not associated with Eligius in any way. I just think that it is a good pool with a cool payment system
|
|
|
deliciousowl
|
|
September 01, 2014, 10:24:30 AM |
|
I think we need a way for users to make their broadcast feeds public and accessible, without creating their own page: To quote user Weex from http://forums.counterparty.co: You're talking about a directory of broadcast feeds? That would be really cool. Each broadcasting entity could have a page listing all of their broadcast feeds, the individual broadcasts, their logo, a link to their website, etc. I actually think blockscan.com is the best candidate for adding this since they already have broadcast feeds. Yes, there should be a way to have a complete and bet-able feed completely within Counterparty without relying on an external feed. I am located in a jurisdiction where I think that running feeds would be construed as running a casino or some BS, and therefore I do not want to have to set up a website (which would be tied to my name in one form or another) in order to set up a feed. I proposed a block hash lottery on github, where few would win a lot. I think this would take advantage of the true potential of XCP escrow.
|
|
|
|
|