Bitcoin Forum
May 04, 2024, 03:26:18 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 [20] 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 »
  Print  
Author Topic: Dinastycoin. Team members. CryptoNote. MANDATORY UPDATE. GUI-Wallet.  (Read 34760 times)
This is a self-moderated topic. If you do not want to be moderated by the person who started this topic, create a new topic.
KittyCatTech
Newbie
*
Offline Offline

Activity: 56
Merit: 0


View Profile WWW
September 21, 2017, 09:19:22 PM
 #381

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
Be very wary of relying on JavaScript for security on crypto sites. The site can change the JavaScript at any time unless you take unusual precautions, and browsers are not generally known for their airtight security.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
slb
Hero Member
*****
Offline Offline

Activity: 598
Merit: 501


View Profile WWW
September 22, 2017, 12:49:36 PM
 #382


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

Forknote (create cryptocurrenies easy) - https://bitcointalk.org/index.php?topic=1079306.0
Dashcoin (anonymous cryptocurrency) - https://bitcointalk.org/index.php?topic=1020627.0
DATAFLEX
Member
**
Offline Offline

Activity: 87
Merit: 12

the first cryptocurrency to promote made in italy


View Profile WWW
September 22, 2017, 11:29:49 PM
 #383



First italian Cryptocurrency Dinastycoin (DCY) https://dinastycoin.com
exhanges: https://dex-trade.com/spot/trading/DCYUSDT
                https://dex-trade.com/spot/trading/DCYBTC
                https://www.finexbox.com/market/pair/DCY-BTC.html
                https://btc-alpha.com/en/exchange/DCY_BTC
Ricky9841
Newbie
*
Offline Offline

Activity: 3
Merit: 0


View Profile
September 24, 2017, 02:18:28 PM
 #384

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<T>&) [with URNG = std::linear_congruential_engine<long unsigned int, 16807, 0, 2147483647>; 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=]
dinastycoin-dcy (OP)
Full Member
***
Offline Offline

Activity: 181
Merit: 101


View Profile
September 24, 2017, 07:31:54 PM
 #385

Could you please try this :

 
Code:
sudo apt-get install libboost-all-dev


without modifying the code.

This week great things can happen, stay tunned.
Ricky9841
Newbie
*
Offline Offline

Activity: 3
Merit: 0


View Profile
September 24, 2017, 08:21:26 PM
 #386

it is archlinux ;-)

https://www.archlinux.org/packages/?sort=&q=boost&maintainer=&flagged= for all the packages containing boost
forknote
Newbie
*
Offline Offline

Activity: 15
Merit: 0


View Profile
September 25, 2017, 05:16:57 AM
 #387

Difficulty begins to fall for now
dinastycoin-dcy (OP)
Full Member
***
Offline Offline

Activity: 181
Merit: 101


View Profile
September 26, 2017, 03:13:14 AM
 #388


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

Fixed on op.
dinastycoin-dcy (OP)
Full Member
***
Offline Offline

Activity: 181
Merit: 101


View Profile
September 28, 2017, 01:00:33 PM
 #389

New DCY/BTC market .

http://telegra.ph/Adding-DCY-Coin-09-28

https://btc-alpha.com/exchange/DCY_BTC/

Have a good day.
dinastycoin-dcy (OP)
Full Member
***
Offline Offline

Activity: 181
Merit: 101


View Profile
September 28, 2017, 07:40:05 PM
 #390

Highest network hashrate registered on DCY.
RonaldCEtchison
Newbie
*
Offline Offline

Activity: 6
Merit: 0


View Profile
October 02, 2017, 01:52:06 PM
 #391

Set many answers, I do not know how to answer !
https://bitcointalk.org/index.php?topic=1941431.100 Huh Huh Huh Huh Huh
nounousse62
Member
**
Offline Offline

Activity: 84
Merit: 10


View Profile
October 12, 2017, 09:09:38 PM
 #392

Hi

A problem with blockchain (or other) ?. I can't transfer DCY since about 10 days. Simplewallet indicate OK for the transfert but transaction never appear on blockchain.  Cry

And i always see in forknoted :

2017-Oct-12 23:02:38.148312 INFO    [31.14.128.72:61056 INC] Tx verification failed
2017-Oct-12 23:03:18.092044 ERROR   [104.238.188.213:7650 OUT] Failed to invoke COMMAND_HANDSHAKE, closing connection.
2017-Oct-12 23:03:18.100044 WARNING Failed to HANDSHAKE with peer 104.238.188.213:7650

Is it normal ?
grumpyguy69
Newbie
*
Offline Offline

Activity: 18
Merit: 0


View Profile
October 13, 2017, 11:01:26 AM
 #393

Hi

A problem with blockchain (or other) ?. I can't transfer DCY since about 10 days. Simplewallet indicate OK for the transfert but transaction never appear on blockchain.  Cry

And i always see in forknoted :

2017-Oct-12 23:02:38.148312 INFO    [31.14.128.72:61056 INC] Tx verification failed
2017-Oct-12 23:03:18.092044 ERROR   [104.238.188.213:7650 OUT] Failed to invoke COMMAND_HANDSHAKE, closing connection.
2017-Oct-12 23:03:18.100044 WARNING Failed to HANDSHAKE with peer 104.238.188.213:7650

Is it normal ?
Yes it is normal. May need to rest simplewallet.
Also in daemon set_log 4 next type print_tx enter your send tx hash for more details
nounousse62
Member
**
Offline Offline

Activity: 84
Merit: 10


View Profile
October 13, 2017, 12:17:37 PM
 #394

Hi

A problem with blockchain (or other) ?. I can't transfer DCY since about 10 days. Simplewallet indicate OK for the transfert but transaction never appear on blockchain.  Cry

And i always see in forknoted :

2017-Oct-12 23:02:38.148312 INFO    [31.14.128.72:61056 INC] Tx verification failed
2017-Oct-12 23:03:18.092044 ERROR   [104.238.188.213:7650 OUT] Failed to invoke COMMAND_HANDSHAKE, closing connection.
2017-Oct-12 23:03:18.100044 WARNING Failed to HANDSHAKE with peer 104.238.188.213:7650

Is it normal ?
Yes it is normal. May need to rest simplewallet.
Also in daemon set_log 4 next type print_tx enter your send tx hash for more details

Thank you  Wink

I reset simplewallet and my last transaction was sent correctly and the 2 last before disappeared, then my balance is OK.

But network is clearly slow, my last transfer sent yesterday appeared today in early morning (in France  Grin) and confirmation is just at 9/20.

So wait and see  Tongue
cryptomaxsun
Legendary
*
Offline Offline

Activity: 2744
Merit: 1387


Ukrainians will resist


View Profile WWW
October 15, 2017, 07:58:23 AM
 #395

there is no synchronization, the latest version.


❘|❘ Cлaвa Укpaинe! ❘|❘ Glory to Ukraine! ❘|❘
❘|❘ КaPФaгeн дoлжeн быть paзpyшeн ❘|❘
dinastycoin-dcy (OP)
Full Member
***
Offline Offline

Activity: 181
Merit: 101


View Profile
October 18, 2017, 07:08:28 AM
 #396

cryptomaxsun sent you a pm, either answer here or on twitter providing build version so we can try to solve your issue.
dinastycoin-dcy (OP)
Full Member
***
Offline Offline

Activity: 181
Merit: 101


View Profile
October 18, 2017, 07:12:09 AM
 #397

We are glad to announce Dinastycoin GUI Wallet will be released today for Linux and Windows.

Here's a screenshot :


Development didn't stop since the beginning of the project, maybe we miss more activity on bitcointalk. More news to come as always, stay tuned!
nounousse62
Member
**
Offline Offline

Activity: 84
Merit: 10


View Profile
October 18, 2017, 07:30:46 AM
 #398

Hi Wink

I use it, it's better than CLI, good job !  Cheesy

But can you do anything for the blockchain ? It is very slow, since 16 october, only 6 new blocks. Sending DCY is a real problem. 2 sending are stuck in my wallet.

Thank you Wink
dinastycoin-dcy (OP)
Full Member
***
Offline Offline

Activity: 181
Merit: 101


View Profile
October 18, 2017, 07:59:03 AM
 #399

Sometimes difficulty jumps really high, I believe when "fixed" zawy difficulty is activated things will get better!

Checkout the new paperwallet generator:

https://dinastyoffreedombackoffice.org/Dinastycoin%5BDCY%5DPaperWalletGenerator.html
dinastycoin-dcy (OP)
Full Member
***
Offline Offline

Activity: 181
Merit: 101


View Profile
October 18, 2017, 08:20:34 AM
 #400

Let's build our community on ryver.

Here is an open invitation link : https://dinastycoin.ryver.com/application/signup/members/goNifA9tjvkLzyy
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 [20] 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 »
  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!