Bitcoin Forum
May 13, 2024, 05:07:46 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 2 3 4 5 6 7 8 9 10 [11] 12 13 14 15 16 17 »
201  Alternate cryptocurrencies / Announcements (Altcoins) / Re: Pascal Coin: P2P cryptocurrency without need of historical operations on: October 25, 2016, 07:44:04 AM
On one of my machines the wallet says alone in the world and that my IP is blacklisted? I've got several machines running from the same public IP. Any idea whats causing this or a way to fix it?
Check you date/time and Time/Zone ...
202  Alternate cryptocurrencies / Announcements (Altcoins) / Re: Pascal Coin: P2P cryptocurrency without need of historical operations on: October 23, 2016, 07:53:25 PM
https://poloniex.com/coinRequest

Was trying to fill out the form but missing too much information.  Poloniex wants to know if the coin has a symbol and if it has an online block explorer?  What else is needed to get on the exchanges.  RPC access and Linux are complete now?  What else?

RPC is not complete. I'm working on it.
Wait 1 week.
203  Alternate cryptocurrencies / Announcements (Altcoins) / Re: Pascal Coin: P2P cryptocurrency without need of historical operations on: October 23, 2016, 02:45:27 AM
OpenCL miner is here!

Aplause!

Very good job Vorksholk!
204  Alternate cryptocurrencies / Announcements (Altcoins) / Re: Pascal Coin: P2P cryptocurrency without need of historical operations on: October 23, 2016, 12:13:55 AM
next step for pascal is pool Cheesy

It's like developing for Bitcoin all over again, very happy that the community is making strides and the pascal developer is pushing out continuous and serious updates. I believe this project has huge potential because of it's correlation with cryptography and typical legacy system infrastructure.

Mr. Satoshi Nakamoto did not had a furious comunity like yours in first 2 months of Bitcoin life ...  Grin

I'm developing all over again, it's true, but I'll not develop apps for third partys use. For example: App for a pool.
I'll only develop RPC calls to be accessible for third partys (exchanges, pools or new kind of applications based on account system of PascalCoin)

If somebody wants to create a pool, will need to develop itself a pool server, like Vorksholk developed a GPU miner.

205  Alternate cryptocurrencies / Announcements (Altcoins) / Re: Pascal Coin: P2P cryptocurrency without need of historical operations on: October 21, 2016, 11:20:57 PM
Hi everybody.

I've found an explanation about why PascalCoin is allways "discovering servers" and It's difficult to connect: It's a Bug  Grin

In few hours I'll update version build to 1.0.9 correcting this issue (now I'm testing). It's important that everybody update it too to make PascalCoin network more stable.

Affected versions are 1.0.6, 1.0.7 and 1.0.8 (earlier versions don't have this bug... but they have "other" bugs).
Of course Vorksholk binaries have this bug too, I'll talk with him to arrange it.

The dev.

Hey, figured I'd just write a proxy that connects to 1.0.9 and ferries the necessary data to a usable form for the CUDA miner, and then ferries results back. But when I submit a nonce like "3791967799" (bigger than 2^31 but smaller than 2^32) to your client, it is rejected for not being an integer, despite being smaller than 2^32. Did you use a signed integer instead of an unsigned integer for this? These nonces never had an issue before. If you can make a release that allows the full nonce range (up to 2^32), then everyone can GPU-mine with multiple GPUs to one wallet using the proxy I'm making.

Try StrToInt64 instead of StrToInt, mask out the extra 32 bits, and put it in a Cardinal?

One solution is sending a signed 32 bits value.
So value 0..2147483648 are positive and values 2147483649..4294967295 are equals to -2147483647..-1   
Int32(-2147483647) = UInt32(2147483649)
Int32(-1) = UInt32(4294967295)

Just convert a Uint32 to Int32 and send it at "nonce" value
206  Alternate cryptocurrencies / Announcements (Altcoins) / Re: Pascal Coin: P2P cryptocurrency without need of historical operations on: October 21, 2016, 06:19:44 PM
What does this mean:

"Op 1/1:sender (XXXXXX) is blocked for protocol."

Can't seem to transfer funds from some of my mined accounts.

You must wait 100 maturation blocks prior to send or receive coins, or to change key...
207  Alternate cryptocurrencies / Announcements (Altcoins) / Re: Pascal Coin: P2P cryptocurrency without need of historical operations on: October 21, 2016, 06:09:26 PM
How do you mine with the new wallet ?

CPU mine? or GPU Mine?

Build 1.0.7 was created without CPU miner because introduced a JSON-RPC server for miners.
(also, build 1.0.8 and 1.0.9)
There will not be mining possibilities directly from the Wallet.

Are you interested in CPU mining?
208  Alternate cryptocurrencies / Announcements (Altcoins) / Re: Pascal Coin: P2P cryptocurrency without need of historical operations on: October 21, 2016, 04:02:22 PM
New PascalCoin Build 1.0.9

Full source code (MIT license) at Github: https://github.com/PascalCoin/PascalCoin

Windows installer and Ubuntu Desktop 16.04 Binaries at SourceForge: https://sourceforge.net/projects/pascalcoin

--------------------------
Build 1.0.9.0 - 2016-10-21
--------------------------
- Corrected a BUG (BUG-101) that causes blocking connections when received more than 100 connections, causing "alone in the world" after a cert period time and also "Discovering servers" state.
- It's necessary to update because new version will connect first with same version to make network stable.

Remember... if you enjoy it... make a donation to the project:
BTC 16K3HCZRhFUtM8GdWRcfKeaa6KsuyxZaYk   Grin
209  Alternate cryptocurrencies / Announcements (Altcoins) / Re: Pascal Coin: P2P cryptocurrency without need of historical operations on: October 21, 2016, 03:59:01 PM
Hi, first of all thanks for the input.
Second, if Vork is busy with OpenCL miner and/or real life business would it be possible that you would release a "out-of-the-factory-patched" version to work with the miner? Grin I know I'm asking for a little too much, but maybe you have some spare time to help us here mine with the new stable version (until miner with JSON-RPC support is released).

Cheers & keep up the good work!

I don't have Vorksholk modified source code... so... I can't build Vorksholk version.
210  Alternate cryptocurrencies / Announcements (Altcoins) / Re: Pascal Coin: P2P cryptocurrency without need of historical operations on: October 21, 2016, 01:37:49 PM
Hi everybody.

I've found an explanation about why PascalCoin is allways "discovering servers" and It's difficult to connect: It's a Bug  Grin

In few hours I'll update version build to 1.0.9 correcting this issue (now I'm testing). It's important that everybody update it too to make PascalCoin network more stable.

Affected versions are 1.0.6, 1.0.7 and 1.0.8 (earlier versions don't have this bug... but they have "other" bugs).
Of course Vorksholk binaries have this bug too, I'll talk with him to arrange it.

The dev.
211  Alternate cryptocurrencies / Announcements (Altcoins) / Re: Pascal Coin: P2P cryptocurrency without need of historical operations on: October 21, 2016, 12:34:18 PM
Developer,  Nice job on the Linux version,  it installed nice with your instructions!  As you say, the access database has been replaced.  Does that mean there is no longer a way to view the database?

Thanks

Due to be "cross-compatible" i've made an own file database without using third party libs (no ADO, no MySQL, no Access...)

If a third party dev wants to explore PascalCoin database file, must create it's own soft based on source code of file "UFileStorage.pas" that can be found at github
212  Alternate cryptocurrencies / Mining (Altcoins) / Re: PascalCoin JSON-RPC for GPU miners on: October 21, 2016, 01:02:42 AM
PascalCoin build 1.0.8 is cross compatible and runs over Linux & Windows

See: https://bitcointalk.org/index.php?topic=1583719.msg16631329#msg16631329

213  Alternate cryptocurrencies / Announcements (Altcoins) / Re: Pascal Coin: P2P cryptocurrency without need of historical operations on: October 21, 2016, 12:27:08 AM
There are two specs for buffer_payload
One says ASCII from 23 to 255
The other says 32 to 254
Is this a typo or am I missing something?

Ops! I've corrected github file.

Correct text is: Only from ASCII from 32 to 254

Thanks!
214  Alternate cryptocurrencies / Announcements (Altcoins) / Re: Pascal Coin: P2P cryptocurrency without need of historical operations on: October 20, 2016, 11:54:31 PM
Will this code make it easier to fit it into the exchanges pipeline?

Of course!

For an exchange is MANDATORY that PascalCoin runs over Linux. Now it's possible!

(But of course... I need to add RPC calls... wait for the next build)
215  Alternate cryptocurrencies / Announcements (Altcoins) / Re: Pascal Coin: P2P cryptocurrency without need of historical operations on: October 20, 2016, 11:52:49 PM
Is it compatible with the miner or is it a stand alone wallet?

This is a stand alone wallet with RPC-JSON server for GPU miners developers.

If a GPU developer wants to use this Wallet to mine, must follow instructions that can be found at Github

216  Alternate cryptocurrencies / Announcements (Altcoins) / Re: Pascal Coin: P2P cryptocurrency without need of historical operations on: October 20, 2016, 11:45:50 PM
Note about linux binaries:
Sorry... linux users... I don't know how to make a .deb file for automatic installation... you can follow my instructions included in "PascalCoin_1.0.8_Ubuntu_16.04_Binaries.tar.gz" or compile source code following instructions you can find at Github

If somebody knows how to make an Ubuntu Installer... Please PM me. Thanks

217  Alternate cryptocurrencies / Announcements (Altcoins) / Re: Pascal Coin: P2P cryptocurrency without need of historical operations on: October 20, 2016, 11:44:09 PM
New PascalCoin Build 1.0.8  - CROSS COMPATIBLE

Works with Windows and Linux

Full source code (MIT license) at Github: https://github.com/PascalCoin/PascalCoin

Windows installer and Ubuntu Desktop 16.04 Binaries at SourceForge: https://sourceforge.net/projects/pascalcoin

Build 1.0.8.0 - 2016-10-20
--------------------------
- Cross compatible
- Can compile with Delphi or Lazarus (Free Pascal)
- New storage system. No more access database
- Network hashrate calculation

Remember... if you enjoy it... make a donation to the project:
BTC 16K3HCZRhFUtM8GdWRcfKeaa6KsuyxZaYk   Grin
218  Alternate cryptocurrencies / Announcements (Altcoins) / Re: Pascal Coin: P2P cryptocurrency without need of historical operations on: October 20, 2016, 10:33:28 PM
What wallet is 1.0.8w? I seem to not be getting the latest blocks from the chain. I see someone using that wallet version on a server. Is it the linux version?

It's the New version... I'm going to upload Windows installer, Linux binaries and source code and "how to compile" instructions.
Works with Windows and Linux  Grin
219  Alternate cryptocurrencies / Announcements (Altcoins) / Re: Pascal Coin: P2P cryptocurrency without need of historical operations on: October 19, 2016, 04:08:41 PM
What's the estimated time for each block ? The time the difficulty tries to adjust itself to?
5 minutes.

True.
But 5 minutes are a "theorical" average. Core is designed to addapt it's difficulty on each block with previous 100 blocks time average and with a higher decreasing difficulty than increasing difficulty. The result is that when hash rate is changing quickly average time is a value between 4 and 5 minutes.
220  Alternate cryptocurrencies / Announcements (Altcoins) / Re: Pascal Coin: P2P cryptocurrency without need of historical operations on: October 19, 2016, 01:05:42 PM
I'm guessing you're calculating MH from the time it takes to solve the block and not actual hash rate of the miner in question?


Yes. Mh/s is calculated based on average to solve last blocks. It's the network hash rate
Pages: « 1 2 3 4 5 6 7 8 9 10 [11] 12 13 14 15 16 17 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!