Pages:
Author

Topic: ANN HELL()[WORLD]=$IRAJ GPU only P2P exchange test coin . 1st Dynamic MN .. - page 2. (Read 15371 times)

legendary
Activity: 1848
Merit: 1165
My AR-15 ID's itself as a toaster. Want breakfast?
snip

Well first of all i dont solo mine, i just use an pool.

No when solo mine you must not use stratum+tcp, an stratum part u need to setup what also need a lil knownledge.
So the mining adres should be: ip:port (127.0.0.1:port)

Your wallet config should be look like this:
Code:
 
rpcuser=JoenNL
rpcpassword=X
rpcallowip=127.0.0.1
rpcport=420
server=1
listen=1
daemon=1
Then JoenNL is the user/workername (dont use: JoenNL.1 - JoenNL.GPU or something, just use: JoenNL)
Password: X
server ip: 127.0.0.1:port

In my eyes: for the coin and for the safety its beter to mine on an pool (spread the hashes) instead of put an big rig into solo mine.

This right here is pure gold.   Most people and how-to's kinda graze over the necessity of these settings and either tell you to leave them alone in the json;  or don't even mention what they really do.

I have yet to mine to any of my wallets in the past;  so this is a nice bit of info in my eyes....  I know for as long as ive been doing this, I should have known this already...   but i have always been using places like xpool/zpool historically... and avoided "wallets" for any non-major coin like the plague.

Ill get it set up and give it a whirl.

my hashrate isn't insane; (rather mundane) but I would rather point my gear to my internal addresses to mine;  than to point it to a pool.   I wanna do the full-solo on this one... just because.


Do you know what dictates the address that the mined earnings go to by the wallet?  or is it automatically a new address for each signed block?

FYI;  I have added the nodes and everything;  but can't get past either 50% or 75% synced....


*edit* FYI;  I corrected some typos in my quote for others....

now im getting somewhere:
[2018-08-09 05:16:22] NVAPI GPU monitoring enabled.
[2018-08-09 05:16:22] 1 miner thread started, using 'xevan' algorithm.
[2018-08-09 05:16:22] JSON-RPC call failed: Method not found
[2018-08-09 05:16:22] get_work failed, retry after 30 seconds


looks like ill need to set up a stratum host.   Looks like a few firsts on this.   But worth it for the know-how in my eyes.

*double edit*
A bit later, and presto.   Wallet seems like its all synced (no progress bar).  Put on setgenerate true;  and ~25Kh off my i3 its currently running on.

Turns out I don't want to dive into node.js;  so I am looking at takng my Dell Precision R5500 sporting 2x SLAED and 64Gb ECC that is literally just sitting here doing nothing but collecting dust at the ranch (no, literally....), and ill bring it to where my .com is hosted and plug it in.....   

Gonna jump down the rabbit hole and install yiimp.... It has room for GPU's and HDD's galore... so I may go full ham on it and set up my own full-on solo pool.    It seems easy enough to set up all the API keys and configs for autoexchange when all is said and done;  so If I decide to add any old wallet after;  I just need to have HDD space considerations, and do some quick reconfigs.

Right this second I am doing a trial run remotely via ssh on a Pi that's hooked up in that location; and so far;  its going rather smoothly... I may have a yiimp web admin interface to play with shortly.


I do see why you recommended just using a pool;  but I have the gear;  and the knowhow to get it done or figure it out.... and if I run into trouble;  I am always willing to ask or dig into some reference materials.
ccminer just flat out doesn't speak the type of work requests that wallets do.... sgminer still has the support;  but what's the point since AMD cards fall way short on these types of algos.

Im the kind of guy who runs his network connections under at least 3 layers of VPN tunnels.   They are all my own;  and they all do their job... but all of them serve a special and independent purpose primarily.  Secondarily it's the only way I can truly get all of my devices;  everywhere;  to be able to talk to each other as if they were on the same network.  (the wonder of a common TUN).  This just makes several devices end up encapsulated under at least 3 parallel encrypted connections.  (my middle finger to the legal limit of encryption you are allowed to apply to a datastream)
newbie
Activity: 12
Merit: 0
still mining, keep chain moving
sr. member
Activity: 644
Merit: 272

