Bitcoin Forum
May 23, 2024, 03:19:06 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 [424] 425 426 427 428 429 430 431 432 433 »
  Print  
Author Topic: [PASC] PascalCoin: Induplicatable NFT  (Read 990667 times)
U
Full Member
***
Offline Offline

Activity: 503
Merit: 106


View Profile
September 15, 2019, 12:18:11 PM
 #8461

True Scalability (Building a Future-Proof Network)

https://medium.com/@CryptoBluff/true-scalability-building-a-future-proof-network-f28c47f40cef


Bitcoin Ethereum TERA
LTCMAXMYR
Hero Member
*****
Offline Offline

Activity: 609
Merit: 500

DMD,XZC


View Profile
September 20, 2019, 01:40:41 AM
 #8462

TestNet Bug report,
PascalCoinWallet_TESTNET_5.Beta.1_Windows  and  PascalCoinWallet_TESTNET_5.Beta.2_Windows  have the same problem.

Miner sometimes doesn't work ,  debug,then  found RPC info "part1" length is 89 bytes, the general case is 90 bytes.

both wallet and miner are running on WIN7 X64.
 

Never buy any ICO altcoin.
Never buy any ASIC altcoin.
nightraven
Full Member
***
Offline Offline

Activity: 286
Merit: 102



View Profile WWW
September 20, 2019, 11:58:02 AM
 #8463

TestNet Bug report,
PascalCoinWallet_TESTNET_5.Beta.1_Windows  and  PascalCoinWallet_TESTNET_5.Beta.2_Windows  have the same problem.

Miner sometimes doesn't work ,  debug,then  found RPC info "part1" length is 89 bytes, the general case is 90 bytes.

both wallet and miner are running on WIN7 X64.
 

Thanks for your bug reports I'll bring them to the main developer
nightraven
Full Member
***
Offline Offline

Activity: 286
Merit: 102



View Profile WWW
September 20, 2019, 12:01:50 PM
 #8464

@Dev

I probably hit the testnet too hard.  But it's a good way to stress test it.
Thanks for mining. It helps a lot. And yes don't hit it too hard Smiley
tlaskows
Full Member
***
Offline Offline

Activity: 564
Merit: 100


Join GANTECH’s team of game changers


View Profile WWW
September 20, 2019, 04:19:44 PM
 #8465

@Dev

I probably hit the testnet too hard.  But it's a good way to stress test it.
Thanks for mining. It helps a lot. And yes don't hit it too hard Smiley


No problem.

I am on Beta 2 now.  Close to 24 hours.  Core i 1 core slow   Grin

Seems to be more stable.  No critical errors.

I reinstalled my OS.  Got rid of software overhead big time.  The RTC kept drifting from the network clock.

Quote
uname -a
Linux kalilight 5.2.0-kali2-amd64 #1 SMP Debian 5.2.9-2kali1



GANTECH | End-User Computing Solutions
http://gantech.net/who-we-are/our-leaders/
tlaskows
Full Member
***
Offline Offline

Activity: 564
Merit: 100


Join GANTECH’s team of game changers


View Profile WWW
September 20, 2019, 08:34:01 PM
 #8466

@Dev

Here are partial logs from Testnet 5 beta 2.

Ran for > 24 hours. 

System info:  Core i3
Code:
bogomips	: 3791.15

Code:
miner log snip:

16:22:47 Miner:"tlaskows_SRVR" at 3591.2 H/s - Rounds: 325074.17 K Found: 2150  6:21:32 Info FOUND VALID NONCE!!! Block:12140 Timestamp:1569010892 Nonce:1744051MY VALID BLOCKS FOUND: 2150 Working time: 1d 00:02:44                           6:21:32 Info Received response method:miner-submit JSON:{"result":{"block":121416:21:32 Info Updated MinerValuesForWork: Target:11A4D359 Payload:tlaskows_SRVR Current block: 12142 Wallet Name: "" Target: 11A84C1E

Code:
daemon log snip:

0-09-2019 16:19:11.766 TID:7F0A8998E700 [Error] <TJSONRPCTcpIpClient> Sending Error JSON RPC id (2147) : Error: No valid job found with these values! (Perhaps prior block job or old job) payload:746C61736B6F77735F53525652 timestamp:1569010751 nonce:2735763427
20-09-2019 16:19:13.461 TID:7F0A8998E700 [Info] <TPoolMiningServer> Miner job 1/1 - Found a solution for block 12136
20-09-2019 16:19:20.100 TID:7F0A8998E700 [Info] <TPoolMiningServer> Miner job 1/1 - Found a solution for block 12137
20-09-2019 16:19:49.248 TID:7F0A78F7B700 [Info] <TIpInfos> Cleaned 12 old stats
20-09-2019 16:20:52.941 TID:7F0A8998E700 [Info] <TPoolMiningServer> Miner job 1/1 - Found a solution for block 12139

Any errors are probably related to only 2-3 people being on the testnet.

Cheers.

GANTECH | End-User Computing Solutions
http://gantech.net/who-we-are/our-leaders/
cheebeez
Newbie
*
Offline Offline

Activity: 16
Merit: 0


View Profile
September 22, 2019, 09:17:22 AM
 #8467

There are 1/4 chances in round 2, returning results,without continue calculating the data behind,
Discarding some nones will result in hundreds of performance gains
You can stop calculating on level 3 (level 2 return result) but question why? neighbour recursions have same 1/4 chance to find full computed nonce.
That mean If you stop calculating you just lost partially computed nonce.
tlaskows
Full Member
***
Offline Offline

Activity: 564
Merit: 100


Join GANTECH’s team of game changers


View Profile WWW
September 22, 2019, 10:54:24 AM
 #8468

There are 1/4 chances in round 2, returning results,without continue calculating the data behind,
Discarding some nones will result in hundreds of performance gains
You can stop calculating on level 3 (level 2 return result) but question why? neighbour recursions have same 1/4 chance to find full computed nonce.
That mean If you stop calculating you just lost partially computed nonce.

That is the behavior that I noticed with the TN 5 v2 and v1.

Data gets deleted and nodes get blacklisted.  "Valid" nodes are able to recover the correct data (verify the safe boxes?) and send it to other "valid" nodes.

So some clients I have seen lose calculations on the network.  Fair distribution.

"You don't hit it too hard"   Smiley


GANTECH | End-User Computing Solutions
http://gantech.net/who-we-are/our-leaders/
nightraven
Full Member
***
Offline Offline

Activity: 286
Merit: 102



View Profile WWW
September 22, 2019, 11:37:15 PM
 #8469

@tlaskows Do you run beta 2 or beta 3 Huh? When I run beta 3 it stays alone in the world
tlaskows
Full Member
***
Offline Offline

Activity: 564
Merit: 100


Join GANTECH’s team of game changers


View Profile WWW
September 23, 2019, 01:20:07 AM
Last edit: September 23, 2019, 01:36:51 AM by tlaskows
 #8470

@tlaskows Do you run beta 2 or beta 3 Huh? When I run beta 3 it stays alone in the world

I ran beta 2.  I shut it down today earlier.  Ran "Random Operations Test" for few hours on my private keys (that was the last test I did).

It did something funny to my accounts.  The balance went to almost 0.

Code:
root@kalilight:~/Downloads/PascalCoinWallet_TESTNET_5.Beta.2_Linux# 

@nightraven

I started the node again.  Do you see my nickname on the network? 

Node status in green text "Running".

GANTECH | End-User Computing Solutions
http://gantech.net/who-we-are/our-leaders/
nightraven
Full Member
***
Offline Offline

Activity: 286
Merit: 102



View Profile WWW
September 27, 2019, 12:13:33 AM
 #8471


@nightraven

I started the node again.  Do you see my nickname on the network? 

Node status in green text "Running".

I have seen you before but not now
tlaskows
Full Member
***
Offline Offline

Activity: 564
Merit: 100


Join GANTECH’s team of game changers


View Profile WWW
September 27, 2019, 12:45:07 AM
 #8472


@nightraven

I started the node again.  Do you see my nickname on the network? 

Node status in green text "Running".

I have seen you before but not now

Good.  I shut it down.  There were 'bugs' that were being fixed as far as I know.

I am running main net on the open pool for now.

Waiting for v5 release.

Cheers,

~ Tom

GANTECH | End-User Computing Solutions
http://gantech.net/who-we-are/our-leaders/
U
Full Member
***
Offline Offline

Activity: 503
Merit: 106


View Profile
September 29, 2019, 03:30:11 AM
 #8473

"core" developer herman left again angrily.
Just want to ask @herman:
why you not  fork pascal ,and change everything you want?

Bitcoin Ethereum TERA
nightraven
Full Member
***
Offline Offline

Activity: 286
Merit: 102



View Profile WWW
September 29, 2019, 06:00:51 PM
 #8474

"core" developer herman left again angrily.
Just want to ask @herman:
why you not  fork pascal ,and change everything you want?

Herman must of course answer for himself.

So just one comment: It is really hard work to fork and run an independent coin.
scambust
Legendary
*
Offline Offline

Activity: 1652
Merit: 1007


View Profile
September 29, 2019, 07:24:06 PM
 #8475

"core" developer herman left again angrily.
Just want to ask @herman:
why you not  fork pascal ,and change everything you want?

Herman must of course answer for himself.

So just one comment: It is really hard work to fork and run an independent coin.

I don't know about that. But here in Bitcointalk, coin clones run amuck - Litecoin clones, Dash clones, Ethereum clones, etc. The central characteristics of these clones is that they never prosper. Maybe because the cloning devs don't have the talent and skill.

tlaskows
Full Member
***
Offline Offline

Activity: 564
Merit: 100


Join GANTECH’s team of game changers


View Profile WWW
September 30, 2019, 01:54:42 PM
 #8476

"core" developer herman left again angrily.
Just want to ask @herman:
why you not  fork pascal ,and change everything you want?

Herman must of course answer for himself.

So just one comment: It is really hard work to fork and run an independent coin.

Clone PASCAL?

That would be odd considering the network is still running.

BTW:  B3v5 I ran it for a day or so.  Could not sync...

Quote
It is really hard work to fork and run an independent coin.

Community to the rescue.  That's one option and hope?

GANTECH | End-User Computing Solutions
http://gantech.net/who-we-are/our-leaders/
nightraven
Full Member
***
Offline Offline

Activity: 286
Merit: 102



View Profile WWW
September 30, 2019, 10:22:28 PM
 #8477

BTW:  B3v5 I ran it for a day or so.  Could not sync...

Just to make sure. Do you know that V5beta3 can't run on beta2 blockchain?
vamp8
Member
**
Offline Offline

Activity: 388
Merit: 10


View Profile
October 01, 2019, 04:37:14 AM
 #8478


hurray !! 10.31% growth, can anyone explain what is connected? and what to expect?

Ocнoвaннaя в дeкaбpe 2017 гoдa нa инвecтиции BITMAIN, Биpжa CoinEx являeтcя пpoфeccиoнaльным пocтaвщикoм ycлyг пo тopгoвлe цифpoвыми aктивaми. Пyл ViaBTC и биpжa CoinEx вxoдят в бизнec-пoдpaздeлeния финaнcoвыx ycлyг ViaBTC Group
 https://www.coinex.com/register?refer_code=6tm9x
U
Full Member
***
Offline Offline

Activity: 503
Merit: 106


View Profile
October 01, 2019, 12:05:28 PM
 #8479


hurray !! 10.31% growth, can anyone explain what is connected? and what to expect?
CALM
 with btc eth and mainly coins groth 9%+, almost all coins up 10%+ 

anyway,price up is a good signal Grin

Bitcoin Ethereum TERA
tlaskows
Full Member
***
Offline Offline

Activity: 564
Merit: 100


Join GANTECH’s team of game changers


View Profile WWW
October 02, 2019, 12:08:07 AM
 #8480

BTW:  B3v5 I ran it for a day or so.  Could not sync...

Just to make sure. Do you know that V5beta3 can't run on beta2 blockchain?

Yes.  I did read about that before I tried testing it.

Could not get it to work.  I wiped (at least I think I did) all traces of beta2.

I probably have some leftover log files.  These are the contents of the data directory:

Code:
root@kalilight:~/PascalCoin_TESTNET_5.Beta.3# ls -lah
total 1.2M
drwxr-xr-x  3 root root  4.0K Sep 29 07:47 .
drwxr-xr-x 28 root root  4.0K Sep 29 11:54 ..
-rw-r--r--  1 root root   696 Sep 29 11:55 AppParams.prm
-rw-r--r--  1 root root  2.6K Sep 29 11:54 blocks.log
drwxr-xr-x  2 root root  4.0K Sep 29 11:14 Data
-rw-r--r--  1 root root   53K Sep 29 07:26 pascalcoin_201909290714.log
-rw-r--r--  1 root root   20K Sep 29 07:44 pascalcoin_201909290741.log
-rw-r--r--  1 root root   17K Sep 29 07:47 pascalcoin_201909290745.log
-rw-r--r--  1 root root 1007K Sep 29 11:54 pascalcoin_201909290747.log
-rw-r--r--  1 root root   500 Sep 29 07:47 pascalcoin_rpc.log
-rw-r--r--  1 root root   223 Sep 29 07:10 PascalCointWallet.log
-rw-r--r--  1 root root   204 Sep 29 07:11 WalletKeys.dat
root@kalilight:~/PascalCoin_TESTNET_5.Beta.3#


GANTECH | End-User Computing Solutions
http://gantech.net/who-we-are/our-leaders/
Pages: « 1 ... 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 [424] 425 426 427 428 429 430 431 432 433 »
  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!