Bitcoin Forum
September 27, 2024, 06:51:07 AM *
News: Latest Bitcoin Core release: 27.1 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1]
1  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] LINDA-PoW/PoS-99% APR- MASTERNODE-MULTI-WALLET ( NEW THREAD) on: January 07, 2018, 08:38:56 PM
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.
2  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] LINDA-PoW/PoS-99% APR- MASTERNODE-MULTI-WALLET ( NEW THREAD) on: January 07, 2018, 08:14:54 PM
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.
3  Alternate cryptocurrencies / Tokens (Altcoins) / Re: COIMATIC 3.0 - Blockchain Meets ecommerce( swapping to Ethereum Token) on: November 08, 2017, 07:10:03 PM
Just wish I had more available funds to buy more coins. Silly low price atm.
4  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][Tradecoin] on: October 02, 2017, 08:53:32 PM
Is there a dummies guide, truuuuly technub, on how to setup up a masternode and how to host it etc floating around?
5  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN ][SCORE][POW][Scrypt] soon Masternodes! on: October 01, 2017, 07:33:25 PM
I've had success with a similar to this:

addnode 163.172.64.208:45112 add

in the Help -> Debug Window -> Console
6  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][Tradecoin] on: September 25, 2017, 09:01:04 PM
If there are bounties for Swedish, Danish or Albanian, sign me up. Smiley
7  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN ][SCORE][POW][Scrypt] on: September 25, 2017, 08:50:48 PM
If there are bounties for Swedish, Danish or Albanian, sign me up. Smiley
8  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][Tradecoin] on: September 25, 2017, 08:43:08 PM
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\<username>\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!
9  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN ][SCORE][POW][Scrypt] on: September 25, 2017, 08:15:54 PM
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\<username>\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
10  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN ][SCORE][POW][Scrypt] on: September 25, 2017, 04:35:28 PM
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.
11  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN ][SCORE][POW][Scrypt] on: September 25, 2017, 03:41:22 PM
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
12  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN ][SCORE][POW][Scrypt] on: September 25, 2017, 02:35:36 PM
For my wallet there are no connections and no block source available. #disgruntled
13  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][Tradecoin] on: September 25, 2017, 02:15:55 PM
windows wallet still shows "No block source avaliable" "0 active connections" Is there some way to synchronize windows wallet?

Same issue here.
14  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] LINDA-PoW/PoS-99% APR- MASTERNODE-MULTI-WALLET ( NEW THREAD) on: September 19, 2017, 08:43:13 PM
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.
15  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][SPT] - Spots - Cryptsy | Fork 9/19 | Scrypt | Introducing Reward Reduction on: September 19, 2017, 07:24:38 PM
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?
16  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] LINDA-PoW/PoS-99% APR- MASTERNODE-MULTI-WALLET ( NEW THREAD) on: September 19, 2017, 04:19:46 PM
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?
17  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][PAK] PakCoin - Pakistan's Crypto Currency - Official Thread on: September 13, 2017, 10:54:22 PM
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
18  Local / Skandinavisk / Spots coin - wallet problem on: September 13, 2017, 03:25:13 PM
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!
19  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][SPT] - Spots - Cryptsy | Fork 9/19 | Scrypt | Introducing Reward Reduction on: September 12, 2017, 06:31:29 PM
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!
20  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][SPT] - Spots - Cryptsy | Fork 9/19 | Scrypt | Introducing Reward Reduction on: September 11, 2017, 06:56:44 PM
Hello,

Can spots be mined with the antminer l3+ ?


I did. Smiley

Now to find them buggers...
Pages: [1]
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!