Search content
Sort by

Showing 20 of 72 results by leyric
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] [MOZZI] 💸 PoW/PoS Sha-256d Hybrid 💸 It Sucks ! 💸 7% Yearly Stake 💸
by
leyric
on 05/08/2017, 18:20:37 UTC
Listing at exchange coming this year?
why is this not possible?
Post
Topic
Board Announcements (Altcoins)
Re: [MAI] Starwels - global decentralization
by
leyric
on 05/08/2017, 18:18:36 UTC
he can't tell that.
i like dev's they are working but this here is a fake.
never will starwels live at exchange or what ever.
Post
Topic
Board Announcements (Altcoins)
Re: [MAI] Starwels - global decentralization
by
leyric
on 29/07/2017, 01:05:02 UTC
i see nothing is happen here. always the same shi...
i like this SCAM but ppl arre angry but the exchange is coming the next years, MAYBE.

where is the blockexplorer? where the pools? where the working nodes?
and dev.... how long you need to do this "Star" a star?
Post
Topic
Board Announcements (Altcoins)
Re: |ANN| DAS - Decentralized and Security. Private Send. Masternodes.
by
leyric
on 28/07/2017, 15:54:32 UTC



Yes, all of my MN get rewards and works fine. I use for every Wallet another PC but with the same ip and port:9399 but with this setting what i wrote its all ok.
The masternode.conf its also the same like first MN.
I hope this help.

So i have to copy my current configuration paste it in the same masternode.conf above and only change the port? Do i need also another MN priv key?
[/quote]


Sure, you must follow all the steps like your first MN. the only difference is now you set up the "port" in your second MN.
[/quote]

And how do you start all? Just wir masternode start "walletpassword"?
[/quote]


I don't use a password.
But you can start the MN at the console with "masternode start" or "Masternode start-many"
you use a password than "masternode start" "your password" or "Masternode start-many" "your password"
half hour later you can type "masternode list-conf" and you will see "Enable" "Missing" or "Pre-Enable".
Enable is the best and say that your MN is working.
Post
Topic
Board Announcements (Altcoins)
Re: |ANN| DAS - Decentralized and Security. Private Send. Masternodes.
by
leyric
on 28/07/2017, 15:41:01 UTC
its a good tutorial for linux but i cant figure out how to run two masternodes with win10 and qt-wallet




i dont even know how to set up 1 mn
realy dont understand nothing of this crap.
someone can help me in Dutch Nederlands?
i have my wallet running and setup a masternode adres send 1000 das.
send it from nova not needed conformations within 1 second the das was inside my wallet verry verry strange and extremly fast.
but now my qustion do i need vpn? why i pay for vpn and get only a few coins
i am using windows 10
and al the files like wallet.dat and conf i can not open with my computer so i can not change it i need an app to open it?
i loose already 850 euro coinonat so i hope this time someone can help me.
thanks

why you cant open das.conf and masternode.conf? please use the notepad for that.
the wallet.dat cant you open, right. its ok. you need only the two .conf files.

my language is german. every user they speak this can contact me and i help by setting up a masternode.
Post
Topic
Board Announcements (Altcoins)
Re: |ANN| DAS - Decentralized and Security. Private Send. Masternodes.
by
leyric
on 28/07/2017, 13:41:33 UTC
its a good tutorial for linux but i cant figure out how to run two masternodes with win10 and qt-wallet

on the same PC?
Post
Topic
Board Announcements (Altcoins)
Re: |ANN| DAS - Decentralized and Security. Private Send. Masternodes.
by
leyric
on 28/07/2017, 13:39:11 UTC
If anyone is running multiple nodes off the same ip, would love some help.


For the second MN with the same IP use the same settings like the first MN.

You must only set a port for the second MN.
Looks like this:

rpcuser=xxx
rpcpassword=xxx
rpcallowip=127.0.0.1
daemon=1
server=1
listen=1
port="what ever you want"
masternode=1
masternodeprivkey="your MN Private Key"
masternodeaddr=18.x.x.x:9399

You see, the same setting but with the command "port=" can you set up another port for the wallet and it works fine.
i run a lot MN with this setup and all its ok.
you have problems with that than contact me.

how much are "a lot" and can you verify all of them get rewards?



Yes, all of my MN get rewards and works fine. I use for every Wallet another PC but with the same ip and port:9399 but with this setting what i wrote its all ok.
The masternode.conf its also the same like first MN.
I hope this help.

So i have to copy my current configuration paste it in the same masternode.conf above and only change the port? Do i need also another MN priv key?


Sure, you must follow all the steps like your first MN. the only difference is now you set up the "port" in your second MN.
Post
Topic
Board Announcements (Altcoins)
Re: |ANN| DAS - Decentralized and Security. Private Send. Masternodes.
by
leyric
on 28/07/2017, 10:54:45 UTC
I've been trying for a few days to get my masternode running properly again, but I can't seem to figure it out.
Can you guys please help me troubleshoot?

Wallet is upgraded to 0.12.2.0 a few days ago.

My das.conf:
Code:
rpcuser=xxxx
rpcpassword=xxxx
rpcallowip=127.0.0.1
listen=1
server=1
daemon=1
[color=red]logtimestamps=1[/color]
[color=red]maxconnections=256[/color]
masternode=1
masternodeprivkey=
masternodeaddr=:9399
[color=red]bind=:9399
externalip=193.71.119.49:9399[/color]
addnode=185.137.97.24
addnode=185.137.97.15


I left masternode.conf empty.

Your problems stay in red.
the masternode.conf must filled and the following line can you delete:

logtimestamps=1
maxconnections=256
bind=:9399
externalip=193.71.119.49:9399

Make sure your port 9399 on your router is open.
thats all and the MN must work for you.
Post
Topic
Board Announcements (Altcoins)
Re: |ANN| DAS - Decentralized and Security. Private Send. Masternodes.
by
leyric
on 28/07/2017, 10:49:06 UTC
If anyone is running multiple nodes off the same ip, would love some help.


For the second MN with the same IP use the same settings like the first MN.

You must only set a port for the second MN.
Looks like this:

rpcuser=xxx
rpcpassword=xxx
rpcallowip=127.0.0.1
daemon=1
server=1
listen=1
port="what ever you want"
masternode=1
masternodeprivkey="your MN Private Key"
masternodeaddr=18.x.x.x:9399

You see, the same setting but with the command "port=" can you set up another port for the wallet and it works fine.
i run a lot MN with this setup and all its ok.
you have problems with that than contact me.

how much are "a lot" and can you verify all of them get rewards?



Yes, all of my MN get rewards and works fine. I use for every Wallet another PC but with the same ip and port:9399 but with this setting what i wrote its all ok.
The masternode.conf its also the same like first MN.
I hope this help.
Post
Topic
Board Announcements (Altcoins)
Re: |ANN| DAS - Decentralized and Security. Private Send. Masternodes.
by
leyric
on 27/07/2017, 19:05:35 UTC
If anyone is running multiple nodes off the same ip, would love some help.


For the second MN with the same IP use the same settings like the first MN.

You must only set a port for the second MN.
Looks like this:

rpcuser=xxx
rpcpassword=xxx
rpcallowip=127.0.0.1
daemon=1
server=1
listen=1
port="what ever you want"
masternode=1
masternodeprivkey="your MN Private Key"
masternodeaddr=18.x.x.x:9399

You see, the same setting but with the command "port=" can you set up another port for the wallet and it works fine.
i run a lot MN with this setup and all its ok.
you have problems with that than contact me.
Post
Topic
Board Announcements (Altcoins)
Re: [AI] Starwels - global decentralization
by
leyric
on 01/05/2017, 20:05:47 UTC
i sell 1000 AI

1 AI = 0.0001
pls pm me by interest.
Starwel will be good, just keep it at this minimal price.

without a exchange is AI the next dead coin.
nothing is happen here.
There will be next step in 45 days, there is countdown for it so be patient.

but nobody will buy a coin for 0.001 without anything Smiley
i will sell but nobody want it.
i think AI can i sell for 100sat maybe but not more

i will buy from you for 100 sat , so how many you got ?

i sell it for 100sat at exchange. Here i sell for 0.0001

At exchange you sell at 0.001, but it will take 45 days for it.

Never! Never! Never! you will see. this coin has nothing. now is 2 or 3 ppl mining and dump at any exchange you will see. mining ppl dump always and which exchange list this coin? tell me that.

I'm one of those people and I haven't even posted an offer to sell any, or asked about an exchange. My AI are not for sale. Some miners mine just because they like to collect coins.

lol. you collect and than? you wait to sell. all mining ppl do that. funny. a holder that save their Ai and dont sell it the next 100years
Post
Topic
Board Announcements (Altcoins)
Re: [AI] Starwels - global decentralization
by
leyric
on 01/05/2017, 19:41:46 UTC
i sell 1000 AI

1 AI = 0.0001
pls pm me by interest.
Starwel will be good, just keep it at this minimal price.

without a exchange is AI the next dead coin.
nothing is happen here.
There will be next step in 45 days, there is countdown for it so be patient.

but nobody will buy a coin for 0.001 without anything Smiley
i will sell but nobody want it.
i think AI can i sell for 100sat maybe but not more

i will buy from you for 100 sat , so how many you got ?

i sell it for 100sat at exchange. Here i sell for 0.0001

At exchange you sell at 0.001, but it will take 45 days for it.

Never! Never! Never! you will see. this coin has nothing. now is 2 or 3 ppl mining and dump at any exchange you will see. mining ppl dump always and which exchange list this coin? tell me that.
Post
Topic
Board Announcements (Altcoins)
Re: [AI] Starwels - global decentralization
by
leyric
on 01/05/2017, 17:33:16 UTC
i sell 1000 AI

1 AI = 0.0001
pls pm me by interest.
Starwel will be good, just keep it at this minimal price.

without a exchange is AI the next dead coin.
nothing is happen here.
There will be next step in 45 days, there is countdown for it so be patient.

but nobody will buy a coin for 0.001 without anything Smiley
i will sell but nobody want it.
i think AI can i sell for 100sat maybe but not more

i will buy from you for 100 sat , so how many you got ?

i sell it for 100sat at exchange. Here i sell for 0.0001
Post
Topic
Board Announcements (Altcoins)
Re: [AI] Starwels - global decentralization
by
leyric
on 01/05/2017, 17:22:52 UTC
i sell 1000 AI

1 AI = 0.0001
pls pm me by interest.
Starwel will be good, just keep it at this minimal price.

without a exchange is AI the next dead coin.
nothing is happen here.
There will be next step in 45 days, there is countdown for it so be patient.

but nobody will buy a coin for 0.001 without anything Smiley
i will sell but nobody want it.
i think AI can i sell for 100sat maybe but not more
Post
Topic
Board Announcements (Altcoins)
Re: [AI] Starwels - global decentralization
by
leyric
on 01/05/2017, 16:37:45 UTC
i sell 1000 AI

1 AI = 0.0001
pls pm me by interest.
Starwel will be good, just keep it at this minimal price.

without a exchange is AI the next dead coin.
nothing is happen here.
Post
Topic
Board Announcements (Altcoins)
Re: [AI] Starwels - global decentralization
by
leyric
on 01/05/2017, 13:17:17 UTC
i sell 1000 AI

1 AI = 0.0001
pls pm me by interest.
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] [ICASH] | DARKSEND | MASTERNODE | POW | NO Premine | No ICO
by
leyric
on 23/04/2017, 13:07:34 UTC
My problem solved.
resync the blockchain and now is the masternode working and produce around 5k - 8k iCash per day.
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] [ICASH] | DARKSEND | MASTERNODE | POW | NO Premine | No ICO
by
leyric
on 23/04/2017, 00:29:23 UTC
my Masternode make a "POS_ERROR" please help me. all ports are open but no payment arrive.
thx guys.

I think you will need to delete the whole blockchain (DO NOT delete the wallet.dat & icash.conf) and then sync again your wallet.

I hope this works... i make a report
thx

i have resync and must wait 2 day's? i don't know.
The Masternode works at beginning but 1 day later say "POS_ERROR" and i don't know what they mean.
i wait the next 2 day's and see what happen.
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] [ICASH] | DARKSEND | MASTERNODE | POW | NO Premine | No ICO
by
leyric
on 22/04/2017, 20:26:19 UTC
my Masternode make a "POS_ERROR" please help me. all ports are open but no payment arrive.
thx guys.

I think you will need to delete the whole blockchain (DO NOT delete the wallet.dat & icash.conf) and then sync again your wallet.

I hope this works... i make a report
thx
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] [ICASH] | DARKSEND | MASTERNODE | POW | NO Premine | No ICO
by
leyric
on 22/04/2017, 19:25:29 UTC
my Masternode make a "POS_ERROR" please help me. all ports are open but no payment arrive.
thx guys.