Bitcoin Forum
August 11, 2026, 02:54:43 PM *
News: Latest Bitcoin Core release: 31.1 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1] 2 3 »
1  Economy / Exchanges / Re: Coinbase Pro Limit orders. No fees right? on: December 06, 2018, 09:10:30 PM
Well, to make sure the order will be filled as market maker you need to define post_only:true otherwise its allow_maker by default.
That was the case.
2  Economy / Exchanges / Re: Coinbase Pro Limit orders. No fees right? on: December 04, 2018, 08:32:27 PM
yes i know this but the orders are filled usually some hours or at least 20-30 minutes after they are made.
I think its something to do with the post only option but i never use this as am making the orders via their api


---edit----

yes it looks like it
when i check my order details using the api i can see
Code:
{ id: 'fc4c2097-1ec8-400e-b2ef-416012d7cff9',
  price: '112.00000000',
  size: '0.10000000',
  product_id: 'ETH-EUR',
  side: 'sell',
  type: 'limit',
  time_in_force: 'GTC',
  post_only: false,
  created_at: '2018-11-28T09:57:23.598581Z',
  fill_fees: '0.0000000000000000',
  filled_size: '0.00000000',
  executed_value: '0.0000000000000000',
  status: 'open',
  settled: false }

so post_only is set to false by default. That must be the reason. When post only is not set to TRUE the orders can be filled at the set price or very close to the set price is it working like this?
If i place sell order at 100 Euro it can be filled at price 100 Euro or sometimes 99.98 Euro.

That sounds to me so strange but i will try to understand the things in detail.
Is there any percentage how lower the price can go to be filled. If i set 100 Eur sell limit order how can i knwo if i allow 99.98 or how low it can be? For example someone can accept 99.98<fill order<=100


--edit2--

Now i am placing limit orders with post_only set to  TRUE , will text back the result after some fills occur.
Might be usefull for someone facing same problem


3  Economy / Exchanges / Re: Coinbase Pro Limit orders. No fees right? on: December 04, 2018, 07:38:52 PM
yes exactly, you understood me very well, that was what i mine.
As i am placing limit orders i am the market MAKER so the fee should be 0%
But i am buying for lets say 10 euro, then selling for 10.10 euro and i just got 7 cents on top instead of 10 cents.

i was just wandering if someone else noticed this? I will ask the coinbase support of course.
if someone else knows why that is hapenning please let me know
thanks
4  Economy / Exchanges / Coinbase Pro Limit orders. No fees right? on: December 04, 2018, 02:59:33 PM
Hi guys , i do some trading with a trading bot that i developed myself.
For example

Step 1 Placing Limit order to buy 1 coin for 10 EUR
When that order from Step 1 is filled go to Step 2

Step 2 Placing Limit order to sell that coin for 10.10 EUR (10 cent profit)
When that order is willed we have 10 cents profit.


What i noticed...

For example my Available EUR Balance is 25 Euro before all steps.

Step 1 , buying 1 coin for 10 EUR..... Availablce balance 15 EUR, Great!
Step 2 , selling 1 coin for 10.10 EUR....Available balance should be 25.10 (10 cents profit) but its not!!! Its 25.07 (7 cents profit)

Limit orders as i know are with 0% fees right? Then whats happening???
I also see my filled orders and it says FEE:0.00

Thanks
5  Alternate cryptocurrencies / Mining (Altcoins) / Re: Claymore's Dual Ethereum AMD+NVIDIA GPU Miner v11.8 (Windows/Linux) on: June 08, 2018, 05:41:25 PM
Hello guys , could you please let me know what is the BEST way to stop windows updates as i normally know that but dont know how my windows 10 updated itself with the "Windows 10 April update bla bla...' and my 10 gpu miner  stopped working etc.....then i reinstalled v.17.09 and all back again.

Usually i am stopping windows update services from the services.msc

But it gets enabled again?Huh

Now i just noticed it was enabled again and i disabled it bit i am sure it will enable itself and will update the windows and will have to reinstall again....

Is anyone else experiencimg the same ?

Thanks for your help in advance, first i a want to solve this and i am upgrafing to 11.8 with the latest AMD drivers.


Thanks
6  Alternate cryptocurrencies / Pools (Altcoins) / Re: NLPool.nl | Dutch Mining pool for high performance mining on: April 13, 2018, 10:08:36 AM
I was earning 50-60 XVG each day, but one week  now i am getting only 25-35 XVG each day. Whats wrong?

Anyone else?
7  Alternate cryptocurrencies / Mining (Altcoins) / Re: Claymore's Dual Ethereum AMD+NVIDIA GPU Miner v11.6 (Windows/Linux) on: March 30, 2018, 03:58:23 PM
Hi guys , i have -tt -80 , fans run at about 80% ok thats fine but all fans are stopping for 5-10 seconds and then they keep spinning at 80 %
I think they should spinn all the time at the given fixed speed 80% with -tt -80 right?

Anyone else with same issue?

here is my bat
Code:
@timeout /t 10
setx GPU_FORCE_64BIT_PTR 0
setx GPU_MAX_HEAP_SIZE 100
setx GPU_USE_SYNC_OBJECTS 1
setx GPU_MAX_ALLOC_PERCENT 100
setx GPU_SINGLE_ALLOC_PERCENT 100
EthDcrMiner64.exe -epool ssl://eu1.ethermine.org:5555 -ewal WALLET -epsw x -dpool stratum+tcp://mine.nlpool.nl:5766 -dwal WALLET -dcoin blake2s -dpsw c=XVG -allpools 1 -tt -80 -dcri 48 -ethi 16 -ftime 5 -mport 0
8  Alternate cryptocurrencies / Mining (Altcoins) / Re: Claymore's Dual Ethereum AMD+NVIDIA GPU Miner v11.5 (Windows/Linux) on: March 22, 2018, 06:25:27 PM

Quote

You did not mention GPU, but I am using -ethi 10 on Red Devil RX470 4GB and -ethi 14 on MSI Armor RX480 4GB

I am with Sapphire RX580 Nitro+ 8GB, i use -ethi 16 but actually i dont know why.....i just dont see any difference wih or without -ethi parameter.
I tried ethi 4,8,12,16 - no difference
9  Alternate cryptocurrencies / Mining (Altcoins) / Re: Claymore's Dual Ethereum AMD+NVIDIA GPU Miner v11.5 (Windows/Linux) on: March 22, 2018, 05:56:14 PM
i use -ethi 16 , any disadvantage?
10  Alternate cryptocurrencies / Mining (Altcoins) / Re: Claymore's Dual Ethereum AMD+NVIDIA GPU Miner v11.5 (Windows/Linux) on: March 17, 2018, 05:17:32 PM
Same here, it worked good at the begging and then it started to fluctuate (3 rigs on 11.5 oldknrl rest on 11.4)



Click in "effective current hashrate" to remove it and you will get better resolution for the other two.  Try closing gpuz or hwmonitor.

You're right, closing gpuz solved it... Thanks big al!

Do you mine running HwInfo 24/7 can affect hashrate/valid shares and overall work of the miner?
11  Alternate cryptocurrencies / Mining (Altcoins) / Re: Claymore's Dual Ethereum AMD+NVIDIA GPU Miner v11.5 (Windows/Linux) on: March 17, 2018, 05:16:01 PM
Quote

How do you measure stale shares?

CJ

Ethermine shows stale shares as %
12  Alternate cryptocurrencies / Mining (Altcoins) / Re: Claymore's Dual Ethereum AMD+NVIDIA GPU Miner v11.5 (Windows/Linux) on: March 16, 2018, 07:51:20 PM
11.5 with -oldkernels 1 gives me less and fluctating reported hashrate.... 11.4 works perfect for me but i am getting 3-6% stale shares and someone mentioned 0-2% stale shares with 11.5
13  Alternate cryptocurrencies / Mining (Altcoins) / Re: Claymore's Dual Ethereum AMD+NVIDIA GPU Miner v11.5 (Windows/Linux) on: March 16, 2018, 07:14:38 PM
So in which case should we use -oldkrernels 1 ?
Is there any advantega of using 11.5 instead of 11.4?

Should i use the old kernels with RX580 Nitro + 8GB cards?
Thanks
14  Alternate cryptocurrencies / Mining (Altcoins) / Re: Claymore's Dual Ethereum AMD+NVIDIA GPU Miner v11.5 (Windows/Linux) on: March 15, 2018, 03:19:33 PM
Yep, ethermine stale shares went from 1-2% to 8-12% , at the moment i have 3 % staoe shares. Could we ask ethermine if there is any reason for that? will see how it will stay...
15  Alternate cryptocurrencies / Mining (Altcoins) / Re: Claymore's Dual Ethereum AMD+NVIDIA GPU Miner v11.5 (Windows/Linux) on: March 15, 2018, 08:02:06 AM
i am not with Nvidia cards . I am using Sapphire RX580 nitro + 8GB
16  Alternate cryptocurrencies / Mining (Altcoins) / Re: Claymore's Dual Ethereum AMD+NVIDIA GPU Miner v11.5 (Windows/Linux) on: March 15, 2018, 07:22:56 AM
What happened guys, i was mining very good with v.11.4 with the fixed stale shares and everything was great  1-2 % stale shares. But now (12 hours already) i got 8-12 % stale shares and nothing was changed. Is there any problem with ethermine ?
Anyone else noticed doubled stale shares last 12 hours ?
17  Alternate cryptocurrencies / Mining (Altcoins) / Re: Claymore's Dual Ethereum AMD+NVIDIA GPU Miner v11.4 (Windows/Linux) on: March 12, 2018, 07:54:25 PM

Quote

Read Page 1107 again  Roll Eyes

Thanks bro, i will be in standby mode some hours then....cant wait Wink
18  Alternate cryptocurrencies / Mining (Altcoins) / Re: Claymore's Dual Ethereum AMD+NVIDIA GPU Miner v11.4 (Windows/Linux) on: March 12, 2018, 07:49:27 PM
Totally confirm - 10-15% stale shares on ethermine with 11.3
I was very happy to see there is a fix with version 11.4 but  i cant see the 11.4 versin on google link or mega

@Claymore , where is the 11.4v?
19  Alternate cryptocurrencies / Mining (Altcoins) / Re: Claymore's Dual Ethereum AMD+NVIDIA GPU Miner v11.2 (Windows/Linux) on: March 09, 2018, 02:02:23 PM
Anyone with RX580 Nitro+ 8GB cards dual mining on ethermine.org -ETH and XVG on nlpool with less than 3% stale shares ?

I have avg 5% stale shares - sometimes 7,8 and sometimes 3 %

ps.
i will be waitimg for the new update from Claymore as i have 10 gpus rig and i have intel i3 6100 processor to see the difference
20  Alternate cryptocurrencies / Mining (Altcoins) / Re: Claymore's Dual Ethereum AMD+NVIDIA GPU Miner v11.2 (Windows/Linux) on: March 03, 2018, 12:51:48 PM
OC not working first time miner is running? Using start.bat

I have OC set in my config
-cclock 1150
-cvddc 0850
-mclock 2000
-mvddc 850
-tt 57

The first time miner starts all gpus hashing 24.9 mh/s in eth.

If I close the miner window and open start.bat (which contains gpu force etc as mentioned on first page) the miner starts and gpus is hashing 30.x mh/s

Amd 18.2.3 drivers, compute mode enabled. (Trixx, wattman and amd settings etc is not installed).

-cvddc 850 not -cvddc 0850
Pages: [1] 2 3 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!