CryptoGretzky
|
 |
September 06, 2014, 03:18:09 PM |
|
....
Now that you are online, can i ask you a VanityGen question? Found some nice addresses, can import them in console & after a restart they show up in my receive coins address list. But i can't copy the public key, is this because the "-F compressed" param is not working from the compiled version bitcoin.it has online? Hmm... I had no problem with it at all. Did you try to view the wallet detail through the paper wallet? No, did not downloaded that code jet. Will try to see what happens Also, the code I downloaded from was from here: https://github.com/WyseNynja/vanitygenThat has the compressed modifications in a few files.
|
|
|
|
CryptoGretzky
|
 |
September 06, 2014, 03:27:08 PM |
|
....
Now that you are online, can i ask you a VanityGen question? Found some nice addresses, can import them in console & after a restart they show up in my receive coins address list. But i can't copy the public key, is this because the "-F compressed" param is not working from the compiled version bitcoin.it has online? Hmm... I had no problem with it at all. Did you try to view the wallet detail through the paper wallet? No, did not downloaded that code jet. Will try to see what happens Oh ya, if you are getting a cannot get public key error, make sure your wallet is unlocked at least for staking.
|
|
|
|
KimmyF
|
 |
September 06, 2014, 03:46:19 PM |
|
....
Now that you are online, can i ask you a VanityGen question? Found some nice addresses, can import them in console & after a restart they show up in my receive coins address list. But i can't copy the public key, is this because the "-F compressed" param is not working from the compiled version bitcoin.it has online? Hmm... I had no problem with it at all. Did you try to view the wallet detail through the paper wallet? No, did not downloaded that code jet. Will try to see what happens Oh ya, if you are getting a cannot get public key error, make sure your wallet is unlocked at least for staking. Yeeaaahhhh, thats it! Just f.cked up .... Can only copy a public key when unlocked (for staking) Knew you could help me with this  Compiling C on windows is a challenge i stay away from atm And yes, am coding a visual chain explorer atm. Getting info from raw data is how i make a living so it seemded the only way i could help XC was a visual blockchain & a dashboard with stats/coin movement/arbitrage etc. Thats the nice part with my job, when you start digging in raw data there is always info to find that you where not looking for:) and a blockchain contains so much. Now busy porting my poc into azure
|
|
|
|
CryptoGretzky
|
 |
September 06, 2014, 04:01:43 PM |
|
....
Now that you are online, can i ask you a VanityGen question? Found some nice addresses, can import them in console & after a restart they show up in my receive coins address list. But i can't copy the public key, is this because the "-F compressed" param is not working from the compiled version bitcoin.it has online? Hmm... I had no problem with it at all. Did you try to view the wallet detail through the paper wallet? No, did not downloaded that code jet. Will try to see what happens Oh ya, if you are getting a cannot get public key error, make sure your wallet is unlocked at least for staking. Yeeaaahhhh, thats it! Just f.cked up .... Can only copy a public key when unlocked (for staking) Knew you could help me with this  Compiling C on windows is a challenge i stay away from atm And yes, am coding a visual chain explorer atm. Getting info from raw data is how i make a living so it seemded the only way i could help XC was a visual blockchain & a dashboard with stats/coin movement/arbitrage etc. Thats the nice part with my job, when you start digging in raw data there is always info to find that you where not looking for:) and a blockchain contains so much. Now busy porting my poc into azure Cool. Glad to be of help. Funny thing is... that's exactly what I am doing too. It is basically a fun and learning exercise for me. The timestamp within the input transaction really put a wrench in there since Bitcoin didn't have timestamp within the blockchain for input. I am doing it in C# myself and should have a web aspect that will have the visualization.
|
|
|
|
|
KimmyF
|
 |
September 06, 2014, 04:11:01 PM |
|
....
Now that you are online, can i ask you a VanityGen question? Found some nice addresses, can import them in console & after a restart they show up in my receive coins address list. But i can't copy the public key, is this because the "-F compressed" param is not working from the compiled version bitcoin.it has online? Hmm... I had no problem with it at all. Did you try to view the wallet detail through the paper wallet? No, did not downloaded that code jet. Will try to see what happens Oh ya, if you are getting a cannot get public key error, make sure your wallet is unlocked at least for staking. Yeeaaahhhh, thats it! Just f.cked up .... Can only copy a public key when unlocked (for staking) Knew you could help me with this  Compiling C on windows is a challenge i stay away from atm And yes, am coding a visual chain explorer atm. Getting info from raw data is how i make a living so it seemded the only way i could help XC was a visual blockchain & a dashboard with stats/coin movement/arbitrage etc. Thats the nice part with my job, when you start digging in raw data there is always info to find that you where not looking for:) and a blockchain contains so much. Now busy porting my poc into azure Cool. Glad to be of help. Funny thing is... that's exactly what I am doing too. It is basically a fun and learning exercise for me. The timestamp within the input transaction really put a wrench in there since Bitcoin didn't have timestamp within the blockchain for input. I am doing it in C# myself and should have a web aspect that will have the visualization. My backend is in C# to, importing the chain into mssql. Then a basic mvc site with html5/graphviz/svg as front-end, same motivation. Dont feel like racing someone else, want to share to give XC some exposure? c
|
|
|
|
CryptoGretzky
|
 |
September 06, 2014, 04:40:35 PM |
|
....
Now that you are online, can i ask you a VanityGen question? Found some nice addresses, can import them in console & after a restart they show up in my receive coins address list. But i can't copy the public key, is this because the "-F compressed" param is not working from the compiled version bitcoin.it has online? Hmm... I had no problem with it at all. Did you try to view the wallet detail through the paper wallet? No, did not downloaded that code jet. Will try to see what happens Oh ya, if you are getting a cannot get public key error, make sure your wallet is unlocked at least for staking. Yeeaaahhhh, thats it! Just f.cked up .... Can only copy a public key when unlocked (for staking) Knew you could help me with this  Compiling C on windows is a challenge i stay away from atm And yes, am coding a visual chain explorer atm. Getting info from raw data is how i make a living so it seemded the only way i could help XC was a visual blockchain & a dashboard with stats/coin movement/arbitrage etc. Thats the nice part with my job, when you start digging in raw data there is always info to find that you where not looking for:) and a blockchain contains so much. Now busy porting my poc into azure Cool. Glad to be of help. Funny thing is... that's exactly what I am doing too. It is basically a fun and learning exercise for me. The timestamp within the input transaction really put a wrench in there since Bitcoin didn't have timestamp within the blockchain for input. I am doing it in C# myself and should have a web aspect that will have the visualization. My backend is in C# to, importing the chain into mssql. Then a basic mvc site with html5/graphviz/svg as front-end, same motivation. Dont feel like racing someone else, want to share to give XC some exposure? c I was thinking of open sourcing it definitely. But, it's REALLY messy for now since I did everything from scratch just for fun. I just got to the stage where I can parse all the important data. No script processor yet though. Maybe when I polish it up a bit more then I will put it on a github.
|
|
|
|
|
sugarboy321
|
 |
September 06, 2014, 04:48:13 PM |
|
 Staking parade.  Almost made a Rainbow.
|
|
|
|
qawzsx
Sr. Member
  
Offline
Activity: 280
Merit: 250
NOT FUD! FACTS!
|
 |
September 06, 2014, 04:53:31 PM |
|
|
|
|
|
Teka (OP)
|
 |
September 06, 2014, 05:20:50 PM |
|
Currently, there are no plans of joining the network.
|
|
|
|
qawzsx
Sr. Member
  
Offline
Activity: 280
Merit: 250
NOT FUD! FACTS!
|
 |
September 06, 2014, 05:30:34 PM |
|
Currently, there are no plans of joining the network. I'll dump as soon as XC plans to join that idiotic thing 
|
|
|
|
MemoryShock
|
 |
September 06, 2014, 05:37:50 PM |
|
Currently, there are no plans of joining the network. Teka, you just made my morning. Thank you for that!
|
|
|
|
holyprofit
|
 |
September 06, 2014, 06:10:19 PM |
|
Currently, there are no plans of joining the network. I'll dump as soon as XC plans to join that idiotic thing  Sterling work you've been doing over there. That shit is starting to look like a pretty scary ponzi - it makes the ethereum IPO look like lloyds of London.
|
|
|
|
atcsecure
|
 |
September 06, 2014, 08:36:33 PM |
|
Currently, there are no plans of joining the network. Teka, you just made my morning. Thank you for that! This is correct, its never going to happen!
|
Join the revolution - XC - Decentralized Trustless Multi-Node Private Transactions
|
|
|
gotalite
Newbie
Offline
Activity: 10
Merit: 0
|
 |
September 06, 2014, 08:42:21 PM |
|
I think that the XC team could just make an unambiguous statement that Jasinlee is not part of the XC team. Then if someone has an issue with Jasinlee the answer can be that Jasinleee is not part of the XC team. At the moment the message I am getting is..."jasinleee is not part of the team...but he kindof is....but not really ...but he sortof is...but it's not official...but he is not...but he sortof is..." As someone else said...it should not be the XC teams job to defend Jasinlee over something that has nothing to do with XC. Particularly if Jasinleee is not even part of the XC team.
I don't know how much more official it has to be... http://xc-official.com/the-xc-team/Do you see Jasin on there? No? Then he's not part of the "team".... That's because Jasin was on there, but those of us being scammed by Fibonacci contacted the XC publicity person and they removed Jasin from the webpage. What does that tell you?
|
|
|
|
atcsecure
|
 |
September 06, 2014, 08:43:27 PM |
|
Updated test release for private transactions. If your interested in running an xnode mixer start the wallet with -distmix-autonode http://downloads.xc-official.com/testing/XCurrency-qt.exe* You should have at least 1000 XC's in your wallet for this test release if you want be an XNode mixer. * When sending a private transaction, it can take up to 5 minutes, this release is locked to 10 XC's [will be changed before final release] * Check your port is open [TCP 32348] via http://www.portcheckers.com/ [for both xnode mixer and private tx users] * XNode Mixers can't send private transactions like a normal wallet If your having an issue please contact me here, email or via XChat
|
Join the revolution - XC - Decentralized Trustless Multi-Node Private Transactions
|
|
|
atcsecure
|
 |
September 06, 2014, 08:44:49 PM |
|
While a little delayed, progress has been made on the multipool and is open for testing For testing only ---- http://xcpool.xcurrency.co/
|
Join the revolution - XC - Decentralized Trustless Multi-Node Private Transactions
|
|
|
Astroxjr
|
 |
September 06, 2014, 08:47:46 PM |
|
Currently, there are no plans of joining the network. Teka, you just made my morning. Thank you for that! This is correct, its never going to happen! +1 ! thanks for the confirmation Dan.
|
|
|
|
gotalite
Newbie
Offline
Activity: 10
Merit: 0
|
 |
September 06, 2014, 08:54:01 PM |
|
rdnkjdi should be banned from posting in here in my opinion. I'd already noticed over the last week that anything he says is just constant negativity. Then just now I noticed his topic here - https://bitcointalk.org/index.php?topic=770801.0 where he is encouraging everyone not buy XC and other rubbish. Because Jasinlee has pissed him off in some way he's conducting a smear campaign against XC. In some way? I sent Jasinlee over 50 BTC (worth 25K USD at the time) for his Fibonacci project. This was before he became one one of your devs. He's now completely abandoned us. What's rubbish is that your team doesn't give a fuck about ethical business practice. Someone like Jason/Jasinlee should not be employed no matter what he offers. I'm a new account here but visit https://litecointalk.org/index.php?topic=2702.7635 to verify that I'm not a shill.
|
|
|
|
|