Search content
Sort by

Showing 16 of 16 results by matrixukr
Post
Topic
Board Announcements (Altcoins)
Re: DERO BLOCKCHAIN: CryptoNote Privacy + Smart Contracts
by
matrixukr
on 05/03/2018, 07:18:41 UTC
You can connect online to a daemon from wallet, for example
Code:
dero-wallet-cli.exe --daemon-host seeds.dero.io
that would not download the BLOCKCHAIN?

Please use  derod.exe --add-exclusive-node 89.38.96.169:18090 --add-exclusive-node 89.38.97.110:18090

After that you can open dero-wallet-cli
I know that. But I would like to keep the wallet synchronized online, without downloading 2.6 GB
for example as for ETN (electroneum-wallet-cli.exe --daemon-host node.electroneum.hashvault.pro)
Post
Topic
Board Announcements (Altcoins)
Re: DERO BLOCKCHAIN: CryptoNote Privacy + Smart Contracts
by
matrixukr
on 05/03/2018, 06:59:52 UTC
You can connect online to a daemon from wallet, for example
Code:
dero-wallet-cli.exe --daemon-host seeds.dero.io
that would not download the BLOCKCHAIN?
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] [TRTL] TurtleCoin - Cowabunga Dudes!
by
matrixukr
on 15/02/2018, 23:21:00 UTC
Wallet Problem
Wallet turtlecoin-v0.3.2
Code:
2018-Feb-16 00:15:36.108398 INFO    [protocol] [70.51.183.251:11897 OUT] Sync data returned unknown top block: 191046 -> 191202 [156 blocks (0 days) behind]
2018-Feb-16 00:15:36.108398 INFO    [protocol] SYNCHRONIZATION started
2018-Feb-16 00:15:47.040039 INFO    [protocol] [70.176.140.29:11897 OUT] Sync data returned unknown top block: 191046 -> 191048 [2 blocks (0 days) behind]
2018-Feb-16 00:15:47.040039 INFO    [protocol] SYNCHRONIZATION started
2018-Feb-16 00:15:47.657226 INFO    [protocol] [70.176.140.29:11897 OUT] SYNCHRONIZED OK
2018-Feb-16 00:15:53.331054 WARNING [Core] Proof of work too weak for block c775953062f05dae5a025d0e3a66cd5bca89b9295f1fc6eab0b1e2245442178f
2018-Feb-16 00:15:57.551757 INFO    [protocol] [86.153.214.184:11897 OUT] Sync data returned unknown top block: 191048 -> 191050 [2 blocks (0 days) behind]
2018-Feb-16 00:15:57.551757 INFO    [protocol] SYNCHRONIZATION started
2018-Feb-16 00:15:59.388671 INFO    [protocol] [86.153.214.184:11897 OUT] SYNCHRONIZED OK
2018-Feb-16 00:16:19.584961 INFO    [protocol] [81.184.138.181:11897 OUT] Sync data returned unknown top block: 191050 -> 191206 [156 blocks (0 days) behind]
2018-Feb-16 00:16:19.584961 INFO    [protocol] SYNCHRONIZATION started
2018-Feb-16 00:16:32.705078 WARNING [Core] Proof of work too weak for block c775953062f05dae5a025d0e3a66cd5bca89b9295f1fc6eab0b1e2245442178f
2018-Feb-16 00:16:44.271484 INFO    [protocol] [69.244.209.87:11897 OUT] Sync data returned unknown top block: 191050 -> 191206 [156 blocks (0 days) behind]
2018-Feb-16 00:16:44.271484 INFO    [protocol] SYNCHRONIZATION started
2018-Feb-16 00:17:01.434570 WARNING [Core] Proof of work too weak for block c775953062f05dae5a025d0e3a66cd5bca89b9295f1fc6eab0b1e2245442178f
Post
Topic
Board Marketplace (Altcoins)
Calculation formulas for different algorithms
by
matrixukr
on 11/02/2018, 15:31:02 UTC
In the search for formulas for calculating the profitability (relative) on different algorithms.
groestl
x11gost
lyra2rev2
neoscrypt
quark
nist5
phi
skein
tribus
skunk
.....
there is for Cryptonight:
coins (per day) = (your hashrate * 86400 / Difficulty) * block reward
(86400 - number of seconds in a day)
for example for Masari with a rig at 5.5kH/s
(5500 * 86400/91772895) * 28.3428 = 146 MSR
For Cryptonight found in the code of pulls
Code:
/* Hash Profitability Calculator */

    $('#calcHashRate').keyup(calcEstimateProfit).change(calcEstimateProfit);

    $('#calcHashUnits > li > a').click(function(e){
        e.preventDefault();
        $('#calcHashUnit').text($(this).text()).data('mul', $(this).data('mul'));
        calcEstimateProfit();
    });

    function calcEstimateProfit(){
        try {
            var rateUnit = Math.pow(1024,parseInt($('#calcHashUnit').data('mul')));
            var hashRate = parseFloat($('#calcHashRate').val()) * rateUnit;
            [u][b]var profit = (hashRate * 86400 / lastStats.network.difficulty) * lastStats.network.reward;[/b][/u]
            if (profit) {
                updateText('calcHashAmount', getReadableCoins(profit, 2, true));
                return;
            }
        }
        catch(e){ }
        updateText('calcHashAmount', '');
    }

Why am I looking for this? There are plans to create a local calculator for those coins that are not on the whattomine and crypto-coinz.
Post
Topic
Board Mining (Altcoins)
Re: Hashrate database site
by
matrixukr
on 08/02/2018, 16:43:52 UTC
It would be better not for coins, but for algorithms
Post
Topic
Board Mining (Altcoins)
Re: Gateless Gate Sharp 1.2.13: zawawa's open-source dual ETH/XMR/PASC/LBC/FTC miner
by
matrixukr
on 31/01/2018, 17:32:07 UTC
help configure and adjust settings for algorithms neoscrypt and cryptonight
ASUS RX 480 8Gb  ram Samsung biosmod ( Blockchain  driver 8/23/2017  Win10x64)
maximally what I get
neoscrypt 450-500 (250)
cryptonight 700-720

on gatelessgate-0.1.3-pre6b
neoscrypt 650-700
Code:
 "algorithm": "neoscrypt",
  "intensity": "16",
  "worksize": "512",
  "gpu-threads": "1",
cryptonight  820-880
Code:
 "algorithm": "cryptonight",
  "rawintensity": "896",
  "worksize": "8",
  "gpu-threads": "2",

what values to put?
Threads - ?
Raw Intensity -?
Local work size - ?
Post
Topic
Board Mining (Altcoins)
Android program to monitor the rig on the local network
by
matrixukr
on 24/01/2018, 22:32:14 UTC
I'm looking for a program  android for monitoring rigs on a local network (it's on a local network, with API of a miner).
I found one, but it's for Claymore's / Optiminer / EWBF's, but for Sgminer or gatelessgate
Post
Topic
Board Mining (Altcoins)
Re: Gateless Gate Sharp 1.2.4: zawawa's open-source dual ETH/XMR/PASC/LBC/FTC miner
by
matrixukr
on 20/01/2018, 15:35:58 UTC
Hey. Thanks for the development!
It would be possible to add in the list a color marking of video cards, the same colors as on the chart. It is convenient to see which card "sags" in hashes
https://c.radikal.ru/c41/1801/c9/51cba011b7b4.jpg
https://a.radikal.ru/a12/1801/71/39dd53fa8d70.jpg
Post
Topic
Board Mining (Altcoins)
Re: CryptoNight RX 570 4GB SGminer Super-Config (ETN tested, others may work well)
by
matrixukr
on 15/01/2018, 06:17:42 UTC
.......... (32 * 7 * 4 = 896) .......
What are these numbers?
Post
Topic
Board Mining (Altcoins)
Re: Electroneum ETN Mining Connection Lost Please Help!
by
matrixukr
on 02/12/2017, 21:03:25 UTC
NsGpuCNMiner -allpools 1 -xpool stratum+tcp://pool.electroneum.hashvault.pro:7777 -xwal etnkHzx5FXkR8cxKTmJzFaequj1azMXSLZh5 -xpsw x  -dmem 1 -h 1800,1800,1800,1800,1800
Post
Topic
Board Mining (Altcoins)
Re: Mining Pool for Electroneum?
by
matrixukr
on 02/12/2017, 07:58:43 UTC
Post
Topic
Board Announcements (Altcoins)
Re: [LAUNCHED][POW]⚡ELECTRONEUM⚡Official Moderated Thread
by
matrixukr
on 25/11/2017, 09:06:01 UTC
no wallet synchronization. WIN10 (firewall no)
electroneumd.exe
Code:
WARN net.dns src/common/dns_utils.cpp:487 WARNING: no two valid ElectroneumPulse DNS checkpoint records were received
set-log 4 (320kb) - https://www.sendspace.com/file/i71159


Post
Topic
Board Mining (Altcoins)
Re: Claymore's CryptoNote AMD GPU Miner v10.1
by
matrixukr
on 30/09/2017, 15:12:51 UTC
In general, there are no significant improvements, as it was with LBRY.
I'm staying on ETH + LBRY
Sorry, very sorry, hoping for the best
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] [SUMO] SUMOKOIN - 🔏 Digital Cash For High-Confidential Transactions 🔏
by
matrixukr
on 13/09/2017, 17:21:25 UTC
I have a deposit on cryptopia
PaymentId - be2eadf25a2a5ec92d064e692650..........................
Cryptopia SUMO Address - Sumoo5H59i819DcLT3DjZVToKneE2UE5xFSGCZkz......................
start.bat Claymore CryptoNote
Code:
NsGpuCNMiner  -o stratum+tcp://pool:3333 -u Sumoo5H59i819DcLT3DjZVToKneE2UE5xFSGCZkzwmdkdg1W8KP................... -p x -allpools 1
where to prescribe PaymentId ?
Post
Topic
Board Mining (Altcoins)
Re: Ethash DAG epoch RX470/480/570/580 FIX !!
by
matrixukr
on 06/08/2017, 14:15:03 UTC
my test
rig - 2xRX480 4GB+2xRX480 8GB+2xRX470 4GB
DRIVERS 17.7.1  Claymore's 9.7 dual (eth+decred) -  158-162 mh - 4900 mh
DRIVERS 17.7.1  Claymore's 9.8 dual (eth+decred) -  158-162 mh - 4900 mh
BETA DRIVERS Claymore's 9.7 dual (eth+decred) - 169-175 mh- 5100 mh
BETA DRIVERS Claymore's 9.8 dual (eth+decred)- 170-175 mh- 5100 mh
Post
Topic
Board Mining (Altcoins)
Re: Claymore's Dual Ethereum AMD+NVIDIA GPU Miner v9.8 (Windows/Linux)
by
matrixukr
on 06/08/2017, 13:53:43 UTC
2xRX480 4GB+2xRX480 8GB+2xRX470 4GB
DRIVERS 17.7.1  Claymore's 9.7 dual (eth+decred) -  158-162 mh - 4900 mh
DRIVERS 17.7.1  Claymore's 9.8 dual (eth+decred) -  158-162 mh - 4900 mh
BETA DRIVERS Claymore's 9.7 dual (eth+decred) - 169-175 mh- 5100 mh
BETA DRIVERS Claymore's 9.8 dual (eth+decred)- 170-175 mh- 5100 mh