Show Posts
|
Pages: [1] 2 »
|
I'd definitely support.. I always use sites that accept crypto. Just get some more selection on there 
|
|
|
Taxation is theft. Period.
|
|
|
Do you plan on integrating with existing ERP and accounting systems?
|
|
|
It is very interesting your article, there is not a bad way to express it, it is well defined, currently the economy is not very stable.
Crypto economy is unstable, as for traditional economy - that one is steadily bad. Why compare it with the traditional economy? These are phenomena of different orders .. Most of the rules of traditional economy also work in cryto, so it is perfectly normal to compare them. You're right, they follow similar patterns. In fact, I'd even dare to say that crypto has more natural patterns than the real economy because it's not being manipulated by arbitrary forces. No central banks printing money, jawboning currencies, or fiddling with interest rates. Just a system of exchange the way it should work. Sure, there are speculators that drive it in every which direction, but that's just the truth for anything novel in human existence. We love new ideas, so we all jump on them at once until they're so overcrowded that we all fall off. Isn't it fun! Absolutely true about Bitcoin being more natural. That's why we see fractal patterns in Bitcoin.
|
|
|
I agree that a this point the technology behind crypto is commoditized, and whats really valuable is a vibrant, welcoming, and fun community. What do you all think is the critical mass for a community?
|
|
|
Hi, ok i was able to figure out <?php $apiUrl = 'https://api.bitfinex.com/v1/margin_infos'; $apiKey = 'xxx'; $apiSecret = 'yyy';
$payload = array( 'request' => '/v1/margin_infos', 'nonce' => strval(time() * 100000), ); $payload = base64_encode(json_encode($payload)); $signature = hash_hmac('sha384', $payload, $apiSecret); $headers = array( "X-BFX-APIKEY : " . $apiKey, "X-BFX-PAYLOAD : " . $payload, "X-BFX-SIGNATURE : " . $signature, ); $curl = curl_init(); curl_setopt($curl, CURLOPT_POSTFIELDS, ''); curl_setopt($curl, CURLOPT_POST, 0); curl_setopt($curl, CURLOPT_HTTPHEADER, $headers); curl_setopt ($curl, CURLOPT_URL, $apiUrl); curl_setopt($curl, CURLOPT_FOLLOWLOCATION, 1); curl_setopt($curl, CURLOPT_RETURNTRANSFER, 1); $curlResult = curl_exec ($curl); curl_close($curl);
echo $curlResult;
solved. Thanks, Mike What is the fix? I am still getting the same error.
|
|
|
Can you elaborate? how does the issuer of the shares track the movement of their shares on the blockchain? (i.e. I trade my shares with someone and send them to their prism address). I don't believe prism has this functionality.
This is something we are working on. You will be able to see all shareholders of a given coin, and send them dividends. Awesome! Thanks for the info. Once a decentralized exchange is in place, it will be a pretty awesome ecosystem for asset sharing.
|
|
|
How are you gonna get track of all your share holders?
I mean how are you gonna the dividends ?
on the blockchain dude thats what these technologies are for Can you elaborate? how does the issuer of the shares track the movement of their shares on the blockchain? (i.e. I trade my shares with someone and send them to their prism address). I don't believe prism has this functionality.
|
|
|
What are the options at this point for Americans with shares? I'd like to hold direct shares, or maybe you could work to get on Havelock. Any word from a Fenix rep yet?
|
|
|
I am down! I was trying to go to the Madison one but just too far. When are you thinking?
|
|
|
wait, i think its still 1.12?? make my last post 5 @ lowest possible please.
|
|
|
change the end point to data.mtgox.com/api
YES that fixes it thanks!
|
|
|
this code is no longer working for me, but it was for a long time... is anyone else using the API with this code?
did gox make changes to their API to prevent DDOS/HFT?
|
|
|
|