invite invalid


https://discord.gg/QPkFdem


it's a pity that the hash of the network has grown so much. I with my CPU mining on 38 Kh/s not collect 15 000 siraj Sad now. although mine from the first day of the project

it's a good thing than network hashrate is increasing, that means more people are interested by the project
you can still rent some Mh

Hashrate is over 300MH/s at moment. The project definitely going very nicely in term of hasting power. We just passed the half way mark on the POW period.



Any particular reason why the Hashrate dropped so much in just a few days? Its now below 40MH/s. The low hashrate did help me get enough coins for MN with just one GPU card really fast, but usually, that kind of a drop is not a good sign.

Also, the windows wallet is very CPU intensive for some reason. I can't even leave the wallet open Cheesy . It would be nice if this get fixed in the next update.
member
Activity: 571
Merit: 18
Joen;  just a slight bit of clarity for me;  are you using it to mine to a stratun+tcp://:?   or just :?

And I assume user/pass are completely ignored....


Seems easy enough to try once my wallet finishes syncing.

*edit*  cand find the port settings in the console;  and the hello.conf is blank... so no template to go off of... Mick?

*edit again* I may have found the answer in my log file:

2018-08-08 07:47:36 CDBEnv::Open: LogDir=C:\Users\\database ErrorFile=C:\Users\\hello\db.log
2018-08-08 07:47:36 Bound to [::]:44545
2018-08-08 07:47:36 Bound to 0.0.0.0:44545

2018-08-08 07:50:18 Misbehaving: 98.28.210.99:44545 (0 -> 1)
2018-08-08 07:50:18 ProcessMessage(getsporks, 0 bytes) FAILED peer=1
2018-08-08 07:50:19 Required sporks not found, asking peer to send them
2018-08-08 07:50:19 receive version message: /hello Core:1.0.0.8/: version 70716, blocks=8589, us=:54623, peer=1

Probably either 44545 or 54623.   Probably got $ to bet on either of those =)

if it becomes necessary;  ill just modify the source when I go to install it on one of my linux boxes sitting on my .com.

Well first of all i dont solo mine, i just use an pool.

No when solo mine you must not use stratum+tcp, an stratum part u need to setup what also need a lil knownledge.
So the mining adres should be: ip:port (127.0.0.1:port)

Your wallet config should be look like this:
Code:
 
rpcuser:JoenNL
rpcpassword: X
rpcallowip=127.0.0.1
rpcport= port :P
server=1
listin=1
daemon=1
Then JoenNL is the user/workername (dont use: JoenNL.1 - JoenNL.GPU or something, just use: JoenNL)
Password: X
server ip: 127.0.0.1:port

In my eyes: for the coin and for the safety its beter to mine on an pool (spread the hashes) instead of put an big rig into solo mine.
legendary
Activity: 1848
Merit: 1165
My AR-15 ID's itself as a toaster. Want breakfast?
Joen;  just a slight bit of clarity for me;  are you using it to mine to a stratun+tcp://:?   or just :?

And I assume user/pass are completely ignored....


Seems easy enough to try once my wallet finishes syncing.

*edit*  cand find the port settings in the console;  and the hello.conf is blank... so no template to go off of... Mick?

*edit again* I may have found the answer in my log file:

2018-08-08 07:47:36 CDBEnv::Open: LogDir=C:\Users\\database ErrorFile=C:\Users\\hello\db.log
2018-08-08 07:47:36 Bound to [::]:44545
2018-08-08 07:47:36 Bound to 0.0.0.0:44545

2018-08-08 07:50:18 Misbehaving: 98.28.210.99:44545 (0 -> 1)
2018-08-08 07:50:18 ProcessMessage(getsporks, 0 bytes) FAILED peer=1
2018-08-08 07:50:19 Required sporks not found, asking peer to send them
2018-08-08 07:50:19 receive version message: /hello Core:1.0.0.8/: version 70716, blocks=8589, us=:54623, peer=1

Probably either 44545 or 54623.   Probably got $ to bet on either of those =)

if it becomes necessary;  ill just modify the source when I go to install it on one of my linux boxes sitting on my .com.
member
Activity: 571
Merit: 18
Hey guys!

Does somebody have an good XEVAN AMD GPU miner? I tested several sgminers but they all get stucked (sick-death) after a few minutes or a few hours.
I tested the ''standard'' sgminer, tested xevan kernel and xevan-mod kernel, tested the avermore version and more. But all those sgminers really sucks.

Tested on standard clocks, overvolt and undervolt result always the same. Temps are fine (around the 70 degrees). Also tested with an ''clean'' conf results are always the same with the sgminers i tested.

*avermore miner is tricky anyway, i found out that he keep mining but the miner switch to X16 - ravencoin on the address from an dev instead of let the gpu get sick-death...

So any tips are welcome Smiley

AMD has always been rather unoptimized for xevan from what I can gather.   I couldn't get much hashrate out of the one I have tried on.   xevan has always been more of a nvidia friendly card.... and it seems tis carries over to many of the cpu coins that take quite a while to be adapted to a GPU;  nvidias always see more development.   All of the AMD guys have really beat all over ETH/equihash... so they never really considered anything else or pushed for better results out of the miner apps for all the other algos.

How are you mining to your wallet with your gpu?  did you set up a personal pool server for it?


Ive been wanting to do this, and have a bit of hashrate I can toss at the network if I can configure it in a sane/somewhat easy manner.   I have several linux boxes at my disposal....

Yeah all those coins starting with an X sucks for AMD (X11 etc, Xevan haha) because we can (for what i know) only use SGminer, and SGminer Sucks Grants.

Solo mining? You dont need to set a pool for this, you need to add lines to ur wallet conf. I dont know what port SIRAJ is using, but this is always the way how to solo mine.
In this wallet conf u need to put ur local addres: 127.0.0.1, port number what SIRAJ is using and u can use this ip+port in ur mining .bat/conf for solo mine.
So after you find our what ports u need for SIRAJ, and when you finished your wallet conf you need to start the wallet. Let is sync all the blocks, after start ur miner. Your miner will be directly connected to your wallet.
After closing the wallet, the miner will also stop working.


*Edit:
i deleted this X16 kernel from the Avermore (sgminer) map, miner is running for 35 minutes now, i will see what this is gonna do. Looks like this hidden fee algo/pool switch didnt work. After deleting the X16 kernel he can not switch to it anymore and it seems he is also dont trying to do.
I will keep this updated if the miner get sick/death again
Also i am using this onepool.fr now what is working good, other one is death/down.

Update 1hour+10minutes mining: miner is still running good on onepool.fr (with the deleted X16 kernel).
legendary
Activity: 1848
Merit: 1165
My AR-15 ID's itself as a toaster. Want breakfast?
Hey guys!

Does somebody have an good XEVAN AMD GPU miner? I tested several sgminers but they all get stucked (sick-death) after a few minutes or a few hours.
I tested the ''standard'' sgminer, tested xevan kernel and xevan-mod kernel, tested the avermore version and more. But all those sgminers really sucks.

Tested on standard clocks, overvolt and undervolt result always the same. Temps are fine (around the 70 degrees). Also tested with an ''clean'' conf results are always the same with the sgminers i tested.

*avermore miner is tricky anyway, i found out that he keep mining but the miner switch to X16 - ravencoin on the address from an dev instead of let the gpu get sick-death...

So any tips are welcome Smiley

AMD has always been rather unoptimized for xevan from what I can gather.   I couldn't get much hashrate out of the one I have tried on.   xevan has always been more of a nvidia friendly card.... and it seems tis carries over to many of the cpu coins that take quite a while to be adapted to a GPU;  nvidias always see more development.   All of the AMD guys have really beat all over ETH/equihash... so they never really considered anything else or pushed for better results out of the miner apps for all the other algos.

How are you mining to your wallet with your gpu?  did you set up a personal pool server for it?


Ive been wanting to do this, and have a bit of hashrate I can toss at the network if I can configure it in a sane/somewhat easy manner.   I have several linux boxes at my disposal....
member
Activity: 571
Merit: 18
Hey guys!

Does somebody have an good XEVAN AMD GPU miner? I tested several sgminers but they all get stucked (sick-death) after a few minutes or a few hours.
I tested the ''standard'' sgminer, tested xevan kernel and xevan-mod kernel, tested the avermore version and more. But all those sgminers really sucks.

Tested on standard clocks, overvolt and undervolt result always the same. Temps are fine (around the 70 degrees). Also tested with an ''clean'' conf results are always the same with the sgminers i tested.

*avermore miner is tricky anyway, i found out that he keep mining but the miner switch to X16 - ravencoin on the address from an dev instead of let the gpu get sick-death...

So any tips are welcome Smiley
legendary
Activity: 1820
Merit: 1092
~Full-Time Minter since 2016~

Frustrating! Everyone of the discord links shows the amount of people in the group but then when I press join says instant invite invalid or you don’t have permission to join the group... can someone send @Crypto_Pugz a direct invite through discord please?

heres an idea, maybe use the one the dev listed as the first line in the op...  Tongue instead of random ones people make haha
(guys when you make a discord invite you HAVE to set it as "never expire Wink )

https://discordapp.com/invite/cHzczEq
member
Activity: 185
Merit: 10
Crypto_Pugz

Frustrating! Everyone of the discord links shows the amount of people in the group but then when I press join says instant invite invalid or you don’t have permission to join the group... can someone send @Crypto_Pugz a direct invite through discord please?
member
Activity: 185
Merit: 10
Crypto_Pugz

invite invalid


https://discord.gg/QPkFdem


it's a pity that the hash of the network has grown so much. I with my CPU mining on 38 Kh/s not collect 15 000 siraj Sad now. although mine from the first day of the project

it's a good thing than network hashrate is increasing, that means more people are interested by the project
you can still rent some Mh

Still invalid :/
legendary
Activity: 1582
Merit: 1001
www.neutroncoin.com

invite invalid


https://discord.gg/QPkFdem


it's a pity that the hash of the network has grown so much. I with my CPU mining on 38 Kh/s not collect 15 000 siraj Sad now. although mine from the first day of the project

it's a good thing than network hashrate is increasing, that means more people are interested by the project
you can still rent some Mh

Hashrate is over 300MH/s at moment. The project definitely going very nicely in term of hasting power. We just passed the half way mark on the POW period.

hero member
Activity: 1274
Merit: 511

invite invalid


https://discord.gg/QPkFdem


it's a pity that the hash of the network has grown so much. I with my CPU mining on 38 Kh/s not collect 15 000 siraj Sad now. although mine from the first day of the project

it's a good thing than network hashrate is increasing, that means more people are interested by the project
you can still rent some Mh
newbie
Activity: 12
Merit: 0
it's a pity that the hash of the network has grown so much. I with my CPU mining on 38 Kh/s not collect 15 000 siraj Sad now. although mine from the first day of the project
legendary
Activity: 1848
Merit: 1165
My AR-15 ID's itself as a toaster. Want breakfast?
when im feeling better, and not trying to take care of a hatching chameleon... Ill be in on this =)
legendary
Activity: 1386
Merit: 1000
Fucker of "the system"
Ok , I have finished building a master node server. Now I have to set it up. When I am finished, I'll be ready to start setting up for your master nodes. I'm curious about how many MN can be set up on this box.

If you have not already surpassed 10k coins,  I'll be giving 5 MN away this week.

Pages:
Jump to: