Bitcoin Forum
May 17, 2024, 07:35:39 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 ... 132 »
  Print  
Author Topic: [ANN][PASL]-[PASCAL Lite]-[The Future is Almost Here]  (Read 164849 times)
sotisoti
Hero Member
*****
Offline Offline

Activity: 762
Merit: 500


View Profile
February 01, 2017, 06:38:01 AM
 #21

zPascaLiteDark

Bitrated user: sotisoti.
szafa
Hero Member
*****
Offline Offline

Activity: 812
Merit: 500


View Profile
February 01, 2017, 07:34:52 AM
 #22

Real live was clone sheep his name Doly.Yes i want to see pasc2 in market.
Kostolany, Jr.
Full Member
***
Offline Offline

Activity: 195
Merit: 100



View Profile
February 01, 2017, 08:17:25 AM
 #23

BlaiseCoin :-)
CPU mining only + POS
Blockchain should be deleted (after updating account balance) every 1000 blocks to keep anonymity


„While buying one should be romantic, while selling realistic (and in the meantime he should sleep).“
– André Kostolany
Amph
Legendary
*
Offline Offline

Activity: 3206
Merit: 1069



View Profile
February 01, 2017, 08:59:36 AM
 #24

another thing is to make a coin that do not benefit early adopter only, this is the problem of basically 100% of altcoin here and bitcoin too
adaseb (OP)
Legendary
*
Offline Offline

Activity: 3766
Merit: 1711



View Profile
February 01, 2017, 09:48:19 AM
 #25

Alright I had some free time to play around with the source code and such and basically I will leave the algorithm exactly as is because its very difficult to make it CPU only. I can make some small changes to the algo so you could only wallet cpu mine, but anyone with some basic programming knowledge could easily port the change into the current Pascalminers and GPU mine the coin.

Only way to make it CPU mine only is to use some CPU Prime algo computations that GPUs do poorly like HODLCoin however that's way too advanced for my level of programming because most of the entire coins code would need to be re-written.

As for the name I like "Delphi Coin" and "PascalCoin Lite" so I decided the perfect name would be "PASCAL LITE".

Here is a preview of the wallet.

Also if there are any devs here that understand the Pascal code, how do you create a new genesis block? I tried creating the new block but I keep getting the zero block error when trying to mine the Block 1. Only thing that works is using Pascalcoin Genesis block and continuing on from Block 2.

Another issue is that the daemon doesn't seem to do anything. Seems you can only host a node using the wallet. I got a AWS I can use to host the node however if the coin gets a little larger it would be nice if someone could also host a node or two.

Also for the graphics. I don't have Adobe Photoshop or anything like that. I created the logo in Paint. If someone could hack up a logo it would be nice.

A few messages me asking about Bounties, unfortunately there are none because there is no premine. If you want I can mine 100 block or so before launch and use those to pay for bounties in Pascal Lite coins. Let me know what you think.





szachta
Hero Member
*****
Offline Offline

Activity: 518
Merit: 500


View Profile
February 01, 2017, 10:59:57 AM
 #26

Mine or whatever just start or launch this coin.
Riddikulo
Hero Member
*****
Offline Offline

Activity: 896
Merit: 500



View Profile
February 01, 2017, 11:05:41 AM
 #27

Sure why not? You will make free distribution?
adaseb (OP)
Legendary
*
Offline Offline

Activity: 3766
Merit: 1711



View Profile
February 01, 2017, 11:12:23 AM
 #28

Mine or whatever just start or launch this coin.

It will be launched ASAP as I figure out how to generate the genesis block.

Any ideas I get stuck here

  if (CT_Zero_Block_Proof_of_work_in_Hexa<>'') then begin
          // Check if valid Zero block
          if Not (AnsiSameText(TCrypto.ToHexaString(Operations.OperationBlock.proof_of_work),CT_Zero_Block_Proof_of_work_in_Hexa)) then begin
            errors := 'Zero block not valid, Proof of Work invalid: '+TCrypto.ToHexaString(Operations.OperationBlock.proof_of_work)+'<>'+CT_Zero_Block_Proof_of_work_in_Hexa;
            exit;


Seems the proof_of_work needs to equal genesis_block however how do I do that ? I keep getting the "Zero block not valid error". I think with the wallet miner it should work properly however with version 1.4.2 its been removed.



Sure why not? You will make free distribution?

What do you mean by free distribution?
fikihafana
Sr. Member
****
Offline Offline

Activity: 462
Merit: 250



View Profile
February 01, 2017, 11:15:57 AM
 #29

Mine or whatever just start or launch this coin.

It will be launched ASAP as I figure out how to generate the genesis block.

Any ideas I get stuck here

  if (CT_Zero_Block_Proof_of_work_in_Hexa<>'') then begin
          // Check if valid Zero block
          if Not (AnsiSameText(TCrypto.ToHexaString(Operations.OperationBlock.proof_of_work),CT_Zero_Block_Proof_of_work_in_Hexa)) then begin
            errors := 'Zero block not valid, Proof of Work invalid: '+TCrypto.ToHexaString(Operations.OperationBlock.proof_of_work)+'<>'+CT_Zero_Block_Proof_of_work_in_Hexa;
            exit;


Seems the proof_of_work needs to equal genesis_block however how do I do that ? I keep getting the "Zero block not valid error". I think with the wallet miner it should work properly however with version 1.4.2 its been removed.



Sure why not? You will make free distribution?

What do you mean by free distribution?

he mean bounty for everyone Grin . Do you ad POS feature to this lite pascal
adaseb (OP)
Legendary
*
Offline Offline

Activity: 3766
Merit: 1711



View Profile
February 01, 2017, 11:20:22 AM
 #30



he mean bounty for everyone Grin . Do you ad POS feature to this lite pascal

No there will be no POS, too hard to code that in.

I could do bounty however that means premine. Its up to you guys. I rather leave no premine since the original pascal coin was no premine.

I am pretty sure unless you are mining on a CPU, the difficulty will be very small and you can solo mine a few coins. The difficulty will be very low until its hits an exchange and it could be weeks or never until that happens.

_nur
Sr. Member
****
Offline Offline

Activity: 308
Merit: 250


View Profile
February 01, 2017, 11:22:36 AM
 #31

CPU only please

than it will be interesting
octavarium
Hero Member
*****
Offline Offline

Activity: 546
Merit: 500



View Profile
February 01, 2017, 11:25:21 AM
 #32

so, where wallet
ocminer
Legendary
*
Offline Offline

Activity: 2660
Merit: 1240



View Profile WWW
February 01, 2017, 11:26:34 AM
 #33



he mean bounty for everyone Grin . Do you ad POS feature to this lite pascal

No there will be no POS, too hard to code that in.

I could do bounty however that means premine. Its up to you guys. I rather leave no premine since the original pascal coin was no premine.

I am pretty sure unless you are mining on a CPU, the difficulty will be very small and you can solo mine a few coins. The difficulty will be very low until its hits an exchange and it could be weeks or never until that happens.




Or until it hits a pool Smiley

suprnova pools - reliable mining pools - #suprnova on freenet
https://www.suprnova.cc - FOLLOW us @ Twitter ! twitter.com/SuprnovaPools
Haslett5236
Hero Member
*****
Offline Offline

Activity: 840
Merit: 500



View Profile
February 01, 2017, 11:27:17 AM
 #34

good catch , i think you can creat Pascal clone coin ,

because even if you  didn't do this  , other people will do it soon ..

like bitcoin later litecoin
ShooterXD
Hero Member
*****
Offline Offline

Activity: 924
Merit: 501

CryptoTalk.Org - Get Paid for every Post!


View Profile
February 01, 2017, 11:29:42 AM
 #35

Nice to see a real community coin.
Wallet is simple but have nice features.

Following this thread closely, good luck with this project.

doktor1897
Hero Member
*****
Offline Offline

Activity: 882
Merit: 500



View Profile
February 01, 2017, 11:49:12 AM
 #36

hopefully in the mining with the cpu, Grin

                 ██            ██
               ██████        ██████
            ████████████      ██████
        ███████████████████    ██████
     ███████████    ██████████  ██████
  ██████████    ███    ████████  ▀█████
  ██████    ███████████   ██████  █████
  █████   ██████  ██████   █████  █████
  █████    ███      ███    █████  █████
  █████  ██            ██  █████  █████
  █████  ███          ███  █████  █████
  █████  ███████   ██████  █████  █████
  █████  ████████████████  █████  █████
  █████  ████████████████  █████  █████
  █████  ████  █████ ████  ████  ██████
  █████  ████   ███  ████  ███  ██████
  █████  ████    █   ████  █   ██████ 
  █████  ████        ██      ███████     
    ███  ████        █     ███████         
      █  ████         ▄██  █████       
           ██        ████  ███
            █        ██▀
`AiBB`  ———————————
HARNESSING THE POWER OF Ai IN CRYPTO
▐ -
`BUY TOKENS`
-▐   Twitter
  Telegram
  Facebook
|WP
Reddit
Medium
adaseb (OP)
Legendary
*
Offline Offline

Activity: 3766
Merit: 1711



View Profile
February 01, 2017, 11:56:00 AM
 #37

For everyone that's asking, I am not going to make it "CPU Only", reason why is to keep it fair.

I can make a few changes to the algorithm where the current AMD/NVIDIA miners won't be able to mine... however since the source code is open source any beginner/intermediate programmer can easily port the changes into the current Pascalminer and mine themselves at an advantage.

So 99% of us would be CPU mining, and 1% would be GPU mining and the GPU miner would get 90% of the blocks and it wouldn't be fair.

Only way to block the GPU miners would be to make the project CLOSED source code however that's not possible...

Its inevitable that every CPU mining coin will become GPU minable
jc12345
Legendary
*
Offline Offline

Activity: 1638
Merit: 1013


View Profile
February 01, 2017, 12:02:58 PM
 #38

For everyone that's asking, I am not going to make it "CPU Only", reason why is to keep it fair.

I can make a few changes to the algorithm where the current AMD/NVIDIA miners won't be able to mine... however since the source code is open source any beginner/intermediate programmer can easily port the changes into the current Pascalminer and mine themselves at an advantage.

So 99% of us would be CPU mining, and 1% would be GPU mining and the GPU miner would get 90% of the blocks and it wouldn't be fair.

Only way to block the GPU miners would be to make the project CLOSED source code however that's not possible...

Its inevitable that every CPU mining coin will become GPU minable

Wish it was possible to limit to CPU only. I love mining with CPUs.
budibayu
Jr. Member
*
Offline Offline

Activity: 59
Merit: 10


View Profile
February 01, 2017, 12:14:35 PM
 #39

any bounty sir? :v

                                                    ℗ PRO (https://procommerce.io/)commerce.io
_Django05_
Sr. Member
****
Offline Offline

Activity: 403
Merit: 257



View Profile
February 01, 2017, 12:26:12 PM
 #40

so when is the launch date??
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 ... 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!