Search content
Sort by

Showing 20 of 20 results by LegacyOfAll
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] LINDA-PoW/PoS-99% APR- MASTERNODE-MULTI-WALLET ( NEW THREAD)
by
LegacyOfAll
on 07/01/2018, 20:38:56 UTC
Hi all

I've recently bought Lindacoin on Cryptopia , and today I decided to move my coins to your official dedicated wallet , found on this website .

I send all my coins to the adress generated on my wallet , but now I can't synchronise it , it's very slow , I'm only still 20 weeks behind whereas I'v been synchronised it since this afternoon !

What should I do ?

please help me I fear all my coins are lost



I also tried to contact the team via the contact page on their website ( https://lindacoin.com/ ) but it don't work ...


I feel like I ve been scammed that's weird !

Be patient, they will get there. Just let the wallet sync and you will be fine. Do please write when you have received  your coins in your wallet since your remarks above is not very ... leveled.
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] LINDA-PoW/PoS-99% APR- MASTERNODE-MULTI-WALLET ( NEW THREAD)
by
LegacyOfAll
on 07/01/2018, 20:14:54 UTC
I have been told by the man who knows the man from LINDA that one of TOP20 inernational bank group has chosen Linda and they will announce about it 9th of Jan, 2018. Is that true? Anybody can confirm?

Have noticed that there is some real hashingpower aimed at Linda atm (looking at h2h)
Pretty sure she wont stay at these levels either. Breaking that ceiling to reach the stars.
Post
Topic
Board Tokens (Altcoins)
Re: COIMATIC 3.0 - Blockchain Meets ecommerce( swapping to Ethereum Token)
by
LegacyOfAll
on 08/11/2017, 19:10:03 UTC
Just wish I had more available funds to buy more coins. Silly low price atm.
Post
Topic
Board Announcements (Altcoins)
Re: [ANN][Tradecoin]
by
LegacyOfAll
on 02/10/2017, 20:53:32 UTC
Is there a dummies guide, truuuuly technub, on how to setup up a masternode and how to host it etc floating around?
Post
Topic
Board Announcements (Altcoins)
Re: [ANN ][SCORE][POW][Scrypt] soon Masternodes!
by
LegacyOfAll
on 01/10/2017, 19:33:25 UTC
I've had success with a similar to this:

addnode 163.172.64.208:45112 add

in the Help -> Debug Window -> Console
Post
Topic
Board Announcements (Altcoins)
Re: [ANN][Tradecoin]
by
LegacyOfAll
on 25/09/2017, 21:01:04 UTC
If there are bounties for Swedish, Danish or Albanian, sign me up. Smiley
Post
Topic
Board Announcements (Altcoins)
Re: [ANN ][SCORE][POW][Scrypt]
by
LegacyOfAll
on 25/09/2017, 20:50:48 UTC
If there are bounties for Swedish, Danish or Albanian, sign me up. Smiley
Post
Topic
Board Announcements (Altcoins)
Re: [ANN][Tradecoin]
by
LegacyOfAll
on 25/09/2017, 20:43:08 UTC
windows wallet still shows "No block source avaliable" "0 active connections" Is there some way to synchronize windows wallet?

Same issue here.

Yeah the wallet doesn't have any hardcoded seed nodes.   You need to enter some manually to get it connecting.   Try going to the debug console from the wallet menus and type the following:

addnode node.cryptocronic.com add

You can also create a tradecoin.conf text file in C:\Users\\AppData\Roaming\tradecoin\  and put a list of nodes like:
addnode=node.cryptocronic.com
addnode=104.251.218.157:12499
addnode=185.188.6.8:12499
addnode=198.12.70.154:12499
addnode=45.33.42.71:12499
addnode=45.79.201.204:12499
addnode=51.15.164.53:12499
addnode=66.228.57.25:12499
addnode=78.179.130.1:12499
addnode=83.169.7.202:12499
addnode=84.29.56.160:12499

Hope that helps.

It did. Much oblige!
Post
Topic
Board Announcements (Altcoins)
Re: [ANN ][SCORE][POW][Scrypt]
by
LegacyOfAll
on 25/09/2017, 20:15:54 UTC
Created a scorecoin.config with only addnode=178.238.226.136:10809 in it in the same folder as my QT.
No luck.

You have to put it in the wallets data directory.  For Windows, try putting the scorecoin.conf (NOT scorecoin.config) file in C:\Users\\AppData\Roaming\scorecoin\

You can also open the debug console from the menus in the wallet and type the following:
addnode 178.238.226.136 add




Have never worked for me before but did now. Thanks!  Grin
Post
Topic
Board Announcements (Altcoins)
Re: [ANN ][SCORE][POW][Scrypt]
by
LegacyOfAll
on 25/09/2017, 16:35:28 UTC
For my wallet there are no connections and no block source available. #disgruntled

You must put this in your scorecoin.conf file since there is no DNS seeder implemented just yet.

Code:
addnode=178.238.226.136:10809

Then you will connect to the rest of the peers on the network and your wallet will sync just fine.


Ok, thanks! That and only that?
I've had this issue with more wallets but been able to solve it.
Then I had to have a whole lot more.
For ex:

rpcuser=x
rpcpassword=XXX
rpcallowip=127.0.0.1
rpcport=8108
server=1
gen=0
addnode=203.20.114.252:4588
addnode=198.27.82.134:4588
addnode=104.255.67.131:4588
addnode=51.255.6.35:4588
addnode=46.254.11.158:4588
addnode=98.115.147.74:4588
addnode=157.161.128.58:4588
addnode=71.207.13.6:4588

Yes just like that except for now you only need one to get started:

Code:
addnode=178.238.226.136:10809


Created a scorecoin.config with only addnode=178.238.226.136:10809 in it in the same folder as my QT.
No luck.
Post
Topic
Board Announcements (Altcoins)
Re: [ANN ][SCORE][POW][Scrypt]
by
LegacyOfAll
on 25/09/2017, 15:41:22 UTC
For my wallet there are no connections and no block source available. #disgruntled

You must put this in your scorecoin.conf file since there is no DNS seeder implemented just yet.

Code:
addnode=178.238.226.136:10809

Then you will connect to the rest of the peers on the network and your wallet will sync just fine.


Ok, thanks! That and only that?
I've had this issue with more wallets but been able to solve it.
Then I had to have a whole lot more.
For ex:

rpcuser=x
rpcpassword=XXX
rpcallowip=127.0.0.1
rpcport=8108
server=1
gen=0
addnode=203.20.114.252:4588
addnode=198.27.82.134:4588
addnode=104.255.67.131:4588
addnode=51.255.6.35:4588
addnode=46.254.11.158:4588
addnode=98.115.147.74:4588
addnode=157.161.128.58:4588
addnode=71.207.13.6:4588
Post
Topic
Board Announcements (Altcoins)
Re: [ANN ][SCORE][POW][Scrypt]
by
LegacyOfAll
on 25/09/2017, 14:35:36 UTC
For my wallet there are no connections and no block source available. #disgruntled
Post
Topic
Board Announcements (Altcoins)
Re: [ANN][Tradecoin]
by
LegacyOfAll
on 25/09/2017, 14:15:55 UTC
windows wallet still shows "No block source avaliable" "0 active connections" Is there some way to synchronize windows wallet?

Same issue here.
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] LINDA-PoW/PoS-99% APR- MASTERNODE-MULTI-WALLET ( NEW THREAD)
by
LegacyOfAll
on 19/09/2017, 20:43:13 UTC
What am I doing wrong? Smiley

I have hade the wallet up for little more than 48 hours with a restart after 24h (since I didnt get any staked coins)
Restarted again after 48h, still no staked coins.
Wallet is unlocked, have been online for the past 2 days and getstakinginfo looks like this:


17:12:29

{
"enabled" : true,
"staking" : true,
"errors" : "",
"currentblocksize" : 1000,
"currentblocktx" : 0,
"pooledtx" : 0,
"difficulty" : 580926859.04268146,
"search-interval" : 16,
"weight" : 21931593136198,
"netstakeweight" : 190507949397785696,
"expectedtime" : 781781
}

18:16:14

getstakinginfo

18:16:14

{
"enabled" : true,
"staking" : true,
"errors" : "",
"currentblocksize" : 1229,
"currentblocktx" : 1,
"pooledtx" : 1,
"difficulty" : 281655165.87700945,
"search-interval" : 16,
"weight" : 21931593136198,
"netstakeweight" : 228089822189902176,
"expectedtime" : 94901
}

So it is staking, right?
Or am I missing something?


Some staking payments were delayed, you can allow it some more time and let us know here or on slack

-support team


Still nothing mate.
Post
Topic
Board Announcements (Altcoins)
Re: [ANN][SPT] - Spots - Cryptsy | Fork 9/19 | Scrypt | Introducing Reward Reduction
by
LegacyOfAll
on 19/09/2017, 19:24:38 UTC
Issue solved but now the wallet wont sync. "No block-source available"
I have updated config with the nodes in this thread.
What else can a poor soul do?
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] LINDA-PoW/PoS-99% APR- MASTERNODE-MULTI-WALLET ( NEW THREAD)
by
LegacyOfAll
on 19/09/2017, 16:19:46 UTC
What am I doing wrong? Smiley

I have hade the wallet up for little more than 48 hours with a restart after 24h (since I didnt get any staked coins)
Restarted again after 48h, still no staked coins.
Wallet is unlocked, have been online for the past 2 days and getstakinginfo looks like this:


17:12:29

{
"enabled" : true,
"staking" : true,
"errors" : "",
"currentblocksize" : 1000,
"currentblocktx" : 0,
"pooledtx" : 0,
"difficulty" : 580926859.04268146,
"search-interval" : 16,
"weight" : 21931593136198,
"netstakeweight" : 190507949397785696,
"expectedtime" : 781781
}

18:16:14

getstakinginfo

18:16:14

{
"enabled" : true,
"staking" : true,
"errors" : "",
"currentblocksize" : 1229,
"currentblocktx" : 1,
"pooledtx" : 1,
"difficulty" : 281655165.87700945,
"search-interval" : 16,
"weight" : 21931593136198,
"netstakeweight" : 228089822189902176,
"expectedtime" : 94901
}

So it is staking, right?
Or am I missing something?
Post
Topic
Board Announcements (Altcoins)
Re: [ANN][PAK] PakCoin - Pakistan's Crypto Currency - Official Thread
by
LegacyOfAll
on 13/09/2017, 22:54:22 UTC
Price is much affected by the miners dumping, majority of which comes from prohashing.com.
Anyone can go for mining pakcoin on pool.pakcoin.org to make mining more stable and out of multipool hands, also making coins for them expensive.
We are also looking for scrypt miners, but they are not available in Pakistan. Could anyone suggest a reliable seller for antminer L3+? Ordering from bitmain doesn't go through as whenever it is released, their website gets too slow and order doesn't get through.

I've had some luck with Alibaba orders. You'll pay more than through Bitmain though.
Let me know if you want me to check with the suppplier that didnt stiff me. Cheesy
Post
Topic
Board Skandinavisk
Spots coin - wallet problem
by
LegacyOfAll
on 13/09/2017, 15:25:13 UTC
Hoppas att kanske någon här inne kan hjälpa mig med ett issue jag har med spots coin wallet.
Varje gång jag försöker ladda ned och öppna den, olika versioner, så skickas den till sandbox av Avast.
Förutom att stänga av Avast och öppna filen; någon som har ett bättre alternativ?

Tacksam för svar!
Post
Topic
Board Announcements (Altcoins)
Re: [ANN][SPT] - Spots - Cryptsy | Fork 9/19 | Scrypt | Introducing Reward Reduction
by
LegacyOfAll
on 12/09/2017, 18:31:29 UTC
I am trying to download the spots wallet but it keeps being sent to jail by Avast.
Any tricks you guys can share on how to get the wallet up and running?

Thanks!
Post
Topic
Board Announcements (Altcoins)
Re: [ANN][SPT] - Spots - Cryptsy | Fork 9/19 | Scrypt | Introducing Reward Reduction
by
LegacyOfAll
on 11/09/2017, 18:56:44 UTC
Hello,

Can spots be mined with the antminer l3+ ?


I did. Smiley

Now to find them buggers...