Bitcoin Forum
May 05, 2024, 01:46:25 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 [18] 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 ... 81 »
341  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [XMR] Monero - A secure, private, untraceable cryptocurrency - 0.8.8.6 on: November 01, 2015, 04:33:19 PM
Sorry. I only edit quotes for brevity, I hate reading big walls of text when I'm just replying to one specific thing.
342  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [XMR] Monero - A secure, private, untraceable cryptocurrency - 0.8.8.6 on: November 01, 2015, 03:12:34 PM
That being said I have a question about this. "but monero was also valued about a quarter higher in fiat terms" I thought the price was steady v/s fiat. It's BTC that has been bubbled.
https://forum.getmonero.org/7/open-tasks/2412/xmr-pool-infrastructure-overhaul

Price was pretty stable at 0.002 BTC/XMR for months, when BTC ranged between $220-$300. So, $0.45-$0.6 roughly. Now we are at the bottom of that range, which is roughly one quarter. I know if I were to exchange all the XMR I bought this summer for BTC now, the fiat value would be much less.
343  Alternate cryptocurrencies / Altcoin Discussion / Re: Crypto Kingdom - 1991 Retro Virtual World(City) on: October 19, 2015, 12:52:50 AM
Syksy's Antiquities and Fascinating Coins Auction

No bids yet, but interested. As the preeminent collector of CKG coins, I have over 100 uniques in my collection. Many of those that I do not hold are in the hands of dormant players or yet to be distributed. There are still a few in your auction that I do not have, so I will be watching.

I also just bought the Queen's Pawnshop and all the CKS contained within, so my current focus is developing the CKS market.
344  Alternate cryptocurrencies / Altcoin Discussion / Re: Monero Support on: October 19, 2015, 12:00:57 AM
Yes it is fixed, I should also clarify that the funds wouldn't be lost, just a bit more of a hassle to recover if I didn't have the old simplewallet handy. I would have needed to go to github and compile an older tagged release. When I had the issue it was also from a wallet generated over 1 year ago.

345  Alternate cryptocurrencies / Altcoin Discussion / Re: Monero Support on: October 18, 2015, 03:04:17 PM
If you are making long-term cold storage wallets with simplewallet, I suggest saving the exact version of simplewallet you used on a USB stick or some other backup as well.

Then if you run into problems restoring in a future version, just drop your backup simplewallet in knowing that it will definitely restore the wallet and then you can send the XMR to a new wallet.

I had the same problem with the inline/incur bug a few months ago and this way saved me. For some reason when I replaced the words it was giving me an entirely different address, so I had to restore with the old version of simplewallet.
346  Alternate cryptocurrencies / Altcoin Discussion / Re: Crypto Kingdom - 1991 Retro Virtual World(City) on: October 18, 2015, 02:08:34 PM
Quick guide for making powerful batch commands for bid/ask

Here's another method for those who are more adept with a text editor rather than a spreadsheet:

Code:
function generateOrders(command, item, amount, orders, percent, price){
while(orders--){
console.log(command + ' ' + item + ' ' + amount + ' ' + price);
price = Math.floor(price * percent);
}
}

Example:
Code:
generateOrders('sell', 'ts156', 1, 10, 1.004, 3000000);

Response:
Code:
sell ts156 1 3000000
sell ts156 1 3012000
sell ts156 1 3024048
sell ts156 1 3036144
sell ts156 1 3048288
sell ts156 1 3060481
sell ts156 1 3072722
sell ts156 1 3085012
sell ts156 1 3097352
sell ts156 1 3109741
347  Alternate cryptocurrencies / Altcoin Discussion / Re: Crypto Kingdom Ultima Version Development Thread on: October 18, 2015, 01:54:08 AM
Is there a limit on how many API calls can be made in a certain amount of time?
348  Alternate cryptocurrencies / Altcoin Discussion / Re: Crypto Kingdom Ultima Version Development Thread on: October 17, 2015, 10:39:32 PM
New API client available for Node.JS!

Includes all these API commands for your trading needs: getStateForItem, buy, sell, cancelbid, cancelAsk, cancelAll, consume, give!

Get it here, with full documentation:
https://github.com/saddammonero/cryptokingdom

OR install via NPM:
Code:
npm install cryptokingdom

Will be adding further methods as they are released.
349  Alternate cryptocurrencies / Altcoin Discussion / Re: Crypto Kingdom Ultima Version Development Thread on: October 17, 2015, 01:28:51 AM
Forgot Password does not appear to be working, not sure if this is a known bug or in progress.

350  Alternate cryptocurrencies / Altcoin Discussion / Re: Crypto Kingdom - 1991 Retro Virtual World(City) on: October 16, 2015, 01:11:41 PM
I don't love white wine but I don't want to be left out...

Riddick would like 20 shares of White Wine!

 Cheesy
351  Alternate cryptocurrencies / Altcoin Discussion / Re: Crypto Kingdom - 1991 Retro Virtual World(City) on: October 16, 2015, 12:37:59 AM
Saddam would like to buy:

W1608 with 169 IC => 1014 bottles
W1609 with 200 IC => 2400 bottles

Riddick would like:

W1608 with 32 IC => 192 bottles

Gabriel as well:

W1609 with 6 IC => 12 bottles
352  Alternate cryptocurrencies / Altcoin Discussion / Re: Crypto Kingdom Ultima Version Development Thread on: October 16, 2015, 12:28:28 AM
Bug Report:

Code:
give IC 32 7

Riddick tried to give Saddam 32 IC, command reponse says it was successful. But Riddick's balance not decreased, nor Saddam's IC increased.
353  Alternate cryptocurrencies / Altcoin Discussion / Re: Crypto Kingdom - 1991 Retro Virtual World(City) on: October 15, 2015, 11:18:20 PM
looking to buy 100-200 IC asap...
354  Alternate cryptocurrencies / Altcoin Discussion / Re: Crypto Kingdom Ultima Version Development Thread on: October 15, 2015, 01:02:26 AM
Hooray!

Although I must report something is amiss with the marketplace/WINE not displaying any prices in the bid column, even though there are buy orders.
355  Alternate cryptocurrencies / Altcoin Discussion / Re: Crypto Kingdom Ultima Version Development Thread on: October 14, 2015, 12:50:17 PM
Looks awesome! Great job everyone.

I will work on a Node.js wrapper for the API this weekend.
356  Alternate cryptocurrencies / Altcoin Discussion / Re: Crypto Kingdom Ultima Version Development Thread on: October 14, 2015, 12:37:48 AM
Hi,

This might be a right place to ask about the speedy reinstating of the automatic King's Coinshop. It definitely adds a great amount of liquidity when open.

It works as follows:
- 100 CKG gold bars are used as a standard item
- The character owns ~200,000 CKG, and all of it is listed for sale in an exponential ladder starting from 700,000 and reaching 50,000,000.
- Also all of the 25,000,000,000 m is listed in bids, reaching from 650,000 to 1, and covering all the CKG that exists.
- Each time one ask is executed, a bid is added to the next higher bid level (a fixed number of levels will remain empty to be the "spread" which allows others to set up walls etc., otherwise the bids and asks use the same price points, resulting in that the percentage spread stays constant)
- If a bid is executed, the ask ladder similarly creeps down.

Someone can tell what methods allow this script?

You will need:
- GET method that returns the open order book (asks and bids) for an item
- POST method that returns your completed trade history for a certain item
- POST method to add buy/sell orders (already done)
- POST method to cancelBid/cancelAsk (already done?)

Bonus method that would be nice, but not completely necessary given the above:
- POST method to moveOrder, that would cancel an existing order and place a new one immediately in the same transaction (can define new rate and amount)

From there it is a matter of writing a script that checks your trade history at a regular interval, if changed then evaluate the order book, and place new orders accordingly.

Also would be nice to expose an "orderID" of some variety, to make it easier to cancel existing orders. For example ("cancel <orderID>" instead of having to do "cancel <item> <quantity> <price>").
357  Alternate cryptocurrencies / Altcoin Discussion / Re: Crypto Kingdom Ultima Version Development Thread on: October 12, 2015, 12:55:01 AM
Hi guys, we need some testers to help test some specific issues with the ultima platform. Can people log in and let me know if these bug numbers are fixed and working as expected?

Code:
#16. API Purchase - positive price given but API asks for positive price

I can login and get a token, but when I try to buy some wine i get this error:

Code:
{
"token": "******",
"command": "buy",
"itemID": "W1604",
"amount": 1,
"price": 300000
}

{"status":200,"error":false,"data":{"result":"Price must be a positive integer."}}


bug #16 is fixed, i can buy now!  Cheesy

looking forward to some GET methods, would be nice to query the quantity of my own items and one to return the order book for any given item.

then its wine bot time  Cool
358  Alternate cryptocurrencies / Altcoin Discussion / Re: The State of Monero address on: October 11, 2015, 03:35:15 PM
There is no arrangement I have ever heard of, if that is what you are suggesting.

Poloniex is Monero friendly because Monero was the first coin to give them big volume, I believe they were also the first exchange to adopt Monero after the original Cryptonote Exchange in early 2014.

359  Alternate cryptocurrencies / Altcoin Discussion / Re: The State of Monero address on: October 11, 2015, 02:08:29 PM
Another XMR thread? I think having so many threads almost looks bad - like XMR is trying too hard here. I actually hold some XMR, but you guys bombard this section with endless threads.

This thread is most likely an example of "reverse trolling" in effect.

Reverse trolling: creating forum posts that are over the top in their promotion of a coin, or providing redundant information that would be more suited for the ANN thread (like this one), in order to discredit the community and make them look spammy.

The tactic is nothing new, in fact it was much worse in late 2014 during the BCX fiasco with characters like MoneroMan88.

360  Alternate cryptocurrencies / Altcoin Discussion / Re: Crypto Kingdom Ultima Version Development Thread on: October 10, 2015, 07:47:05 PM
Thanks, I wasn't sending as jsonrpc to begin with.

I can login and get a token, but when I try to buy some wine i get this error:

Code:
{
    "token": "******",
    "command": "buy",
    "itemID": "W1604",
    "amount": 1,
    "price": 300000
}

{"status":200,"error":false,"data":{"result":"Price must be a positive integer."}}

Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 [18] 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 ... 81 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!