Pages:
Author

Topic: [ANN] [PURK] Purk - A Cryptocurrency for Donations, Tips & Private Payments - page 3. (Read 35097 times)

jr. member
Activity: 210
Merit: 2
WTF DEvs?
After installing latest version of wallet i cant open my wallet?
Code:
2018-Aug-03 14:17:59.035750 ERROR C:\home\purk\src\common/boost_serialization_helper.h:45[tools::unserialize_obj_from_file]Exception at [unserialize_obj_from_file], what=input stream error
2018-Aug-03 14:17:59.035750 ERROR C:\home\purk\src\wallet\wallet2.cpp:663[tools::wallet2::load]!r. THROW EXCEPTION: error::file_read_error

Move wallet.purk to another folder, then open with .purk.keys and close wallet to save new.
newbie
Activity: 315
Merit: 0
WTF DEvs?
After installing latest version of wallet i cant open my wallet?
Code:
2018-Aug-03 14:17:59.035750 ERROR C:\home\purk\src\common/boost_serialization_helper.h:45[tools::unserialize_obj_from_file]Exception at [unserialize_obj_from_file], what=input stream error
2018-Aug-03 14:17:59.035750 ERROR C:\home\purk\src\wallet\wallet2.cpp:663[tools::wallet2::load]!r. THROW EXCEPTION: error::file_read_error
newbie
Activity: 42
Merit: 0
How much about power consumption do you have guys for 1x Vega 64 please ?
jr. member
Activity: 210
Merit: 2
I just uploaded Purk v.1.0.4 binaries to Github

We've added some new features to the GUI Wallet and made some general improvements throughout the Purk core.

- Resync Blockchain: A button from the "Connections" page to resync the blockchain if wallet was not closed down correctly and has saved a corrupt blockchain.bin
- Reconnect to peers: A reconnect button to reconnect to peers in case of an internet disconnection whilst the wallet is open.
- Restore from seed: Now you can restore your wallet from seed phrase in the GUI
- Console error improvements: Minor improvements to console errors using correct English terminology, spelling and grammar from previous forked code.
- Renamed qt-purk to Purk

Please backup your wallets and update the software to v1.0.4

https://github.com/purkproject/purk/releases

You can read up on what we've done this month on Medium - https://medium.com/@purkproject/purk-development-update-july-4f695f951a8f
jr. member
Activity: 210
Merit: 2
Hello, fellow miners!

New pool started:
purk.miner.rocks

Features:
- email notifications of workers down
- stats and hashrate chart per worker
- PPLNS reward scheme for rounds shorter than hour, window is 60 minutes, PROP for longer rounds
- payment id/integrated address/subaddress supported
- adjustable payment threshold
- every port supports secure SSL/TLS connection as well as insecure one
- port 80 available for firewalled miners
- static diff supported, see static diff calculator
- multiple daemons, to prevent downtime in case of daemon stuck
- height checks, to prevent mining on forked chain
- sample configs and sample hashartes for wildkeccak (purk)

PPLNS Fee: 0.9%

Location: EU

Welcome & Lucky Mining!

Great work, thanks for supporting the project! Have added you to the approved list of pools.
jr. member
Activity: 181
Merit: 2
Hello, fellow miners!

New pool started:
purk.miner.rocks

Features:
- email notifications of workers down
- stats and hashrate chart per worker
- PPLNS reward scheme for rounds shorter than hour, window is 60 minutes, PROP for longer rounds
- payment id/integrated address/subaddress supported
- adjustable payment threshold
- every port supports secure SSL/TLS connection as well as insecure one
- port 80 available for firewalled miners
- static diff supported, see static diff calculator
- multiple daemons, to prevent downtime in case of daemon stuck
- height checks, to prevent mining on forked chain
- sample configs and sample hashartes for wildkeccak (purk)

PPLNS Fee: 0.9%

Location: EU

Welcome & Lucky Mining!
sr. member
Activity: 1149
Merit: 347
I met PURK in early April and finally get a chance to get some before September! I don't know for sure, but something tells me that good things can happen until then, at least the mining reward will be reduced and we will have less than 15 million PURK in circulating, this in itself will guarantee a valuation and motivation to hold this coin.
jr. member
Activity: 210
Merit: 2
Many thanks, manually deleted the directory, synchronization started.  Cheesy

No problem : D
newbie
Activity: 6
Merit: 0
Many thanks, manually deleted the directory, synchronization started.  Cheesy
jr. member
Activity: 210
Merit: 2
Greetings
There were problems with the synchronization of the wallet.
Unsubscribe, does your wallet work (version 1.0.3)
Reinstallation does not help
Where is the directory with the database blockchain?

