Lind
Member
Offline
Activity: 328
Merit: 27
|
|
February 18, 2019, 04:50:33 PM |
|
(4000:1) Lol. Spent close to 0.04btc to get back less than 3 yentens at the price of 70satoshis. Guess I won't have any worse investment in my life ever. No need to store cryptocurrency on the exchange. Only on the local wallet. Cryptopia, QuadrigaCX proves this. (to only mention fresh scandals)
|
|
|
|
SamaelDNM
Member
Offline
Activity: 732
Merit: 18
New exchange generation
|
|
February 18, 2019, 04:53:55 PM |
|
(4000:1) Lol. Spent close to 0.04btc to get back less than 3 yentens at the price of 70satoshis. Guess I won't have any worse investment in my life ever. No need to store cryptocurrency on the exchange. Only on the local wallet. Cryptopia, QuadrigaCX proves this. (to only mention fresh scandals) thing that always happens
|
|
|
|
devident
Member
Offline
Activity: 152
Merit: 10
|
|
February 19, 2019, 02:50:20 AM |
|
How is everyone feeling as we enter this bull market??
Has everyone accumulated enough YTN?
Is anyone concerned about MU9? I think he must have several million YTN by now, right?
|
|
|
|
cryptopool.builders
Copper Member
Newbie
Offline
Activity: 344
Merit: 0
|
|
February 19, 2019, 06:05:06 PM Last edit: March 08, 2019, 02:25:29 AM by cryptopool.builders |
|
-a yescryptR16 -o stratum+tcp://mine.thepool.life:5095 -u WALLET -p c=YTN- Multiple world-wide stratum servers to give you the best mining experience you can get.
- 0.05% mining fee on all coins that we offer.
- Payouts are made automatically every hour for all balances above 0.0125.
- Multi server configuration running on dedicated hardware.
- All ports NiceHash compatible.
- Dedicated support staff.
- Join our Discord Channel!
We have reduced our mining fees to just 0.05% on all coins!
|
|
|
|
|
bubasik
|
|
February 20, 2019, 02:09:04 PM |
|
Whois domain - globecryptotrade.comCreated Date: 2019-02-08 Name Server: cass.ns.cloudflare.com Name Server: sean.ns.cloudflare.com Caution. Do not transfer large sums!+1 exchange is good. Thank!!!
|
|
|
|
netto7
Jr. Member
Offline
Activity: 252
Merit: 4
|
|
February 23, 2019, 11:19:48 AM |
|
How is everyone feeling as we enter this bull market??
Has everyone accumulated enough YTN?
Is anyone concerned about MU9? I think he must have several million YTN by now, right?
i think market not have bull run yet. this week BTC price rise up but not pass 4k if BTC not pass in next week i think it falling down.
|
|
|
|
Luci0gabsan
Member
Offline
Activity: 133
Merit: 10
|
|
February 25, 2019, 11:42:11 AM |
|
Hello I'm trying solo mining ! This is my yenten.conf rpcallow=127.0.0.1 rpcallow=192.168.0.153 server=1 daemon=1 listen=1 bind=192.168.0.150 rpcuser=user rpcpassword=x port=9981 rpcport=9982 The miner is ********** cpuminer-opt 3.8.8.1 *********** this the script cpuminer-sse2 -a yescryptr16 -o http://127.0.0.1:9982 -u user -p x --coinbase-addr=Y****fhw6WQasHS9fdbkQ3WUM94XyrzD
and works fine! I'm trying mining from another PC (192.168.0.153) in the same LAN and the node have 192.168.0.150 address: using this script cpuminer-sse2 -a yescryptr16 -o http://192.168.0.150:9982 -u user -p x --coinbase-addr=Y****fhw6WQasHS9fdbkQ3WUM94XyrzD
C:\Users\tester\Downloads\cpuminer-opt-3.8.8.1-windows\cpuminer-opt-3.8.8.1-windows>cpuminer-sse2 -a yescryptr16 -o http ://192.168.0.150:9982 -u user -p x --coinbase-addr=Y****fhw6WQasHS9fdbkQ3WUM94XyrzD
********** cpuminer-opt 3.8.8.1 *********** A CPU miner with multi algo support and optimized for CPUs with AES_NI and AVX2 and SHA extensions. BTC donation address: 12tdvfF7KmAsihBXQXynT6E6th2c2pByTT
CPU: AMD A8-7650K Radeon R7, 10 Compute Cores 4C+6G . SW built on May 11 2018 with GCC 5.3.1. CPU features: SSE2 AES SSE4.2 AVX. SW features: SSE2. Algo features: SSE2 SHA. Start mining with SSE2.
[2019-02-25 12:39:17] 4 miner threads started, using 'yescryptr16' algorithm. [2019-02-25 12:39:39] HTTP request failed: Failed to connect to 192.168.0.50 port 9982: Timed out [2019-02-25 12:39:39] json_rpc_call failed, retry after 10 seconds [2019-02-25 12:40:10] HTTP request failed: Failed to connect to 192.168.0.50 port 9982: Timed out [2019-02-25 12:40:27] json_rpc_call failed, retry after 10 seconds
don't works Even if i run the script on node I get same result! The rpc seems working only using 127.0.0.1 as ip address ...
|
|
|
|
bubasik
|
|
February 25, 2019, 05:34:33 PM |
|
Hello I'm trying solo mining ! This is my yenten.conf rpcallow=127.0.0.1 rpcallow=192.168.0.153 server=1 daemon=1 listen=1 bind=192.168.0.150 rpcuser=user rpcpassword=x port=9981 rpcport=9982 Use rpcallowip=*
Or rpcallowip=192.168.1.* rpcallowip=* tells the client/daemon to accept RPC connections from anybody-anywhere. If the rpcallowip setting is needed, restrict it to a certain IP address or network. This will restrict connections to hosts 192.168.1.0 - 192.168.1.255(The typical private subnet used on home networks).
|
|
|
|
Luci0gabsan
Member
Offline
Activity: 133
Merit: 10
|
|
February 25, 2019, 06:08:43 PM |
|
Thanks I tested ... but still not working Use rpcallowip=*
Or rpcallowip=192.168.1.* rpcallowip=* tells the client/daemon to accept RPC connections from anybody-anywhere. If the rpcallowip setting is needed, restrict it to a certain IP address or network. This will restrict connections to hosts 192.168.1.0 - 192.168.1.255(The typical private subnet used on home networks).
|
|
|
|
Vazan25
Member
Offline
Activity: 728
Merit: 13
|
|
February 25, 2019, 06:58:33 PM |
|
thepool.life is giving away 0.1 BTC for the month of February! See our site for details!
Can I elaborate? There is somewhere a topic or website where details about you to read?
|
|
|
|
cryptopool.builders
Copper Member
Newbie
Offline
Activity: 344
Merit: 0
|
|
February 26, 2019, 12:15:13 AM |
|
thepool.life is giving away 0.1 BTC for the month of February! See our site for details!
Can I elaborate? There is somewhere a topic or website where details about you to read? Sorry seems our announcement thread got left off. It also contains how the winner will be paid. https://bitcointalk.org/index.php?topic=5093920.0
|
|
|
|
xpoolx
|
|
February 26, 2019, 05:54:33 PM |
|
Hi all!
Xpoolx.com has updated the wallet and it's ready for the fork!
|
|
|
|
ptdvz
Newbie
Offline
Activity: 63
Merit: 0
|
|
February 27, 2019, 03:12:18 AM |
|
Thanks I tested ... but still not working Use rpcallowip=*
Or rpcallowip=192.168.1.* rpcallowip=* tells the client/daemon to accept RPC connections from anybody-anywhere. If the rpcallowip setting is needed, restrict it to a certain IP address or network. This will restrict connections to hosts 192.168.1.0 - 192.168.1.255(The typical private subnet used on home networks). I vaguely remember cpuminer-opt being quite picky when specifying an address for solo mining. Sorry, i don't know the exact details anymore but maybe check if you can variate the protocol part a bit or if there is another options (something along the lines of --dont-use-stratum). Should be possible though iirc.
|
|
|
|
guozili
Newbie
Offline
Activity: 3
Merit: 0
|
|
March 06, 2019, 03:21:17 AM |
|
Is there a window mining tutorial?
|
|
|
|
ptdvz
Newbie
Offline
Activity: 63
Merit: 0
|
|
March 06, 2019, 01:24:46 PM Last edit: March 06, 2019, 02:12:24 PM by ptdvz |
|
Is there a window mining tutorial?
https://www.youtube.com/watch?v=9_mDh-UG74M. Should be pretty easy to follow. Just be aware that you will have to change the miner when the switch to yespower occurs. Also consider using another pool since Antminepool is already pretty strong. You can find a list of pools in the first post of this topic or at https://ytn.overemo.com/pools. Btw i love how he goes over the website and is like "of the CPU, by the CPU, for the CPU... Well, err, it's a project geared towards being mineable on the CPU i guess..." xD
|
|
|
|
RobbieRich
Jr. Member
Offline
Activity: 223
Merit: 1
|
|
March 07, 2019, 12:42:53 PM |
|
How do I set it to use only half of my cores ?
|
|
|
|
devident
Member
Offline
Activity: 152
Merit: 10
|
|
March 07, 2019, 04:03:39 PM |
|
we are now 16 months in. Here’s where we’re at:
- We now have EIGHTEEN mining pools. wow. - We are seeing buy spikes in price ever since the coinmarketcap listing was updated - Our Discord channel is still the community's HQ - The Graviex exchange works very, very well. I do all my accumulating on Graviex, can anyone speak for CREX24? - We are staying ahead of GPUs by changing algos this year. Thank you to our active dev bubus. I think he's russian? the russians also run the Graviex exchange and I'm not sure if this is related. Russians seem to be taking up the development of small coins right now and I believe that development and stewardship of once-forgotten coins will build the foundation for the next crypto bull run. so. . . thank you bubus!
|
|
|
|
bubasik
|
|
March 07, 2019, 04:33:08 PM |
|
How do I set it to use only half of my cores ? In "extra options" insert parametr " - t 4" 4 - number of cores
|
|
|
|
bubasik
|
|
March 07, 2019, 04:37:45 PM |
|
we are now 16 months in. Here’s where we’re at:
- We now have EIGHTEEN mining pools. wow. - We are seeing buy spikes in price ever since the coinmarketcap listing was updated - Our Discord channel is still the community's HQ - The Graviex exchange works very, very well. I do all my accumulating on Graviex, can anyone speak for CREX24? - We are staying ahead of GPUs by changing algos this year. Thank you to our active dev bubus. I think he's russian? the russians also run the Graviex exchange and I'm not sure if this is related. Russians seem to be taking up the development of small coins right now and I believe that development and stewardship of once-forgotten coins will build the foundation for the next crypto bull run. so. . . thank you bubus!
More thanks, but it is not only my merit. Ohashi3d and POOPMAN - they helped a lot
|
|
|
|
|