Pages:
Author

Topic: [ANN][TRK] ★ Truckcoin ★ Pure PoS up to 200% per year ★ Cryptopia - page 31. (Read 141239 times)

legendary
Activity: 1638
Merit: 1036
that code change fixed it Smiley here's a freshly compiled OSX qt.

crashed on first start up, ran on second.
irc crashed it once (so far)

am downloading chain to further test, but it might take me a few days . (my internet is far from 1337)
heh so if anyone else feels like giving it a run here it is

https://mega.nz/#!PYNjwQaD!nHwW8dsEVPbdzFiHDn7ma-MZF0h-PW18yc5gcQG9fzY


or
https://drive.google.com/uc?export=download&id=0B5j8d4FSc7drRHFoM29KTVQ4Z3c


.edit
succesfully synced with the bootstrap. tried to withdraw from bittrex but they seem to be lagging?

withdrew from cryptopia - success !!
deposited to cryptopia - success !!


---
note. the popup/notification to show incoming tx displayed the TRK logo with a circle/cross through it.



anyone excited about donating for my efforts please find an address here
[/quote]
legendary
Activity: 968
Merit: 1002
i'm trying to compile an OSX qt but am getting this error

Code:
src/qt/notificator.cpp:72:28: error: expected ';' after expression
Notificator::~Notificator()
                           ^
                           ;
src/qt/notificator.cpp:220:1: error: function definition is not allowed here
{
^
src/qt/notificator.cpp:219:19: error: definition or redeclaration of 'notifySystray' not allowed inside a function
void Notificator::notifySystray(Class cls, const QString &title, const QString &text, const QIcon &icon, int millisTimeout)
     ~~~~~~~~~~~~~^
src/qt/notificator.cpp:315:2: error: expected ';' at end of declaration
}
 ^
 ;
src/qt/notificator.cpp:315:2: error: expected '}'
src/qt/notificator.cpp:36:1: note: to match this '{'
{
^
5 errors generated.
make: *** [build/notificator.o] Error 1

am using qtcreator 4.8.5

edit // will try 4.8.6 soon
Hope it's fixed now - https://github.com/noise23/Truckcoin/commit/48b843420dea02587bcac4ea4da18e57e5f47b93
But i can't test - have no hardware to build for mac, could you please try again?
legendary
Activity: 1204
Merit: 1000
to your stations, man the pineapples!!!
i'm trying to compile an OSX qt but am getting this error

Code:
src/qt/notificator.cpp:72:28: error: expected ';' after expression
Notificator::~Notificator()
                           ^
                           ;
src/qt/notificator.cpp:220:1: error: function definition is not allowed here
{
^
src/qt/notificator.cpp:219:19: error: definition or redeclaration of 'notifySystray' not allowed inside a function
void Notificator::notifySystray(Class cls, const QString &title, const QString &text, const QIcon &icon, int millisTimeout)
     ~~~~~~~~~~~~~^
src/qt/notificator.cpp:315:2: error: expected ';' at end of declaration
}
 ^
 ;
src/qt/notificator.cpp:315:2: error: expected '}'
src/qt/notificator.cpp:36:1: note: to match this '{'
{
^
5 errors generated.
make: *** [build/notificator.o] Error 1

am using qtcreator 4.8.5

edit // will try 4.8.6 soon
legendary
Activity: 1218
Merit: 1002
Supporting DMD, ERC & PIO
BitCoinLasVegas.net loves our TruckCoins1
To help get the word out to the 1,000's of visitors
every day we put together a coin summary emphasising
the need to upgrade to the new wallet.

Thanks noise23 for both Truckcoin and TEK!

Article link: http://wp.me/p5obbM-Ja
legendary
Activity: 968
Merit: 1002
Do you see a noticeable difference in resource consumption with the fast stake code?
There is no difference in resource consumption, according to my tests cpu and memory usage almost exactly the same as with old staking code.
legendary
Activity: 1330
Merit: 1000
Blockchain Developer
New Truckcoin wallet release v0.9.8.8 (non-mandatory but highly recommended).

This version contains a lot of fixes and upgrades to the code.
Key features:
- Upgraded staking engine
- Fast wallet startup

Windows: http://downloads.truckcoin.net/Truckcoin-qt-v0.9.8.8-win.zip
Linux Ubuntu x64 14.04: http://downloads.truckcoin.net/Truckcoin-qt-v0.9.8.8-ubuntu-x64.tar.gz
Windows daemon: http://downloads.truckcoin.net/Truckcoind-v0.9.8.8-win.zip

v0.9.8.8 release note: version 0.9.8.8 is not compatible with older blockchain structure, re-sync required.
Backup your wallet.dat, delete blkindex.dat and database folder, rename blk0001.dat to bootstrap.dat and start the wallet.
Or you can use the official bootstrap file http://downloads.truckcoin.net/bootstrap.zip
It will re-create the blockchain (process will take 1-3 hours).

Changelog:
°   GUI: Coin control - return change checkbox added - keeps change on the same address.
°   GUI: fix stake/payment to yourself address/label display
°   Add blockhash to index for faster start
°   Use openssl_cleanse instead of memset for crit mem spaces
°   Askpassphrase bug fix
°   Change how vchData is cleared
°   Sign Message is constant
°   Change bitcoinamountfield header to correct name
°   Update Fee Message
°   Prevent orphan statusbar messages
°   Fix memory exhaustion
°   Enable DB Log Flags
°   Remove legacy block schema version checking
°   Mitigate Timing Attacks On Basic RPC Authorization
°   Call GetHash() once where applicable
°   Add targetProofOfStake to kernel functions
°   No need to reservekey for stake
°   Add CheckStake Function
°   Use CheckStake Function
°   Fix coinbase out-of-bounds check
°   RPC: add blocktrust field into block dump
°   Add miner.cpp/h
°   Update copyright
°   Add RelayTransaction
°   Remove RelayMessage use RelayTransaction
°   Replace nMaxClockDrift with Future/PastDrift
°   Changes to use Fast Stake


Do you see a noticeable difference in resource consumption with the fast stake code?
legendary
Activity: 968
Merit: 1002
New Truckcoin wallet release v0.9.8.8 (non-mandatory but highly recommended).

This version contains a lot of fixes and upgrades to the code.
Key features:
- Upgraded staking engine
- Fast wallet startup

Windows: http://downloads.truckcoin.net/Truckcoin-qt-v0.9.8.8-win.zip
Linux Ubuntu x64 14.04: http://downloads.truckcoin.net/Truckcoin-qt-v0.9.8.8-ubuntu-x64.tar.gz
Windows daemon: http://downloads.truckcoin.net/Truckcoind-v0.9.8.8-win.zip

UPD: v0.9.8.8 for OSX is available now - thanks to bumbacoin!
http://downloads.truckcoin.net/truckcoin-qt-0.9.8.8-osx.zip

v0.9.8.8 release note: version 0.9.8.8 is not compatible with older blockchain structure, re-sync required.
Backup your wallet.dat, delete blkindex.dat and database folder, rename blk0001.dat to bootstrap.dat and start the wallet.
Or you can use the official bootstrap file http://downloads.truckcoin.net/bootstrap.zip
It will re-create the blockchain (process will take 1-3 hours).

Changelog:
°   GUI: Coin control - return change checkbox added - keeps change on the same address.
°   GUI: fix stake/payment to yourself address/label display
°   Add blockhash to index for faster start
°   Use openssl_cleanse instead of memset for crit mem spaces
°   Askpassphrase bug fix
°   Change how vchData is cleared
°   Sign Message is constant
°   Change bitcoinamountfield header to correct name
°   Update Fee Message
°   Prevent orphan statusbar messages
°   Fix memory exhaustion
°   Enable DB Log Flags
°   Remove legacy block schema version checking
°   Mitigate Timing Attacks On Basic RPC Authorization
°   Call GetHash() once where applicable
°   Add targetProofOfStake to kernel functions
°   No need to reservekey for stake
°   Add CheckStake Function
°   Use CheckStake Function
°   Fix coinbase out-of-bounds check
°   RPC: add blocktrust field into block dump
°   Add miner.cpp/h
°   Update copyright
°   Add RelayTransaction
°   Remove RelayMessage use RelayTransaction
°   Replace nMaxClockDrift with Future/PastDrift
°   Changes to use Fast Stake
legendary
Activity: 968
Merit: 1002
legendary
Activity: 968
Merit: 1002
Blockchain bootstrap file updated, new version will sync to block 439396.
http://downloads.truckcoin.net/bootstrap.zip
legendary
Activity: 968
Merit: 1002
Any chance of a multisend/autosave function in the next wallet update?
Yes I'm working on it Smiley
legendary
Activity: 968
Merit: 1002
WHAT'S The IDEAL BLOCK SIZE  For Getting Best Stake?
2000 TRK
member
Activity: 110
Merit: 10
WHAT'S The IDEAL BLOCK SIZE  For Getting Best Stake?
legendary
Activity: 1624
Merit: 1005
I wish you all love and profitable investments!!!
Cryptsy wallet still syncing so no deposits posted yet https://www.cryptsy.com/pages/status
I can't wait Smiley

Daemon got hung up around 250k. I gave it a kick this morning Smiley


Thanks for adding TRK, mullick!


Good Job, noise23! Smiley
sr. member
Activity: 433
Merit: 250
legendary
Activity: 1036
Merit: 1000
Holding this coin
legendary
Activity: 1148
Merit: 1000
This coin is going up nicely Smiley
full member
Activity: 158
Merit: 100
Cryptsy wallet still syncing so no deposits posted yet https://www.cryptsy.com/pages/status
I can't wait Smiley

Daemon got hung up around 250k. I gave it a kick this morning Smiley

Glad to hear you were able to get TRK working. Please come give the ANC community an update too mullick. Thanks
legendary
Activity: 968
Merit: 1002
what is the recommended block size?
Thx
I'd recommend something around 2500 TRK.
newbie
Activity: 18
Merit: 0
what is the recommended block size?
Thx
hero member
Activity: 770
Merit: 500
FLY DONATION ADDRESS IN SIGNATURE
Nice so TRK is on Cryptsy?? Awesome that's great news to hear Smiley Also could someone tell me what the total TRK coin supply is right now if they don't mind Cheesy Cheers
http://www.presstab.pw/phpexplorer/TRK/chain.php
http://www.presstab.pw/phpexplorer/TRK/richlist.php

PoS interest: 200% per year
PoS reward/block limit: 200 TRK per block
Min stake time: 9 Days
Max stake time: 30 Days

Awesome thanks so very much for that mate Cheesy Appreciate it Cheesy Cheers
Pages:
Jump to: