Bitcoin Forum
June 23, 2024, 02:25:55 PM *
News: Voting for pizza day contest
 
   Home   Help Search Login Register More  
Pages: « 1 ... 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 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 ... 433 »
  Print  
Author Topic: [PASC] PascalCoin: Induplicatable NFT  (Read 990686 times)
PascalCoin (OP)
Sr. Member
****
Offline Offline

Activity: 334
Merit: 263



View Profile
October 26, 2016, 07:01:56 AM
Last edit: October 26, 2016, 07:28:45 AM by PascalCoin
 #1581

In that case why did pineapples need Lafu's blockchain download to get the wallet working, and why did you instruct users to replace the pascalcoinb03.mdb for a downloaded database to get the wallet working. If it was to fix a temporary bug what was the bug and how did it stop PascalCoin working perfectly without a downloaded database?

This application is a Node, a Wallet  "AND A BLOCKCHAIN EXPLORER". (All-in-one)
This message was because in earlier versions there was a bug when saving database information, and crashed application.

Technically, Pascal Coin uses a safebox, modified each time a new block is generated in the blockchain. When this happens, safebox is updated with block operations, and then generates a new "SafeBox hash". After this, the entire blockchain could be deleted without losing double spending efficency, because balance of each account is included in SafeBox. SafeBox size is growing in 5 new accounts per block, so, size is controlled

Do you understand?

Edited: You can check it doing this steps:
- Open Build 1.0.8 (last stable version with an Microsoft access Database)
- Wait until node status = running
- Open microsoft access and open database blockchain (C:\Users\(user name)\AppData\Roaming\PascalCoin\pascalcoinB03.mdb)
- Delete all rows in table "tblockchain"
- Delete all rows in table "toperations"
- App will work properly, but, of course, will not show historical blockchain and/or operations due you've deleted them
- Conclusion: Core does not need historical blockchain
You cannot test it on build 1.0.9 because version 1.0.9 uses a self made database file and I've not developed an database file editor, but you can develop it by yourself using source code at github.

PascalCoin is the first crypto currency without need of historical operations to control double spend and with ORDINAL account numbers. YES! LIKE A BANK!
maxim000
Full Member
***
Offline Offline

Activity: 304
Merit: 100



View Profile
October 26, 2016, 10:05:45 AM
 #1582

why 1070 so weak - only 250mh in benchmark ?

Because, CUDAminer is not optimized for GTX1070.
On my single GTX 1070 I'm mining average 750 MH/s. I have made some changes in miner source and recompiled.



is it possible to know which changes needing for donation 0.1 BTC ?
CoinMax86
Full Member
***
Offline Offline

Activity: 153
Merit: 100


BTC: 1Kurto6PK5feTYkdg88oy62HecQsFSZ7hr


View Profile
October 26, 2016, 11:13:44 AM
 #1583

I've got this

Code:
C:\Users\Massimo\Desktop\PascalCoin_OpenCL_ProxyMiner_v1>PascalCoinOpenCL_ProxyM
iner.exe d0 p0 i23 c50
Found 1 platform(s) on your computer.
Devices on platform 0, "AMD Accelerated Parallel Processing":
        Device 0: Cypress

 Real: E0630000CA0220008D517F3A533B025C0EEEA31AB70928CDCCE084C4E50452BC99F466BBB
E8FEA352000A10E4B80F9B98ABDAC44499D077A12BF042432793C37455AFE03D6C0E3DECB2540420
F000000000001000000B767152C4D494E45524D415830309B93423E3644EA6C5F4988AAF6B69963E
34832EF6492DCFB54DE42E78268DCC2E3B0C44298FC1C149AFBF4C8996FB92427AE41E4649B934CA
495991B7852B855000000000000000000000000
failed to start kernel: -54

Make a donation... I'll try to open a Computer Store
BTC: 1Kurto6PK5feTYkdg88oy62HecQsFSZ7hr
DMD: dGTcK7gEiGDdyn25ftnyqppE8At5rmjB5n
adaseb
Legendary
*
Offline Offline

Activity: 3794
Merit: 1723


View Profile
October 26, 2016, 11:35:45 AM
 #1584

I've got this

Code:
C:\Users\Massimo\Desktop\PascalCoin_OpenCL_ProxyMiner_v1>PascalCoinOpenCL_ProxyM
iner.exe d0 p0 i23 c50
Found 1 platform(s) on your computer.
Devices on platform 0, "AMD Accelerated Parallel Processing":
        Device 0: Cypress

 Real: E0630000CA0220008D517F3A533B025C0EEEA31AB70928CDCCE084C4E50452BC99F466BBB
E8FEA352000A10E4B80F9B98ABDAC44499D077A12BF042432793C37455AFE03D6C0E3DECB2540420
F000000000001000000B767152C4D494E45524D415830309B93423E3644EA6C5F4988AAF6B69963E
34832EF6492DCFB54DE42E78268DCC2E3B0C44298FC1C149AFBF4C8996FB92427AE41E4649B934CA
495991B7852B855000000000000000000000000
failed to start kernel: -54
means your GPU is too old......
PascalCoin (OP)
Sr. Member
****
Offline Offline

Activity: 334
Merit: 263



View Profile
October 26, 2016, 10:41:17 PM
 #1585

Hi Guys.

JSON-RPC calls are ready! ... but prior to send them to exchanges or third party devs I need 3 things:
- Hard Test (QA)
- Document calls at Wiki
- (optional) Develop a simple (but pretty) website to show something similar than you can see in app wallet: Show Blockchain/Operations/Pending operations ...
  - This website will get data making JSON-RPC calls to PascalCoin

So, I need help!

If somebody is interested in testing/documenting please send me a PM
Note: To develop website, It's important to test RPC-Calls prior to understant how it works.

What will we do?
- I'll send you a binary (Build 1.1 beta) and a File containing JSON-RPC source code with some instructions about "how" to interpret this source code
- PascalCoin will use standard JSON-RPC 2.0 with some changes needed to test properly ( http://www.jsonrpc.org/specification )
- You will test functions that you will find in the source based on examples I'll send:
  - Testing using "chrome" or "Firefox"
  - Testing using terminal
  - If you want to create something better to test RPC calls... perfect  (local website???)
  - When you find a "bug" or something wrong... send me a PM / email
- While testing, you will need to document it in "Markdown" format. I'll tell how-to. It's easy and I'll give you an example

If you help me, next week JSON-RPC calls will be ready!

I think this is a simple help you make to me but a lot of help for PascalCoin comunity

Thanks!

PascalCoin is the first crypto currency without need of historical operations to control double spend and with ORDINAL account numbers. YES! LIKE A BANK!
vibajajo64
Newbie
*
Offline Offline

Activity: 56
Merit: 0


View Profile
October 27, 2016, 01:10:22 AM
 #1586

https://i.imgur.com/W1qrwMf.png  Hard to believe the difference!
adaseb
Legendary
*
Offline Offline

Activity: 3794
Merit: 1723


View Profile
October 27, 2016, 06:53:12 AM
 #1587

Its even higher now 120GH/s.
CoinMax86
Full Member
***
Offline Offline

Activity: 153
Merit: 100


BTC: 1Kurto6PK5feTYkdg88oy62HecQsFSZ7hr


View Profile
October 27, 2016, 09:41:41 AM
 #1588

I've got this

Code:
C:\Users\Massimo\Desktop\PascalCoin_OpenCL_ProxyMiner_v1>PascalCoinOpenCL_ProxyM
iner.exe d0 p0 i23 c50
Found 1 platform(s) on your computer.
Devices on platform 0, "AMD Accelerated Parallel Processing":
        Device 0: Cypress

 Real: E0630000CA0220008D517F3A533B025C0EEEA31AB70928CDCCE084C4E50452BC99F466BBB
E8FEA352000A10E4B80F9B98ABDAC44499D077A12BF042432793C37455AFE03D6C0E3DECB2540420
F000000000001000000B767152C4D494E45524D415830309B93423E3644EA6C5F4988AAF6B69963E
34832EF6492DCFB54DE42E78268DCC2E3B0C44298FC1C149AFBF4C8996FB92427AE41E4649B934CA
495991B7852B855000000000000000000000000
failed to start kernel: -54
means your GPU is too old......

AMD Radeon HD 5870

Make a donation... I'll try to open a Computer Store
BTC: 1Kurto6PK5feTYkdg88oy62HecQsFSZ7hr
DMD: dGTcK7gEiGDdyn25ftnyqppE8At5rmjB5n
vibajajo64
Newbie
*
Offline Offline

Activity: 56
Merit: 0


View Profile
October 27, 2016, 10:16:27 AM
 #1589

I've got this

Code:
C:\Users\Massimo\Desktop\PascalCoin_OpenCL_ProxyMiner_v1>PascalCoinOpenCL_ProxyM
iner.exe d0 p0 i23 c50
Found 1 platform(s) on your computer.
Devices on platform 0, "AMD Accelerated Parallel Processing":
        Device 0: Cypress

 Real: E0630000CA0220008D517F3A533B025C0EEEA31AB70928CDCCE084C4E50452BC99F466BBB
E8FEA352000A10E4B80F9B98ABDAC44499D077A12BF042432793C37455AFE03D6C0E3DECB2540420
F000000000001000000B767152C4D494E45524D415830309B93423E3644EA6C5F4988AAF6B69963E
34832EF6492DCFB54DE42E78268DCC2E3B0C44298FC1C149AFBF4C8996FB92427AE41E4649B934CA
495991B7852B855000000000000000000000000
failed to start kernel: -54
means your GPU is too old......


Invalid Work Group Size?

https://streamcomputing.eu/blog/2013-04-28/opencl-error-codes/
AMD Radeon HD 5870
ICOcountdown.com
Hero Member
*****
Offline Offline

Activity: 1008
Merit: 500


View Profile WWW
October 27, 2016, 12:10:59 PM
 #1590

Hi Guys.

JSON-RPC calls are ready! ... but prior to send them to exchanges or third party devs I need 3 things:
- Hard Test (QA)
- Document calls at Wiki
- (optional) Develop a simple (but pretty) website to show something similar than you can see in app wallet: Show Blockchain/Operations/Pending operations ...
  - This website will get data making JSON-RPC calls to PascalCoin

So, I need help!

If somebody is interested in testing/documenting please send me a PM
Note: To develop website, It's important to test RPC-Calls prior to understant how it works.

What will we do?
- I'll send you a binary (Build 1.1 beta) and a File containing JSON-RPC source code with some instructions about "how" to interpret this source code
- PascalCoin will use standard JSON-RPC 2.0 with some changes needed to test properly ( http://www.jsonrpc.org/specification )
- You will test functions that you will find in the source based on examples I'll send:
  - Testing using "chrome" or "Firefox"
  - Testing using terminal
  - If you want to create something better to test RPC calls... perfect  (local website???)
  - When you find a "bug" or something wrong... send me a PM / email
- While testing, you will need to document it in "Markdown" format. I'll tell how-to. It's easy and I'll give you an example

If you help me, next week JSON-RPC calls will be ready!

I think this is a simple help you make to me but a lot of help for PascalCoin comunity

Thanks!

Thanks so much developer, everyone please offer help this is vital to our development!

ICOcountdown.com
Hero Member
*****
Offline Offline

Activity: 1008
Merit: 500


View Profile WWW
October 28, 2016, 09:34:06 AM
 #1591

Pascalcoin still going strong I see. Nice Smiley.

Definately please everyone retweet and give help to the developer we need this to get added to exchange and create other services.

https://twitter.com/ICOcountdown/status/791729738909945856

PascalCoin (OP)
Sr. Member
****
Offline Offline

Activity: 334
Merit: 263



View Profile
October 28, 2016, 11:12:00 PM
 #1592

Miners alert

I've detected that only very few of all miners have 4004 port open.

Please, contribute opening your port!

If you don't open your port, you don't have guarantee to stay correctly connected and perhaps you're wasting time, mining for nothing.

PascalCoin is the first crypto currency without need of historical operations to control double spend and with ORDINAL account numbers. YES! LIKE A BANK!
PascalCoin (OP)
Sr. Member
****
Offline Offline

Activity: 334
Merit: 263



View Profile
October 28, 2016, 11:18:32 PM
 #1593

Do you mine?
Do you want to profit with Pascal Coins?

If you don't want to help with your time, please help with donations of your mining winnings to Pascal account 0-10 that will be used for future project necessities.

Everybody wants a great future, contribute with time or with donations


Thanks

Note: Account 0-10 will be used, exclusively, for project necessities. Dev will be the guardian of this account.

PascalCoin is the first crypto currency without need of historical operations to control double spend and with ORDINAL account numbers. YES! LIKE A BANK!
hankrules
Hero Member
*****
Offline Offline

Activity: 673
Merit: 500


View Profile
October 29, 2016, 02:31:24 AM
 #1594

Do you mine?
Do you want to profit with Pascal Coins?

If you don't want to help with your time, please help with donations of your mining winnings to Pascal account 0-10 that will be used for future project necessities.

Everybody wants a great future, contribute with time or with donations


Thanks

Note: Account 0-10 will be used, exclusively, for project necessities. Dev will be the guardian of this account.
3k Pascal coming your way

            ▄▄████▄▄
        ▄▄██████████████▄▄
      ███████████████████████▄▄
      ▀▀█████████████████████████
██▄▄       ▀▀█████████████████████
██████▄▄        ▀█████████████████
███████████▄▄       ▀▀████████████
███████████████▄▄        ▀████████
████████████████████▄▄       ▀▀███
 ▀▀██████████████████████▄▄
     ▀▀██████████████████████▄▄
▄▄        ▀██████████████████████▄
████▄▄        ▀▀██████████████████
█████████▄▄        ▀▀█████████████
█████████████▄▄        ▀▀█████████
██████████████████▄▄        ▀▀████
▀██████████████████████▄▄
  ▀▀████████████████████████
      ▀▀█████████████████▀▀
           ▀▀███████▀▀



.SEMUX
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
  Semux uses .100% original codebase.
  Superfast with .30 seconds instant finality.
  Tested .5000 tx per block. on open network
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
xhomerx10
Legendary
*
Offline Offline

Activity: 3878
Merit: 8266



View Profile
October 29, 2016, 12:30:58 PM
 #1595

Do you mine?
Do you want to profit with Pascal Coins?

If you don't want to help with your time, please help with donations of your mining winnings to Pascal account 0-10 that will be used for future project necessities.

Everybody wants a great future, contribute with time or with donations


Thanks

Note: Account 0-10 will be used, exclusively, for project necessities. Dev will be the guardian of this account.

 Thanks for all your work and dedication.  My last 1200 coins are on the way to account #1-26
ICOcountdown.com
Hero Member
*****
Offline Offline

Activity: 1008
Merit: 500


View Profile WWW
October 29, 2016, 04:01:24 PM
 #1596

Good work on the donations to the developer everyone.

theboccet
Legendary
*
Offline Offline

Activity: 1064
Merit: 1000



View Profile
October 30, 2016, 04:44:36 AM
 #1597

any help setting up the cude miner

what should i type in the pascal mining proxy

host ?
port ?
miner ?
host : 127.0.0.1
port : 4009 (default port of pascal wallet) you can change it to whatever you want in the wallet options
miner : 1 if you have one card or want to use only one card for mining

Hope it help!

¦¦¦¦¦¦¦______
¦¦¦¦_¦¦¦¦¦¦¦¦¦¦_
¦¦¦¦¦¦¯¦¦¦¦¦¦¯¦¦¦
¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦
¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦
¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦
¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦
¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦
¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦
¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦
¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦
¦¦¦¦¦¦_¦¦¦¦¦¦_¦¦¦
¦¦¦¦¯¦¦¦¦¦¦¦¦¦¦¯
¦¦¦¦¦¦¦¯¯¯¯¯¯
   ¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦
¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦
¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦
¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦
¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦
¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦
¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦
¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦


¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦
¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦
¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦
¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦
  

¦¦¦¦¦¦¦
¦¦¦¦¦¦¦¦¦¦¦¦¦¦
¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦
¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦
¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦
¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦
¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦
¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦
¦¦¦¦¦¦¦¦¦¦¦¦¦¦
¦¦¦¦¦¦¦¦¦¦¦¦¦
¦¦¯¦¦¦¦¦¦¦¦¯
¦¦¦¦¦¯
   ¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¯¦¦¦¦¦¦¦
¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¯¦¦¦¦¦¦¦¦¦
¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¯¦¦¦¦¦¦¦¦¦
¦¦¦¦¦¦¦¦¦¦¦¦¦¯¦_¦¦¦¦¦¦¦¦¦¦¦
¦¦¦¦¦¦¦¦¦¦¦¦_¦_¦¦¦¦¦¦¦¦¦¦¦¦
¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦
¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦
¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦
¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦
¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦
¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦
¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦
¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦
¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦
MONETARYUNIT
.......for Me, U & Everyone.......
[/
kahir
Legendary
*
Offline Offline

Activity: 1050
Merit: 1000



View Profile
October 30, 2016, 04:45:38 AM
 #1598

any help setting up the cude miner

what should i type in the pascal mining proxy

host ?
port ?
miner ?
host : 127.0.0.1
port : 4009 (default port of pascal wallet) you can change it to whatever you want in the wallet options
miner : 1 if you have one card or want to use only one card for mining

Hope it help!

ahh thanks i found it already looking in the previous pages

adaseb
Legendary
*
Offline Offline

Activity: 3794
Merit: 1723


View Profile
October 30, 2016, 06:55:29 AM
 #1599

Picked up a bunch of these earlier today when nobody else was mining it. Haven't seen the difficulty this low in a while.
aigeezer
Legendary
*
Offline Offline

Activity: 1450
Merit: 1013


Cryptanalyst castrated by his government, 1952


View Profile
October 30, 2016, 05:49:14 PM
Last edit: October 30, 2016, 06:03:25 PM by aigeezer
 #1600

My copy of Vorksholk's miner started to crash yesterday, soon after the difficulty started to go down. I haven't yet found the cause, but I just noticed this on my wallet:

"Connections:15 Clients:17 Servers:-2"

That really does say minus-two servers!

Mining was working fine up until the crashes started. The only error message I've seen so far is Windows' unhelpful "has encountered a problem" popup.
When Build 1.0.9 was new I got lots of clients connected, and usually three servers. Over the next few days it gradually changed to no clients and 1-3 servers. It seems like an issue. Minus-two servers seems like a bigger issue.   Wink

I'll restart the wallet shortly.

Edit, update: on restart, the wallet found 4 connections - 1 client and 3 servers, so that part seems back to normal. The miner crashed after a couple of minutes though, after finding one nonce. The crashes are a new behaviour (about 24 hours), with nothing changed on my end that I know of (I run the miner from a batch file, for instance, so arguments passed have not changed). It's a Win10 machine, so there's that.      Grin


Pages: « 1 ... 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 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 ... 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!