Bitcoin Forum
April 26, 2024, 04:33:30 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Poll
Question: Should StellitePay be released in an open beta?
Yes - 48 (88.9%)
No - 6 (11.1%)
Total Voters: 54

Pages: « 1 ... 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 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 [88] 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 »
  Print  
Author Topic: [ANN][POW] 👾Torque👾 - decentralized node list via IPFS & ZeroNet  (Read 87209 times)
nDman
Newbie
*
Offline Offline

Activity: 8
Merit: 0


View Profile
April 10, 2018, 11:34:02 AM
 #1741

When I try to get my spend key in GUI Wallet, I see this error.
How can I get that key?

https://i.imgur.com/E7O0CEw.png

Hi,

You can use stellite-wallet-cli.exe and send command like :

spendkey             < Display private spend key
viewkey               < Display private view key

Thanks  Kiss
1714149210
Hero Member
*
Offline Offline

Posts: 1714149210

View Profile Personal Message (Offline)

Ignore
1714149210
Reply with quote  #2

1714149210
Report to moderator
1714149210
Hero Member
*
Offline Offline

Posts: 1714149210

View Profile Personal Message (Offline)

Ignore
1714149210
Reply with quote  #2

1714149210
Report to moderator
Remember that Bitcoin is still beta software. Don't put all of your money into BTC!
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
yourang
Newbie
*
Offline Offline

Activity: 21
Merit: 0


View Profile
April 10, 2018, 11:36:44 AM
 #1742

Thanx seems to be working without the email!
cedricp
Newbie
*
Offline Offline

Activity: 42
Merit: 0


View Profile
April 10, 2018, 11:38:29 AM
Last edit: April 10, 2018, 11:50:00 AM by cedricp
 #1743

I have 6 vega and before fork i mined STL no problems. Now with new XMR-Stack-amd i setup everething (i think) and it shows me only 6 GPU threads and 6600hs, before i had 12 GPU threads and 12400 hs. Where is the problem?

Hi,

Pleas check in your amd.txt you have duplicated index like this :

Code:
"gpu_threads_conf" : [

  { "index" : 0,
    "intensity" : 448, "worksize" : 8,
    "affine_to_cpu" : false, "strided_index" : 1, "mem_chunk" : 2,
    "comp_mode" : true
  },
  { "index" : 0,
    "intensity" : 448, "worksize" : 8,
    "affine_to_cpu" : false, "strided_index" : 1, "mem_chunk" : 2,
    "comp_mode" : true
  },
  { "index" : 1,
    "intensity" : 448, "worksize" : 10,
    "affine_to_cpu" : false, "strided_index" : 1, "mem_chunk" : 2,
    "comp_mode" : true
  },
  { "index" : 1,
    "intensity" : 448, "worksize" : 10,
    "affine_to_cpu" : false, "strided_index" : 1, "mem_chunk" : 2,
    "comp_mode" : true
  },
  { "index" : 2,
    "intensity" : 448, "worksize" : 10,
    "affine_to_cpu" : false, "strided_index" : 1, "mem_chunk" : 2,
    "comp_mode" : true
  },
  { "index" : 2,
    "intensity" : 448, "worksize" : 10,
    "affine_to_cpu" : false, "strided_index" : 1, "mem_chunk" : 2,
    "comp_mode" : true
  },
],

"platform_index" : 1,

You need to have the index duplicated for each card. So from "index" : 0 to "index" : 5
Adjust "intensity" : 448, "worksize" : 10, for your cards
Dont forget to divide intensity your were before by 2, like this :

Before :
Code:
"gpu_threads_conf" : [

  { "index" : 0,
    "intensity" : 896, "worksize" : 8,
    "affine_to_cpu" : false, "strided_index" : 1, "mem_chunk" : 2,
    "comp_mode" : true
  },
  { "index" : 1,
    "intensity" : 896, "worksize" : 10,
    "affine_to_cpu" : false, "strided_index" : 1, "mem_chunk" : 2,
    "comp_mode" : true
  },

After :
Code:
"gpu_threads_conf" : [

  { "index" : 0,
    "intensity" : 448, "worksize" : 8,
    "affine_to_cpu" : false, "strided_index" : 1, "mem_chunk" : 2,
    "comp_mode" : true
  },
  { "index" : 0,
    "intensity" : 448, "worksize" : 10,
    "affine_to_cpu" : false, "strided_index" : 1, "mem_chunk" : 2,
    "comp_mode" : true
  },
  { "index" : 1,
    "intensity" : 448, "worksize" : 10,
    "affine_to_cpu" : false, "strided_index" : 1, "mem_chunk" : 2,
    "comp_mode" : true
  },
  { "index" : 1,
    "intensity" : 448, "worksize" : 10,
    "affine_to_cpu" : false, "strided_index" : 1, "mem_chunk" : 2,
    "comp_mode" : true
  },

If you want post your config file i will do it for you.
CoinLikerWeb
Newbie
*
Offline Offline

Activity: 8
Merit: 0


View Profile
April 10, 2018, 12:04:39 PM
 #1744

All my share rejected using simple miner on https://stellite.miner.rocks/ can anyone help?

http://prntscr.com/j3aydr
MATHReX
Sr. Member
****
Offline Offline

Activity: 861
Merit: 281


View Profile
April 10, 2018, 12:18:35 PM
 #1745

All my share rejected using simple miner on https://stellite.miner.rocks/ can anyone help?

http://prntscr.com/j3aydr

Give different miner a try. Here is the list of the available miners and see if the problem persist in them.
https://bitcointalk.org/index.php?topic=2813261.msg34000254#msg34000254
cedricp
Newbie
*
Offline Offline

Activity: 42
Merit: 0


View Profile
April 10, 2018, 12:22:32 PM
 #1746

All my share rejected using simple miner on https://stellite.miner.rocks/ can anyone help?

http://prntscr.com/j3aydr

Hi,

Please post your config file for help.
powemando
Newbie
*
Offline Offline

Activity: 41
Merit: 0


View Profile
April 10, 2018, 12:24:26 PM
 #1747

I have 6 vega and before fork i mined STL no problems. Now with new XMR-Stack-amd i setup everething (i think) and it shows me only 6 GPU threads and 6600hs, before i had 12 GPU threads and 12400 hs. Where is the problem?

Hi,

Pleas check in your amd.txt you have duplicated index like this :

Code:
"gpu_threads_conf" : [

  { "index" : 0,
    "intensity" : 448, "worksize" : 8,
    "affine_to_cpu" : false, "strided_index" : 1, "mem_chunk" : 2,
    "comp_mode" : true
  },
  { "index" : 0,
    "intensity" : 448, "worksize" : 8,
    "affine_to_cpu" : false, "strided_index" : 1, "mem_chunk" : 2,
    "comp_mode" : true
  },
  { "index" : 1,
    "intensity" : 448, "worksize" : 10,
    "affine_to_cpu" : false, "strided_index" : 1, "mem_chunk" : 2,
    "comp_mode" : true
  },
  { "index" : 1,
    "intensity" : 448, "worksize" : 10,
    "affine_to_cpu" : false, "strided_index" : 1, "mem_chunk" : 2,
    "comp_mode" : true
  },
  { "index" : 2,
    "intensity" : 448, "worksize" : 10,
    "affine_to_cpu" : false, "strided_index" : 1, "mem_chunk" : 2,
    "comp_mode" : true
  },
  { "index" : 2,
    "intensity" : 448, "worksize" : 10,
    "affine_to_cpu" : false, "strided_index" : 1, "mem_chunk" : 2,
    "comp_mode" : true
  },
],

"platform_index" : 1,

You need to have the index duplicated for each card. So from "index" : 0 to "index" : 5
Adjust "intensity" : 448, "worksize" : 10, for your cards
Dont forget to divide intensity your were before by 2, like this :

Before :
Code:
"gpu_threads_conf" : [

  { "index" : 0,
    "intensity" : 896, "worksize" : 8,
    "affine_to_cpu" : false, "strided_index" : 1, "mem_chunk" : 2,
    "comp_mode" : true
  },
  { "index" : 1,
    "intensity" : 896, "worksize" : 10,
    "affine_to_cpu" : false, "strided_index" : 1, "mem_chunk" : 2,
    "comp_mode" : true
  },

After :
Code:
"gpu_threads_conf" : [

  { "index" : 0,
    "intensity" : 448, "worksize" : 8,
    "affine_to_cpu" : false, "strided_index" : 1, "mem_chunk" : 2,
    "comp_mode" : true
  },
  { "index" : 0,
    "intensity" : 448, "worksize" : 10,
    "affine_to_cpu" : false, "strided_index" : 1, "mem_chunk" : 2,
    "comp_mode" : true
  },
  { "index" : 1,
    "intensity" : 448, "worksize" : 10,
    "affine_to_cpu" : false, "strided_index" : 1, "mem_chunk" : 2,
    "comp_mode" : true
  },
  { "index" : 1,
    "intensity" : 448, "worksize" : 10,
    "affine_to_cpu" : false, "strided_index" : 1, "mem_chunk" : 2,
    "comp_mode" : true
  },

If you want post your config file i will do it for you.

Hello, thank you for reply

before was:
"gpu_thread_num" : 12,

/*
 * GPU configuration. You should play around with intensity and worksize as the fastest settings will vary.
 *      index    - GPU index number usually starts from 0
 *  intensity    - Number of parallel GPU threads (nothing to do with CPU threads)
 *   worksize    - Number of local GPU threads (nothing to do with CPU threads)
 * affine_to_cpu - This will affine the thread to a CPU. This can make a GPU miner play along nicer with a CPU miner.
 */
"gpu_threads_conf" : [
   { "index" : 0, "intensity" : 2016, "worksize" : 8, "affine_to_cpu" : false },
   { "index" : 0, "intensity" : 1736, "worksize" : 8, "affine_to_cpu" : false },
   { "index" : 1, "intensity" : 2016, "worksize" : 8, "affine_to_cpu" : false },
   { "index" : 1, "intensity" : 1736, "worksize" : 8, "affine_to_cpu" : false },
   { "index" : 2, "intensity" : 2016, "worksize" : 8, "affine_to_cpu" : false },
   { "index" : 2, "intensity" : 1736, "worksize" : 8, "affine_to_cpu" : false },
   { "index" : 3, "intensity" : 2016, "worksize" : 8, "affine_to_cpu" : false },
   { "index" : 3, "intensity" : 1736, "worksize" : 8, "affine_to_cpu" : false },
   { "index" : 4, "intensity" : 2016, "worksize" : 8, "affine_to_cpu" : false },
   { "index" : 4, "intensity" : 1736, "worksize" : 8, "affine_to_cpu" : false },
   { "index" : 5, "intensity" : 2016, "worksize" : 8, "affine_to_cpu" : false },
   { "index" : 5, "intensity" : 1736, "worksize" : 8, "affine_to_cpu" : false },
],

/*
 * Platform index. This will be 0 unless you have different OpenCL platform - eg. AMD and Intel.
 */
"platform_index" : 1,


and now is like that:

"gpu_threads_conf" :
 * [
 *   { "index" : 0, "intensity" : 1736, "worksize" : 8, "affine_to_cpu" : false, "strided_index" : true, "mem_chunk" : 2, "comp_mode" : true },
 * ],
 * If you do not wish to mine with your AMD GPU(s) then use:
 * "gpu_threads_conf" :
 * null,
 */

"gpu_threads_conf" : [
  // gpu: gfx901 memory:3920
  // compute units: 64
  { "index" : 0,
    "intensity" : 1736, "worksize" : 8,
    "affine_to_cpu" : false, "strided_index" : 1, "mem_chunk" : 2,
    "comp_mode" : true
  },
  // gpu: gfx901 memory:3920
  // compute units: 64
  { "index" : 1,
    "intensity" : 1736, "worksize" : 8,
    "affine_to_cpu" : false, "strided_index" : 1, "mem_chunk" : 2,
    "comp_mode" : true
  },
  // gpu: gfx901 memory:3920
  // compute units: 64
  { "index" : 2,
    "intensity" : 1736, "worksize" : 8,
    "affine_to_cpu" : false, "strided_index" : 1, "mem_chunk" : 2,
    "comp_mode" : true
  },
  // gpu: gfx901 memory:3920
  // compute units: 64
  { "index" : 3,
    "intensity" : 1736, "worksize" : 8,
    "affine_to_cpu" : false, "strided_index" : 1, "mem_chunk" : 2,
    "comp_mode" : true
  },
  // gpu: gfx901 memory:3920
  // compute units: 64
  { "index" : 4,
    "intensity" : 1736, "worksize" : 8,
    "affine_to_cpu" : false, "strided_index" : 1, "mem_chunk" : 2,
    "comp_mode" : true
  },
  // gpu: gfx901 memory:3920
  // compute units: 64
  { "index" : 5,
    "intensity" : 1736, "worksize" : 8,
    "affine_to_cpu" : false, "strided_index" : 1, "mem_chunk" : 2,
    "comp_mode" : true
  },
 
],

/*
 * Platform index. This will be 0 unless you have different OpenCL platform - eg. AMD and Intel.
 */
"platform_index" : 1,
CoinLikerWeb
Newbie
*
Offline Offline

Activity: 8
Merit: 0


View Profile
April 10, 2018, 12:35:29 PM
 #1748

All my share rejected using simple miner on https://stellite.miner.rocks/ can anyone help?

http://prntscr.com/j3aydr

Hi,

Please post your config file for help.

this is my pool setting in simpleminer
http://prntscr.com/j3bfdf
cedricp
Newbie
*
Offline Offline

Activity: 42
Merit: 0


View Profile
April 10, 2018, 12:38:53 PM
 #1749

Please try this one and tell me :

Code:
"gpu_threads_conf" :
 * [
 *   { "index" : 0, "intensity" : 868, "worksize" : 8, "affine_to_cpu" : false, "strided_index" : true, "mem_chunk" : 2, "comp_mode" : true },
 * ],
 * If you do not wish to mine with your AMD GPU(s) then use:
 * "gpu_threads_conf" :
 * null,
 */

"gpu_threads_conf" : [
  // gpu: gfx901 memory:3920
  // compute units: 64
  { "index" : 0,
    "intensity" : 868, "worksize" : 8,
    "affine_to_cpu" : false, "strided_index" : 1, "mem_chunk" : 2,
    "comp_mode" : true
  },
  { "index" : 0,
    "intensity" : 868, "worksize" : 8,
    "affine_to_cpu" : false, "strided_index" : 1, "mem_chunk" : 2,
    "comp_mode" : true
  },
  // gpu: gfx901 memory:3920
  // compute units: 64
  { "index" : 1,
    "intensity" : 868, "worksize" : 8,
    "affine_to_cpu" : false, "strided_index" : 1, "mem_chunk" : 2,
    "comp_mode" : true
  },
  { "index" : 1,
    "intensity" : 868, "worksize" : 8,
    "affine_to_cpu" : false, "strided_index" : 1, "mem_chunk" : 2,
    "comp_mode" : true
  },
  // gpu: gfx901 memory:3920
  // compute units: 64
  { "index" : 2,
    "intensity" : 868, "worksize" : 8,
    "affine_to_cpu" : false, "strided_index" : 1, "mem_chunk" : 2,
    "comp_mode" : true
  },
  { "index" : 2,
    "intensity" : 868, "worksize" : 8,
    "affine_to_cpu" : false, "strided_index" : 1, "mem_chunk" : 2,
    "comp_mode" : true
  },
  // gpu: gfx901 memory:3920
  // compute units: 64
  { "index" : 3,
    "intensity" : 868, "worksize" : 8,
    "affine_to_cpu" : false, "strided_index" : 1, "mem_chunk" : 2,
    "comp_mode" : true
  },
  { "index" : 3,
    "intensity" : 868, "worksize" : 8,
    "affine_to_cpu" : false, "strided_index" : 1, "mem_chunk" : 2,
    "comp_mode" : true
  },
  // gpu: gfx901 memory:3920
  // compute units: 64
  { "index" : 4,
    "intensity" : 868, "worksize" : 8,
    "affine_to_cpu" : false, "strided_index" : 1, "mem_chunk" : 2,
    "comp_mode" : true
  },
  { "index" : 4,
    "intensity" : 868, "worksize" : 8,
    "affine_to_cpu" : false, "strided_index" : 1, "mem_chunk" : 2,
    "comp_mode" : true
  },
  // gpu: gfx901 memory:3920
  // compute units: 64
  { "index" : 5,
    "intensity" : 868, "worksize" : 8,
    "affine_to_cpu" : false, "strided_index" : 1, "mem_chunk" : 2,
    "comp_mode" : true
  },
  { "index" : 5,
    "intensity" : 868, "worksize" : 8,
    "affine_to_cpu" : false, "strided_index" : 1, "mem_chunk" : 2,
    "comp_mode" : true
  },
 
],

/*
 * Platform index. This will be 0 unless you have different OpenCL platform - eg. AMD and Intel.
 */
"platform_index" : 1,
Kosher_Beat
Newbie
*
Offline Offline

Activity: 7
Merit: 0


View Profile
April 10, 2018, 12:41:22 PM
 #1750

Stellite will be at the https://chainges.co/ blockchain event in Amsterdam on 4th and 5th of May.
Want to talk to the Dev's or just want see what our next suprise will be ? join us @  https://chainges.co/ for tickets

Awesome !  I'm planing a trip there now even more reason to come .

Do you perhaps know by any chance how long a transaction is stuck in mem pool for?
I have a transaction that I made over 14 hours ago with 0 confirmations and it's not reachable on the blockchain
https://explorer.stellite.cash/tx/ef56b5b415922c48e2d3c6dfbc6ef2ec3311f1f8c45617159b14590b26fb99c0 
I'v had transactions bounce before or take a long time , but never one that I couldn't find on the explorer

this tx seems to be not in mempool did you send via Cli or GUI?


It was a gui wallet transaction with a 100% synced up wallet , so I guess the coins are gone then?
https://imgur.com/DYSBSVF
This is a bit concerning .

think its best to remove blockchain and redownload / reimport your wallet those XTL should return then.

Dang dl the 55G blockchain again ah ? well I guess will do if XTL moons Smiley 
yourang
Newbie
*
Offline Offline

Activity: 21
Merit: 0


View Profile
April 10, 2018, 12:44:28 PM
 #1751

My rigs on xmr stak just times out after a while, cast xmr rigs are working fine lol

So half split my rigs between the pools.

Never had such issues before, really weird.
cedricp
Newbie
*
Offline Offline

Activity: 42
Merit: 0


View Profile
April 10, 2018, 12:57:01 PM
 #1752

My rigs on xmr stak just times out after a while, cast xmr rigs are working fine lol

So half split my rigs between the pools.

Never had such issues before, really weird.

Are you using same port/difficulty or set a fixed difficulty ?
Try to slow down diff to receive more job
mininghard
Newbie
*
Offline Offline

Activity: 2
Merit: 0


View Profile
April 10, 2018, 12:58:56 PM
 #1753

Hello!

I have an issue mining through the proxy. I'm using updated xmr-node-proxy and it works with monero, but doesn't want to work with XTL. If I'm running one of my rigs directly it also works. But using xmr-stak + xmr-node-proxy give me "low difficulty share" error from the pool.
Any guess why and what I should tweak on the proxy side?
cedricp
Newbie
*
Offline Offline

Activity: 42
Merit: 0


View Profile
April 10, 2018, 01:03:50 PM
 #1754

All my share rejected using simple miner on https://stellite.miner.rocks/ can anyone help?

http://prntscr.com/j3aydr

Hi,

Please post your config file for help.

this is my pool setting in simpleminer
http://prntscr.com/j3bfdf

Please try to the port 5555 not 3333
Kolobok_UA
Newbie
*
Offline Offline

Activity: 67
Merit: 0


View Profile
April 10, 2018, 01:11:47 PM
 #1755

I cant get the GUI wallet to work.  Even after making the exception in windows defender.  I see the .exe running but nothing launches. 

Same problem....
cedricp
Newbie
*
Offline Offline

Activity: 42
Merit: 0


View Profile
April 10, 2018, 01:18:24 PM
 #1756

I cant get the GUI wallet to work.  Even after making the exception in windows defender.  I see the .exe running but nothing launches. 

Same problem....

Are you using Windows 10 insider preview ?
Win + R and type "Winver" and enter

Tell me your version
stellite_question
Jr. Member
*
Offline Offline

Activity: 222
Merit: 1


View Profile
April 10, 2018, 01:24:01 PM
 #1757

I cant get the GUI wallet to work.  Even after making the exception in windows defender.  I see the .exe running but nothing launches. 

Same problem....

Are you using Windows 10 insider preview ?
Win + R and type "Winver" and enter

Tell me your version

also check the wallet directory then resources directory then bin directory.
see if you can startup stellited.exe manual - if not then its being blocked by windows defender.

exclude the whole wallet directory via these instructions:

check here to see how to exclude a folder from your windows 10 antivirus.
advice is to exclude the stellite wallet folder https://support.microsoft.com/en-sg/help/4028485/windows-10-add-an-exclusion-to-windows-defender-antivirus
Kolobok_UA
Newbie
*
Offline Offline

Activity: 67
Merit: 0


View Profile
April 10, 2018, 01:33:08 PM
 #1758

I cant get the GUI wallet to work.  Even after making the exception in windows defender.  I see the .exe running but nothing launches. 

Same problem....

Are you using Windows 10 insider preview ?
Win + R and type "Winver" and enter

Tell me your version

Win10 Enterprise
Kolobok_UA
Newbie
*
Offline Offline

Activity: 67
Merit: 0


View Profile
April 10, 2018, 01:36:57 PM
 #1759

I cant get the GUI wallet to work.  Even after making the exception in windows defender.  I see the .exe running but nothing launches. 

Same problem....

Are you using Windows 10 insider preview ?
Win + R and type "Winver" and enter

Tell me your version

also check the wallet directory then resources directory then bin directory.
see if you can startup stellited.exe manual - if not then its being blocked by windows defender.

exclude the whole wallet directory via these instructions:

check here to see how to exclude a folder from your windows 10 antivirus.
advice is to exclude the stellite wallet folder https://support.microsoft.com/en-sg/help/4028485/windows-10-add-an-exclusion-to-windows-defender-antivirus

Problem solved.
There was a Cyrillic symbols in path to 'StelliteGUIWallet.exe'.
Thanks for all!  Cool
mininghard
Newbie
*
Offline Offline

Activity: 2
Merit: 0


View Profile
April 10, 2018, 01:50:35 PM
 #1760

Anyone from community pool admins?
Pages: « 1 ... 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 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 [88] 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 »
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!