Author

Topic: [ANN][PASL]-[PASCAL Lite]-[The Future is Almost Here] - page 131. (Read 164900 times)

legendary
Activity: 1302
Merit: 1001
so when is the launch date??

hes trying to figure out how to mine the genesis and 1st block
sr. member
Activity: 403
Merit: 257
so when is the launch date??
jr. member
Activity: 59
Merit: 10
any bounty sir? :v
legendary
Activity: 1638
Merit: 1013
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.
legendary
Activity: 3808
Merit: 1723
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
hero member
Activity: 882
Merit: 500
hopefully in the mining with the cpu, Grin
hero member
Activity: 924
Merit: 501
CryptoTalk.Org - Get Paid for every Post!
Nice to see a real community coin.
Wallet is simple but have nice features.

Following this thread closely, good luck with this project.
hero member
Activity: 840
Merit: 500
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
legendary
Activity: 2688
Merit: 1240


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
hero member
Activity: 546
Merit: 500
so, where wallet
sr. member
Activity: 308
Merit: 250
CPU only please

than it will be interesting
legendary
Activity: 3808
Merit: 1723


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.

sr. member
Activity: 462
Merit: 250
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
legendary
Activity: 3808
Merit: 1723
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?
hero member
Activity: 896
Merit: 500
Sure why not? You will make free distribution?
hero member
Activity: 518
Merit: 500
Mine or whatever just start or launch this coin.
legendary
Activity: 3808
Merit: 1723
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.





legendary
Activity: 3248
Merit: 1070
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
full member
Activity: 195
Merit: 100
BlaiseCoin :-)
CPU mining only + POS
Blockchain should be deleted (after updating account balance) every 1000 blocks to keep anonymity

hero member
Activity: 812
Merit: 500
Real live was clone sheep his name Doly.Yes i want to see pasc2 in market.
Jump to: