Pages:
Author

Topic: Dinastycoin. Team members. CryptoNote. MANDATORY UPDATE. GUI-Wallet. - page 25. (Read 34753 times)

newbie
Activity: 3
Merit: 0
The pre-compiled linux daemon doesn't start
Code:
./dinastycoind: error while loading shared libraries: libboost_system.so.1.58.0: cannot open shared object file: No such file or directory
where as libboost is installed
Code:
locate libboost_system
/usr/lib/libboost_system.a
/usr/lib/libboost_system.so
/usr/lib/libboost_system.so.1.65.1

Compiling from source is also not succeeding for me, even after fixing all the gcc7 errors copied from e.g. karbowanec. (https://github.com/seredat/karbowanec/pull/7)
Code:
[ 43%] Building CXX object src/CMakeFiles/Wallet.dir/WalletLegacy/WalletTransactionSender.cpp.o
In function ?T CryptoNote::{anonymous}::popRandomValue(URNG&, std::vector&) [with URNG = std::linear_congruential_engine; T = long unsigned int]?:
cc1plus: error: ?void* __builtin_memset(void*, int, long unsigned int)?: specified size 18446744073709551608 exceeds maximum object size 9223372036854775807 [-Werror=stringop-overflow=]
member
Activity: 87
Merit: 12
the first cryptocurrency to promote made in italy
slb
hero member
Activity: 598
Merit: 501

Are you increasing the MAX_TRANSACTION_SIZE_LIMIT to 25000? The config on forknote github still says 12500. https://github.com/forknote/configs/blob/master/dinastycoin.conf

It should be 12500. MAX_TRANSACTION_SIZE_LIMIT is just 1.25 * CRYPTONOTE_BLOCK_GRANTED_FULL_REWARD_ZONE
newbie
Activity: 56
Merit: 0
HARDFORK FIX AT BLOCK 350000 ACTIVATING ZAWY DIFFICULTY.


Source:

https://github.com/dinastyoffreedom/dinastycoin2.1.1



ForkNote config :


Quote
BYTECOIN_NETWORK=092052ff-1110-5e2f-5522-02abf5a10255
CRYPTONOTE_BLOCK_GRANTED_FULL_REWARD_ZONE_V1=10000
CRYPTONOTE_BLOCK_GRANTED_FULL_REWARD_ZONE_V2=10000
CRYPTONOTE_BLOCK_GRANTED_FULL_REWARD_ZONE=10000
CRYPTONOTE_DISPLAY_DECIMAL_POINT=8
CRYPTONOTE_NAME=dinastycoin
CRYPTONOTE_PUBLIC_ADDRESS_BASE58_PREFIX=191
DIFFICULTY_TARGET=120
EMISSION_SPEED_FACTOR=18
GENESIS_BLOCK_REWARD=0
GENESIS_COINBASE_TX_HEX=010a01ff0001b8b886e69a16029b2e4c0281c0b02e7c53291a94d1d0cbff8883f8024f5142ee494ffbbd088071210152e2bfafe6e09c117af1794d2991751ba4d432ff85dd8a7b3027a97cc872670c
MAX_TRANSACTION_SIZE_LIMIT=25000
MINIMUM_FEE=100000
MONEY_SUPPLY=200044073709551615
P2P_STAT_TRUSTED_PUB_KEY=
ZAWY_DIFFICULTY_BLOCK_INDEX=350000
BUGGED_ZAWY_DIFFICULTY_BLOCK_INDEX=320000

CRYPTONOTE_COIN_VERSION=1

UPGRADE_HEIGHT_V2=270001
UPGRADE_HEIGHT_V3=270002

p2p-bind-port=37175
rpc-bind-port=37176

seed-node=108.61.188.93:7650
seed-node=87.13.117.53:37175
seed-node=79.50.59.100:37175
seed-node=94.177.178.107:37175

Are you increasing the MAX_TRANSACTION_SIZE_LIMIT to 25000? The config on forknote github still says 12500. https://github.com/forknote/configs/blob/master/dinastycoin.conf
newbie
Activity: 41
Merit: 0
Looks like a good and legit project and ICO, watching this project and wanting to see more details. Good luck to the dev team.
newbie
Activity: 1
Merit: 0
Blockchain Height: 321233 is the correct height, if you have reached it its fully synced as of now. The only issue going on is nicehash competition/war. To clarify this is the main reason Dinastycoin is activating zawy difficulty.

My transactions already as 3 days hang, there is no confirmation.
last Unconfirmed transaction ac816acb7ca3c7accb5cfa6390d808a5e928905e20e694d5c3a27ec466e78ef7, spent 10000.01000000
newbie
Activity: 56
Merit: 0
Deposits and withdraws are now enabled on Cryptopia.
https://www.cryptopia.co.nz
newbie
Activity: 29
Merit: 0
Hi!
Do you have any updates?
newbie
Activity: 5
Merit: 0
I'll try again...

there is a specific reason that it is required to use dinastycoind instead of the base "forknoted" ?

I mean---specific = technical. At the moment I see no advantage to use the dinastycoin demon...only a lot of trouble in sync continuosly the BC.

thanks
full member
Activity: 181
Merit: 101
Blockchain Height: 321233 is the correct height, if you have reached it its fully synced as of now. The only issue going on is nicehash competition/war. To clarify this is the main reason Dinastycoin is activating zawy difficulty.
member
Activity: 237
Merit: 10
Full resync the daemon. I find it hilarious that ur daemon halted at 321 its almost a palindrome. Oh yeah a thick bunch of other issues must be fixed before the final run-up. One of them is that u dont have any transactions whatsoever. Thats an issue of the highest magnitude and should be fixed. Organize a massive microtransaction spam campaign to to make it look naturally full.
member
Activity: 186
Merit: 10
HARDFORK FIX AT BLOCK 350000 ACTIVATING ZAWY DIFFICULTY.


Source:

https://github.com/dinastyoffreedom/dinastycoin2.1.1



ForkNote config :


Quote
BYTECOIN_NETWORK=092052ff-1110-5e2f-5522-02abf5a10255
CRYPTONOTE_BLOCK_GRANTED_FULL_REWARD_ZONE_V1=10000
CRYPTONOTE_BLOCK_GRANTED_FULL_REWARD_ZONE_V2=10000
CRYPTONOTE_BLOCK_GRANTED_FULL_REWARD_ZONE=10000
CRYPTONOTE_DISPLAY_DECIMAL_POINT=8
CRYPTONOTE_NAME=dinastycoin
CRYPTONOTE_PUBLIC_ADDRESS_BASE58_PREFIX=191
DIFFICULTY_TARGET=120
EMISSION_SPEED_FACTOR=18
GENESIS_BLOCK_REWARD=0
GENESIS_COINBASE_TX_HEX=010a01ff0001b8b886e69a16029b2e4c0281c0b02e7c53291a94d1d0cbff8883f8024f5142ee494ffbbd088071210152e2bfafe6e09c117af1794d2991751ba4d432ff85dd8a7b3027a97cc872670c
MAX_TRANSACTION_SIZE_LIMIT=25000
MINIMUM_FEE=100000
MONEY_SUPPLY=200044073709551615
P2P_STAT_TRUSTED_PUB_KEY=
ZAWY_DIFFICULTY_BLOCK_INDEX=350000
BUGGED_ZAWY_DIFFICULTY_BLOCK_INDEX=320000

CRYPTONOTE_COIN_VERSION=1

UPGRADE_HEIGHT_V2=270001
UPGRADE_HEIGHT_V3=270002

p2p-bind-port=37175
rpc-bind-port=37176

seed-node=108.61.188.93:7650
seed-node=87.13.117.53:37175
seed-node=79.50.59.100:37175
seed-node=94.177.178.107:37175

Hello everyone.
After applying a patch (already uploaded in forknote git repo), I ran daemon and it is stucked at height 321231.
I delete de .dinastycoin folder, reload the entire BC from the ground. It is stucked, again, at height 321231. (same height shows my pool and yours, even network hashrate).

Delete once again, re synchro, and now it is stucked at height 320730 (same democats) with lots of tx verification failed (some with reason: Transaction has input with invalid signature)

https://pasteboard.co/GKcY2Xt.png
https://pasteboard.co/GKd0bQQ.png

https://pasteboard.co/GKd17DX.png
https://pasteboard.co/GKd1orU.png
https://pasteboard.co/GKd1AxY.png


Anyone?
full member
Activity: 181
Merit: 101
HARDFORK FIX AT BLOCK 350000 ACTIVATING ZAWY DIFFICULTY.


Source:

https://github.com/dinastyoffreedom/dinastycoin2.1.1



ForkNote config :


Quote
BYTECOIN_NETWORK=092052ff-1110-5e2f-5522-02abf5a10255
CRYPTONOTE_BLOCK_GRANTED_FULL_REWARD_ZONE_V1=10000
CRYPTONOTE_BLOCK_GRANTED_FULL_REWARD_ZONE_V2=10000
CRYPTONOTE_BLOCK_GRANTED_FULL_REWARD_ZONE=10000
CRYPTONOTE_DISPLAY_DECIMAL_POINT=8
CRYPTONOTE_NAME=dinastycoin
CRYPTONOTE_PUBLIC_ADDRESS_BASE58_PREFIX=191
DIFFICULTY_TARGET=120
EMISSION_SPEED_FACTOR=18
GENESIS_BLOCK_REWARD=0
GENESIS_COINBASE_TX_HEX=010a01ff0001b8b886e69a16029b2e4c0281c0b02e7c53291a94d1d0cbff8883f8024f5142ee494ffbbd088071210152e2bfafe6e09c117af1794d2991751ba4d432ff85dd8a7b3027a97cc872670c
MAX_TRANSACTION_SIZE_LIMIT=25000
MINIMUM_FEE=100000
MONEY_SUPPLY=200044073709551615
P2P_STAT_TRUSTED_PUB_KEY=
ZAWY_DIFFICULTY_BLOCK_INDEX=350000
BUGGED_ZAWY_DIFFICULTY_BLOCK_INDEX=320000

CRYPTONOTE_COIN_VERSION=1

UPGRADE_HEIGHT_V2=270001
UPGRADE_HEIGHT_V3=270002

p2p-bind-port=37175
rpc-bind-port=37176

seed-node=108.61.188.93:7650
seed-node=87.13.117.53:37175
seed-node=79.50.59.100:37175
seed-node=94.177.178.107:37175
newbie
Activity: 20
Merit: 0
I downloaded a new wallet and it all worked! Thank you Wink
newbie
Activity: 5
Merit: 0
Hello,

but, is still possible to use Forknoted / Simplewallet from forknote sites?

Compiling from sources...I still have a lot of issue with the BC sync.

Thanks
full member
Activity: 181
Merit: 101
Make sure you are using config / sources with zawy hardfork.

As you may have already noticed, the network forked though zawy isn't working, a 2nd hardfork will take place in order to fix zawy introduction in the network.

This way no one will be affected ( such as losing coins), answering a common question, the current network is the one introduced with zawy even though not working, as stated a fix will be applied later.
hero member
Activity: 2128
Merit: 757
NO WAR ! Glory to Ukraine !
The wallet does not synchronize! What to do?


you need exit and launch again (do not close window, type exit)
newbie
Activity: 20
Merit: 0
newbie
Activity: 16
Merit: 0
Hi,
https://www.dinastycoin.com/

I've searched your site but I've not
found a way to get the wallet on my mac.

could you please keep you site updated
and easy to use.

the explorer page is not working as well
on your site.
to find the explorer I have had to look
at the bitcointalkpage

Are you using Homebrew?  https://brew.sh/
member
Activity: 172
Merit: 10
Hi,
https://www.dinastycoin.com/

I've searched your site but I've not
found a way to get the wallet on my mac.

could you please keep you site updated
and easy to use.

the explorer page is not working as well
on your site.
to find the explorer I have had to look
at the bitcointalkpage
Pages:
Jump to: