MagicSmoker
|
|
April 30, 2018, 03:53:22 PM |
|
So i gave mining this a shit, but if i cant even get a full sync on the wallet, im going back to mine Stellite. Left my pc overnight so the intensecoin wallet could sync, but no succes, i give up. Maybe if the wallet would work decently this coin would attract some miners, not like this tho...
Did you add the exclusive nodes to the command line for the daemon? See @YaStaer's previous post: SYNCHRONIZATION started 2018-04-28 01:29:23.606 [P2P3] INFO global src/cryptonote_protocol/cryptonote_protocol_handler.inl:305 [178.43.154.108:48772 OUT] Sync data returned a new top block candidate: 172130 -> 179090 [Your node is 6960 blocks (9 days) behind] SYNCHRONIZATION started'
Can't sync after this, the wallet is using the latest version, and the wallet has never been run on this computer before
intensecoind.exe --add-exclusive-node 140.82.9.90:48772 --add-exclusive-node 62.48.164.60:48772 --add-exclusive-node 5.249.27.162:48772
|
|
|
|
SlowGrowth
|
|
April 30, 2018, 03:57:16 PM |
|
I'm afraid this coin is scam. We have been very busy and sometimes we cant get here in time however if you want faster assistance please join our Discord. Try asking for help before calling a 15+ team a scam
|
|
|
|
SlowGrowth
|
|
April 30, 2018, 04:01:25 PM |
|
I apologize for all the issues everyone is experiencing but this is due to a lot of nodes still being in old v3 chain... Since we cant hardcode good nodes like in bitcoin versions we are thinking on a more creative way to fix this on our end... Obviously it would help if most of the nodes were on the v4 chain...
Thank you for understanding and we will get this fixed
|
|
|
|
ThePigwee
Member
Offline
Activity: 181
Merit: 46
Lethean COO
|
|
April 30, 2018, 04:38:56 PM |
|
Did anyone get SE withdrawal issue on large amount ITNS? For me, 3xxx withdrawal is okay. However, when I tried to withdraw 3xxxx ITNS to my local wallet, I only got 3xxx ITNS instead. Just got 1/10 what I want. And the 3xxxx was deducted from my SE balance. I use 2.0.1 CLI to check the local wallet.
I’m sorry you are having an issue with Stocks.Exchange. This is something on the exchange side of things. You would need to reach out to the exchnage and ask for additional information about what happened or to have them send the correct amount to your walllet. I’m sorry that you had an issue.
|
|
|
|
ThePigwee
Member
Offline
Activity: 181
Merit: 46
Lethean COO
|
|
April 30, 2018, 04:41:05 PM |
|
2.0.1 does not fully sync. Is this beta version? Where are you stopping with the sync? If it’s close to the top block, the daemon will typically slow down and not load in as quickly as the rest of the chain. If you have not already, we recommend restarting the daemon and starting the sync again. Maybe it’s mt superstition but it seems to sync better if you don’t click away after reopening it.
|
|
|
|
MaxMidnite
Newbie
Offline
Activity: 143
Merit: 0
|
|
April 30, 2018, 05:21:13 PM |
|
2.0.1 does not fully sync. Is this beta version? Where are you stopping with the sync? If it’s close to the top block, the daemon will typically slow down and not load in as quickly as the rest of the chain. If you have not already, we recommend restarting the daemon and starting the sync again. Maybe it’s mt superstition but it seems to sync better if you don’t click away after reopening it. Its a issue on your side, I done restart multiple times, for me block 5775 does not move past. I tried sync waller and CLI etc.. Also user reported on github issue straight away..
|
|
|
|
korm
Member
Offline
Activity: 280
Merit: 10
|
|
April 30, 2018, 07:09:40 PM |
|
1. TIP from discord akaRev - 21:54 create firewall rules for intensecoind.exe access granted to 140.82.9.90:48772 and 62.48.164.60:48772 and all work fine))
2. Download 2.0.1 GUI https://github.com/valiant1x/intensecoinwallet/releasesYou can use cli daemon on it with *.bat file intensecoind.exe --add-exclusive-node 140.82.9.90:48772 --add-exclusive-node 62.48.164.60:48772 --add-exclusive-node 5.249.27.162:48772
|
|
|
|
crypto_117
Jr. Member
Offline
Activity: 56
Merit: 1
|
|
April 30, 2018, 10:23:29 PM |
|
2.0.1 does not fully sync. Is this beta version? Where are you stopping with the sync? If it’s close to the top block, the daemon will typically slow down and not load in as quickly as the rest of the chain. If you have not already, we recommend restarting the daemon and starting the sync again. Maybe it’s mt superstition but it seems to sync better if you don’t click away after reopening it. Wallet says it's synchronized now but the balance and unlucked balance say 0.00000000 while I used to have over 150,000 ITNS in old wallet. I'm using GUI 2.0.1. Inserted spend key, view key and public adres. What's wrong??
|
|
|
|
akaRev
Newbie
Offline
Activity: 86
Merit: 0
|
|
April 30, 2018, 10:30:33 PM |
|
create *.bat files into intensecoin dir and run Netsh Advfirewall Firewall delete rule name="IntenseV4NodeAllow"
netsh advfirewall firewall add rule name="IntenseV4NodeAllow" program="%cd%\intensecoind.exe" protocol=TCP localport=any action=allow dir=OUT remoteip=140.82.9.90 remoteport=48772
netsh advfirewall firewall add rule name="IntenseV4NodeAllow" program="%cd%\intensecoind.exe" protocol=TCP localport=any action=allow dir=OUT remoteip=62.48.164.60 remoteport=48772
netsh advfirewall firewall add rule name="IntenseV4NodeAllow" program="%cd%\intensecoind.exe" protocol=TCP localport=any action=allow dir=OUT remoteip=5.249.27.162 remoteport=48772
intensecoind.exe --add-exclusive-node 140.82.9.90:48772 --add-exclusive-node 62.48.164.60:48772 --add-exclusive-node 5.249.27.162:48772
|
|
|
|
crypto_117
Jr. Member
Offline
Activity: 56
Merit: 1
|
|
April 30, 2018, 10:48:48 PM |
|
create *.bat files into intensecoin dir and run Netsh Advfirewall Firewall delete rule name="IntenseV4NodeAllow"
netsh advfirewall firewall add rule name="IntenseV4NodeAllow" program="%cd%\intensecoind.exe" protocol=TCP localport=any action=allow dir=OUT remoteip=140.82.9.90 remoteport=48772
netsh advfirewall firewall add rule name="IntenseV4NodeAllow" program="%cd%\intensecoind.exe" protocol=TCP localport=any action=allow dir=OUT remoteip=62.48.164.60 remoteport=48772
netsh advfirewall firewall add rule name="IntenseV4NodeAllow" program="%cd%\intensecoind.exe" protocol=TCP localport=any action=allow dir=OUT remoteip=5.249.27.162 remoteport=48772
intensecoind.exe --add-exclusive-node 140.82.9.90:48772 --add-exclusive-node 62.48.164.60:48772 --add-exclusive-node 5.249.27.162:48772 I give up and hope they come up with a better wallet version. IntenseCoin is not for beginners it seems.
|
|
|
|
dragonmike
|
|
April 30, 2018, 11:12:45 PM |
|
That sync is brutally slow, despite all command lines suggested above. Hope it can sync, 'cause I've been mining a boatload over the last few weeks...
|
|
|
|
MagicSmoker
|
|
April 30, 2018, 11:25:16 PM |
|
That sync is brutally slow, despite all command lines suggested above. Hope it can sync, 'cause I've been mining a boatload over the last few weeks...
Indeed it is. I just switched over to 2.0.1 (because 2.0.0 stopped syncing) and even though it was only 1 day behind it took almost an hour to sync. It finally did, though, and my coins are present. In other news, I've got a stack of coins piling up on the main pool; something might be wrong with payouts there.
|
|
|
|
ThePigwee
Member
Offline
Activity: 181
Merit: 46
Lethean COO
|
|
May 01, 2018, 12:20:05 AM |
|
2.0.1 does not fully sync. Is this beta version? Where are you stopping with the sync? If it’s close to the top block, the daemon will typically slow down and not load in as quickly as the rest of the chain. If you have not already, we recommend restarting the daemon and starting the sync again. Maybe it’s mt superstition but it seems to sync better if you don’t click away after reopening it. Wallet says it's synchronized now but the balance and unlucked balance say 0.00000000 while I used to have over 150,000 ITNS in old wallet. I'm using GUI 2.0.1. Inserted spend key, view key and public adres. What's wrong?? without knowing anything else that was done, I would assume one of two things, either the wrong wallet was opened somehow or you need to refresh the balance. You can close your wallet and reopen it and your ITNS should appear.
|
|
|
|
leonsnow
Copper Member
Jr. Member
Offline
Activity: 138
Merit: 2
|
|
May 01, 2018, 12:29:16 AM Last edit: May 01, 2018, 12:41:23 AM by leonsnow |
|
Did anyone get SE withdrawal issue on large amount ITNS? For me, 3xxx withdrawal is okay. However, when I tried to withdraw 3xxxx ITNS to my local wallet, I only got 3xxx ITNS instead. Just got 1/10 what I want. And the 3xxxx was deducted from my SE balance. I use 2.0.1 CLI to check the local wallet.
I’m sorry you are having an issue with Stocks.Exchange. This is something on the exchange side of things. You would need to reach out to the exchnage and ask for additional information about what happened or to have them send the correct amount to your walllet. I’m sorry that you had an issue. Thanks. I have reached out to the Stocks.Exchange already. And opened a ticket for it. But the feedback from SE is not very helpful so far. The details information was sent to SE already. Please note only large amount has this issue. I am mining to this ITNS address (the old iz address) too, the mining withdrawals are okay hourly. And the withdrawals from SE with little amount are okay too. Only this 3xxxx withdrawal had the issue. I use the self-compiled 2.0.1 Mac OS X CLI wallet to check. I will install a Windows 2.0.1 CLI wallet software to check again. Thanks. And here is the ID for the issued transaction, 29b52d429ad86f41c6589b4162f4698a27daf00dccdd84c5a8033753ca7948f9 How can I checked details from this ID? Thanks again.
|
|
|
|
nick1492
|
|
May 01, 2018, 06:14:50 AM |
|
I have been with intense for quite sometime now. Followed every move they make and development they are going. Intense is not a scam coin. Project is very solid and roadmap is feasible. I tell you that before this 2nd quarter ends. You'll see big updates from the devs.
|
|
|
|
abudfv2008
|
|
May 01, 2018, 06:27:01 AM |
|
I have been with intense for quite sometime now. Followed every move they make and development they are going. Intense is not a scam coin. Project is very solid and roadmap is feasible. I tell you that before this 2nd quarter ends. You'll see big updates from the devs.
It maybe so. But what I see - everything that is connected with pallas has some problems. His XCN was hacked with 260 millions of coins, no normal exchange - only chineese/thai shady ones and no willingness to get to normal exchange or at least that stocks one. And this is after 4 years of "development"? Here with Intense also "hackers hackers" everywhere.
|
|
|
|
korm
Member
Offline
Activity: 280
Merit: 10
|
|
May 01, 2018, 06:50:39 AM |
|
Do not use the official pool. They are not competent. Can not stop the pool after fork. Zero the balance for ALL days. Fu***ng idiots. An adequate pool with a normal admin is intense.hashvault.pro
|
|
|
|
dext-r
Newbie
Offline
Activity: 17
Merit: 0
|
|
May 01, 2018, 07:02:54 AM |
|
How can be "official" if so fuckin noobs, 2000itns are disappeared, dummy assholes
|
|
|
|
pallas
Legendary
Offline
Activity: 2716
Merit: 1094
Black Belt Developer
|
|
May 01, 2018, 07:56:45 AM |
|
I have been with intense for quite sometime now. Followed every move they make and development they are going. Intense is not a scam coin. Project is very solid and roadmap is feasible. I tell you that before this 2nd quarter ends. You'll see big updates from the devs.
It maybe so. But what I see - everything that is connected with pallas has some problems. His XCN was hacked with 260 millions of coins, no normal exchange - only chineese/thai shady ones and no willingness to get to normal exchange or at least that stocks one. And this is after 4 years of "development"? Here with Intense also "hackers hackers" everywhere. Actually the hacking on XCN was done before I started working on it. I recovered the coin from a likely death and fixed holes and bugs. Also the exchanges were already there, the ones which I added are nova and freiexchange. I don't see anything shady with this. About intense, I think I'm a bit smarter than hacking the coin I work on and then fixing it a handful of hours afterwards, on Sunday morning, disabling all the hacked funds.
|
|
|
|
crypto_117
Jr. Member
Offline
Activity: 56
Merit: 1
|
|
May 01, 2018, 09:40:53 AM |
|
2.0.1 does not fully sync. Is this beta version? Where are you stopping with the sync? If it’s close to the top block, the daemon will typically slow down and not load in as quickly as the rest of the chain. If you have not already, we recommend restarting the daemon and starting the sync again. Maybe it’s mt superstition but it seems to sync better if you don’t click away after reopening it. Wallet says it's synchronized now but the balance and unlucked balance say 0.00000000 while I used to have over 150,000 ITNS in old wallet. I'm using GUI 2.0.1. Inserted spend key, view key and public adres. What's wrong?? without knowing anything else that was done, I would assume one of two things, either the wrong wallet was opened somehow or you need to refresh the balance. You can close your wallet and reopen it and your ITNS should appear. How many blocks are there? 174131 or 179095? I think the wallet is confused. He said synchronized at 174131.
|
|
|
|
|