Bitcoin Forum
April 26, 2024, 12:17:02 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Poll
Question: Should a PASCAL COIN clone be launched ?
YES - 58 (71.6%)
NO - 23 (28.4%)
Total Voters: 81

Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 [32] 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 ... 132 »
  Print  
Author Topic: [ANN][PASL]-[PASCAL Lite]-[The Future is Almost Here]  (Read 164845 times)
MrJaekin
Sr. Member
****
Offline Offline

Activity: 275
Merit: 258


View Profile
February 27, 2017, 03:27:07 AM
 #621


Is my 35 node not working correctly?  It's been a bit since I've logged on.  Been traveling a bit.

No that node has been down for like a week or so.



Dang, sorry about that.  I'll take a look in the morning.
1714133822
Hero Member
*
Offline Offline

Posts: 1714133822

View Profile Personal Message (Offline)

Ignore
1714133822
Reply with quote  #2

1714133822
Report to moderator
1714133822
Hero Member
*
Offline Offline

Posts: 1714133822

View Profile Personal Message (Offline)

Ignore
1714133822
Reply with quote  #2

1714133822
Report to moderator
Activity + Trust + Earned Merit == The Most Recognized Users on Bitcointalk
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714133822
Hero Member
*
Offline Offline

Posts: 1714133822

View Profile Personal Message (Offline)

Ignore
1714133822
Reply with quote  #2

1714133822
Report to moderator
code_honesty
Newbie
*
Offline Offline

Activity: 42
Merit: 0


View Profile
February 27, 2017, 03:34:56 AM
 #622

willing to buy some pascal lite OTC please pm me with offers , including how much u got and suggested price

If you want I could sell you some... its for a good cause because it would go back into the coin because I need to host more nodes.

Node hosting is $5/month so $60/year per node. I am thinking at first another node since there is only 1 right now. When we grew I would launch another node for another $60/year.

So 3 nodes in total should be nice and stable. All hosted on Amazon EC2.

Fix your code first before any money making gesture. add node calls every 5000ms and get nodecall.timestamp

https://github.com/PascalCoin/PascalCoin/blob/master/Units/PascalCoin/UBlockChain.pas#L461
Code:
if ((Operations.OperationBlock.timestamp) < (FLastOperationBlock.timestamp)) then begin
          errors := 'Invalid timestamp (New timestamp:'+inttostr(Operations.OperationBlock.timestamp)+' last timestamp ('+Inttostr(SafeBox.BlocksCount-1)+'):'+Inttostr(FLastOperationBlock.timestamp)+')';
          exit;
        end;
        if (Operations.OperationBlock.timestamp > (UnivDateTimeToUnix(DateTime2UnivDateTime(now))+CT_MaxSecondsDifferenceOfNetworkNodes)) then begin
          errors := 'Invalid timestamp (Future time '+Inttostr(Operations.OperationBlock.timestamp)+'-'+inttostr(UnivDateTimeToUnix(DateTime2UnivDateTime(now)))+'='+
             inttostr(Operations.OperationBlock.timestamp-UnivDateTimeToUnix(DateTime2UnivDateTime(now)))+' > '+inttostr(CT_MaxSecondsDifferenceOfNetworkNodes)+')';
          exit;

Add
Code:
 if ((Operations.OperationBlock.timestamp) < (last_nodecall.timestamp)) then begin
          errors := 'Invalid timestamp (New timestamp:'+inttostr(Operations.OperationBlock.timestamp)+' last timestamp ('+Inttostr(SafeBox.BlocksCount-1)+'):'+Inttostr(FLastOperationBlock.timestamp)+')';
          exit;
        end;

be creative. 10 secs gap is huge enough. Dont mine if you have more than 10 secs latency.
also make

 CT_MaxSecondsDifferenceOfNetworkNodes =5secs

That would fix timedrift and time cheating. This code makes it tight for any time drifters. and no way a block can be mine in less 5 secs after the last blocks. proper block spacing.


The entire code needs to be updated, not just those lines.

I will update to the latest wallet when PascalCoin wallet proves to be stable and bug-free.

Do not always depend pascal dev. Think on your own to make it a better blockchain. You dont really need the latest wallet of original pascal. current wallet code is good but needs tightening. Do a testnet with that code addition. ofcourse add node calls first, that is the secret. node calls. make a code for that and i will take a look. Makes your neurons function a little bit. This is your blockchain now. good night.


If the current version 1.5.1 of PascalCoin is stable and bug free, I will update our wallet in a couple of days with the release.

If you are interested you are more than welcome to join the team as a dev, however is this an alternative bitcointalk account or do you have an account with some reputation but just tried to stay anonymous since this account of yours was registered today.



I did not look at 1.5.1 complete but I think it doesn't still have protection at all to time drifters. you just creative on your blockchain on dont depend original. start with that node calls.
MrJaekin
Sr. Member
****
Offline Offline

Activity: 275
Merit: 258


View Profile
February 27, 2017, 04:00:36 AM
 #623


Is my 35 node not working correctly?  It's been a bit since I've logged on.  Been traveling a bit.

No that node has been down for like a week or so.



Dang, sorry about that.  I'll take a look in the morning.

Had some time, so i just took a look. Node was up and running and on latest block... don't know what the deal is.  I went ahead and restarted it. Do you see it now?
adaseb (OP)
Legendary
*
Offline Offline

Activity: 3738
Merit: 1708



View Profile
February 27, 2017, 04:04:17 AM
 #624


Is my 35 node not working correctly?  It's been a bit since I've logged on.  Been traveling a bit.

No that node has been down for like a week or so.



Dang, sorry about that.  I'll take a look in the morning.

Had some time, so i just took a look. Node was up and running and on latest block... don't know what the deal is.  I went ahead and restarted it. Do you see it now?

What block is it on? It says NO DATA

Maybe delete your chain and let it resync from scratch

.BEST..CHANGE.███████████████
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
███████████████
..BUY/ SELL CRYPTO..
MrJaekin
Sr. Member
****
Offline Offline

Activity: 275
Merit: 258


View Profile
February 27, 2017, 04:12:13 AM
 #625


Is my 35 node not working correctly?  It's been a bit since I've logged on.  Been traveling a bit.

No that node has been down for like a week or so.



Dang, sorry about that.  I'll take a look in the morning.

Had some time, so i just took a look. Node was up and running and on latest block... don't know what the deal is.  I went ahead and restarted it. Do you see it now?

What block is it on? It says NO DATA

Maybe delete your chain and let it resync from scratch

9128.  I'll delete the chain and resync
MrJaekin
Sr. Member
****
Offline Offline

Activity: 275
Merit: 258


View Profile
February 27, 2017, 04:19:25 AM
 #626


Is my 35 node not working correctly?  It's been a bit since I've logged on.  Been traveling a bit.

No that node has been down for like a week or so.



Dang, sorry about that.  I'll take a look in the morning.

Had some time, so i just took a look. Node was up and running and on latest block... don't know what the deal is.  I went ahead and restarted it. Do you see it now?

What block is it on? It says NO DATA

Maybe delete your chain and let it resync from scratch

9128.  I'll delete the chain and resync

Resynced
adaseb (OP)
Legendary
*
Offline Offline

Activity: 3738
Merit: 1708



View Profile
February 27, 2017, 04:28:28 AM
 #627


Is my 35 node not working correctly?  It's been a bit since I've logged on.  Been traveling a bit.

No that node has been down for like a week or so.



Dang, sorry about that.  I'll take a look in the morning.

Had some time, so i just took a look. Node was up and running and on latest block... don't know what the deal is.  I went ahead and restarted it. Do you see it now?

What block is it on? It says NO DATA

Maybe delete your chain and let it resync from scratch

9128.  I'll delete the chain and resync

Resynced

You sure its 35.165.16.168 ?

Basically your dns is
pascallite2.ddns.net
pascallite2.dynamic-dns.net

Both say NO DATA

Did you upgrade to the newest wallet?

.BEST..CHANGE.███████████████
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
███████████████
..BUY/ SELL CRYPTO..
starblocks
Hero Member
*****
Offline Offline

Activity: 1344
Merit: 502



View Profile
February 27, 2017, 05:19:13 AM
 #628

I don't suppose this will be on an exchange anytime soon?

adaseb (OP)
Legendary
*
Offline Offline

Activity: 3738
Merit: 1708



View Profile
February 27, 2017, 07:05:23 AM
 #629

We could get listed on Crytopia but they require ~0.25 BTC to list us.

So far 2 people offered to contribute to the crowdsale listing, if more people volunteer then we might proceed.


.BEST..CHANGE.███████████████
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
███████████████
..BUY/ SELL CRYPTO..
PanneKopp
Sr. Member
****
Offline Offline

Activity: 391
Merit: 250


aka ...


View Profile
February 27, 2017, 07:53:08 AM
 #630

Hi @adaseb

Its been a while since I've followed this thread and PascalCoin.

I need to know if PascalCoin Version 1.5.1 is stable and bug free and the time-drift have been fixed? I'm the dev of Pascal Lite and people are getting really upset about the time-drift situation.

Its hard to diagnose because the difficulty is very large and I can't solo mine this coin anymore.

If you would be a real DEV, I guess you should know - what ist your Intention here - cloning code - LoL ?

Tongue


Yes with the developers permission I've launched a Pascal clone coin.

https://bitcointalk.org/index.php?topic=1773026.0




The community do not need another "shit-clone" without coding competence !


Cheesy

... please make an educated guess !
xiphon
Full Member
***
Offline Offline

Activity: 254
Merit: 121



View Profile WWW
February 27, 2017, 07:53:54 AM
 #631

We could get listed on Crytopia but they require ~0.25 BTC to list us.

So far 2 people offered to contribute to the crowdsale listing, if more people volunteer then we might proceed.

I can donate some bucks too.


PanneKopp
are you experiencing some problem? Feel free to discuss it here with us.

Fairpool https://fairpool.xyz mining pool - Realtime stats, Profit calculation, Instant payouts
LOKI mining pool: https://loki.fairpool.xyz RYO mining pool: https://ryo.fairpool.xyz
XHV Haven mining pool: https://xhv.fairpool.xyz PURK mining pool: https://purk.fairpool.xyz
ETC mining pool: https://etc.fairpool.xyz PGC mining pool: https://pgc.fairpool.xyz
ETP mining pool: https://etp.fairpool.xyz AKA mining pool: https://aka.fairpool.xyz
PASL mining pool: https://pasl.fairpool.xyz NUKO mining pool: https://nuko.fairpool.xyz
komdo
Member
**
Offline Offline

Activity: 98
Merit: 10


View Profile
February 27, 2017, 07:56:39 AM
 #632

We could get listed on Crytopia but they require ~0.25 BTC to list us.

So far 2 people offered to contribute to the crowdsale listing, if more people volunteer then we might proceed.



count me in .
code_honesty
Newbie
*
Offline Offline

Activity: 42
Merit: 0


View Profile
February 27, 2017, 08:01:24 AM
 #633

Hi @adaseb

Its been a while since I've followed this thread and PascalCoin.

I need to know if PascalCoin Version 1.5.1 is stable and bug free and the time-drift have been fixed? I'm the dev of Pascal Lite and people are getting really upset about the time-drift situation.

Its hard to diagnose because the difficulty is very large and I can't solo mine this coin anymore.

If you would be a real DEV, I guess you should know - what ist your Intention here - cloning code - LoL ?

Tongue


Yes with the developers permission I've launched a Pascal clone coin.

https://bitcointalk.org/index.php?topic=1773026.0




The community do not need another "shit-clone" without coding competence !


Cheesy

fix the code first adaseb. Fix it now. it will stop these bad actors and will make it attractive to other miners and exchanges, Dont rush into listing.

I look at 1.5.1. still no time stamp protection but you can use it just add the few suggestions above. I guess, pascal lite protection will depend on your coding skills now.
xiphon
Full Member
***
Offline Offline

Activity: 254
Merit: 121



View Profile WWW
February 27, 2017, 08:13:53 AM
 #634

Hi @adaseb

Its been a while since I've followed this thread and PascalCoin.

I need to know if PascalCoin Version 1.5.1 is stable and bug free and the time-drift have been fixed? I'm the dev of Pascal Lite and people are getting really upset about the time-drift situation.

Its hard to diagnose because the difficulty is very large and I can't solo mine this coin anymore.

If you would be a real DEV, I guess you should know - what ist your Intention here - cloning code - LoL ?

Tongue


Yes with the developers permission I've launched a Pascal clone coin.

https://bitcointalk.org/index.php?topic=1773026.0




The community do not need another "shit-clone" without coding competence !


Cheesy

fix the code first adaseb. Fix it now. it will stop these bad actors and will make it attractive to other miners and exchanges, Dont rush into listing.

I look at 1.5.1. still no time stamp protection but you can use it just add the few suggestions above. I guess, pascal lite protection will depend on your coding skills now.

You are talking about right thing, but your suggestions are wrong. Fix that you are offering won't help, but will create more problems instead .

Fairpool https://fairpool.xyz mining pool - Realtime stats, Profit calculation, Instant payouts
LOKI mining pool: https://loki.fairpool.xyz RYO mining pool: https://ryo.fairpool.xyz
XHV Haven mining pool: https://xhv.fairpool.xyz PURK mining pool: https://purk.fairpool.xyz
ETC mining pool: https://etc.fairpool.xyz PGC mining pool: https://pgc.fairpool.xyz
ETP mining pool: https://etp.fairpool.xyz AKA mining pool: https://aka.fairpool.xyz
PASL mining pool: https://pasl.fairpool.xyz NUKO mining pool: https://nuko.fairpool.xyz
dedmaroz
Sr. Member
****
Offline Offline

Activity: 560
Merit: 255



View Profile
February 27, 2017, 08:21:39 AM
 #635

what is the differencies between original pascal coin and pascal lite? Only name and block size?
PanneKopp
Sr. Member
****
Offline Offline

Activity: 391
Merit: 250


aka ...


View Profile
February 27, 2017, 08:32:36 AM
 #636

Hi @dedmaroz ,

what is the differencies between original pascal coin and pascal lite? Only name and block size?

... read the withepapers - uugh, there aren´t any here ...

This is a good example of why crpto fails - instead of combining skills, the personal greed rulez !

Just my 2 Satoshis.

Cheesy

... please make an educated guess !
Amph
Legendary
*
Offline Offline

Activity: 3206
Merit: 1069



View Profile
February 27, 2017, 08:37:03 AM
 #637

We could get listed on Crytopia but they require ~0.25 BTC to list us.

So far 2 people offered to contribute to the crowdsale listing, if more people volunteer then we might proceed.



they should really lowered that amount bitcoin is not at $400 anymore, i remember it was 0.1 long time ago....it look like a scam now
code_honesty
Newbie
*
Offline Offline

Activity: 42
Merit: 0


View Profile
February 27, 2017, 08:40:57 AM
 #638

Hi @adaseb

Its been a while since I've followed this thread and PascalCoin.

I need to know if PascalCoin Version 1.5.1 is stable and bug free and the time-drift have been fixed? I'm the dev of Pascal Lite and people are getting really upset about the time-drift situation.

Its hard to diagnose because the difficulty is very large and I can't solo mine this coin anymore.

If you would be a real DEV, I guess you should know - what ist your Intention here - cloning code - LoL ?

Tongue


Yes with the developers permission I've launched a Pascal clone coin.

https://bitcointalk.org/index.php?topic=1773026.0




The community do not need another "shit-clone" without coding competence !


Cheesy

fix the code first adaseb. Fix it now. it will stop these bad actors and will make it attractive to other miners and exchanges, Dont rush into listing.

I look at 1.5.1. still no time stamp protection but you can use it just add the few suggestions above. I guess, pascal lite protection will depend on your coding skills now.

You are talking about right thing, but your suggestions are wrong. Fix that you are offering won't help, but will create more problems instead .

Only them doing wrong will have problem. if you are sync and honest there is no problem. I guess you cant cheat if honest nodes will decline your block. those with high hashrate but cheating, will fork off but cant rewrite the honest nodes even if they are the longer chain. Those honest sbh will be protected by the timegap protection. YOu can still cheat but in 10 secs gap only. good luck.
antaja
Full Member
***
Offline Offline

Activity: 232
Merit: 100



View Profile
February 27, 2017, 08:46:15 AM
 #639

what is the differencies between original pascal coin and pascal lite? Only name and block size?

it was interesting at the start especially for those who were late on pascal and adaseb is quite communicative and honest, sadly those cheating happened, no fair distribution here, only whales and cheaters
better be wise, even the real one is falling for now
adaseb (OP)
Legendary
*
Offline Offline

Activity: 3738
Merit: 1708



View Profile
February 27, 2017, 09:46:30 AM
 #640

Before we start the crowdfunding for the Crytopia listing, I want to get the code fixed first. Because even though nobody time cheats anymore people are still constantly mad and somebody is flooding the Payload messages during transactions with hate and threats.

Sometime this week when I have some free time i'll update our wallet to the latest 1.5.1 version.

After that I will get in touch will Albert and come up with a solution to get the time-drift issue fixed once and for all.


.BEST..CHANGE.███████████████
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
███████████████
..BUY/ SELL CRYPTO..
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 [32] 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 ... 132 »
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!