Code:
SYNCHRONIZATION started
2018-Jul-19 13:17:55.987821 [P2P2][144.76.106.131:10110 OUT] COMMAND_HANDSHAKE INVOKED OK
2018-Jul-19 13:17:56.003444 [P2P0]Connecting to 145.239.139.3:10110(white=0, last_seen: d26.h12.m56.s35)...
2018-Jul-19 13:17:56.050315 [P2P3]Block recognized as orphaned and rejected, id =
2018-Jul-19 13:17:56.065946 [P2P3][46.161.2.92:10110 OUT]Block received at sync phase was marked as orphaned, dropping connection
2018-Jul-19 13:17:56.722271 [P2P1]Block recognized as orphaned and rejected, id =
2018-Jul-19 13:17:56.737900 [P2P1][207.246.80.216:10110 OUT]Block received at sync phase was marked as orphaned, dropping connection
2018-Jul-19 13:17:57.284861 [P2P1]Block recognized as orphaned and rejected, id =
2018-Jul-19 13:17:57.300492 [P2P1][144.76.106.131:10110 OUT]Block received at sync phase was marked as orphaned, dropping connection
2018-Jul-19 13:17:58.769350 [P2P4]Block recognized as orphaned and rejected, id =
2018-Jul-19 13:17:58.769350 [P2P4][101.100.182.76:10110 OUT]Block received at sync phase was marked as orphaned, dropping connection
2018-Jul-19 13:17:59.347478 Got control signal 2. Exiting without saving...


Yes it works, sounds like you have a corrupt blockchain. Please do the following:

You will need to remove the old /purk/ folder which saves the blockchain. You can do this by opening the CLI as administrator:

Windows

RD /S /Q "C:\Users\YourUser\appdata\roaming\purk"

Mac

sudo rm -r /Users/YourUser/Library/Application\ Support/purk

Linux

sudo rm -rf /home/ubuntu/.purk

Now relaunch the wallet and resync the entire blockchain - this should fix the issue.

Ensure you "close wallet" in GUI, or exit, save and refresh if using Simplewallet...
newbie
Activity: 6
Merit: 0
Greetings
There were problems with the synchronization of the wallet.
Unsubscribe, does your wallet work (version 1.0.3)
Reinstallation does not help
Where is the directory with the database blockchain?

Code:
SYNCHRONIZATION started
2018-Jul-19 13:17:55.987821 [P2P2][144.76.106.131:10110 OUT] COMMAND_HANDSHAKE INVOKED OK
2018-Jul-19 13:17:56.003444 [P2P0]Connecting to 145.239.139.3:10110(white=0, last_seen: d26.h12.m56.s35)...
2018-Jul-19 13:17:56.050315 [P2P3]Block recognized as orphaned and rejected, id =
2018-Jul-19 13:17:56.065946 [P2P3][46.161.2.92:10110 OUT]Block received at sync phase was marked as orphaned, dropping connection
2018-Jul-19 13:17:56.722271 [P2P1]Block recognized as orphaned and rejected, id =
2018-Jul-19 13:17:56.737900 [P2P1][207.246.80.216:10110 OUT]Block received at sync phase was marked as orphaned, dropping connection
2018-Jul-19 13:17:57.284861 [P2P1]Block recognized as orphaned and rejected, id =
2018-Jul-19 13:17:57.300492 [P2P1][144.76.106.131:10110 OUT]Block received at sync phase was marked as orphaned, dropping connection
2018-Jul-19 13:17:58.769350 [P2P4]Block recognized as orphaned and rejected, id =
2018-Jul-19 13:17:58.769350 [P2P4][101.100.182.76:10110 OUT]Block received at sync phase was marked as orphaned, dropping connection
2018-Jul-19 13:17:59.347478 Got control signal 2. Exiting without saving...
jr. member
Activity: 210
Merit: 2
Arabic translation reserved?

No not as yet. Please join our Discord and PM @CryptoAndy - https://discord.gg/cqmSrfz
newbie
Activity: 41
Merit: 0
Arabic translation reserved?
jr. member
Activity: 210
Merit: 2
It's funny that once a see the word TIP, I instantly think of ADULT cams, you know the ones
I did not read the thread yet, but, tell me, can I use the Purk technology in order to tip some fine women/performers? Cheesy
This is a serious question, so don't laugh!


There aren't any limitations where a Purk Button can be installed - if a user wanted to tip performers this wouldn't be an issue.
hero member
Activity: 504
Merit: 501
It's funny that once a see the word TIP, I instantly think of ADULT cams, you know the ones
I did not read the thread yet, but, tell me, can I use the Purk technology in order to tip some fine women/performers? Cheesy
This is a serious question, so don't laugh!
jr. member
Activity: 210
Merit: 2
Thanks, but we did not have an ICO. We are self funded.

Please read up more at https://purkproject.com
newbie
Activity: 46
Merit: 0
jr. member
Activity: 210
Merit: 2
Hi!,

¿how can I configure wallet and paymentid of Tradeogre in minerd command?. I have configured wallet.paymentid, but don't work: Stratum authentication failed

Code:
$ ./minerd -a wildkeccak_ocl -o stratum+tcp://pool.purkproject.com:5555 -u wallet.paymentid -p x -k http://pool.purkproject.com/scratchpad.bin -l scratchpad.bin
[2018-07-14 12:55:37.167] wildkeccak scratchpad cache scratchpad.bin
[2018-07-14 12:55:37.167] Using JSON-RPC 2.0
[2018-07-14 12:55:37.167] hugetlb not available
[2018-07-14 12:55:37.194] loaded scratchpad scratchpad.bin (28268960 bytes), height=103302
[2018-07-14 12:55:37.194] [GPU0] Init
[2018-07-14 12:55:37.222] [GPU0] Platform: AMD Accelerated Parallel Processing
[2018-07-14 12:55:37.222] [GPU0] Device: gfx804
[2018-07-14 12:55:37.222] [GPU0] Total device memory: 1949 MB
[2018-07-14 12:55:37.222] [GPU0] Maximum buffer size: 1452 MB
[2018-07-14 12:55:37.381] Creating the program: wild_keccak.cl, size 6498
[2018-07-14 12:55:37.874] [GPU0] initialized successfully
[2018-07-14 12:55:37.874] [GPU1] Init
[2018-07-14 12:55:37.874] [GPU1] Device not found
[2018-07-14 12:55:37.874] Starting Stratum on stratum+tcp://pool.purkproject.com:5555
[2018-07-14 12:55:37.874] 1 miner threads started, using 'wildkeccak_ocl' algorithm.
[2018-07-14 12:55:37.942] Stratum authentication failed
[2018-07-14 12:55:37.942] ...retry after 10 seconds

Best regards.

You can't. We don't allow mining to exchange. This is incredibly poor practice. Please download the quick install wallet from https://github.com/purkproject/purk/releases/download/v1.0.3/purk-win-x64-v1.0.3-installer.exe
newbie
Activity: 82
Merit: 0
Hi!,

¿how can I configure wallet and paymentid of Tradeogre in minerd command?. I have configured wallet.paymentid, but don't work: Stratum authentication failed

Code:
$ ./minerd -a wildkeccak_ocl -o stratum+tcp://pool.purkproject.com:5555 -u wallet.paymentid -p x -k http://pool.purkproject.com/scratchpad.bin -l scratchpad.bin
[2018-07-14 12:55:37.167] wildkeccak scratchpad cache scratchpad.bin
[2018-07-14 12:55:37.167] Using JSON-RPC 2.0
[2018-07-14 12:55:37.167] hugetlb not available
[2018-07-14 12:55:37.194] loaded scratchpad scratchpad.bin (28268960 bytes), height=103302
[2018-07-14 12:55:37.194] [GPU0] Init
[2018-07-14 12:55:37.222] [GPU0] Platform: AMD Accelerated Parallel Processing
[2018-07-14 12:55:37.222] [GPU0] Device: gfx804
[2018-07-14 12:55:37.222] [GPU0] Total device memory: 1949 MB
[2018-07-14 12:55:37.222] [GPU0] Maximum buffer size: 1452 MB
[2018-07-14 12:55:37.381] Creating the program: wild_keccak.cl, size 6498
[2018-07-14 12:55:37.874] [GPU0] initialized successfully
[2018-07-14 12:55:37.874] [GPU1] Init
[2018-07-14 12:55:37.874] [GPU1] Device not found
[2018-07-14 12:55:37.874] Starting Stratum on stratum+tcp://pool.purkproject.com:5555
[2018-07-14 12:55:37.874] 1 miner threads started, using 'wildkeccak_ocl' algorithm.
[2018-07-14 12:55:37.942] Stratum authentication failed
[2018-07-14 12:55:37.942] ...retry after 10 seconds

Best regards.
jr. member
Activity: 196
Merit: 1
NoCoin plugin does not detect anything, neither Nano Adblocker. CPU usage is fine.

If you have a Pentium it's not dev's fault.
Pages:
Jump to: